2025-01-24T00:47:22.7116361Z Current runner version: '2.321.0' 2025-01-24T00:47:22.7123191Z Runner name: 'i-0b996af9dac157b79' 2025-01-24T00:47:22.7123953Z Runner group name: 'Default' 2025-01-24T00:47:22.7124812Z Machine name: 'EC2AMAZ-PEHGJN5' 2025-01-24T00:47:22.7129003Z ##[group]GITHUB_TOKEN Permissions 2025-01-24T00:47:22.7131198Z Actions: read 2025-01-24T00:47:22.7131717Z Attestations: read 2025-01-24T00:47:22.7132243Z Checks: read 2025-01-24T00:47:22.7132699Z Contents: read 2025-01-24T00:47:22.7133187Z Deployments: read 2025-01-24T00:47:22.7133690Z Discussions: read 2025-01-24T00:47:22.7134160Z Issues: read 2025-01-24T00:47:22.7134707Z Metadata: read 2025-01-24T00:47:22.7135237Z Packages: read 2025-01-24T00:47:22.7135699Z Pages: read 2025-01-24T00:47:22.7136174Z PullRequests: read 2025-01-24T00:47:22.7136682Z RepositoryProjects: read 2025-01-24T00:47:22.7137219Z SecurityEvents: read 2025-01-24T00:47:22.7137726Z Statuses: read 2025-01-24T00:47:22.7138220Z ##[endgroup] 2025-01-24T00:47:22.7141769Z Secret source: Actions 2025-01-24T00:47:22.7142527Z Prepare workflow directory 2025-01-24T00:47:24.5648073Z Prepare all required actions 2025-01-24T00:47:24.5692133Z Getting action download info 2025-01-24T00:47:24.7439107Z Download action repository 'pytorch/test-infra@main' (SHA:e83685f710cdb1685e9f12471c30aa36cf09cf13) 2025-01-24T00:47:26.5331295Z Download action repository 'pytorch/pytorch@main' (SHA:b2c89bc115123aea8e075e882ee121537ec92f89) 2025-01-24T00:47:45.7212685Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-01-24T00:47:46.0132358Z Getting action download info 2025-01-24T00:47:46.1162866Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-01-24T00:47:46.3036753Z Uses: pytorch/pytorch/.github/workflows/_win-build.yml@refs/tags/ciflow/trunk/145539 (d087145b9259b4cfbcb758dc0bca6a6e5d75d08f) 2025-01-24T00:47:46.3038863Z ##[group] Inputs 2025-01-24T00:47:46.3039209Z build-environment: win-vs2019-cuda12.1-py3 2025-01-24T00:47:46.3039532Z cuda-version: 12.1 2025-01-24T00:47:46.3040085Z use-xpu: false 2025-01-24T00:47:46.3040315Z xpu-version: 2025-01-24T00:47:46.3040508Z vc-year: 2019 2025-01-24T00:47:46.3040735Z build-with-debug: false 2025-01-24T00:47:46.3040979Z sync-tag: 2025-01-24T00:47:46.3041157Z test-matrix: 2025-01-24T00:47:46.3041382Z runner: windows.4xlarge.nonephemeral 2025-01-24T00:47:46.3041679Z ##[endgroup] 2025-01-24T00:47:46.3041921Z Complete job name: win-vs2019-cuda12.1-py3 / build 2025-01-24T00:47:46.3626689Z ##[group]Run git config --global core.longpaths true 2025-01-24T00:47:46.3627281Z git config --global core.longpaths true 2025-01-24T00:47:46.3627644Z git config --global core.symlinks true 2025-01-24T00:47:46.3627957Z  2025-01-24T00:47:46.3628337Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-01-24T00:47:46.3628929Z # the directory on Windows and prevent GHA from checking out as reported 2025-01-24T00:47:46.3629463Z # in https://github.com/actions/checkout/issues/1018 2025-01-24T00:47:46.3630012Z git config --global core.fsmonitor false 2025-01-24T00:47:46.3656840Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:47:46.3657625Z env: 2025-01-24T00:47:46.3657851Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:47:46.3658087Z ##[endgroup] 2025-01-24T00:47:46.5023555Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-01-24T00:47:46.5024148Z env: 2025-01-24T00:47:46.5024355Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:47:46.5024605Z ##[endgroup] 2025-01-24T00:47:46.5184889Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-01-24T00:47:46.5185703Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-01-24T00:47:46.5186390Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-01-24T00:47:46.5188426Z # handle tool 2025-01-24T00:47:46.5188775Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-01-24T00:47:46.5189227Z Foreach ($process In $processes) { 2025-01-24T00:47:46.5189747Z  Try { 2025-01-24T00:47:46.5190668Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-01-24T00:47:46.5191399Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-01-24T00:47:46.5191825Z  } 2025-01-24T00:47:46.5192029Z  Catch { 2025-01-24T00:47:46.5192333Z  Write-Output "No leftover $process process, continuing" 2025-01-24T00:47:46.5192711Z  Write-Output $_ 2025-01-24T00:47:46.5192947Z  } 2025-01-24T00:47:46.5193124Z } 2025-01-24T00:47:46.5193297Z  2025-01-24T00:47:46.5193781Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-01-24T00:47:46.5194352Z # for hung processes 2025-01-24T00:47:46.5194627Z Foreach ($process In $processes) { 2025-01-24T00:47:46.5194916Z  Try { 2025-01-24T00:47:46.5195378Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-01-24T00:47:46.5196240Z  } 2025-01-24T00:47:46.5196508Z  Catch { 2025-01-24T00:47:46.5196724Z  Write-Output $_ 2025-01-24T00:47:46.5196960Z  } 2025-01-24T00:47:46.5197146Z } 2025-01-24T00:47:46.5197311Z  2025-01-24T00:47:46.5197484Z Try { 2025-01-24T00:47:46.5197727Z  # Print all the processes for debugging 2025-01-24T00:47:46.5198310Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-01-24T00:47:46.5198785Z } 2025-01-24T00:47:46.5199006Z Catch { 2025-01-24T00:47:46.5199413Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-01-24T00:47:46.5199882Z  Write-Output $_ 2025-01-24T00:47:46.5200119Z } 2025-01-24T00:47:46.5217074Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T00:47:46.5217563Z env: 2025-01-24T00:47:46.5217784Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:47:46.5218026Z ##[endgroup] 2025-01-24T00:47:46.8823397Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T00:47:46.8881980Z Finished 2025-01-24T00:47:46.9022961Z No leftover python process, continuing 2025-01-24T00:47:46.9581266Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-01-24T00:47:46.9582088Z At C:\actions-runner\_work\_temp\fcf0f379-96b3-4826-9021-491fc45c25a5.ps1:9 char:5 2025-01-24T00:47:46.9582756Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:47:46.9583295Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:47:46.9583815Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-01-24T00:47:46.9584649Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:47:46.9585359Z 2025-01-24T00:47:46.9600853Z No leftover ninja process, continuing 2025-01-24T00:47:46.9609561Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-01-24T00:47:46.9610300Z At C:\actions-runner\_work\_temp\fcf0f379-96b3-4826-9021-491fc45c25a5.ps1:9 char:5 2025-01-24T00:47:46.9610894Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:47:46.9611317Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:47:46.9611811Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-01-24T00:47:46.9613455Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:47:46.9614186Z 2025-01-24T00:47:46.9627062Z No leftover cl process, continuing 2025-01-24T00:47:46.9637999Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-01-24T00:47:46.9638758Z At C:\actions-runner\_work\_temp\fcf0f379-96b3-4826-9021-491fc45c25a5.ps1:9 char:5 2025-01-24T00:47:46.9639436Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:47:46.9639869Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:47:46.9640358Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-01-24T00:47:46.9641232Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:47:46.9641878Z 2025-01-24T00:47:46.9653626Z No leftover nvcc process, continuing 2025-01-24T00:47:46.9663404Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-01-24T00:47:46.9664125Z At C:\actions-runner\_work\_temp\fcf0f379-96b3-4826-9021-491fc45c25a5.ps1:9 char:5 2025-01-24T00:47:46.9664696Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:47:46.9665135Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:47:46.9665627Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-01-24T00:47:46.9666512Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:47:46.9667125Z 2025-01-24T00:47:46.9678506Z No leftover cmd process, continuing 2025-01-24T00:47:46.9688192Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2025-01-24T00:47:46.9688914Z At C:\actions-runner\_work\_temp\fcf0f379-96b3-4826-9021-491fc45c25a5.ps1:9 char:5 2025-01-24T00:47:46.9689477Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:47:46.9689907Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:47:46.9690452Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2025-01-24T00:47:46.9691295Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:47:46.9691902Z 2025-01-24T00:47:46.9702094Z No leftover sccache process, continuing 2025-01-24T00:47:46.9711808Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-01-24T00:47:46.9712510Z At C:\actions-runner\_work\_temp\fcf0f379-96b3-4826-9021-491fc45c25a5.ps1:9 char:5 2025-01-24T00:47:46.9713082Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:47:46.9713526Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:47:46.9714026Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-01-24T00:47:46.9714919Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:47:46.9715535Z 2025-01-24T00:47:46.9725859Z No leftover git process, continuing 2025-01-24T00:47:46.9736027Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-01-24T00:47:46.9736759Z At C:\actions-runner\_work\_temp\fcf0f379-96b3-4826-9021-491fc45c25a5.ps1:9 char:5 2025-01-24T00:47:46.9737329Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:47:46.9737756Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:47:46.9738251Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-01-24T00:47:46.9739226Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:47:46.9739842Z 2025-01-24T00:47:47.0237893Z You cannot call a method on a null-valued expression. 2025-01-24T00:47:47.0238492Z At C:\actions-runner\_work\_temp\fcf0f379-96b3-4826-9021-491fc45c25a5.ps1:21 char:5 2025-01-24T00:47:47.0239078Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:47:47.0239601Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:47:47.0240041Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T00:47:47.0240460Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T00:47:47.0240771Z 2025-01-24T00:47:47.0408888Z You cannot call a method on a null-valued expression. 2025-01-24T00:47:47.0409464Z At C:\actions-runner\_work\_temp\fcf0f379-96b3-4826-9021-491fc45c25a5.ps1:21 char:5 2025-01-24T00:47:47.0410098Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:47:47.0410603Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:47:47.0411019Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T00:47:47.0411448Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T00:47:47.0411762Z 2025-01-24T00:47:47.0578965Z You cannot call a method on a null-valued expression. 2025-01-24T00:47:47.0579599Z At C:\actions-runner\_work\_temp\fcf0f379-96b3-4826-9021-491fc45c25a5.ps1:21 char:5 2025-01-24T00:47:47.0580755Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:47:47.0581615Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:47:47.0582042Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T00:47:47.0582479Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T00:47:47.0582838Z 2025-01-24T00:47:47.0746582Z You cannot call a method on a null-valued expression. 2025-01-24T00:47:47.0747302Z At C:\actions-runner\_work\_temp\fcf0f379-96b3-4826-9021-491fc45c25a5.ps1:21 char:5 2025-01-24T00:47:47.0747896Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:47:47.0748348Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:47:47.0748793Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T00:47:47.0749215Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T00:47:47.0749519Z 2025-01-24T00:47:47.0905385Z You cannot call a method on a null-valued expression. 2025-01-24T00:47:47.0906012Z At C:\actions-runner\_work\_temp\fcf0f379-96b3-4826-9021-491fc45c25a5.ps1:21 char:5 2025-01-24T00:47:47.0906593Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:47:47.0907059Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:47:47.0907481Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T00:47:47.0907939Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T00:47:47.0908240Z 2025-01-24T00:47:47.1072836Z You cannot call a method on a null-valued expression. 2025-01-24T00:47:47.1073419Z At C:\actions-runner\_work\_temp\fcf0f379-96b3-4826-9021-491fc45c25a5.ps1:21 char:5 2025-01-24T00:47:47.1074820Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:47:47.1075360Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:47:47.1075859Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T00:47:47.1076326Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T00:47:47.1076628Z 2025-01-24T00:47:47.1238593Z You cannot call a method on a null-valued expression. 2025-01-24T00:47:47.1239184Z At C:\actions-runner\_work\_temp\fcf0f379-96b3-4826-9021-491fc45c25a5.ps1:21 char:5 2025-01-24T00:47:47.1239801Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:47:47.1240521Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:47:47.1240938Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T00:47:47.1242377Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T00:47:47.1242689Z 2025-01-24T00:47:47.1881784Z Caption CommandLine ProcessId 2025-01-24T00:47:47.1882364Z 2025-01-24T00:47:47.1882722Z System Idle Process 0 2025-01-24T00:47:47.1883176Z 2025-01-24T00:47:47.1883482Z System 4 2025-01-24T00:47:47.1883868Z 2025-01-24T00:47:47.1885780Z Registry 168 2025-01-24T00:47:47.1886307Z 2025-01-24T00:47:47.1886626Z smss.exe 408 2025-01-24T00:47:47.1887026Z 2025-01-24T00:47:47.1888513Z csrss.exe 532 2025-01-24T00:47:47.1888959Z 2025-01-24T00:47:47.1889274Z csrss.exe 608 2025-01-24T00:47:47.1890332Z 2025-01-24T00:47:47.1890672Z wininit.exe 648 2025-01-24T00:47:47.1891077Z 2025-01-24T00:47:47.1891453Z winlogon.exe winlogon.exe 680 2025-01-24T00:47:47.1891915Z 2025-01-24T00:47:47.1892243Z services.exe 752 2025-01-24T00:47:47.1892649Z 2025-01-24T00:47:47.1893518Z lsass.exe C:\Windows\system32\lsass.exe 772 2025-01-24T00:47:47.1894039Z 2025-01-24T00:47:47.1894594Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 892 2025-01-24T00:47:47.1895225Z 2025-01-24T00:47:47.1895703Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 916 2025-01-24T00:47:47.1896294Z 2025-01-24T00:47:47.1897229Z fontdrvhost.exe "fontdrvhost.exe" 940 2025-01-24T00:47:47.1897746Z 2025-01-24T00:47:47.1898140Z fontdrvhost.exe "fontdrvhost.exe" 948 2025-01-24T00:47:47.1898938Z 2025-01-24T00:47:47.1899412Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 132 2025-01-24T00:47:47.1900087Z 2025-01-24T00:47:47.1900589Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 456 2025-01-24T00:47:47.1901185Z 2025-01-24T00:47:47.1901711Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1044 2025-01-24T00:47:47.1902315Z 2025-01-24T00:47:47.1903027Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1156 2025-01-24T00:47:47.1903756Z 2025-01-24T00:47:47.1904090Z dwm.exe "dwm.exe" 1204 2025-01-24T00:47:47.1904496Z 2025-01-24T00:47:47.1905469Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1304 2025-01-24T00:47:47.1906263Z 2025-01-24T00:47:47.1907555Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1392 2025-01-24T00:47:47.1908185Z 2025-01-24T00:47:47.1908795Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1424 2025-01-24T00:47:47.1909596Z 2025-01-24T00:47:47.1910099Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1452 2025-01-24T00:47:47.1910684Z 2025-01-24T00:47:47.1911205Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1500 2025-01-24T00:47:47.1911830Z 2025-01-24T00:47:47.1913825Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\NVDisplay.Container.exe -s NVDisplay.ContainerLocalSystem -f C:\ProgramData\NVIDIA\NVDisplay.ContainerLocalSystem.log -l 3 -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1548 2025-01-24T00:47:47.1915920Z 2025-01-24T00:47:47.1916421Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1568 2025-01-24T00:47:47.1917018Z 2025-01-24T00:47:47.1917539Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1608 2025-01-24T00:47:47.1918159Z 2025-01-24T00:47:47.1918693Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1768 2025-01-24T00:47:47.1919324Z 2025-01-24T00:47:47.1920019Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1792 2025-01-24T00:47:47.1920737Z 2025-01-24T00:47:47.1921372Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1884 2025-01-24T00:47:47.1922174Z 2025-01-24T00:47:47.1922840Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 1968 2025-01-24T00:47:47.1923608Z 2025-01-24T00:47:47.1924101Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 2024 2025-01-24T00:47:47.1924708Z 2025-01-24T00:47:47.1925276Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 2032 2025-01-24T00:47:47.1926032Z 2025-01-24T00:47:47.1926583Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 2040 2025-01-24T00:47:47.1927215Z 2025-01-24T00:47:47.1927699Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 2092 2025-01-24T00:47:47.1928270Z 2025-01-24T00:47:47.1928930Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2120 2025-01-24T00:47:47.1929601Z 2025-01-24T00:47:47.1930336Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2216 2025-01-24T00:47:47.1931547Z 2025-01-24T00:47:47.1932095Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2244 2025-01-24T00:47:47.1932753Z 2025-01-24T00:47:47.1933393Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2300 2025-01-24T00:47:47.1934157Z 2025-01-24T00:47:47.1934680Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2324 2025-01-24T00:47:47.1935294Z 2025-01-24T00:47:47.1935871Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2364 2025-01-24T00:47:47.1936543Z 2025-01-24T00:47:47.1937061Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2508 2025-01-24T00:47:47.1937664Z 2025-01-24T00:47:47.1938240Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2536 2025-01-24T00:47:47.1938919Z 2025-01-24T00:47:47.1939518Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2624 2025-01-24T00:47:47.1940124Z 2025-01-24T00:47:47.1940554Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2860 2025-01-24T00:47:47.1941150Z 2025-01-24T00:47:47.1941637Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2988 2025-01-24T00:47:47.1942224Z 2025-01-24T00:47:47.1942911Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2996 2025-01-24T00:47:47.1943627Z 2025-01-24T00:47:47.1944169Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 3004 2025-01-24T00:47:47.1944807Z 2025-01-24T00:47:47.1945334Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 3012 2025-01-24T00:47:47.1945966Z 2025-01-24T00:47:47.1946563Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 3020 2025-01-24T00:47:47.1947262Z 2025-01-24T00:47:47.1947758Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 3028 2025-01-24T00:47:47.1948375Z 2025-01-24T00:47:47.1948958Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 3036 2025-01-24T00:47:47.1949578Z 2025-01-24T00:47:47.1950086Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 3052 2025-01-24T00:47:47.1950765Z 2025-01-24T00:47:47.1951526Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3220 2025-01-24T00:47:47.1952300Z 2025-01-24T00:47:47.1952745Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3244 2025-01-24T00:47:47.1953262Z 2025-01-24T00:47:47.1953796Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3256 2025-01-24T00:47:47.1954400Z 2025-01-24T00:47:47.1955098Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe 3272 2025-01-24T00:47:47.1955872Z 2025-01-24T00:47:47.1956381Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3332 2025-01-24T00:47:47.1956971Z 2025-01-24T00:47:47.1957611Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3736 2025-01-24T00:47:47.1958350Z 2025-01-24T00:47:47.1958976Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a71055 /state1:0x41c64e6d 4192 2025-01-24T00:47:47.1959591Z 2025-01-24T00:47:47.1961368Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 4780 2025-01-24T00:47:47.1963289Z 2025-01-24T00:47:47.1964054Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe -spawnprovider 4924 2025-01-24T00:47:47.1964889Z 2025-01-24T00:47:47.1965280Z vds.exe C:\Windows\System32\vds.exe 4536 2025-01-24T00:47:47.1965767Z 2025-01-24T00:47:47.1966367Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 2896 2025-01-24T00:47:47.1967066Z 2025-01-24T00:47:47.1967607Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 4204 2025-01-24T00:47:47.1968242Z 2025-01-24T00:47:47.1968979Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 3084 2025-01-24T00:47:47.1969834Z 2025-01-24T00:47:47.1971535Z 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 692 2025-01-24T00:47:47.1973267Z 2025-01-24T00:47:47.1973699Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2872 2025-01-24T00:47:47.1974287Z 2025-01-24T00:47:47.1974681Z msdtc.exe C:\Windows\System32\msdtc.exe 4288 2025-01-24T00:47:47.1975231Z 2025-01-24T00:47:47.1975863Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 620 2025-01-24T00:47:47.1976561Z 2025-01-24T00:47:47.1977045Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 1556 2025-01-24T00:47:47.1977629Z 2025-01-24T00:47:47.1978135Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 1740 2025-01-24T00:47:47.1978763Z 2025-01-24T00:47:47.1979357Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 4504 2025-01-24T00:47:47.1980054Z 2025-01-24T00:47:47.1980585Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 4564 2025-01-24T00:47:47.1981225Z 2025-01-24T00:47:47.1981842Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 4084 2025-01-24T00:47:47.1982491Z 2025-01-24T00:47:47.1982982Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2376 2025-01-24T00:47:47.1983588Z 2025-01-24T00:47:47.1984094Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 5004 2025-01-24T00:47:47.1984695Z 2025-01-24T00:47:47.1985322Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 1352 2025-01-24T00:47:47.1986054Z 2025-01-24T00:47:47.1986571Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 2168 2025-01-24T00:47:47.1987183Z 2025-01-24T00:47:47.1987696Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 3172 2025-01-24T00:47:47.1988318Z 2025-01-24T00:47:47.1988771Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4816 2025-01-24T00:47:47.1989287Z 2025-01-24T00:47:47.1989714Z taskhostw.exe taskhostw.exe /RuntimeWide 1696 2025-01-24T00:47:47.1990230Z 2025-01-24T00:47:47.1990917Z ngentask.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:100 4700 2025-01-24T00:47:47.1991620Z 2025-01-24T00:47:47.1992047Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3788 2025-01-24T00:47:47.1992630Z 2025-01-24T00:47:47.1993236Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 4352 2025-01-24T00:47:47.1993917Z 2025-01-24T00:47:47.1994578Z ngen.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 2972 2025-01-24T00:47:47.1995333Z 2025-01-24T00:47:47.1995970Z ngentask.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:1164 6092 2025-01-24T00:47:47.1996689Z 2025-01-24T00:47:47.1997129Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1872 2025-01-24T00:47:47.1997650Z 2025-01-24T00:47:47.1998324Z ngen.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 3660 2025-01-24T00:47:47.1999092Z 2025-01-24T00:47:47.1999605Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 5524 2025-01-24T00:47:47.2000172Z 2025-01-24T00:47:47.2000730Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2736 2348 5948 2025-01-24T00:47:47.2001372Z 2025-01-24T00:47:47.2001881Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1372 2025-01-24T00:47:47.2002403Z 2025-01-24T00:47:47.2003264Z mscorsvw.exe C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe -StartupEvent ddc -InterruptEvent 0 -NGENProcess dec -Pipe d80 -Comment "NGen Worker Process" 5708 2025-01-24T00:47:47.2004204Z 2025-01-24T00:47:47.2005053Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\fcf0f379-96b3-4826-9021-491fc45c25a5.ps1'" 2912 2025-01-24T00:47:47.2005972Z 2025-01-24T00:47:47.2006585Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 2200 2025-01-24T00:47:47.2007291Z 2025-01-24T00:47:47.2007296Z 2025-01-24T00:47:47.2007301Z 2025-01-24T00:47:47.2359584Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-01-24T00:47:47.2360081Z with: 2025-01-24T00:47:47.2360694Z github-secret: *** 2025-01-24T00:47:47.2362785Z 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-01-24T00:47:47.2364891Z activate-with-label: false 2025-01-24T00:47:47.2365147Z label: with-ssh 2025-01-24T00:47:47.2365366Z remove-existing-keys: true 2025-01-24T00:47:47.2365632Z fail-silently: true 2025-01-24T00:47:47.2365854Z env: 2025-01-24T00:47:47.2366072Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:47:47.2366295Z ##[endgroup] 2025-01-24T00:47:47.3790020Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-01-24T00:47:47.3791873Z ciflow reference detected, attempting to extract PR number 2025-01-24T00:47:47.7598616Z Grabbing public ssh keys from https://github.com/pytorch-bot[bot].keys 2025-01-24T00:47:47.8101771Z No SSH keys found for user pytorch-bot[bot] 2025-01-24T00:47:47.8102298Z Grabbing public ssh keys from https://github.com/yushangdi.keys 2025-01-24T00:47:47.8598981Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2025-01-24T00:47:47.8623097Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2025-01-24T00:47:47.8670963Z Login using: ssh runneruser@ec2-54-221-32-27.compute-1.amazonaws.com 2025-01-24T00:47:47.8672576Z To forward remote desktop on your local machine ssh as follows: 2025-01-24T00:47:47.8673142Z ssh -L 3389:localhost:3389 runneruser@ec2-54-221-32-27.compute-1.amazonaws.com 2025-01-24T00:47:47.8673632Z And then change password using `passwd` command. 2025-01-24T00:47:47.8673870Z 2025-01-24T00:47:47.8674166Z To start build locally, change working folder to \actions-runner\_work\pytorch\pytorch, 2025-01-24T00:47:47.8674746Z Activate miniconda and Visual Studio environment, by running: 2025-01-24T00:47:47.8675326Z call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-01-24T00:47:47.8676066Z call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2025-01-24T00:47:47.8922666Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-01-24T00:47:47.8923118Z with: 2025-01-24T00:47:47.8923308Z no-sudo: true 2025-01-24T00:47:47.8923518Z submodules: recursive 2025-01-24T00:47:47.8923741Z fetch-depth: 0 2025-01-24T00:47:47.8923976Z env: 2025-01-24T00:47:47.8924168Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:47:47.8924391Z ##[endgroup] 2025-01-24T00:47:47.9022088Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T00:47:47.9023084Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T00:47:47.9042267Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:47:47.9042734Z env: 2025-01-24T00:47:47.9042925Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:47:47.9043163Z ##[endgroup] 2025-01-24T00:47:47.9411894Z ##[group]Run retry () { 2025-01-24T00:47:47.9412225Z retry () { 2025-01-24T00:47:47.9412585Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-01-24T00:47:47.9412996Z } 2025-01-24T00:47:47.9413264Z echo "${GITHUB_WORKSPACE}" 2025-01-24T00:47:47.9413607Z if [ -z "${NO_SUDO}" ]; then 2025-01-24T00:47:47.9413970Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T00:47:47.9414312Z else 2025-01-24T00:47:47.9414596Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T00:47:47.9414937Z fi 2025-01-24T00:47:47.9415145Z mkdir "${GITHUB_WORKSPACE}" 2025-01-24T00:47:47.9435666Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:47:47.9436128Z env: 2025-01-24T00:47:47.9436334Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:47:47.9436575Z NO_SUDO: true 2025-01-24T00:47:47.9436762Z ##[endgroup] 2025-01-24T00:47:47.9616359Z C:\actions-runner\_work\pytorch\pytorch 2025-01-24T00:47:52.0089725Z ##[group]Run actions/checkout@v4 2025-01-24T00:47:52.0090008Z with: 2025-01-24T00:47:52.0090242Z ref: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:47:52.0090561Z fetch-depth: 0 2025-01-24T00:47:52.0090783Z submodules: recursive 2025-01-24T00:47:52.0091010Z show-progress: false 2025-01-24T00:47:52.0091249Z repository: pytorch/pytorch 2025-01-24T00:47:52.0091614Z token: *** 2025-01-24T00:47:52.0091819Z ssh-strict: true 2025-01-24T00:47:52.0092026Z ssh-user: git 2025-01-24T00:47:52.0092236Z persist-credentials: true 2025-01-24T00:47:52.0092483Z clean: true 2025-01-24T00:47:52.0092720Z sparse-checkout-cone-mode: true 2025-01-24T00:47:52.0092980Z fetch-tags: false 2025-01-24T00:47:52.0093201Z lfs: false 2025-01-24T00:47:52.0093462Z set-safe-directory: true 2025-01-24T00:47:52.0093697Z env: 2025-01-24T00:47:52.0093933Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:47:52.0094180Z ##[endgroup] 2025-01-24T00:47:52.1415446Z Syncing repository: pytorch/pytorch 2025-01-24T00:47:52.1416903Z ##[group]Getting Git version info 2025-01-24T00:47:52.1417321Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2025-01-24T00:47:52.1505546Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-01-24T00:47:52.1717420Z git version 2.47.0.windows.2 2025-01-24T00:47:52.1762522Z ##[endgroup] 2025-01-24T00:47:52.1774143Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\3f4fa2db-bb56-4227-b293-a775ecaa2e73\.gitconfig' 2025-01-24T00:47:52.1792924Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\3f4fa2db-bb56-4227-b293-a775ecaa2e73' before making global git config changes 2025-01-24T00:47:52.1793855Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T00:47:52.1803111Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-01-24T00:47:52.2063556Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2025-01-24T00:47:52.2068371Z ##[group]Initializing the repository 2025-01-24T00:47:52.2076709Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2025-01-24T00:47:52.2431562Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2025-01-24T00:47:52.2480464Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2025-01-24T00:47:52.2752181Z ##[endgroup] 2025-01-24T00:47:52.2752613Z ##[group]Disabling automatic garbage collection 2025-01-24T00:47:52.2763078Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-01-24T00:47:52.3000541Z ##[endgroup] 2025-01-24T00:47:52.3001002Z ##[group]Setting up auth 2025-01-24T00:47:52.3014153Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-01-24T00:47:52.3255384Z [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-01-24T00:47:52.6584466Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T00:47:52.6822615Z [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-01-24T00:47:53.1622618Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-01-24T00:47:53.1869719Z ##[endgroup] 2025-01-24T00:47:53.1870109Z ##[group]Fetching the repository 2025-01-24T00:47:53.1883243Z [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-01-24T00:48:45.2569339Z From https://github.com/pytorch/pytorch 2025-01-24T00:48:45.2569808Z * [new branch] 144594 -> origin/144594 2025-01-24T00:48:45.2570273Z * [new branch] 2.1-dynamic-doc -> origin/2.1-dynamic-doc 2025-01-24T00:48:45.2572171Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-01-24T00:48:45.2572995Z * [new branch] Adjust-Description-for-linux-binary-test-Workflow -> origin/Adjust-Description-for-linux-binary-test-Workflow 2025-01-24T00:48:45.2573999Z * [new branch] Broken-classifications_pending_unstable-Test -> origin/Broken-classifications_pending_unstable-Test 2025-01-24T00:48:45.2574715Z * [new branch] Chillee-patch-5 -> origin/Chillee-patch-5 2025-01-24T00:48:45.2575292Z * [new branch] Cleanup-Previous-Artifacts -> origin/Cleanup-Previous-Artifacts 2025-01-24T00:48:45.2575984Z * [new branch] JackCaoG/add_new_lazy_counter_macro -> origin/JackCaoG/add_new_lazy_counter_macro 2025-01-24T00:48:45.2576744Z * [new branch] JackCaoG/add_openxla_backend_to_list -> origin/JackCaoG/add_openxla_backend_to_list 2025-01-24T00:48:45.2577710Z * [new branch] JackCaoG/dynamo_make_fx_non_core_aten_ops -> origin/JackCaoG/dynamo_make_fx_non_core_aten_ops 2025-01-24T00:48:45.2578399Z * [new branch] JackCaoG/fix_xla_torchbench -> origin/JackCaoG/fix_xla_torchbench 2025-01-24T00:48:45.2579055Z * [new branch] JackCaoG/make_xla_dynamo_backend_boxed -> origin/JackCaoG/make_xla_dynamo_backend_boxed 2025-01-24T00:48:45.2579793Z * [new branch] JackCaoG/test_xla_pin -> origin/JackCaoG/test_xla_pin 2025-01-24T00:48:45.2580379Z * [new branch] JackCaoG/test_xla_pin_update -> origin/JackCaoG/test_xla_pin_update 2025-01-24T00:48:45.2581683Z * [new branch] JackCaoG/update_dynamo_doc -> origin/JackCaoG/update_dynamo_doc 2025-01-24T00:48:45.2582303Z * [new branch] JackCaoG/update_xla_dynamo -> origin/JackCaoG/update_xla_dynamo 2025-01-24T00:48:45.2582957Z * [new branch] JackCaoG/update_xla_pin_to_skip_test -> origin/JackCaoG/update_xla_pin_to_skip_test 2025-01-24T00:48:45.2583675Z * [new branch] JackCaoG/update_xla_pin_to_skip_test2 -> origin/JackCaoG/update_xla_pin_to_skip_test2 2025-01-24T00:48:45.2584311Z * [new branch] NicolasHug-patch-2 -> origin/NicolasHug-patch-2 2025-01-24T00:48:45.2584872Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-01-24T00:48:45.2585470Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-01-24T00:48:45.2586030Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-01-24T00:48:45.2586570Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-01-24T00:48:45.2588632Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-01-24T00:48:45.2589215Z * [new branch] Remove-linux_t4g_2xlarge-Usage -> origin/Remove-linux_t4g_2xlarge-Usage 2025-01-24T00:48:45.2589813Z * [new branch] Revert-PR-110949 -> origin/Revert-PR-110949 2025-01-24T00:48:45.2590382Z * [new branch] Switch-Linux-arm64-Runners -> origin/Switch-Linux-arm64-Runners 2025-01-24T00:48:45.2591079Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-01-24T00:48:45.2591692Z * [new branch] Valentine/flash_attention_bf16 -> origin/Valentine/flash_attention_bf16 2025-01-24T00:48:45.2592274Z * [new branch] WeixiMa/serialize -> origin/WeixiMa/serialize 2025-01-24T00:48:45.2592824Z * [new branch] _tmp-orig/release/2.6 -> origin/_tmp-orig/release/2.6 2025-01-24T00:48:45.2593331Z * [new branch] _tmp-release/2.6 -> origin/_tmp-release/2.6 2025-01-24T00:48:45.2593942Z * [new branch] abock/dort-torch-compile-options -> origin/abock/dort-torch-compile-options 2025-01-24T00:48:45.2594564Z * [new branch] abock/onnx-1.14.1rc1 -> origin/abock/onnx-1.14.1rc1 2025-01-24T00:48:45.2595134Z * [new branch] abock/onnx-1.15.0-validation -> origin/abock/onnx-1.15.0-validation 2025-01-24T00:48:45.2595803Z * [new branch] abock/ort-nightly==1.16.0.dev20230908001 -> origin/abock/ort-nightly==1.16.0.dev20230908001 2025-01-24T00:48:45.2596496Z * [new branch] add-android-build-workflow -> origin/add-android-build-workflow 2025-01-24T00:48:45.2597033Z * [new branch] add-assign -> origin/add-assign 2025-01-24T00:48:45.2597610Z * [new branch] add_broadcast_functional_collective -> origin/add_broadcast_functional_collective 2025-01-24T00:48:45.2598255Z * [new branch] add_mha_to_autocast_policy -> origin/add_mha_to_autocast_policy 2025-01-24T00:48:45.2598868Z * [new branch] add_non_parallel_model_comparison -> origin/add_non_parallel_model_comparison 2025-01-24T00:48:45.2999100Z * [new branch] add_reduce_op -> origin/add_reduce_op 2025-01-24T00:48:45.2999985Z * [new branch] add_torchao_docs -> origin/add_torchao_docs 2025-01-24T00:48:45.3000564Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-01-24T00:48:45.3001077Z * [new branch] addsimde -> origin/addsimde 2025-01-24T00:48:45.3001690Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-01-24T00:48:45.3002319Z * [new branch] alanwaketan/pin -> origin/alanwaketan/pin 2025-01-24T00:48:45.3002894Z * [new branch] alanwaketan/pin2 -> origin/alanwaketan/pin2 2025-01-24T00:48:45.3003609Z * [new branch] alt-disable -> origin/alt-disable 2025-01-24T00:48:45.3004325Z * [new branch] angelayi/aot -> origin/angelayi/aot 2025-01-24T00:48:45.3004964Z * [new branch] angelayi/aot_freeze -> origin/angelayi/aot_freeze 2025-01-24T00:48:45.3005752Z * [new branch] angelayi/aot_inductor_bench_comp_time -> origin/angelayi/aot_inductor_bench_comp_time 2025-01-24T00:48:45.3006634Z * [new branch] angelayi/aot_inductor_benchmark -> origin/angelayi/aot_inductor_benchmark 2025-01-24T00:48:45.3007396Z * [new branch] angelayi/aot_inductor_torch -> origin/angelayi/aot_inductor_torch 2025-01-24T00:48:45.3008153Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-01-24T00:48:45.3009019Z * [new branch] angelayi/aotinductor_const -> origin/angelayi/aotinductor_const 2025-01-24T00:48:45.3009861Z * [new branch] angelayi/aotinductor_const_name -> origin/angelayi/aotinductor_const_name 2025-01-24T00:48:45.3010618Z * [new branch] angelayi/bench -> origin/angelayi/bench 2025-01-24T00:48:45.3011244Z * [new branch] angelayi/benchmark -> origin/angelayi/benchmark 2025-01-24T00:48:45.3011950Z * [new branch] angelayi/benchmark_skip -> origin/angelayi/benchmark_skip 2025-01-24T00:48:45.3012620Z * [new branch] angelayi/bind -> origin/angelayi/bind 2025-01-24T00:48:45.3013506Z * [new branch] angelayi/constraint -> origin/angelayi/constraint 2025-01-24T00:48:45.3014056Z * [new branch] angelayi/core_aten -> origin/angelayi/core_aten 2025-01-24T00:48:45.3014585Z * [new branch] angelayi/core_split -> origin/angelayi/core_split 2025-01-24T00:48:45.3015102Z * [new branch] angelayi/cp107981 -> origin/angelayi/cp107981 2025-01-24T00:48:45.3015620Z * [new branch] angelayi/cp108217 -> origin/angelayi/cp108217 2025-01-24T00:48:45.3016172Z * [new branch] angelayi/cp108783 -> origin/angelayi/cp108783 2025-01-24T00:48:45.3016691Z * [new branch] angelayi/cp109060 -> origin/angelayi/cp109060 2025-01-24T00:48:45.3017212Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-01-24T00:48:45.3019036Z * [new branch] angelayi/custom_and_getattr -> origin/angelayi/custom_and_getattr 2025-01-24T00:48:45.3019646Z * [new branch] angelayi/customop -> origin/angelayi/customop 2025-01-24T00:48:45.3020203Z * [new branch] angelayi/default_serialized -> origin/angelayi/default_serialized 2025-01-24T00:48:45.3020745Z * [new branch] angelayi/docs -> origin/angelayi/docs 2025-01-24T00:48:45.3021283Z * [new branch] angelayi/embed_constants -> origin/angelayi/embed_constants 2025-01-24T00:48:45.3021813Z * [new branch] angelayi/ep_bc -> origin/angelayi/ep_bc 2025-01-24T00:48:45.3022378Z * [new branch] angelayi/export_custom_op_rst -> origin/angelayi/export_custom_op_rst 2025-01-24T00:48:45.3023158Z * [new branch] angelayi/export_docs -> origin/angelayi/export_docs 2025-01-24T00:48:45.3024948Z * [new branch] angelayi/exportdb -> origin/angelayi/exportdb 2025-01-24T00:48:45.3025518Z * [new branch] angelayi/fail_models_temp -> origin/angelayi/fail_models_temp 2025-01-24T00:48:45.3026046Z * [new branch] angelayi/fake -> origin/angelayi/fake 2025-01-24T00:48:45.3026558Z * [new branch] angelayi/fix_constrain -> origin/angelayi/fix_constrain 2025-01-24T00:48:45.3027088Z * [new branch] angelayi/getattr -> origin/angelayi/getattr 2025-01-24T00:48:45.3027739Z * [new branch] angelayi/hf_version -> origin/angelayi/hf_version 2025-01-24T00:48:45.3028296Z * [new branch] angelayi/hf_version_update -> origin/angelayi/hf_version_update 2025-01-24T00:48:45.3028859Z * [new branch] angelayi/inductor_temp -> origin/angelayi/inductor_temp 2025-01-24T00:48:45.3029407Z * [new branch] angelayi/kwarg_input -> origin/angelayi/kwarg_input 2025-01-24T00:48:45.3031137Z * [new branch] angelayi/load -> origin/angelayi/load 2025-01-24T00:48:45.3031657Z * [new branch] angelayi/logging.bak -> origin/angelayi/logging.bak 2025-01-24T00:48:45.3442555Z * [new branch] angelayi/logging2 -> origin/angelayi/logging2 2025-01-24T00:48:45.3443125Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-01-24T00:48:45.3443663Z * [new branch] angelayi/orig_args -> origin/angelayi/orig_args 2025-01-24T00:48:45.3444208Z * [new branch] angelayi/pickle -> origin/angelayi/pickle 2025-01-24T00:48:45.3445562Z * [new branch] angelayi/pytree -> origin/angelayi/pytree 2025-01-24T00:48:45.3446089Z * [new branch] angelayi/pytree2 -> origin/angelayi/pytree2 2025-01-24T00:48:45.3446674Z * [new branch] angelayi/pytree_namedtuple -> origin/angelayi/pytree_namedtuple 2025-01-24T00:48:45.3447283Z * [new branch] angelayi/remove_aoti_unlift -> origin/angelayi/remove_aoti_unlift 2025-01-24T00:48:45.3447858Z * [new branch] angelayi/revert_inductor -> origin/angelayi/revert_inductor 2025-01-24T00:48:45.3448425Z * [new branch] angelayi/schema_version -> origin/angelayi/schema_version 2025-01-24T00:48:45.3449011Z * [new branch] angelayi/ser_constrain -> origin/angelayi/ser_constrain 2025-01-24T00:48:45.3449640Z * [new branch] angelayi/serialize_symint_inputs -> origin/angelayi/serialize_symint_inputs 2025-01-24T00:48:45.3450225Z * [new branch] angelayi/shape -> origin/angelayi/shape 2025-01-24T00:48:45.3451579Z * [new branch] angelayi/test113041 -> origin/angelayi/test113041 2025-01-24T00:48:45.3452138Z * [new branch] angelayi/test_aot_mode -> origin/angelayi/test_aot_mode 2025-01-24T00:48:45.3452662Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-01-24T00:48:45.3453228Z * [new branch] angelayi/update_schema_msg -> origin/angelayi/update_schema_msg 2025-01-24T00:48:45.3453861Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-01-24T00:48:45.3454518Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-01-24T00:48:45.3455108Z * [new branch] atalman-patch-1 -> origin/atalman-patch-1 2025-01-24T00:48:45.3455617Z * [new branch] atalman-patch-10 -> origin/atalman-patch-10 2025-01-24T00:48:45.3456980Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-01-24T00:48:45.3457484Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-01-24T00:48:45.3458195Z * [new branch] atalman-patch-6 -> origin/atalman-patch-6 2025-01-24T00:48:45.3458699Z * [new branch] atalman-patch-8 -> origin/atalman-patch-8 2025-01-24T00:48:45.3459188Z * [new branch] atalman-patch-9 -> origin/atalman-patch-9 2025-01-24T00:48:45.3459764Z * [new branch] atalman_inductor_2.3.0 -> origin/atalman_inductor_2.3.0 2025-01-24T00:48:45.3460301Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-01-24T00:48:45.3460830Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-01-24T00:48:45.3463017Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-01-24T00:48:45.3463621Z * [new branch] avoid_record_ag_rs -> origin/avoid_record_ag_rs 2025-01-24T00:48:45.3464116Z * [new branch] bahuang/dropout -> origin/bahuang/dropout 2025-01-24T00:48:45.3464642Z * [new branch] bahuang/make_fallback -> origin/bahuang/make_fallback 2025-01-24T00:48:45.3465124Z * [new branch] base/1.5 -> origin/base/1.5 2025-01-24T00:48:45.3465607Z * [new branch] base_inductor_opt_flag -> origin/base_inductor_opt_flag 2025-01-24T00:48:45.3466216Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-01-24T00:48:45.3466888Z * [new branch] batchnorm-unexpected-success -> origin/batchnorm-unexpected-success 2025-01-24T00:48:45.3468433Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-01-24T00:48:45.3468974Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-01-24T00:48:45.3469501Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-01-24T00:48:45.3470160Z * [new branch] bf/be-cudagraph-utils -> origin/bf/be-cudagraph-utils 2025-01-24T00:48:45.3470712Z * [new branch] bf/be-dependencies -> origin/bf/be-dependencies 2025-01-24T00:48:45.3471203Z * [new branch] bf/be-metrics -> origin/bf/be-metrics 2025-01-24T00:48:45.3471675Z * [new branch] bf/be-pad-mm -> origin/bf/be-pad-mm 2025-01-24T00:48:45.3472195Z * [new branch] bf/be-wrapper-benchmark -> origin/bf/be-wrapper-benchmark 2025-01-24T00:48:45.3472768Z * [new branch] bf/cg-doc-add-cuda-device -> origin/bf/cg-doc-add-cuda-device 2025-01-24T00:48:45.3873727Z * [new branch] bf/cg-multithreading -> origin/bf/cg-multithreading 2025-01-24T00:48:45.3874295Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-01-24T00:48:45.3874781Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-01-24T00:48:45.3875421Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-01-24T00:48:45.3876407Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-01-24T00:48:45.3877281Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-01-24T00:48:45.3877844Z * [new branch] bf/pa-input-pos-bs -> origin/bf/pa-input-pos-bs 2025-01-24T00:48:45.3879335Z * [new branch] bf/reduce-scatter-copy-in -> origin/bf/reduce-scatter-copy-in 2025-01-24T00:48:45.3880031Z * [new branch] bf/relax-reinplace-size-constraint -> origin/bf/relax-reinplace-size-constraint 2025-01-24T00:48:45.3880679Z * [new branch] bf/remove-check -> origin/bf/remove-check 2025-01-24T00:48:45.3881235Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-01-24T00:48:45.3882031Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-01-24T00:48:45.3882626Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-01-24T00:48:45.3883200Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-01-24T00:48:45.3883783Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-01-24T00:48:45.3885292Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-01-24T00:48:45.3886013Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-01-24T00:48:45.3886592Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-01-24T00:48:45.3887184Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-01-24T00:48:45.3887779Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-01-24T00:48:45.3888356Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-01-24T00:48:45.3888920Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-01-24T00:48:45.3889463Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-01-24T00:48:45.3890950Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-01-24T00:48:45.3891563Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-01-24T00:48:45.3892149Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-01-24T00:48:45.3892734Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-01-24T00:48:45.3893312Z * [new branch] bowbao/beartype_fix_2.1.1 -> origin/bowbao/beartype_fix_2.1.1 2025-01-24T00:48:45.3893866Z * [new branch] bowbao/bench_updates -> origin/bowbao/bench_updates 2025-01-24T00:48:45.3894424Z * [new branch] bowbao/bench_updates_stage -> origin/bowbao/bench_updates_stage 2025-01-24T00:48:45.3894995Z * [new branch] bowbao/benchmark_test_data -> origin/bowbao/benchmark_test_data 2025-01-24T00:48:45.3896455Z * [new branch] bowbao/dort_rewriter -> origin/bowbao/dort_rewriter 2025-01-24T00:48:45.3897002Z * [new branch] bowbao/skip_decomp -> origin/bowbao/skip_decomp 2025-01-24T00:48:45.3897494Z * [new branch] bowbao/wip_prs -> origin/bowbao/wip_prs 2025-01-24T00:48:45.3898034Z * [new branch] brenocfg/fix-meta-opinfo -> origin/brenocfg/fix-meta-opinfo 2025-01-24T00:48:45.3898643Z * [new branch] brenocfg/special_airy_ai_ref -> origin/brenocfg/special_airy_ai_ref 2025-01-24T00:48:45.3899179Z * [new branch] brgemm_int8 -> origin/brgemm_int8 2025-01-24T00:48:45.3899798Z * [new branch] brister/always_tiled_reduction -> origin/brister/always_tiled_reduction 2025-01-24T00:48:45.3900413Z * [new branch] brister/nd_tiling_stardep -> origin/brister/nd_tiling_stardep 2025-01-24T00:48:45.3900985Z * [new branch] brister/reduction_numel -> origin/brister/reduction_numel 2025-01-24T00:48:45.3902466Z * [new branch] brister/tiled_reduction -> origin/brister/tiled_reduction 2025-01-24T00:48:45.3903133Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-01-24T00:48:45.3903775Z * [new branch] brister/wrapper_ir -> origin/brister/wrapper_ir 2025-01-24T00:48:45.4218647Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-01-24T00:48:45.4219393Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-01-24T00:48:45.4219981Z * [new branch] cache-limit-prototype2 -> origin/cache-limit-prototype2 2025-01-24T00:48:45.4220581Z * [new branch] cache-limit-prototype3 -> origin/cache-limit-prototype3 2025-01-24T00:48:45.4221111Z * [new branch] cache_size_internal -> origin/cache_size_internal 2025-01-24T00:48:45.4221631Z * [new branch] cache_size_internal_1 -> origin/cache_size_internal_1 2025-01-24T00:48:45.4222344Z * [new branch] camyllh_update_vs_build_to_2022 -> origin/camyllh_update_vs_build_to_2022 2025-01-24T00:48:45.4224097Z * [new branch] capture_eval_train_error -> origin/capture_eval_train_error 2025-01-24T00:48:45.4224691Z * [new branch] chenyang78/dyn-shape-ci-tmp -> origin/chenyang78/dyn-shape-ci-tmp 2025-01-24T00:48:45.4225283Z * [new branch] cherry-pick-111576 -> origin/cherry-pick-111576 2025-01-24T00:48:45.4225959Z * [new branch] cherry-pick-136890-by-pytorch_bot_bot_ -> origin/cherry-pick-136890-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4226723Z * [new branch] cherry-pick-141063-by-pytorch_bot_bot_ -> origin/cherry-pick-141063-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4227497Z * [new branch] cherry-pick-142292-by-pytorch_bot_bot_ -> origin/cherry-pick-142292-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4228262Z * [new branch] cherry-pick-142398-by-pytorch_bot_bot_ -> origin/cherry-pick-142398-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4229029Z * [new branch] cherry-pick-142831-by-pytorch_bot_bot_ -> origin/cherry-pick-142831-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4250280Z * [new branch] cherry-pick-143095-by-pytorch_bot_bot_ -> origin/cherry-pick-143095-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4251114Z * [new branch] cherry-pick-143127-by-pytorch_bot_bot_ -> origin/cherry-pick-143127-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4251933Z * [new branch] cherry-pick-143141-by-pytorch_bot_bot_ -> origin/cherry-pick-143141-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4252696Z * [new branch] cherry-pick-143183-by-pytorch_bot_bot_ -> origin/cherry-pick-143183-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4253471Z * [new branch] cherry-pick-143196-by-pytorch_bot_bot_ -> origin/cherry-pick-143196-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4254251Z * [new branch] cherry-pick-143212-by-pytorch_bot_bot_ -> origin/cherry-pick-143212-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4255029Z * [new branch] cherry-pick-143242-by-pytorch_bot_bot_ -> origin/cherry-pick-143242-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4255813Z * [new branch] cherry-pick-143376-by-pytorch_bot_bot_ -> origin/cherry-pick-143376-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4256595Z * [new branch] cherry-pick-143569-by-pytorch_bot_bot_ -> origin/cherry-pick-143569-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4257378Z * [new branch] cherry-pick-143570-by-pytorch_bot_bot_ -> origin/cherry-pick-143570-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4258145Z * [new branch] cherry-pick-143839-by-pytorch_bot_bot_ -> origin/cherry-pick-143839-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4258926Z * [new branch] cherry-pick-143866-by-pytorch_bot_bot_ -> origin/cherry-pick-143866-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4259821Z * [new branch] cherry-pick-144078-by-pytorch_bot_bot_ -> origin/cherry-pick-144078-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4260598Z * [new branch] cherry-pick-144249-by-pytorch_bot_bot_ -> origin/cherry-pick-144249-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4261397Z * [new branch] cherry-pick-144251-by-pytorch_bot_bot_ -> origin/cherry-pick-144251-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4262420Z * [new branch] cherry-pick-144285-by-pytorch_bot_bot_ -> origin/cherry-pick-144285-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4263203Z * [new branch] cherry-pick-144343-by-pytorch_bot_bot_ -> origin/cherry-pick-144343-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4263974Z * [new branch] cherry-pick-144358-by-pytorch_bot_bot_ -> origin/cherry-pick-144358-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4264766Z * [new branch] cherry-pick-144361-by-pytorch_bot_bot_ -> origin/cherry-pick-144361-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4265551Z * [new branch] cherry-pick-144368-by-pytorch_bot_bot_ -> origin/cherry-pick-144368-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4266438Z * [new branch] cherry-pick-144396-by-pytorch_bot_bot_ -> origin/cherry-pick-144396-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4267222Z * [new branch] cherry-pick-144425-by-pytorch_bot_bot_ -> origin/cherry-pick-144425-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4650050Z * [new branch] cherry-pick-144477-by-pytorch_bot_bot_ -> origin/cherry-pick-144477-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4650910Z * [new branch] cherry-pick-144914-by-pytorch_bot_bot_ -> origin/cherry-pick-144914-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4651687Z * [new branch] cherry-pick-145020-by-pytorch_bot_bot_ -> origin/cherry-pick-145020-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4652480Z * [new branch] cherry-pick-145251-by-pytorch_bot_bot_ -> origin/cherry-pick-145251-by-pytorch_bot_bot_ 2025-01-24T00:48:45.4653223Z * [new branch] cherry-pick-post-acc-grad-docs -> origin/cherry-pick-post-acc-grad-docs 2025-01-24T00:48:45.4653834Z * [new branch] ci_pin -> origin/ci_pin 2025-01-24T00:48:45.4654350Z * [new branch] ckluk2-compileThread-1 -> origin/ckluk2-compileThread-1 2025-01-24T00:48:45.4654944Z * [new branch] ckluk2-compileThread-2 -> origin/ckluk2-compileThread-2 2025-01-24T00:48:45.4655553Z * [new branch] ckluk2-compileThread-64 -> origin/ckluk2-compileThread-64 2025-01-24T00:48:45.4656092Z * [new branch] ckluk2-test-1 -> origin/ckluk2-test-1 2025-01-24T00:48:45.4656722Z * [new branch] compile_fsdp2_disable_stream_and_event -> origin/compile_fsdp2_disable_stream_and_event 2025-01-24T00:48:45.4657481Z * [new branch] condition-branch-in-debug-handler -> origin/condition-branch-in-debug-handler 2025-01-24T00:48:45.4658144Z * [new branch] consolidate-is-qat -> origin/consolidate-is-qat 2025-01-24T00:48:45.4658676Z * [new branch] constraint_2 -> origin/constraint_2 2025-01-24T00:48:45.4659153Z * [new branch] copy_graph -> origin/copy_graph 2025-01-24T00:48:45.4659735Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-01-24T00:48:45.4660252Z * [new branch] cpio/fix_unit_test -> origin/cpio/fix_unit_test 2025-01-24T00:48:45.4660794Z * [new branch] cpp_gemm_template_arm -> origin/cpp_gemm_template_arm 2025-01-24T00:48:45.4661334Z * [new branch] create_chunk_list -> origin/create_chunk_list 2025-01-24T00:48:45.4661828Z * [new branch] crpa/fix-typo -> origin/crpa/fix-typo 2025-01-24T00:48:45.4662280Z * [new branch] csl/3proc -> origin/csl/3proc 2025-01-24T00:48:45.4662788Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-01-24T00:48:45.4663386Z * [new branch] csl/apiratelimitephemeral -> origin/csl/apiratelimitephemeral 2025-01-24T00:48:45.4663951Z * [new branch] csl/bazel_networkx -> origin/csl/bazel_networkx 2025-01-24T00:48:45.4664480Z * [new branch] csl/binary_checksum -> origin/csl/binary_checksum 2025-01-24T00:48:45.4665218Z * [new branch] csl/binary_whl_metadata -> origin/csl/binary_whl_metadata 2025-01-24T00:48:45.4665736Z * [new branch] csl/closeissues -> origin/csl/closeissues 2025-01-24T00:48:45.4666238Z * [new branch] csl/condatoken -> origin/csl/condatoken 2025-01-24T00:48:45.4666753Z * [new branch] csl/cov_experiment -> origin/csl/cov_experiment 2025-01-24T00:48:45.4667309Z * [new branch] csl/defaulttesttimes -> origin/csl/defaulttesttimes 2025-01-24T00:48:45.4667867Z * [new branch] csl/disableautotune -> origin/csl/disableautotune 2025-01-24T00:48:45.4669044Z * [new branch] csl/disableflex -> origin/csl/disableflex 2025-01-24T00:48:45.4669561Z * [new branch] csl/docsenv -> origin/csl/docsenv 2025-01-24T00:48:45.4670070Z * [new branch] csl/dynamicshapesdup -> origin/csl/dynamicshapesdup 2025-01-24T00:48:45.4670640Z * [new branch] csl/editable_install -> origin/csl/editable_install 2025-01-24T00:48:45.4671161Z * [new branch] csl/errormsgs -> origin/csl/errormsgs 2025-01-24T00:48:45.4671623Z * [new branch] csl/fflint -> origin/csl/fflint 2025-01-24T00:48:45.4672186Z * [new branch] csl/inductortest_max_autotune -> origin/csl/inductortest_max_autotune 2025-01-24T00:48:45.4672811Z * [new branch] csl/linter_grep_linter_a -> origin/csl/linter_grep_linter_a 2025-01-24T00:48:45.4673344Z * [new branch] csl/logchanges -> origin/csl/logchanges 2025-01-24T00:48:45.4673818Z * [new branch] csl/logging -> origin/csl/logging 2025-01-24T00:48:45.4675436Z * [new branch] csl/logtest -> origin/csl/logtest 2025-01-24T00:48:45.4675961Z * [new branch] csl/multigpu_2_shard -> origin/csl/multigpu_2_shard 2025-01-24T00:48:45.4676488Z * [new branch] csl/multigpufix -> origin/csl/multigpufix 2025-01-24T00:48:45.4677082Z * [new branch] csl/pep658_script_can_backfill -> origin/csl/pep658_script_can_backfill 2025-01-24T00:48:45.4677676Z * [new branch] csl/pytest_timeout -> origin/csl/pytest_timeout 2025-01-24T00:48:45.5083792Z * [new branch] csl/reorder -> origin/csl/reorder 2025-01-24T00:48:45.5084371Z * [new branch] csl/revert -> origin/csl/revert 2025-01-24T00:48:45.5084950Z * [new branch] csl/revert_metadata -> origin/csl/revert_metadata 2025-01-24T00:48:45.5085581Z * [new branch] csl/rocmsecrets -> origin/csl/rocmsecrets 2025-01-24T00:48:45.5086167Z * [new branch] csl/runtesttypes -> origin/csl/runtesttypes 2025-01-24T00:48:45.5086701Z * [new branch] csl/skipslow -> origin/csl/skipslow 2025-01-24T00:48:45.5087297Z * [new branch] csl/slowtesttimeout -> origin/csl/slowtesttimeout 2025-01-24T00:48:45.5087898Z * [new branch] csl/stdmakeunique -> origin/csl/stdmakeunique 2025-01-24T00:48:45.5088459Z * [new branch] csl/tensoboardpip -> origin/csl/tensoboardpip 2025-01-24T00:48:45.5089077Z * [new branch] csl/testlstmpackedslow -> origin/csl/testlstmpackedslow 2025-01-24T00:48:45.5089717Z * [new branch] csl/testselectiontools -> origin/csl/testselectiontools 2025-01-24T00:48:45.5090340Z * [new branch] csl/update_clickhouse_connect -> origin/csl/update_clickhouse_connect 2025-01-24T00:48:45.5091016Z * [new branch] csl/upload_metadta_better_parsing -> origin/csl/upload_metadta_better_parsing 2025-01-24T00:48:45.5091632Z * [new branch] csl/windowsbat -> origin/csl/windowsbat 2025-01-24T00:48:45.5092108Z * [new branch] csl/xdist_test -> origin/csl/xdist_test 2025-01-24T00:48:45.5092775Z * [new branch] ctx_manager -> origin/ctx_manager 2025-01-24T00:48:45.5093275Z * [new branch] cublasfp16accum -> origin/cublasfp16accum 2025-01-24T00:48:45.5093803Z * [new branch] cusparse-spmm-fix -> origin/cusparse-spmm-fix 2025-01-24T00:48:45.5094384Z * [new branch] cutlass-template-fix-rocm -> origin/cutlass-template-fix-rocm 2025-01-24T00:48:45.5094991Z * [new branch] dataclass -> origin/dataclass 2025-01-24T00:48:45.5095684Z * [new branch] debug-ghcr -> origin/debug-ghcr 2025-01-24T00:48:45.5096228Z * [new branch] deferring-reduction-split -> origin/deferring-reduction-split 2025-01-24T00:48:45.5096863Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-01-24T00:48:45.5097552Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-01-24T00:48:45.5098216Z * [new branch] desertfire/update_timm_pin -> origin/desertfire/update_timm_pin 2025-01-24T00:48:45.5098826Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-01-24T00:48:45.5099388Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-01-24T00:48:45.5100029Z * [new branch] dev/joona/bmm_tiling_extend -> origin/dev/joona/bmm_tiling_extend 2025-01-24T00:48:45.5100710Z * [new branch] dev/joona/check_bounds_index_select -> origin/dev/joona/check_bounds_index_select 2025-01-24T00:48:45.5101440Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-01-24T00:48:45.5102001Z * [new branch] dev/joona/lstm_leak -> origin/dev/joona/lstm_leak 2025-01-24T00:48:45.5102538Z * [new branch] dev/joona/minmaxprop -> origin/dev/joona/minmaxprop 2025-01-24T00:48:45.5103069Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-01-24T00:48:45.5103587Z * [new branch] dev/joona/unique_leak -> origin/dev/joona/unique_leak 2025-01-24T00:48:45.5104123Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-01-24T00:48:45.5104618Z * [new branch] disable -> origin/disable 2025-01-24T00:48:45.5105153Z * [new branch] disable_fp_contract_baseline -> origin/disable_fp_contract_baseline 2025-01-24T00:48:45.5105835Z * [new branch] distributed_checkpointing_e2e_tests -> origin/distributed_checkpointing_e2e_tests 2025-01-24T00:48:45.5106424Z * [new branch] docs_numpy -> origin/docs_numpy 2025-01-24T00:48:45.5106943Z * [new branch] dropout-eval -> origin/dropout-eval 2025-01-24T00:48:45.5107521Z * [new branch] dtensor_class_doc -> origin/dtensor_class_doc 2025-01-24T00:48:45.5108025Z * [new branch] dtensor_fixes_2.1 -> origin/dtensor_fixes_2.1 2025-01-24T00:48:45.5108518Z * [new branch] dynamic_dim_2 -> origin/dynamic_dim_2 2025-01-24T00:48:45.5109025Z * [new branch] dynamorunner_mp -> origin/dynamorunner_mp 2025-01-24T00:48:45.5109513Z * [new branch] e2e-baseline -> origin/e2e-baseline 2025-01-24T00:48:45.5110084Z * [new branch] eikanwang/eager_torch_compile -> origin/eikanwang/eager_torch_compile 2025-01-24T00:48:45.5110722Z * [new branch] embg/test_inductor_ci_128B -> origin/embg/test_inductor_ci_128B 2025-01-24T00:48:45.5508221Z * [new branch] embg/test_inductor_ci_base -> origin/embg/test_inductor_ci_base 2025-01-24T00:48:45.5508885Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-01-24T00:48:45.5509745Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-01-24T00:48:45.5510350Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-01-24T00:48:45.5510901Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-01-24T00:48:45.5511381Z * [new branch] eqy-patch-2 -> origin/eqy-patch-2 2025-01-24T00:48:45.5511853Z * [new branch] eqy-patch-20 -> origin/eqy-patch-20 2025-01-24T00:48:45.5512335Z * [new branch] eqy-patch-21 -> origin/eqy-patch-21 2025-01-24T00:48:45.5512983Z * [new branch] eqy-patch-23 -> origin/eqy-patch-23 2025-01-24T00:48:45.5513466Z * [new branch] eqy-patch-25 -> origin/eqy-patch-25 2025-01-24T00:48:45.5513936Z * [new branch] eqy-patch-26 -> origin/eqy-patch-26 2025-01-24T00:48:45.5514417Z * [new branch] eqy-patch-27 -> origin/eqy-patch-27 2025-01-24T00:48:45.5515026Z * [new branch] exclamaforte/aot-inductor-debug -> origin/exclamaforte/aot-inductor-debug 2025-01-24T00:48:45.5515728Z * [new branch] exclamaforte/benchmark-harness -> origin/exclamaforte/benchmark-harness 2025-01-24T00:48:45.5516412Z * [new branch] exclamaforte/config-fuzzer-1 -> origin/exclamaforte/config-fuzzer-1 2025-01-24T00:48:45.5517089Z * [new branch] exclamaforte/cpp-wrapper-debug -> origin/exclamaforte/cpp-wrapper-debug 2025-01-24T00:48:45.5517933Z * [new branch] exclamaforte/cpp-wrapper-training-annotation -> origin/exclamaforte/cpp-wrapper-training-annotation 2025-01-24T00:48:45.5518687Z * [new branch] exclamaforte/delta -> origin/exclamaforte/delta 2025-01-24T00:48:45.5519276Z * [new branch] exclamaforte/fix-orig-svg -> origin/exclamaforte/fix-orig-svg 2025-01-24T00:48:45.5520004Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-01-24T00:48:45.5520688Z * [new branch] exclamaforte/fuzzer-0 -> origin/exclamaforte/fuzzer-0 2025-01-24T00:48:45.5521289Z * [new branch] exclamaforte/fuzzer-dynamo -> origin/exclamaforte/fuzzer-dynamo 2025-01-24T00:48:45.5522002Z * [new branch] exclamaforte/max-autotune-dtype-test -> origin/exclamaforte/max-autotune-dtype-test 2025-01-24T00:48:45.5522739Z * [new branch] exclamaforte/remove-desc-names -> origin/exclamaforte/remove-desc-names 2025-01-24T00:48:45.5523440Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-01-24T00:48:45.5524018Z * [new branch] exec -> origin/exec 2025-01-24T00:48:45.5524517Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-01-24T00:48:45.5525044Z * [new branch] export-D48800879 -> origin/export-D48800879 2025-01-24T00:48:45.5525551Z * [new branch] export-D48927532 -> origin/export-D48927532 2025-01-24T00:48:45.5526063Z * [new branch] export-D48927532-1 -> origin/export-D48927532-1 2025-01-24T00:48:45.5526576Z * [new branch] export-D50544876 -> origin/export-D50544876 2025-01-24T00:48:45.5527088Z * [new branch] export-D51032385 -> origin/export-D51032385 2025-01-24T00:48:45.5527585Z * [new branch] export-D52434604 -> origin/export-D52434604 2025-01-24T00:48:45.5528079Z * [new branch] export-D58091437 -> origin/export-D58091437 2025-01-24T00:48:45.5528582Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-01-24T00:48:45.5529078Z * [new branch] export-D63493615 -> origin/export-D63493615 2025-01-24T00:48:45.5531104Z * [new branch] export-D63846832 -> origin/export-D63846832 2025-01-24T00:48:45.5531595Z * [new branch] export-D63985323 -> origin/export-D63985323 2025-01-24T00:48:45.5532088Z * [new branch] export-D64023523 -> origin/export-D64023523 2025-01-24T00:48:45.5532588Z * [new branch] export-D64876877 -> origin/export-D64876877 2025-01-24T00:48:45.5533072Z * [new branch] export-D64982221 -> origin/export-D64982221 2025-01-24T00:48:45.5533574Z * [new branch] export-D64995390 -> origin/export-D64995390 2025-01-24T00:48:45.5534259Z * [new branch] export-D65006709 -> origin/export-D65006709 2025-01-24T00:48:45.5534749Z * [new branch] export-D65237586 -> origin/export-D65237586 2025-01-24T00:48:45.5535257Z * [new branch] export-D65354569 -> origin/export-D65354569 2025-01-24T00:48:45.5964906Z * [new branch] export-D65456781 -> origin/export-D65456781 2025-01-24T00:48:45.5965468Z * [new branch] export-D65560950 -> origin/export-D65560950 2025-01-24T00:48:45.5965962Z * [new branch] export-D65638757 -> origin/export-D65638757 2025-01-24T00:48:45.5966474Z * [new branch] export-D66529288 -> origin/export-D66529288 2025-01-24T00:48:45.5966970Z * [new branch] export-D66690419 -> origin/export-D66690419 2025-01-24T00:48:45.5967467Z * [new branch] export-D66717302 -> origin/export-D66717302 2025-01-24T00:48:45.5968006Z * [new branch] export-D66908884 -> origin/export-D66908884 2025-01-24T00:48:45.5968507Z * [new branch] export-D67537234 -> origin/export-D67537234 2025-01-24T00:48:45.5968995Z * [new branch] export-D67762069 -> origin/export-D67762069 2025-01-24T00:48:45.5969522Z * [new branch] export-D68174038 -> origin/export-D68174038 2025-01-24T00:48:45.5970017Z * [new branch] export-D68177409 -> origin/export-D68177409 2025-01-24T00:48:45.5970521Z * [new branch] export-D68245292 -> origin/export-D68245292 2025-01-24T00:48:45.5971008Z * [new branch] export-D68278174 -> origin/export-D68278174 2025-01-24T00:48:45.5971506Z * [new branch] export-D68294638 -> origin/export-D68294638 2025-01-24T00:48:45.5972014Z * [new branch] export-D68303934 -> origin/export-D68303934 2025-01-24T00:48:45.5972506Z * [new branch] export-D68534017 -> origin/export-D68534017 2025-01-24T00:48:45.5973021Z * [new branch] export_constrain_3 -> origin/export_constrain_3 2025-01-24T00:48:45.5973579Z * [new branch] export_constraint_class_4 -> origin/export_constraint_class_4 2025-01-24T00:48:45.5974132Z * [new branch] export_dynamic_dim_2 -> origin/export_dynamic_dim_2 2025-01-24T00:48:45.5974654Z * [new branch] export_export_1 -> origin/export_export_1 2025-01-24T00:48:45.5975183Z * [new branch] export_program_class_5 -> origin/export_program_class_5 2025-01-24T00:48:45.5975725Z * [new branch] export_save_load_6 -> origin/export_save_load_6 2025-01-24T00:48:45.5976342Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-01-24T00:48:45.5976952Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-01-24T00:48:45.5977447Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-01-24T00:48:45.5977943Z * [new branch] fastmath_target -> origin/fastmath_target 2025-01-24T00:48:45.5978424Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-01-24T00:48:45.5979085Z * [new branch] fca -> origin/fca 2025-01-24T00:48:45.5979576Z * [new branch] fca2 -> origin/fca2 2025-01-24T00:48:45.5980021Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-01-24T00:48:45.5980475Z * [new branch] fca3 -> origin/fca3 2025-01-24T00:48:45.5980893Z * [new branch] fca5 -> origin/fca5 2025-01-24T00:48:45.5981404Z * [new branch] fengyuan/external-proj -> origin/fengyuan/external-proj 2025-01-24T00:48:45.5982273Z * [new branch] fengyuan/out-of-tree-xpu-ops-improve-test -> origin/fengyuan/out-of-tree-xpu-ops-improve-test 2025-01-24T00:48:45.5983155Z * [new branch] fengyuan/out-of-tree-xpu-ops-remove-dtype -> origin/fengyuan/out-of-tree-xpu-ops-remove-dtype 2025-01-24T00:48:45.5983857Z * [new branch] fengyuan/test-xpu -> origin/fengyuan/test-xpu 2025-01-24T00:48:45.5984383Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-01-24T00:48:45.5984893Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-01-24T00:48:45.5985396Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-01-24T00:48:45.5985928Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-01-24T00:48:45.5986490Z * [new branch] findhao/base_commit_test1 -> origin/findhao/base_commit_test1 2025-01-24T00:48:45.5987061Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-01-24T00:48:45.5987595Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-01-24T00:48:45.5988165Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-01-24T00:48:45.5988746Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-01-24T00:48:45.5989267Z * [new branch] findhao/test1 -> origin/findhao/test1 2025-01-24T00:48:45.5989748Z * [new branch] findhao/test2 -> origin/findhao/test2 2025-01-24T00:48:45.5990196Z * [new branch] fix -> origin/fix 2025-01-24T00:48:45.6399538Z * [new branch] fix-cat-lowering-uint8-hack -> origin/fix-cat-lowering-uint8-hack 2025-01-24T00:48:45.6400164Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-01-24T00:48:45.6400714Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-01-24T00:48:45.6401287Z * [new branch] fix-ios-upload-credentials -> origin/fix-ios-upload-credentials 2025-01-24T00:48:45.6401876Z * [new branch] fix-qat-derived-qspec -> origin/fix-qat-derived-qspec 2025-01-24T00:48:45.6402447Z * [new branch] fix_allow_train_eval_msg -> origin/fix_allow_train_eval_msg 2025-01-24T00:48:45.6402999Z * [new branch] fix_avoid_record_stream -> origin/fix_avoid_record_stream 2025-01-24T00:48:45.6403569Z * [new branch] fix_e2e_fsdp_tp_pairwise -> origin/fix_e2e_fsdp_tp_pairwise 2025-01-24T00:48:45.6405000Z * [new branch] fix_eval_train_2.1 -> origin/fix_eval_train_2.1 2025-01-24T00:48:45.6405504Z * [new branch] fixes-triage -> origin/fixes-triage 2025-01-24T00:48:45.6406035Z * [new branch] flash_attn_test_baseline -> origin/flash_attn_test_baseline 2025-01-24T00:48:45.6406574Z * [new branch] flash_attn_test_target -> origin/flash_attn_test_target 2025-01-24T00:48:45.6407196Z * [new branch] flash_attn_test_target_with_filter -> origin/flash_attn_test_target_with_filter 2025-01-24T00:48:45.6408023Z * [new branch] float8_aot_traceable -> origin/float8_aot_traceable 2025-01-24T00:48:45.6408552Z * [new branch] float8_aot_traceable2 -> origin/float8_aot_traceable2 2025-01-24T00:48:45.6409241Z * [new branch] fmassa/partitioner_knapsack_checkpoint -> origin/fmassa/partitioner_knapsack_checkpoint 2025-01-24T00:48:45.6410772Z * [new branch] fp8_fix -> origin/fp8_fix 2025-01-24T00:48:45.6411262Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-01-24T00:48:45.6411751Z * [new branch] fsdp_rate_limiter -> origin/fsdp_rate_limiter 2025-01-24T00:48:45.6412385Z * [new branch] fsdpv2_3d -> origin/fsdpv2_3d 2025-01-24T00:48:45.6412855Z * [new branch] fsdpv2_3d_m1 -> origin/fsdpv2_3d_m1 2025-01-24T00:48:45.6413322Z * [new branch] functorch_scan -> origin/functorch_scan 2025-01-24T00:48:45.6413860Z * [new branch] fuse_attention_pattern -> origin/fuse_attention_pattern 2025-01-24T00:48:45.6414426Z * [new branch] fuse_attention_patterns -> origin/fuse_attention_patterns 2025-01-24T00:48:45.6414920Z * [new branch] fx_cpp -> origin/fx_cpp 2025-01-24T00:48:45.6416241Z * [new branch] fxmodule -> origin/fxmodule 2025-01-24T00:48:45.6416712Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-01-24T00:48:45.6417262Z * [new branch] gelu-3 -> origin/gelu-3 2025-01-24T00:48:45.6417757Z * [new branch] get_state_dict_forward_fix -> origin/get_state_dict_forward_fix 2025-01-24T00:48:45.6418309Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-01-24T00:48:45.6418809Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-01-24T00:48:45.6419318Z * [new branch] gh/BowenBao/296/base -> origin/gh/BowenBao/296/base 2025-01-24T00:48:45.6419923Z * [new branch] gh/BowenBao/296/head -> origin/gh/BowenBao/296/head 2025-01-24T00:48:45.6420456Z * [new branch] gh/BowenBao/296/orig -> origin/gh/BowenBao/296/orig 2025-01-24T00:48:45.6421517Z * [new branch] gh/CaoE/46/base -> origin/gh/CaoE/46/base 2025-01-24T00:48:45.6422356Z * [new branch] gh/CaoE/46/head -> origin/gh/CaoE/46/head 2025-01-24T00:48:45.6422845Z * [new branch] gh/CaoE/46/orig -> origin/gh/CaoE/46/orig 2025-01-24T00:48:45.6423386Z * [new branch] gh/ColinPeppler/54/base -> origin/gh/ColinPeppler/54/base 2025-01-24T00:48:45.6423950Z * [new branch] gh/ColinPeppler/54/head -> origin/gh/ColinPeppler/54/head 2025-01-24T00:48:45.6424528Z * [new branch] gh/ColinPeppler/54/orig -> origin/gh/ColinPeppler/54/orig 2025-01-24T00:48:45.6425107Z * [new branch] gh/ColinPeppler/55/base -> origin/gh/ColinPeppler/55/base 2025-01-24T00:48:45.6425671Z * [new branch] gh/ColinPeppler/55/head -> origin/gh/ColinPeppler/55/head 2025-01-24T00:48:45.6426244Z * [new branch] gh/ColinPeppler/55/orig -> origin/gh/ColinPeppler/55/orig 2025-01-24T00:48:45.6427688Z * [new branch] gh/ColinPeppler/56/base -> origin/gh/ColinPeppler/56/base 2025-01-24T00:48:45.6428270Z * [new branch] gh/ColinPeppler/56/head -> origin/gh/ColinPeppler/56/head 2025-01-24T00:48:45.6428864Z * [new branch] gh/ColinPeppler/56/orig -> origin/gh/ColinPeppler/56/orig 2025-01-24T00:48:45.6429452Z * [new branch] gh/ColinPeppler/57/base -> origin/gh/ColinPeppler/57/base 2025-01-24T00:48:45.6847289Z * [new branch] gh/ColinPeppler/57/head -> origin/gh/ColinPeppler/57/head 2025-01-24T00:48:45.6848126Z * [new branch] gh/ColinPeppler/57/orig -> origin/gh/ColinPeppler/57/orig 2025-01-24T00:48:45.6848699Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-01-24T00:48:45.6849240Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-01-24T00:48:45.6849814Z * [new branch] gh/EikanWang/73/base -> origin/gh/EikanWang/73/base 2025-01-24T00:48:45.6850336Z * [new branch] gh/EikanWang/73/head -> origin/gh/EikanWang/73/head 2025-01-24T00:48:45.6851793Z * [new branch] gh/EikanWang/73/orig -> origin/gh/EikanWang/73/orig 2025-01-24T00:48:45.6852490Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-01-24T00:48:45.6853024Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-01-24T00:48:45.6853559Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-01-24T00:48:45.6854081Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-01-24T00:48:45.6854573Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-01-24T00:48:45.6855085Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-01-24T00:48:45.6855598Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-01-24T00:48:45.6856109Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-01-24T00:48:45.6857483Z * [new branch] gh/H-Huang/160/base -> origin/gh/H-Huang/160/base 2025-01-24T00:48:45.6858017Z * [new branch] gh/H-Huang/160/head -> origin/gh/H-Huang/160/head 2025-01-24T00:48:45.6858529Z * [new branch] gh/H-Huang/160/orig -> origin/gh/H-Huang/160/orig 2025-01-24T00:48:45.6859028Z * [new branch] gh/H-Huang/161/base -> origin/gh/H-Huang/161/base 2025-01-24T00:48:45.6859595Z * [new branch] gh/H-Huang/161/head -> origin/gh/H-Huang/161/head 2025-01-24T00:48:45.6860112Z * [new branch] gh/H-Huang/161/orig -> origin/gh/H-Huang/161/orig 2025-01-24T00:48:45.6860608Z * [new branch] gh/H-Huang/162/base -> origin/gh/H-Huang/162/base 2025-01-24T00:48:45.6861116Z * [new branch] gh/H-Huang/162/head -> origin/gh/H-Huang/162/head 2025-01-24T00:48:45.6861617Z * [new branch] gh/H-Huang/162/orig -> origin/gh/H-Huang/162/orig 2025-01-24T00:48:45.6862738Z * [new branch] gh/H-Huang/163/base -> origin/gh/H-Huang/163/base 2025-01-24T00:48:45.6863595Z * [new branch] gh/H-Huang/163/head -> origin/gh/H-Huang/163/head 2025-01-24T00:48:45.6864115Z * [new branch] gh/H-Huang/163/orig -> origin/gh/H-Huang/163/orig 2025-01-24T00:48:45.6864631Z * [new branch] gh/H-Huang/164/base -> origin/gh/H-Huang/164/base 2025-01-24T00:48:45.6865138Z * [new branch] gh/H-Huang/164/head -> origin/gh/H-Huang/164/head 2025-01-24T00:48:45.6865652Z * [new branch] gh/H-Huang/164/orig -> origin/gh/H-Huang/164/orig 2025-01-24T00:48:45.6866185Z * [new branch] gh/HDCharles/168/base -> origin/gh/HDCharles/168/base 2025-01-24T00:48:45.6866721Z * [new branch] gh/HDCharles/168/head -> origin/gh/HDCharles/168/head 2025-01-24T00:48:45.6867277Z * [new branch] gh/HDCharles/168/orig -> origin/gh/HDCharles/168/orig 2025-01-24T00:48:45.6867846Z * [new branch] gh/IvanKobzarev/56/base -> origin/gh/IvanKobzarev/56/base 2025-01-24T00:48:45.6869287Z * [new branch] gh/IvanKobzarev/56/head -> origin/gh/IvanKobzarev/56/head 2025-01-24T00:48:45.6869855Z * [new branch] gh/IvanKobzarev/56/orig -> origin/gh/IvanKobzarev/56/orig 2025-01-24T00:48:45.6871287Z * [new branch] gh/IvanKobzarev/64/base -> origin/gh/IvanKobzarev/64/base 2025-01-24T00:48:45.6871867Z * [new branch] gh/IvanKobzarev/64/head -> origin/gh/IvanKobzarev/64/head 2025-01-24T00:48:45.6872420Z * [new branch] gh/IvanKobzarev/64/orig -> origin/gh/IvanKobzarev/64/orig 2025-01-24T00:48:45.6872989Z * [new branch] gh/IvanKobzarev/72/base -> origin/gh/IvanKobzarev/72/base 2025-01-24T00:48:45.6873557Z * [new branch] gh/IvanKobzarev/72/head -> origin/gh/IvanKobzarev/72/head 2025-01-24T00:48:45.6875121Z * [new branch] gh/IvanKobzarev/72/orig -> origin/gh/IvanKobzarev/72/orig 2025-01-24T00:48:45.6875842Z * [new branch] gh/IvanKobzarev/73/base -> origin/gh/IvanKobzarev/73/base 2025-01-24T00:48:45.6876417Z * [new branch] gh/IvanKobzarev/73/head -> origin/gh/IvanKobzarev/73/head 2025-01-24T00:48:45.6876997Z * [new branch] gh/IvanKobzarev/73/orig -> origin/gh/IvanKobzarev/73/orig 2025-01-24T00:48:45.6877566Z * [new branch] gh/IvanKobzarev/75/base -> origin/gh/IvanKobzarev/75/base 2025-01-24T00:48:45.7284604Z * [new branch] gh/IvanKobzarev/75/head -> origin/gh/IvanKobzarev/75/head 2025-01-24T00:48:45.7285218Z * [new branch] gh/IvanKobzarev/75/orig -> origin/gh/IvanKobzarev/75/orig 2025-01-24T00:48:45.7285784Z * [new branch] gh/IvanKobzarev/76/base -> origin/gh/IvanKobzarev/76/base 2025-01-24T00:48:45.7286363Z * [new branch] gh/IvanKobzarev/76/head -> origin/gh/IvanKobzarev/76/head 2025-01-24T00:48:45.7286952Z * [new branch] gh/IvanKobzarev/76/orig -> origin/gh/IvanKobzarev/76/orig 2025-01-24T00:48:45.7287525Z * [new branch] gh/IvanKobzarev/78/base -> origin/gh/IvanKobzarev/78/base 2025-01-24T00:48:45.7288084Z * [new branch] gh/IvanKobzarev/78/head -> origin/gh/IvanKobzarev/78/head 2025-01-24T00:48:45.7288659Z * [new branch] gh/IvanKobzarev/78/orig -> origin/gh/IvanKobzarev/78/orig 2025-01-24T00:48:45.7289224Z * [new branch] gh/IvanKobzarev/82/base -> origin/gh/IvanKobzarev/82/base 2025-01-24T00:48:45.7289779Z * [new branch] gh/IvanKobzarev/82/head -> origin/gh/IvanKobzarev/82/head 2025-01-24T00:48:45.7290352Z * [new branch] gh/IvanKobzarev/82/orig -> origin/gh/IvanKobzarev/82/orig 2025-01-24T00:48:45.7290930Z * [new branch] gh/IvanKobzarev/84/base -> origin/gh/IvanKobzarev/84/base 2025-01-24T00:48:45.7291477Z * [new branch] gh/IvanKobzarev/84/head -> origin/gh/IvanKobzarev/84/head 2025-01-24T00:48:45.7292041Z * [new branch] gh/IvanKobzarev/84/orig -> origin/gh/IvanKobzarev/84/orig 2025-01-24T00:48:45.7292614Z * [new branch] gh/IvanKobzarev/86/base -> origin/gh/IvanKobzarev/86/base 2025-01-24T00:48:45.7293184Z * [new branch] gh/IvanKobzarev/86/head -> origin/gh/IvanKobzarev/86/head 2025-01-24T00:48:45.7293747Z * [new branch] gh/IvanKobzarev/86/orig -> origin/gh/IvanKobzarev/86/orig 2025-01-24T00:48:45.7294315Z * [new branch] gh/IvanKobzarev/91/base -> origin/gh/IvanKobzarev/91/base 2025-01-24T00:48:45.7294888Z * [new branch] gh/IvanKobzarev/91/head -> origin/gh/IvanKobzarev/91/head 2025-01-24T00:48:45.7295458Z * [new branch] gh/IvanKobzarev/91/orig -> origin/gh/IvanKobzarev/91/orig 2025-01-24T00:48:45.7296013Z * [new branch] gh/IvanKobzarev/92/base -> origin/gh/IvanKobzarev/92/base 2025-01-24T00:48:45.7296599Z * [new branch] gh/IvanKobzarev/92/head -> origin/gh/IvanKobzarev/92/head 2025-01-24T00:48:45.7297164Z * [new branch] gh/IvanKobzarev/92/orig -> origin/gh/IvanKobzarev/92/orig 2025-01-24T00:48:45.7297721Z * [new branch] gh/IvanKobzarev/93/base -> origin/gh/IvanKobzarev/93/base 2025-01-24T00:48:45.7298820Z * [new branch] gh/IvanKobzarev/93/head -> origin/gh/IvanKobzarev/93/head 2025-01-24T00:48:45.7299393Z * [new branch] gh/IvanKobzarev/93/orig -> origin/gh/IvanKobzarev/93/orig 2025-01-24T00:48:45.7300052Z * [new branch] gh/IvanKobzarev/94/base -> origin/gh/IvanKobzarev/94/base 2025-01-24T00:48:45.7300630Z * [new branch] gh/IvanKobzarev/94/head -> origin/gh/IvanKobzarev/94/head 2025-01-24T00:48:45.7301204Z * [new branch] gh/IvanKobzarev/94/orig -> origin/gh/IvanKobzarev/94/orig 2025-01-24T00:48:45.7302390Z * [new branch] gh/IvanKobzarev/95/base -> origin/gh/IvanKobzarev/95/base 2025-01-24T00:48:45.7302972Z * [new branch] gh/IvanKobzarev/95/head -> origin/gh/IvanKobzarev/95/head 2025-01-24T00:48:45.7303544Z * [new branch] gh/IvanKobzarev/95/orig -> origin/gh/IvanKobzarev/95/orig 2025-01-24T00:48:45.7304107Z * [new branch] gh/IvanKobzarev/96/base -> origin/gh/IvanKobzarev/96/base 2025-01-24T00:48:45.7304697Z * [new branch] gh/IvanKobzarev/96/head -> origin/gh/IvanKobzarev/96/head 2025-01-24T00:48:45.7305275Z * [new branch] gh/IvanKobzarev/96/orig -> origin/gh/IvanKobzarev/96/orig 2025-01-24T00:48:45.7305828Z * [new branch] gh/IvanKobzarev/97/base -> origin/gh/IvanKobzarev/97/base 2025-01-24T00:48:45.7306404Z * [new branch] gh/IvanKobzarev/97/head -> origin/gh/IvanKobzarev/97/head 2025-01-24T00:48:45.7306975Z * [new branch] gh/IvanKobzarev/97/orig -> origin/gh/IvanKobzarev/97/orig 2025-01-24T00:48:45.7307524Z * [new branch] gh/Lezcano/243/base -> origin/gh/Lezcano/243/base 2025-01-24T00:48:45.7308032Z * [new branch] gh/Lezcano/243/head -> origin/gh/Lezcano/243/head 2025-01-24T00:48:45.7308555Z * [new branch] gh/Lezcano/243/orig -> origin/gh/Lezcano/243/orig 2025-01-24T00:48:45.7309070Z * [new branch] gh/SS-JIA/164/base -> origin/gh/SS-JIA/164/base 2025-01-24T00:48:45.7309556Z * [new branch] gh/SS-JIA/164/head -> origin/gh/SS-JIA/164/head 2025-01-24T00:48:45.7310039Z * [new branch] gh/SS-JIA/172/base -> origin/gh/SS-JIA/172/base 2025-01-24T00:48:45.7310516Z * [new branch] gh/SS-JIA/172/head -> origin/gh/SS-JIA/172/head 2025-01-24T00:48:45.7732561Z * [new branch] gh/SS-JIA/172/orig -> origin/gh/SS-JIA/172/orig 2025-01-24T00:48:45.7733129Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-01-24T00:48:45.7733703Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-01-24T00:48:45.7734249Z * [new branch] gh/SamGinzburg/14/base -> origin/gh/SamGinzburg/14/base 2025-01-24T00:48:45.7734794Z * [new branch] gh/SamGinzburg/14/head -> origin/gh/SamGinzburg/14/head 2025-01-24T00:48:45.7735342Z * [new branch] gh/SamGinzburg/14/orig -> origin/gh/SamGinzburg/14/orig 2025-01-24T00:48:45.7735885Z * [new branch] gh/SamGinzburg/17/base -> origin/gh/SamGinzburg/17/base 2025-01-24T00:48:45.7736426Z * [new branch] gh/SamGinzburg/17/head -> origin/gh/SamGinzburg/17/head 2025-01-24T00:48:45.7736970Z * [new branch] gh/SamGinzburg/17/orig -> origin/gh/SamGinzburg/17/orig 2025-01-24T00:48:45.7738163Z * [new branch] gh/SamGinzburg/18/base -> origin/gh/SamGinzburg/18/base 2025-01-24T00:48:45.7738736Z * [new branch] gh/SamGinzburg/18/head -> origin/gh/SamGinzburg/18/head 2025-01-24T00:48:45.7739290Z * [new branch] gh/SamGinzburg/18/orig -> origin/gh/SamGinzburg/18/orig 2025-01-24T00:48:45.7739872Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-01-24T00:48:45.7740917Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-01-24T00:48:45.7741454Z * [new branch] gh/StrongerXi/12/base -> origin/gh/StrongerXi/12/base 2025-01-24T00:48:45.7741992Z * [new branch] gh/StrongerXi/12/head -> origin/gh/StrongerXi/12/head 2025-01-24T00:48:45.7742529Z * [new branch] gh/StrongerXi/12/orig -> origin/gh/StrongerXi/12/orig 2025-01-24T00:48:45.7743060Z * [new branch] gh/StrongerXi/63/base -> origin/gh/StrongerXi/63/base 2025-01-24T00:48:45.7743595Z * [new branch] gh/StrongerXi/63/head -> origin/gh/StrongerXi/63/head 2025-01-24T00:48:45.7744249Z * [new branch] gh/StrongerXi/63/orig -> origin/gh/StrongerXi/63/orig 2025-01-24T00:48:45.7744786Z * [new branch] gh/StrongerXi/65/base -> origin/gh/StrongerXi/65/base 2025-01-24T00:48:45.7745329Z * [new branch] gh/StrongerXi/65/head -> origin/gh/StrongerXi/65/head 2025-01-24T00:48:45.7745863Z * [new branch] gh/StrongerXi/65/orig -> origin/gh/StrongerXi/65/orig 2025-01-24T00:48:45.7746397Z * [new branch] gh/StrongerXi/66/base -> origin/gh/StrongerXi/66/base 2025-01-24T00:48:45.7746935Z * [new branch] gh/StrongerXi/66/head -> origin/gh/StrongerXi/66/head 2025-01-24T00:48:45.7747462Z * [new branch] gh/StrongerXi/66/orig -> origin/gh/StrongerXi/66/orig 2025-01-24T00:48:45.7748077Z * [new branch] gh/StrongerXi/67/base -> origin/gh/StrongerXi/67/base 2025-01-24T00:48:45.7748617Z * [new branch] gh/StrongerXi/67/head -> origin/gh/StrongerXi/67/head 2025-01-24T00:48:45.7749156Z * [new branch] gh/StrongerXi/67/orig -> origin/gh/StrongerXi/67/orig 2025-01-24T00:48:45.7749688Z * [new branch] gh/StrongerXi/68/base -> origin/gh/StrongerXi/68/base 2025-01-24T00:48:45.7750222Z * [new branch] gh/StrongerXi/68/head -> origin/gh/StrongerXi/68/head 2025-01-24T00:48:45.7750773Z * [new branch] gh/StrongerXi/68/orig -> origin/gh/StrongerXi/68/orig 2025-01-24T00:48:45.7751303Z * [new branch] gh/StrongerXi/69/base -> origin/gh/StrongerXi/69/base 2025-01-24T00:48:45.7751838Z * [new branch] gh/StrongerXi/69/head -> origin/gh/StrongerXi/69/head 2025-01-24T00:48:45.7752377Z * [new branch] gh/StrongerXi/69/orig -> origin/gh/StrongerXi/69/orig 2025-01-24T00:48:45.7752905Z * [new branch] gh/StrongerXi/70/base -> origin/gh/StrongerXi/70/base 2025-01-24T00:48:45.7753431Z * [new branch] gh/StrongerXi/70/head -> origin/gh/StrongerXi/70/head 2025-01-24T00:48:45.7753959Z * [new branch] gh/StrongerXi/70/orig -> origin/gh/StrongerXi/70/orig 2025-01-24T00:48:45.7754491Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-01-24T00:48:45.7755017Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-01-24T00:48:45.7755548Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-01-24T00:48:45.7756078Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-01-24T00:48:45.7756611Z * [new branch] gh/StrongerXi/73/base -> origin/gh/StrongerXi/73/base 2025-01-24T00:48:45.7757143Z * [new branch] gh/StrongerXi/73/head -> origin/gh/StrongerXi/73/head 2025-01-24T00:48:45.7757678Z * [new branch] gh/StrongerXi/73/orig -> origin/gh/StrongerXi/73/orig 2025-01-24T00:48:45.7758214Z * [new branch] gh/StrongerXi/74/base -> origin/gh/StrongerXi/74/base 2025-01-24T00:48:45.8192463Z * [new branch] gh/StrongerXi/74/head -> origin/gh/StrongerXi/74/head 2025-01-24T00:48:45.8193026Z * [new branch] gh/StrongerXi/74/orig -> origin/gh/StrongerXi/74/orig 2025-01-24T00:48:45.8194088Z * [new branch] gh/StrongerXi/75/base -> origin/gh/StrongerXi/75/base 2025-01-24T00:48:45.8194618Z * [new branch] gh/StrongerXi/75/head -> origin/gh/StrongerXi/75/head 2025-01-24T00:48:45.8195151Z * [new branch] gh/StrongerXi/75/orig -> origin/gh/StrongerXi/75/orig 2025-01-24T00:48:45.8195687Z * [new branch] gh/StrongerXi/76/base -> origin/gh/StrongerXi/76/base 2025-01-24T00:48:45.8196209Z * [new branch] gh/StrongerXi/76/head -> origin/gh/StrongerXi/76/head 2025-01-24T00:48:45.8196882Z * [new branch] gh/StrongerXi/76/orig -> origin/gh/StrongerXi/76/orig 2025-01-24T00:48:45.8197433Z * [new branch] gh/Valentine233/1/base -> origin/gh/Valentine233/1/base 2025-01-24T00:48:45.8197983Z * [new branch] gh/Valentine233/1/head -> origin/gh/Valentine233/1/head 2025-01-24T00:48:45.8198526Z * [new branch] gh/Valentine233/1/orig -> origin/gh/Valentine233/1/orig 2025-01-24T00:48:45.8199066Z * [new branch] gh/Xia-Weiwen/15/base -> origin/gh/Xia-Weiwen/15/base 2025-01-24T00:48:45.8199604Z * [new branch] gh/Xia-Weiwen/15/orig -> origin/gh/Xia-Weiwen/15/orig 2025-01-24T00:48:45.8200127Z * [new branch] gh/Xia-Weiwen/17/base -> origin/gh/Xia-Weiwen/17/base 2025-01-24T00:48:45.8200634Z * [new branch] gh/Xia-Weiwen/17/orig -> origin/gh/Xia-Weiwen/17/orig 2025-01-24T00:48:45.8201151Z * [new branch] gh/Xia-Weiwen/24/base -> origin/gh/Xia-Weiwen/24/base 2025-01-24T00:48:45.8201667Z * [new branch] gh/Xia-Weiwen/24/head -> origin/gh/Xia-Weiwen/24/head 2025-01-24T00:48:45.8202177Z * [new branch] gh/Xia-Weiwen/24/orig -> origin/gh/Xia-Weiwen/24/orig 2025-01-24T00:48:45.8202692Z * [new branch] gh/Xia-Weiwen/25/base -> origin/gh/Xia-Weiwen/25/base 2025-01-24T00:48:45.8203214Z * [new branch] gh/Xia-Weiwen/25/head -> origin/gh/Xia-Weiwen/25/head 2025-01-24T00:48:45.8203723Z * [new branch] gh/Xia-Weiwen/25/orig -> origin/gh/Xia-Weiwen/25/orig 2025-01-24T00:48:45.8204237Z * [new branch] gh/Xia-Weiwen/26/base -> origin/gh/Xia-Weiwen/26/base 2025-01-24T00:48:45.8204755Z * [new branch] gh/Xia-Weiwen/26/head -> origin/gh/Xia-Weiwen/26/head 2025-01-24T00:48:45.8205277Z * [new branch] gh/Xia-Weiwen/26/orig -> origin/gh/Xia-Weiwen/26/orig 2025-01-24T00:48:45.8205790Z * [new branch] gh/Xia-Weiwen/27/base -> origin/gh/Xia-Weiwen/27/base 2025-01-24T00:48:45.8206311Z * [new branch] gh/Xia-Weiwen/27/head -> origin/gh/Xia-Weiwen/27/head 2025-01-24T00:48:45.8206831Z * [new branch] gh/Xia-Weiwen/27/orig -> origin/gh/Xia-Weiwen/27/orig 2025-01-24T00:48:45.8207341Z * [new branch] gh/Xia-Weiwen/28/base -> origin/gh/Xia-Weiwen/28/base 2025-01-24T00:48:45.8207858Z * [new branch] gh/Xia-Weiwen/28/head -> origin/gh/Xia-Weiwen/28/head 2025-01-24T00:48:45.8208375Z * [new branch] gh/Xia-Weiwen/28/orig -> origin/gh/Xia-Weiwen/28/orig 2025-01-24T00:48:45.8208879Z * [new branch] gh/Xia-Weiwen/29/base -> origin/gh/Xia-Weiwen/29/base 2025-01-24T00:48:45.8209399Z * [new branch] gh/Xia-Weiwen/29/head -> origin/gh/Xia-Weiwen/29/head 2025-01-24T00:48:45.8209917Z * [new branch] gh/Xia-Weiwen/29/orig -> origin/gh/Xia-Weiwen/29/orig 2025-01-24T00:48:45.8210446Z * [new branch] gh/XilunWu/109/base -> origin/gh/XilunWu/109/base 2025-01-24T00:48:45.8210956Z * [new branch] gh/XilunWu/109/head -> origin/gh/XilunWu/109/head 2025-01-24T00:48:45.8211468Z * [new branch] gh/XilunWu/109/orig -> origin/gh/XilunWu/109/orig 2025-01-24T00:48:45.8212323Z * [new branch] gh/XilunWu/110/base -> origin/gh/XilunWu/110/base 2025-01-24T00:48:45.8212825Z * [new branch] gh/XilunWu/110/head -> origin/gh/XilunWu/110/head 2025-01-24T00:48:45.8213338Z * [new branch] gh/XilunWu/110/orig -> origin/gh/XilunWu/110/orig 2025-01-24T00:48:45.8213850Z * [new branch] gh/XilunWu/111/base -> origin/gh/XilunWu/111/base 2025-01-24T00:48:45.8214350Z * [new branch] gh/XilunWu/111/head -> origin/gh/XilunWu/111/head 2025-01-24T00:48:45.8214864Z * [new branch] gh/XilunWu/111/orig -> origin/gh/XilunWu/111/orig 2025-01-24T00:48:45.8215479Z * [new branch] gh/XilunWu/43/base -> origin/gh/XilunWu/43/base 2025-01-24T00:48:45.8215992Z * [new branch] gh/XilunWu/43/orig -> origin/gh/XilunWu/43/orig 2025-01-24T00:48:45.8216490Z * [new branch] gh/XilunWu/44/base -> origin/gh/XilunWu/44/base 2025-01-24T00:48:45.8217002Z * [new branch] gh/XilunWu/44/orig -> origin/gh/XilunWu/44/orig 2025-01-24T00:48:45.8217507Z * [new branch] gh/XilunWu/45/base -> origin/gh/XilunWu/45/base 2025-01-24T00:48:45.8637597Z * [new branch] gh/XilunWu/45/orig -> origin/gh/XilunWu/45/orig 2025-01-24T00:48:45.8638186Z * [new branch] gh/XilunWu/46/base -> origin/gh/XilunWu/46/base 2025-01-24T00:48:45.8638699Z * [new branch] gh/XilunWu/46/orig -> origin/gh/XilunWu/46/orig 2025-01-24T00:48:45.8639225Z * [new branch] gh/XuehaiPan/1/base -> origin/gh/XuehaiPan/1/base 2025-01-24T00:48:45.8639774Z * [new branch] gh/XuehaiPan/1/head -> origin/gh/XuehaiPan/1/head 2025-01-24T00:48:45.8640290Z * [new branch] gh/XuehaiPan/1/orig -> origin/gh/XuehaiPan/1/orig 2025-01-24T00:48:45.8640819Z * [new branch] gh/XuehaiPan/104/base -> origin/gh/XuehaiPan/104/base 2025-01-24T00:48:45.8641358Z * [new branch] gh/XuehaiPan/104/head -> origin/gh/XuehaiPan/104/head 2025-01-24T00:48:45.8641891Z * [new branch] gh/XuehaiPan/104/orig -> origin/gh/XuehaiPan/104/orig 2025-01-24T00:48:45.8642419Z * [new branch] gh/XuehaiPan/105/base -> origin/gh/XuehaiPan/105/base 2025-01-24T00:48:45.8642950Z * [new branch] gh/XuehaiPan/105/head -> origin/gh/XuehaiPan/105/head 2025-01-24T00:48:45.8643482Z * [new branch] gh/XuehaiPan/105/orig -> origin/gh/XuehaiPan/105/orig 2025-01-24T00:48:45.8644010Z * [new branch] gh/XuehaiPan/108/base -> origin/gh/XuehaiPan/108/base 2025-01-24T00:48:45.8644541Z * [new branch] gh/XuehaiPan/108/head -> origin/gh/XuehaiPan/108/head 2025-01-24T00:48:45.8645059Z * [new branch] gh/XuehaiPan/108/orig -> origin/gh/XuehaiPan/108/orig 2025-01-24T00:48:45.8645593Z * [new branch] gh/XuehaiPan/109/base -> origin/gh/XuehaiPan/109/base 2025-01-24T00:48:45.8646116Z * [new branch] gh/XuehaiPan/109/head -> origin/gh/XuehaiPan/109/head 2025-01-24T00:48:45.8646637Z * [new branch] gh/XuehaiPan/109/orig -> origin/gh/XuehaiPan/109/orig 2025-01-24T00:48:45.8647223Z * [new branch] gh/XuehaiPan/13/base -> origin/gh/XuehaiPan/13/base 2025-01-24T00:48:45.8647847Z * [new branch] gh/XuehaiPan/13/head -> origin/gh/XuehaiPan/13/head 2025-01-24T00:48:45.8648364Z * [new branch] gh/XuehaiPan/13/orig -> origin/gh/XuehaiPan/13/orig 2025-01-24T00:48:45.8648907Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-01-24T00:48:45.8649439Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-01-24T00:48:45.8649965Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-01-24T00:48:45.8651048Z * [new branch] gh/XuehaiPan/159/base -> origin/gh/XuehaiPan/159/base 2025-01-24T00:48:45.8651605Z * [new branch] gh/XuehaiPan/159/head -> origin/gh/XuehaiPan/159/head 2025-01-24T00:48:45.8652148Z * [new branch] gh/XuehaiPan/159/orig -> origin/gh/XuehaiPan/159/orig 2025-01-24T00:48:45.8652671Z * [new branch] gh/XuehaiPan/162/base -> origin/gh/XuehaiPan/162/base 2025-01-24T00:48:45.8653208Z * [new branch] gh/XuehaiPan/162/head -> origin/gh/XuehaiPan/162/head 2025-01-24T00:48:45.8653746Z * [new branch] gh/XuehaiPan/162/orig -> origin/gh/XuehaiPan/162/orig 2025-01-24T00:48:45.8654429Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-01-24T00:48:45.8654955Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-01-24T00:48:45.8655484Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-01-24T00:48:45.8656031Z * [new branch] gh/XuehaiPan/180/base -> origin/gh/XuehaiPan/180/base 2025-01-24T00:48:45.8656563Z * [new branch] gh/XuehaiPan/180/head -> origin/gh/XuehaiPan/180/head 2025-01-24T00:48:45.8657102Z * [new branch] gh/XuehaiPan/180/orig -> origin/gh/XuehaiPan/180/orig 2025-01-24T00:48:45.8657634Z * [new branch] gh/XuehaiPan/182/base -> origin/gh/XuehaiPan/182/base 2025-01-24T00:48:45.8658156Z * [new branch] gh/XuehaiPan/182/head -> origin/gh/XuehaiPan/182/head 2025-01-24T00:48:45.8658691Z * [new branch] gh/XuehaiPan/182/orig -> origin/gh/XuehaiPan/182/orig 2025-01-24T00:48:45.8659224Z * [new branch] gh/XuehaiPan/183/base -> origin/gh/XuehaiPan/183/base 2025-01-24T00:48:45.8659853Z * [new branch] gh/XuehaiPan/183/head -> origin/gh/XuehaiPan/183/head 2025-01-24T00:48:45.8660388Z * [new branch] gh/XuehaiPan/183/orig -> origin/gh/XuehaiPan/183/orig 2025-01-24T00:48:45.8660920Z * [new branch] gh/XuehaiPan/185/base -> origin/gh/XuehaiPan/185/base 2025-01-24T00:48:45.8661456Z * [new branch] gh/XuehaiPan/185/head -> origin/gh/XuehaiPan/185/head 2025-01-24T00:48:45.8661980Z * [new branch] gh/XuehaiPan/185/orig -> origin/gh/XuehaiPan/185/orig 2025-01-24T00:48:45.8662514Z * [new branch] gh/XuehaiPan/188/base -> origin/gh/XuehaiPan/188/base 2025-01-24T00:48:45.9066150Z * [new branch] gh/XuehaiPan/188/head -> origin/gh/XuehaiPan/188/head 2025-01-24T00:48:45.9066786Z * [new branch] gh/XuehaiPan/188/orig -> origin/gh/XuehaiPan/188/orig 2025-01-24T00:48:45.9067315Z * [new branch] gh/XuehaiPan/189/base -> origin/gh/XuehaiPan/189/base 2025-01-24T00:48:45.9067852Z * [new branch] gh/XuehaiPan/189/head -> origin/gh/XuehaiPan/189/head 2025-01-24T00:48:45.9068401Z * [new branch] gh/XuehaiPan/189/orig -> origin/gh/XuehaiPan/189/orig 2025-01-24T00:48:45.9068928Z * [new branch] gh/XuehaiPan/198/base -> origin/gh/XuehaiPan/198/base 2025-01-24T00:48:45.9069456Z * [new branch] gh/XuehaiPan/198/head -> origin/gh/XuehaiPan/198/head 2025-01-24T00:48:45.9069985Z * [new branch] gh/XuehaiPan/198/orig -> origin/gh/XuehaiPan/198/orig 2025-01-24T00:48:45.9070515Z * [new branch] gh/XuehaiPan/206/base -> origin/gh/XuehaiPan/206/base 2025-01-24T00:48:45.9071038Z * [new branch] gh/XuehaiPan/206/head -> origin/gh/XuehaiPan/206/head 2025-01-24T00:48:45.9071573Z * [new branch] gh/XuehaiPan/206/orig -> origin/gh/XuehaiPan/206/orig 2025-01-24T00:48:45.9072106Z * [new branch] gh/XuehaiPan/210/base -> origin/gh/XuehaiPan/210/base 2025-01-24T00:48:45.9073153Z * [new branch] gh/XuehaiPan/210/head -> origin/gh/XuehaiPan/210/head 2025-01-24T00:48:45.9073694Z * [new branch] gh/XuehaiPan/210/orig -> origin/gh/XuehaiPan/210/orig 2025-01-24T00:48:45.9074232Z * [new branch] gh/XuehaiPan/211/base -> origin/gh/XuehaiPan/211/base 2025-01-24T00:48:45.9074761Z * [new branch] gh/XuehaiPan/211/head -> origin/gh/XuehaiPan/211/head 2025-01-24T00:48:45.9075295Z * [new branch] gh/XuehaiPan/211/orig -> origin/gh/XuehaiPan/211/orig 2025-01-24T00:48:45.9075825Z * [new branch] gh/XuehaiPan/212/base -> origin/gh/XuehaiPan/212/base 2025-01-24T00:48:45.9076477Z * [new branch] gh/XuehaiPan/212/head -> origin/gh/XuehaiPan/212/head 2025-01-24T00:48:45.9077015Z * [new branch] gh/XuehaiPan/212/orig -> origin/gh/XuehaiPan/212/orig 2025-01-24T00:48:45.9077550Z * [new branch] gh/XuehaiPan/213/base -> origin/gh/XuehaiPan/213/base 2025-01-24T00:48:45.9078094Z * [new branch] gh/XuehaiPan/213/head -> origin/gh/XuehaiPan/213/head 2025-01-24T00:48:45.9078621Z * [new branch] gh/XuehaiPan/213/orig -> origin/gh/XuehaiPan/213/orig 2025-01-24T00:48:45.9079156Z * [new branch] gh/XuehaiPan/214/base -> origin/gh/XuehaiPan/214/base 2025-01-24T00:48:45.9079691Z * [new branch] gh/XuehaiPan/214/head -> origin/gh/XuehaiPan/214/head 2025-01-24T00:48:45.9080218Z * [new branch] gh/XuehaiPan/214/orig -> origin/gh/XuehaiPan/214/orig 2025-01-24T00:48:45.9080748Z * [new branch] gh/XuehaiPan/215/base -> origin/gh/XuehaiPan/215/base 2025-01-24T00:48:45.9081281Z * [new branch] gh/XuehaiPan/215/head -> origin/gh/XuehaiPan/215/head 2025-01-24T00:48:45.9081805Z * [new branch] gh/XuehaiPan/215/orig -> origin/gh/XuehaiPan/215/orig 2025-01-24T00:48:45.9082340Z * [new branch] gh/XuehaiPan/216/base -> origin/gh/XuehaiPan/216/base 2025-01-24T00:48:45.9082885Z * [new branch] gh/XuehaiPan/216/head -> origin/gh/XuehaiPan/216/head 2025-01-24T00:48:45.9083421Z * [new branch] gh/XuehaiPan/216/orig -> origin/gh/XuehaiPan/216/orig 2025-01-24T00:48:45.9083952Z * [new branch] gh/XuehaiPan/217/base -> origin/gh/XuehaiPan/217/base 2025-01-24T00:48:45.9084481Z * [new branch] gh/XuehaiPan/217/head -> origin/gh/XuehaiPan/217/head 2025-01-24T00:48:45.9085008Z * [new branch] gh/XuehaiPan/217/orig -> origin/gh/XuehaiPan/217/orig 2025-01-24T00:48:45.9085535Z * [new branch] gh/XuehaiPan/218/base -> origin/gh/XuehaiPan/218/base 2025-01-24T00:48:45.9086065Z * [new branch] gh/XuehaiPan/218/head -> origin/gh/XuehaiPan/218/head 2025-01-24T00:48:45.9086597Z * [new branch] gh/XuehaiPan/218/orig -> origin/gh/XuehaiPan/218/orig 2025-01-24T00:48:45.9087125Z * [new branch] gh/XuehaiPan/219/base -> origin/gh/XuehaiPan/219/base 2025-01-24T00:48:45.9087683Z * [new branch] gh/XuehaiPan/219/head -> origin/gh/XuehaiPan/219/head 2025-01-24T00:48:45.9088231Z * [new branch] gh/XuehaiPan/219/orig -> origin/gh/XuehaiPan/219/orig 2025-01-24T00:48:45.9088786Z * [new branch] gh/XuehaiPan/220/base -> origin/gh/XuehaiPan/220/base 2025-01-24T00:48:45.9089322Z * [new branch] gh/XuehaiPan/220/head -> origin/gh/XuehaiPan/220/head 2025-01-24T00:48:45.9089874Z * [new branch] gh/XuehaiPan/220/orig -> origin/gh/XuehaiPan/220/orig 2025-01-24T00:48:45.9090430Z * [new branch] gh/XuehaiPan/221/base -> origin/gh/XuehaiPan/221/base 2025-01-24T00:48:45.9090961Z * [new branch] gh/XuehaiPan/221/head -> origin/gh/XuehaiPan/221/head 2025-01-24T00:48:45.9515204Z * [new branch] gh/XuehaiPan/221/orig -> origin/gh/XuehaiPan/221/orig 2025-01-24T00:48:45.9516408Z * [new branch] gh/XuehaiPan/222/base -> origin/gh/XuehaiPan/222/base 2025-01-24T00:48:45.9516959Z * [new branch] gh/XuehaiPan/222/head -> origin/gh/XuehaiPan/222/head 2025-01-24T00:48:45.9517513Z * [new branch] gh/XuehaiPan/222/orig -> origin/gh/XuehaiPan/222/orig 2025-01-24T00:48:45.9518059Z * [new branch] gh/XuehaiPan/223/base -> origin/gh/XuehaiPan/223/base 2025-01-24T00:48:45.9518607Z * [new branch] gh/XuehaiPan/223/head -> origin/gh/XuehaiPan/223/head 2025-01-24T00:48:45.9519265Z * [new branch] gh/XuehaiPan/223/orig -> origin/gh/XuehaiPan/223/orig 2025-01-24T00:48:45.9519801Z * [new branch] gh/XuehaiPan/224/base -> origin/gh/XuehaiPan/224/base 2025-01-24T00:48:45.9520352Z * [new branch] gh/XuehaiPan/224/head -> origin/gh/XuehaiPan/224/head 2025-01-24T00:48:45.9520915Z * [new branch] gh/XuehaiPan/224/orig -> origin/gh/XuehaiPan/224/orig 2025-01-24T00:48:45.9521452Z * [new branch] gh/XuehaiPan/225/base -> origin/gh/XuehaiPan/225/base 2025-01-24T00:48:45.9522004Z * [new branch] gh/XuehaiPan/225/head -> origin/gh/XuehaiPan/225/head 2025-01-24T00:48:45.9522553Z * [new branch] gh/XuehaiPan/225/orig -> origin/gh/XuehaiPan/225/orig 2025-01-24T00:48:45.9523084Z * [new branch] gh/XuehaiPan/226/base -> origin/gh/XuehaiPan/226/base 2025-01-24T00:48:45.9523628Z * [new branch] gh/XuehaiPan/226/head -> origin/gh/XuehaiPan/226/head 2025-01-24T00:48:45.9524179Z * [new branch] gh/XuehaiPan/226/orig -> origin/gh/XuehaiPan/226/orig 2025-01-24T00:48:45.9524727Z * [new branch] gh/XuehaiPan/227/base -> origin/gh/XuehaiPan/227/base 2025-01-24T00:48:45.9525257Z * [new branch] gh/XuehaiPan/227/head -> origin/gh/XuehaiPan/227/head 2025-01-24T00:48:45.9525814Z * [new branch] gh/XuehaiPan/227/orig -> origin/gh/XuehaiPan/227/orig 2025-01-24T00:48:45.9526357Z * [new branch] gh/XuehaiPan/228/base -> origin/gh/XuehaiPan/228/base 2025-01-24T00:48:45.9526895Z * [new branch] gh/XuehaiPan/228/head -> origin/gh/XuehaiPan/228/head 2025-01-24T00:48:45.9527445Z * [new branch] gh/XuehaiPan/228/orig -> origin/gh/XuehaiPan/228/orig 2025-01-24T00:48:45.9527987Z * [new branch] gh/XuehaiPan/229/base -> origin/gh/XuehaiPan/229/base 2025-01-24T00:48:45.9528516Z * [new branch] gh/XuehaiPan/229/head -> origin/gh/XuehaiPan/229/head 2025-01-24T00:48:45.9529057Z * [new branch] gh/XuehaiPan/229/orig -> origin/gh/XuehaiPan/229/orig 2025-01-24T00:48:45.9529604Z * [new branch] gh/XuehaiPan/230/base -> origin/gh/XuehaiPan/230/base 2025-01-24T00:48:45.9530141Z * [new branch] gh/XuehaiPan/230/head -> origin/gh/XuehaiPan/230/head 2025-01-24T00:48:45.9530671Z * [new branch] gh/XuehaiPan/230/orig -> origin/gh/XuehaiPan/230/orig 2025-01-24T00:48:45.9531205Z * [new branch] gh/XuehaiPan/231/base -> origin/gh/XuehaiPan/231/base 2025-01-24T00:48:45.9531748Z * [new branch] gh/XuehaiPan/231/head -> origin/gh/XuehaiPan/231/head 2025-01-24T00:48:45.9532290Z * [new branch] gh/XuehaiPan/231/orig -> origin/gh/XuehaiPan/231/orig 2025-01-24T00:48:45.9532832Z * [new branch] gh/XuehaiPan/232/base -> origin/gh/XuehaiPan/232/base 2025-01-24T00:48:45.9533372Z * [new branch] gh/XuehaiPan/232/head -> origin/gh/XuehaiPan/232/head 2025-01-24T00:48:45.9533907Z * [new branch] gh/XuehaiPan/232/orig -> origin/gh/XuehaiPan/232/orig 2025-01-24T00:48:45.9534452Z * [new branch] gh/XuehaiPan/233/base -> origin/gh/XuehaiPan/233/base 2025-01-24T00:48:45.9535108Z * [new branch] gh/XuehaiPan/233/head -> origin/gh/XuehaiPan/233/head 2025-01-24T00:48:45.9535666Z * [new branch] gh/XuehaiPan/233/orig -> origin/gh/XuehaiPan/233/orig 2025-01-24T00:48:45.9536197Z * [new branch] gh/XuehaiPan/234/base -> origin/gh/XuehaiPan/234/base 2025-01-24T00:48:45.9536751Z * [new branch] gh/XuehaiPan/234/head -> origin/gh/XuehaiPan/234/head 2025-01-24T00:48:45.9537307Z * [new branch] gh/XuehaiPan/234/orig -> origin/gh/XuehaiPan/234/orig 2025-01-24T00:48:45.9537841Z * [new branch] gh/XuehaiPan/235/base -> origin/gh/XuehaiPan/235/base 2025-01-24T00:48:45.9538485Z * [new branch] gh/XuehaiPan/235/head -> origin/gh/XuehaiPan/235/head 2025-01-24T00:48:45.9539036Z * [new branch] gh/XuehaiPan/235/orig -> origin/gh/XuehaiPan/235/orig 2025-01-24T00:48:45.9539640Z * [new branch] gh/XuehaiPan/236/base -> origin/gh/XuehaiPan/236/base 2025-01-24T00:48:45.9540192Z * [new branch] gh/XuehaiPan/236/head -> origin/gh/XuehaiPan/236/head 2025-01-24T00:48:45.9540746Z * [new branch] gh/XuehaiPan/236/orig -> origin/gh/XuehaiPan/236/orig 2025-01-24T00:48:45.9990275Z * [new branch] gh/XuehaiPan/237/base -> origin/gh/XuehaiPan/237/base 2025-01-24T00:48:45.9990876Z * [new branch] gh/XuehaiPan/237/head -> origin/gh/XuehaiPan/237/head 2025-01-24T00:48:45.9991435Z * [new branch] gh/XuehaiPan/237/orig -> origin/gh/XuehaiPan/237/orig 2025-01-24T00:48:45.9992015Z * [new branch] gh/XuehaiPan/30/base -> origin/gh/XuehaiPan/30/base 2025-01-24T00:48:45.9992549Z * [new branch] gh/XuehaiPan/30/head -> origin/gh/XuehaiPan/30/head 2025-01-24T00:48:45.9993149Z * [new branch] gh/XuehaiPan/30/orig -> origin/gh/XuehaiPan/30/orig 2025-01-24T00:48:45.9993742Z * [new branch] gh/XuehaiPan/67/base -> origin/gh/XuehaiPan/67/base 2025-01-24T00:48:45.9994301Z * [new branch] gh/XuehaiPan/67/head -> origin/gh/XuehaiPan/67/head 2025-01-24T00:48:45.9994829Z * [new branch] gh/XuehaiPan/67/orig -> origin/gh/XuehaiPan/67/orig 2025-01-24T00:48:45.9995373Z * [new branch] gh/XuehaiPan/70/base -> origin/gh/XuehaiPan/70/base 2025-01-24T00:48:45.9995910Z * [new branch] gh/XuehaiPan/70/head -> origin/gh/XuehaiPan/70/head 2025-01-24T00:48:45.9996434Z * [new branch] gh/XuehaiPan/70/orig -> origin/gh/XuehaiPan/70/orig 2025-01-24T00:48:45.9996986Z * [new branch] gh/XuehaiPan/72/base -> origin/gh/XuehaiPan/72/base 2025-01-24T00:48:45.9997526Z * [new branch] gh/XuehaiPan/72/head -> origin/gh/XuehaiPan/72/head 2025-01-24T00:48:45.9998043Z * [new branch] gh/XuehaiPan/72/orig -> origin/gh/XuehaiPan/72/orig 2025-01-24T00:48:45.9998598Z * [new branch] gh/XuehaiPan/9/base -> origin/gh/XuehaiPan/9/base 2025-01-24T00:48:45.9999187Z * [new branch] gh/XuehaiPan/9/orig -> origin/gh/XuehaiPan/9/orig 2025-01-24T00:48:45.9999772Z * [new branch] gh/XuehaiPan/97/base -> origin/gh/XuehaiPan/97/base 2025-01-24T00:48:46.0000295Z * [new branch] gh/XuehaiPan/97/head -> origin/gh/XuehaiPan/97/head 2025-01-24T00:48:46.0000831Z * [new branch] gh/XuehaiPan/97/orig -> origin/gh/XuehaiPan/97/orig 2025-01-24T00:48:46.0001363Z * [new branch] gh/XuehaiPan/98/base -> origin/gh/XuehaiPan/98/base 2025-01-24T00:48:46.0001895Z * [new branch] gh/XuehaiPan/98/head -> origin/gh/XuehaiPan/98/head 2025-01-24T00:48:46.0002436Z * [new branch] gh/XuehaiPan/98/orig -> origin/gh/XuehaiPan/98/orig 2025-01-24T00:48:46.0002980Z * [new branch] gh/XuehaiPan/99/base -> origin/gh/XuehaiPan/99/base 2025-01-24T00:48:46.0003705Z * [new branch] gh/XuehaiPan/99/head -> origin/gh/XuehaiPan/99/head 2025-01-24T00:48:46.0004258Z * [new branch] gh/XuehaiPan/99/orig -> origin/gh/XuehaiPan/99/orig 2025-01-24T00:48:46.0004855Z * [new branch] gh/ZainRizvi/1/base -> origin/gh/ZainRizvi/1/base 2025-01-24T00:48:46.0005440Z * [new branch] gh/ZainRizvi/1/head -> origin/gh/ZainRizvi/1/head 2025-01-24T00:48:46.0005982Z * [new branch] gh/ZhiweiYan-96/23/base -> origin/gh/ZhiweiYan-96/23/base 2025-01-24T00:48:46.0006686Z * [new branch] gh/ZhiweiYan-96/23/head -> origin/gh/ZhiweiYan-96/23/head 2025-01-24T00:48:46.0007254Z * [new branch] gh/ZhiweiYan-96/23/orig -> origin/gh/ZhiweiYan-96/23/orig 2025-01-24T00:48:46.0007801Z * [new branch] gh/ZhiweiYan-96/27/base -> origin/gh/ZhiweiYan-96/27/base 2025-01-24T00:48:46.0008369Z * [new branch] gh/ZhiweiYan-96/27/head -> origin/gh/ZhiweiYan-96/27/head 2025-01-24T00:48:46.0008930Z * [new branch] gh/ZhiweiYan-96/27/orig -> origin/gh/ZhiweiYan-96/27/orig 2025-01-24T00:48:46.0009478Z * [new branch] gh/ZhiweiYan-96/29/base -> origin/gh/ZhiweiYan-96/29/base 2025-01-24T00:48:46.0010038Z * [new branch] gh/ZhiweiYan-96/29/head -> origin/gh/ZhiweiYan-96/29/head 2025-01-24T00:48:46.0010604Z * [new branch] gh/ZhiweiYan-96/29/orig -> origin/gh/ZhiweiYan-96/29/orig 2025-01-24T00:48:46.0011269Z * [new branch] gh/ZhiweiYan-96/30/base -> origin/gh/ZhiweiYan-96/30/base 2025-01-24T00:48:46.0011823Z * [new branch] gh/ZhiweiYan-96/30/head -> origin/gh/ZhiweiYan-96/30/head 2025-01-24T00:48:46.0012381Z * [new branch] gh/ZhiweiYan-96/30/orig -> origin/gh/ZhiweiYan-96/30/orig 2025-01-24T00:48:46.0012942Z * [new branch] gh/ZhiweiYan-96/31/base -> origin/gh/ZhiweiYan-96/31/base 2025-01-24T00:48:46.0013495Z * [new branch] gh/ZhiweiYan-96/31/head -> origin/gh/ZhiweiYan-96/31/head 2025-01-24T00:48:46.0014060Z * [new branch] gh/ZhiweiYan-96/31/orig -> origin/gh/ZhiweiYan-96/31/orig 2025-01-24T00:48:46.0014626Z * [new branch] gh/ZhiweiYan-96/32/base -> origin/gh/ZhiweiYan-96/32/base 2025-01-24T00:48:46.0015176Z * [new branch] gh/ZhiweiYan-96/32/head -> origin/gh/ZhiweiYan-96/32/head 2025-01-24T00:48:46.0015716Z * [new branch] gh/ZhiweiYan-96/32/orig -> origin/gh/ZhiweiYan-96/32/orig 2025-01-24T00:48:46.0447942Z * [new branch] gh/ZhiweiYan-96/33/base -> origin/gh/ZhiweiYan-96/33/base 2025-01-24T00:48:46.0448544Z * [new branch] gh/ZhiweiYan-96/33/head -> origin/gh/ZhiweiYan-96/33/head 2025-01-24T00:48:46.0449129Z * [new branch] gh/ZhiweiYan-96/33/orig -> origin/gh/ZhiweiYan-96/33/orig 2025-01-24T00:48:46.0449722Z * [new branch] gh/ZhiweiYan-96/37/base -> origin/gh/ZhiweiYan-96/37/base 2025-01-24T00:48:46.0450279Z * [new branch] gh/ZhiweiYan-96/37/head -> origin/gh/ZhiweiYan-96/37/head 2025-01-24T00:48:46.0450824Z * [new branch] gh/ZhiweiYan-96/38/base -> origin/gh/ZhiweiYan-96/38/base 2025-01-24T00:48:46.0451388Z * [new branch] gh/ZhiweiYan-96/38/head -> origin/gh/ZhiweiYan-96/38/head 2025-01-24T00:48:46.0451954Z * [new branch] gh/ZhiweiYan-96/38/orig -> origin/gh/ZhiweiYan-96/38/orig 2025-01-24T00:48:46.0452507Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-01-24T00:48:46.0453072Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-01-24T00:48:46.0453721Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-01-24T00:48:46.0454277Z * [new branch] gh/ZhiweiYan-96/40/base -> origin/gh/ZhiweiYan-96/40/base 2025-01-24T00:48:46.0454998Z * [new branch] gh/ZhiweiYan-96/40/head -> origin/gh/ZhiweiYan-96/40/head 2025-01-24T00:48:46.0455557Z * [new branch] gh/ZhiweiYan-96/40/orig -> origin/gh/ZhiweiYan-96/40/orig 2025-01-24T00:48:46.0456117Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-01-24T00:48:46.0456649Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-01-24T00:48:46.0457193Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-01-24T00:48:46.0457865Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-01-24T00:48:46.0458378Z * [new branch] gh/albanD/3/base -> origin/gh/albanD/3/base 2025-01-24T00:48:46.0458883Z * [new branch] gh/albanD/3/head -> origin/gh/albanD/3/head 2025-01-24T00:48:46.0459429Z * [new branch] gh/albanD/3/orig -> origin/gh/albanD/3/orig 2025-01-24T00:48:46.0460094Z * [new branch] gh/alexsamardzic/22/base -> origin/gh/alexsamardzic/22/base 2025-01-24T00:48:46.0460686Z * [new branch] gh/alexsamardzic/22/head -> origin/gh/alexsamardzic/22/head 2025-01-24T00:48:46.0461277Z * [new branch] gh/alexsamardzic/22/orig -> origin/gh/alexsamardzic/22/orig 2025-01-24T00:48:46.0461875Z * [new branch] gh/alexsamardzic/23/base -> origin/gh/alexsamardzic/23/base 2025-01-24T00:48:46.0462452Z * [new branch] gh/alexsamardzic/23/head -> origin/gh/alexsamardzic/23/head 2025-01-24T00:48:46.0463042Z * [new branch] gh/alexsamardzic/23/orig -> origin/gh/alexsamardzic/23/orig 2025-01-24T00:48:46.0463598Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-01-24T00:48:46.0464102Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-01-24T00:48:46.0464617Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-01-24T00:48:46.0465176Z * [new branch] gh/amjames/19/base -> origin/gh/amjames/19/base 2025-01-24T00:48:46.0465687Z * [new branch] gh/amjames/19/head -> origin/gh/amjames/19/head 2025-01-24T00:48:46.0466222Z * [new branch] gh/amjames/19/orig -> origin/gh/amjames/19/orig 2025-01-24T00:48:46.0466769Z * [new branch] gh/andrewlee302/1/base -> origin/gh/andrewlee302/1/base 2025-01-24T00:48:46.0467337Z * [new branch] gh/andrewlee302/1/head -> origin/gh/andrewlee302/1/head 2025-01-24T00:48:46.0467889Z * [new branch] gh/andrewlee302/3/base -> origin/gh/andrewlee302/3/base 2025-01-24T00:48:46.0468450Z * [new branch] gh/andrewlee302/3/head -> origin/gh/andrewlee302/3/head 2025-01-24T00:48:46.0469010Z * [new branch] gh/andrewlee302/3/orig -> origin/gh/andrewlee302/3/orig 2025-01-24T00:48:46.0469554Z * [new branch] gh/andrewor14/25/base -> origin/gh/andrewor14/25/base 2025-01-24T00:48:46.0470099Z * [new branch] gh/andrewor14/25/head -> origin/gh/andrewor14/25/head 2025-01-24T00:48:46.0470641Z * [new branch] gh/andrewor14/25/orig -> origin/gh/andrewor14/25/orig 2025-01-24T00:48:46.0471235Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-01-24T00:48:46.0471765Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-01-24T00:48:46.0472346Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-01-24T00:48:46.0472882Z * [new branch] gh/andrewor14/36/base -> origin/gh/andrewor14/36/base 2025-01-24T00:48:46.0473412Z * [new branch] gh/andrewor14/36/head -> origin/gh/andrewor14/36/head 2025-01-24T00:48:46.0914445Z * [new branch] gh/andrewor14/36/orig -> origin/gh/andrewor14/36/orig 2025-01-24T00:48:46.0915053Z * [new branch] gh/andrewor14/37/base -> origin/gh/andrewor14/37/base 2025-01-24T00:48:46.0915604Z * [new branch] gh/andrewor14/37/head -> origin/gh/andrewor14/37/head 2025-01-24T00:48:46.0916137Z * [new branch] gh/andrewor14/37/orig -> origin/gh/andrewor14/37/orig 2025-01-24T00:48:46.0916682Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-01-24T00:48:46.0917236Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-01-24T00:48:46.0918009Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-01-24T00:48:46.0918555Z * [new branch] gh/angelayi/62/base -> origin/gh/angelayi/62/base 2025-01-24T00:48:46.0919093Z * [new branch] gh/angelayi/62/head -> origin/gh/angelayi/62/head 2025-01-24T00:48:46.0919637Z * [new branch] gh/angelayi/62/orig -> origin/gh/angelayi/62/orig 2025-01-24T00:48:46.0920155Z * [new branch] gh/angelayi/64/base -> origin/gh/angelayi/64/base 2025-01-24T00:48:46.0920683Z * [new branch] gh/angelayi/64/head -> origin/gh/angelayi/64/head 2025-01-24T00:48:46.0921206Z * [new branch] gh/angelayi/64/orig -> origin/gh/angelayi/64/orig 2025-01-24T00:48:46.0921719Z * [new branch] gh/angelayi/65/base -> origin/gh/angelayi/65/base 2025-01-24T00:48:46.0922242Z * [new branch] gh/angelayi/65/head -> origin/gh/angelayi/65/head 2025-01-24T00:48:46.0922773Z * [new branch] gh/angelayi/65/orig -> origin/gh/angelayi/65/orig 2025-01-24T00:48:46.0923274Z * [new branch] gh/ani300/4/base -> origin/gh/ani300/4/base 2025-01-24T00:48:46.0923780Z * [new branch] gh/ani300/4/head -> origin/gh/ani300/4/head 2025-01-24T00:48:46.0924267Z * [new branch] gh/ani300/4/orig -> origin/gh/ani300/4/orig 2025-01-24T00:48:46.0924816Z * [new branch] gh/anijain2305/162/base -> origin/gh/anijain2305/162/base 2025-01-24T00:48:46.0925370Z * [new branch] gh/anijain2305/162/head -> origin/gh/anijain2305/162/head 2025-01-24T00:48:46.0925932Z * [new branch] gh/anijain2305/507/base -> origin/gh/anijain2305/507/base 2025-01-24T00:48:46.0926491Z * [new branch] gh/anijain2305/507/head -> origin/gh/anijain2305/507/head 2025-01-24T00:48:46.0927048Z * [new branch] gh/anijain2305/507/orig -> origin/gh/anijain2305/507/orig 2025-01-24T00:48:46.0927619Z * [new branch] gh/anijain2305/522/base -> origin/gh/anijain2305/522/base 2025-01-24T00:48:46.0928153Z * [new branch] gh/anijain2305/522/head -> origin/gh/anijain2305/522/head 2025-01-24T00:48:46.0928696Z * [new branch] gh/anijain2305/522/orig -> origin/gh/anijain2305/522/orig 2025-01-24T00:48:46.0929242Z * [new branch] gh/anijain2305/539/base -> origin/gh/anijain2305/539/base 2025-01-24T00:48:46.0929773Z * [new branch] gh/anijain2305/539/head -> origin/gh/anijain2305/539/head 2025-01-24T00:48:46.0930317Z * [new branch] gh/anijain2305/539/orig -> origin/gh/anijain2305/539/orig 2025-01-24T00:48:46.0930864Z * [new branch] gh/anijain2305/541/base -> origin/gh/anijain2305/541/base 2025-01-24T00:48:46.0931398Z * [new branch] gh/anijain2305/541/head -> origin/gh/anijain2305/541/head 2025-01-24T00:48:46.0931939Z * [new branch] gh/anijain2305/541/orig -> origin/gh/anijain2305/541/orig 2025-01-24T00:48:46.0932506Z * [new branch] gh/anijain2305/542/base -> origin/gh/anijain2305/542/base 2025-01-24T00:48:46.0933049Z * [new branch] gh/anijain2305/542/head -> origin/gh/anijain2305/542/head 2025-01-24T00:48:46.0933720Z * [new branch] gh/anijain2305/542/orig -> origin/gh/anijain2305/542/orig 2025-01-24T00:48:46.0934261Z * [new branch] gh/anijain2305/566/base -> origin/gh/anijain2305/566/base 2025-01-24T00:48:46.0934800Z * [new branch] gh/anijain2305/566/head -> origin/gh/anijain2305/566/head 2025-01-24T00:48:46.0935339Z * [new branch] gh/anijain2305/566/orig -> origin/gh/anijain2305/566/orig 2025-01-24T00:48:46.0935890Z * [new branch] gh/anijain2305/571/base -> origin/gh/anijain2305/571/base 2025-01-24T00:48:46.0936552Z * [new branch] gh/anijain2305/571/head -> origin/gh/anijain2305/571/head 2025-01-24T00:48:46.0937099Z * [new branch] gh/anijain2305/571/orig -> origin/gh/anijain2305/571/orig 2025-01-24T00:48:46.0937630Z * [new branch] gh/anijain2305/573/base -> origin/gh/anijain2305/573/base 2025-01-24T00:48:46.0938175Z * [new branch] gh/anijain2305/573/head -> origin/gh/anijain2305/573/head 2025-01-24T00:48:46.0938721Z * [new branch] gh/anijain2305/573/orig -> origin/gh/anijain2305/573/orig 2025-01-24T00:48:46.0939259Z * [new branch] gh/anijain2305/580/base -> origin/gh/anijain2305/580/base 2025-01-24T00:48:46.1337630Z * [new branch] gh/anijain2305/580/head -> origin/gh/anijain2305/580/head 2025-01-24T00:48:46.1338238Z * [new branch] gh/anijain2305/580/orig -> origin/gh/anijain2305/580/orig 2025-01-24T00:48:46.1338787Z * [new branch] gh/anijain2305/598/base -> origin/gh/anijain2305/598/base 2025-01-24T00:48:46.1339354Z * [new branch] gh/anijain2305/598/head -> origin/gh/anijain2305/598/head 2025-01-24T00:48:46.1339944Z * [new branch] gh/anijain2305/598/orig -> origin/gh/anijain2305/598/orig 2025-01-24T00:48:46.1340496Z * [new branch] gh/anijain2305/599/base -> origin/gh/anijain2305/599/base 2025-01-24T00:48:46.1341045Z * [new branch] gh/anijain2305/599/head -> origin/gh/anijain2305/599/head 2025-01-24T00:48:46.1341591Z * [new branch] gh/anijain2305/599/orig -> origin/gh/anijain2305/599/orig 2025-01-24T00:48:46.1342134Z * [new branch] gh/anijain2305/600/base -> origin/gh/anijain2305/600/base 2025-01-24T00:48:46.1342668Z * [new branch] gh/anijain2305/600/head -> origin/gh/anijain2305/600/head 2025-01-24T00:48:46.1343213Z * [new branch] gh/anijain2305/600/orig -> origin/gh/anijain2305/600/orig 2025-01-24T00:48:46.1343763Z * [new branch] gh/anijain2305/601/base -> origin/gh/anijain2305/601/base 2025-01-24T00:48:46.1344326Z * [new branch] gh/anijain2305/601/head -> origin/gh/anijain2305/601/head 2025-01-24T00:48:46.1344862Z * [new branch] gh/anijain2305/601/orig -> origin/gh/anijain2305/601/orig 2025-01-24T00:48:46.1345417Z * [new branch] gh/anijain2305/602/base -> origin/gh/anijain2305/602/base 2025-01-24T00:48:46.1345965Z * [new branch] gh/anijain2305/602/head -> origin/gh/anijain2305/602/head 2025-01-24T00:48:46.1346511Z * [new branch] gh/anijain2305/602/orig -> origin/gh/anijain2305/602/orig 2025-01-24T00:48:46.1347053Z * [new branch] gh/anijain2305/603/base -> origin/gh/anijain2305/603/base 2025-01-24T00:48:46.1347602Z * [new branch] gh/anijain2305/603/head -> origin/gh/anijain2305/603/head 2025-01-24T00:48:46.1348140Z * [new branch] gh/anijain2305/603/orig -> origin/gh/anijain2305/603/orig 2025-01-24T00:48:46.1348687Z * [new branch] gh/anijain2305/604/base -> origin/gh/anijain2305/604/base 2025-01-24T00:48:46.1349230Z * [new branch] gh/anijain2305/604/head -> origin/gh/anijain2305/604/head 2025-01-24T00:48:46.1349771Z * [new branch] gh/anijain2305/604/orig -> origin/gh/anijain2305/604/orig 2025-01-24T00:48:46.1350515Z * [new branch] gh/anijain2305/605/base -> origin/gh/anijain2305/605/base 2025-01-24T00:48:46.1351062Z * [new branch] gh/anijain2305/605/head -> origin/gh/anijain2305/605/head 2025-01-24T00:48:46.1351618Z * [new branch] gh/anijain2305/605/orig -> origin/gh/anijain2305/605/orig 2025-01-24T00:48:46.1352164Z * [new branch] gh/anijain2305/606/base -> origin/gh/anijain2305/606/base 2025-01-24T00:48:46.1352703Z * [new branch] gh/anijain2305/606/head -> origin/gh/anijain2305/606/head 2025-01-24T00:48:46.1353369Z * [new branch] gh/anijain2305/606/orig -> origin/gh/anijain2305/606/orig 2025-01-24T00:48:46.1353924Z * [new branch] gh/anijain2305/607/base -> origin/gh/anijain2305/607/base 2025-01-24T00:48:46.1354470Z * [new branch] gh/anijain2305/607/head -> origin/gh/anijain2305/607/head 2025-01-24T00:48:46.1355021Z * [new branch] gh/anijain2305/607/orig -> origin/gh/anijain2305/607/orig 2025-01-24T00:48:46.1355571Z * [new branch] gh/anijain2305/608/base -> origin/gh/anijain2305/608/base 2025-01-24T00:48:46.1356121Z * [new branch] gh/anijain2305/608/head -> origin/gh/anijain2305/608/head 2025-01-24T00:48:46.1356659Z * [new branch] gh/anijain2305/608/orig -> origin/gh/anijain2305/608/orig 2025-01-24T00:48:46.1357206Z * [new branch] gh/anijain2305/609/base -> origin/gh/anijain2305/609/base 2025-01-24T00:48:46.1357750Z * [new branch] gh/anijain2305/609/head -> origin/gh/anijain2305/609/head 2025-01-24T00:48:46.1358289Z * [new branch] gh/anijain2305/609/orig -> origin/gh/anijain2305/609/orig 2025-01-24T00:48:46.1358831Z * [new branch] gh/anijain2305/610/base -> origin/gh/anijain2305/610/base 2025-01-24T00:48:46.1359382Z * [new branch] gh/anijain2305/610/head -> origin/gh/anijain2305/610/head 2025-01-24T00:48:46.1359928Z * [new branch] gh/anijain2305/610/orig -> origin/gh/anijain2305/610/orig 2025-01-24T00:48:46.1360480Z * [new branch] gh/anijain2305/611/base -> origin/gh/anijain2305/611/base 2025-01-24T00:48:46.1361018Z * [new branch] gh/anijain2305/611/head -> origin/gh/anijain2305/611/head 2025-01-24T00:48:46.1361564Z * [new branch] gh/anijain2305/611/orig -> origin/gh/anijain2305/611/orig 2025-01-24T00:48:46.1362099Z * [new branch] gh/anijain2305/612/base -> origin/gh/anijain2305/612/base 2025-01-24T00:48:46.1761573Z * [new branch] gh/anijain2305/612/head -> origin/gh/anijain2305/612/head 2025-01-24T00:48:46.1762166Z * [new branch] gh/anijain2305/612/orig -> origin/gh/anijain2305/612/orig 2025-01-24T00:48:46.1762703Z * [new branch] gh/anijain2305/613/base -> origin/gh/anijain2305/613/base 2025-01-24T00:48:46.1763259Z * [new branch] gh/anijain2305/613/head -> origin/gh/anijain2305/613/head 2025-01-24T00:48:46.1763800Z * [new branch] gh/anijain2305/613/orig -> origin/gh/anijain2305/613/orig 2025-01-24T00:48:46.1764368Z * [new branch] gh/anijain2305/614/base -> origin/gh/anijain2305/614/base 2025-01-24T00:48:46.1764957Z * [new branch] gh/anijain2305/614/head -> origin/gh/anijain2305/614/head 2025-01-24T00:48:46.1765519Z * [new branch] gh/anijain2305/614/orig -> origin/gh/anijain2305/614/orig 2025-01-24T00:48:46.1766066Z * [new branch] gh/anijain2305/615/base -> origin/gh/anijain2305/615/base 2025-01-24T00:48:46.1766603Z * [new branch] gh/anijain2305/615/head -> origin/gh/anijain2305/615/head 2025-01-24T00:48:46.1767144Z * [new branch] gh/anijain2305/615/orig -> origin/gh/anijain2305/615/orig 2025-01-24T00:48:46.1767685Z * [new branch] gh/anijain2305/616/base -> origin/gh/anijain2305/616/base 2025-01-24T00:48:46.1768405Z * [new branch] gh/anijain2305/616/head -> origin/gh/anijain2305/616/head 2025-01-24T00:48:46.1768957Z * [new branch] gh/anijain2305/616/orig -> origin/gh/anijain2305/616/orig 2025-01-24T00:48:46.1769501Z * [new branch] gh/anijain2305/617/base -> origin/gh/anijain2305/617/base 2025-01-24T00:48:46.1770049Z * [new branch] gh/anijain2305/617/head -> origin/gh/anijain2305/617/head 2025-01-24T00:48:46.1770584Z * [new branch] gh/anijain2305/617/orig -> origin/gh/anijain2305/617/orig 2025-01-24T00:48:46.1771233Z * [new branch] gh/anijain2305/618/base -> origin/gh/anijain2305/618/base 2025-01-24T00:48:46.1771785Z * [new branch] gh/anijain2305/618/head -> origin/gh/anijain2305/618/head 2025-01-24T00:48:46.1772320Z * [new branch] gh/anijain2305/618/orig -> origin/gh/anijain2305/618/orig 2025-01-24T00:48:46.1772872Z * [new branch] gh/anijain2305/619/base -> origin/gh/anijain2305/619/base 2025-01-24T00:48:46.1773488Z * [new branch] gh/anijain2305/619/head -> origin/gh/anijain2305/619/head 2025-01-24T00:48:46.1774129Z * [new branch] gh/anijain2305/619/orig -> origin/gh/anijain2305/619/orig 2025-01-24T00:48:46.1774878Z * [new branch] gh/anijain2305/620/base -> origin/gh/anijain2305/620/base 2025-01-24T00:48:46.1775457Z * [new branch] gh/anijain2305/620/head -> origin/gh/anijain2305/620/head 2025-01-24T00:48:46.1776069Z * [new branch] gh/anijain2305/620/orig -> origin/gh/anijain2305/620/orig 2025-01-24T00:48:46.1776702Z * [new branch] gh/anijain2305/621/base -> origin/gh/anijain2305/621/base 2025-01-24T00:48:46.1777351Z * [new branch] gh/anijain2305/621/head -> origin/gh/anijain2305/621/head 2025-01-24T00:48:46.1777926Z * [new branch] gh/anijain2305/621/orig -> origin/gh/anijain2305/621/orig 2025-01-24T00:48:46.1778573Z * [new branch] gh/anijain2305/622/base -> origin/gh/anijain2305/622/base 2025-01-24T00:48:46.1779168Z * [new branch] gh/anijain2305/622/head -> origin/gh/anijain2305/622/head 2025-01-24T00:48:46.1779805Z * [new branch] gh/anijain2305/622/orig -> origin/gh/anijain2305/622/orig 2025-01-24T00:48:46.1780428Z * [new branch] gh/anijain2305/623/base -> origin/gh/anijain2305/623/base 2025-01-24T00:48:46.1781060Z * [new branch] gh/anijain2305/623/head -> origin/gh/anijain2305/623/head 2025-01-24T00:48:46.1781711Z * [new branch] gh/anijain2305/623/orig -> origin/gh/anijain2305/623/orig 2025-01-24T00:48:46.1782296Z * [new branch] gh/anijain2305/624/base -> origin/gh/anijain2305/624/base 2025-01-24T00:48:46.1782921Z * [new branch] gh/anijain2305/624/head -> origin/gh/anijain2305/624/head 2025-01-24T00:48:46.1783537Z * [new branch] gh/anijain2305/624/orig -> origin/gh/anijain2305/624/orig 2025-01-24T00:48:46.1784200Z * [new branch] gh/anijain2305/625/base -> origin/gh/anijain2305/625/base 2025-01-24T00:48:46.1784823Z * [new branch] gh/anijain2305/625/head -> origin/gh/anijain2305/625/head 2025-01-24T00:48:46.1785458Z * [new branch] gh/anijain2305/625/orig -> origin/gh/anijain2305/625/orig 2025-01-24T00:48:46.1786186Z * [new branch] gh/anijain2305/626/base -> origin/gh/anijain2305/626/base 2025-01-24T00:48:46.1802379Z * [new branch] gh/anijain2305/626/head -> origin/gh/anijain2305/626/head 2025-01-24T00:48:46.1803135Z * [new branch] gh/anijain2305/626/orig -> origin/gh/anijain2305/626/orig 2025-01-24T00:48:46.1803695Z * [new branch] gh/anijain2305/627/base -> origin/gh/anijain2305/627/base 2025-01-24T00:48:46.2192214Z * [new branch] gh/anijain2305/627/head -> origin/gh/anijain2305/627/head 2025-01-24T00:48:46.2192794Z * [new branch] gh/anijain2305/627/orig -> origin/gh/anijain2305/627/orig 2025-01-24T00:48:46.2193351Z * [new branch] gh/anijain2305/628/base -> origin/gh/anijain2305/628/base 2025-01-24T00:48:46.2193899Z * [new branch] gh/anijain2305/628/head -> origin/gh/anijain2305/628/head 2025-01-24T00:48:46.2194453Z * [new branch] gh/anijain2305/628/orig -> origin/gh/anijain2305/628/orig 2025-01-24T00:48:46.2195053Z * [new branch] gh/anijain2305/629/base -> origin/gh/anijain2305/629/base 2025-01-24T00:48:46.2195837Z * [new branch] gh/anijain2305/629/head -> origin/gh/anijain2305/629/head 2025-01-24T00:48:46.2196444Z * [new branch] gh/anijain2305/629/orig -> origin/gh/anijain2305/629/orig 2025-01-24T00:48:46.2196999Z * [new branch] gh/anijain2305/630/base -> origin/gh/anijain2305/630/base 2025-01-24T00:48:46.2197558Z * [new branch] gh/anijain2305/630/head -> origin/gh/anijain2305/630/head 2025-01-24T00:48:46.2198094Z * [new branch] gh/anijain2305/630/orig -> origin/gh/anijain2305/630/orig 2025-01-24T00:48:46.2198641Z * [new branch] gh/anijain2305/631/base -> origin/gh/anijain2305/631/base 2025-01-24T00:48:46.2199198Z * [new branch] gh/anijain2305/631/head -> origin/gh/anijain2305/631/head 2025-01-24T00:48:46.2199735Z * [new branch] gh/anijain2305/631/orig -> origin/gh/anijain2305/631/orig 2025-01-24T00:48:46.2200293Z * [new branch] gh/anijain2305/632/base -> origin/gh/anijain2305/632/base 2025-01-24T00:48:46.2200843Z * [new branch] gh/anijain2305/632/head -> origin/gh/anijain2305/632/head 2025-01-24T00:48:46.2201377Z * [new branch] gh/anijain2305/632/orig -> origin/gh/anijain2305/632/orig 2025-01-24T00:48:46.2202140Z * [new branch] gh/anijain2305/633/base -> origin/gh/anijain2305/633/base 2025-01-24T00:48:46.2202737Z * [new branch] gh/anijain2305/633/head -> origin/gh/anijain2305/633/head 2025-01-24T00:48:46.2203285Z * [new branch] gh/anijain2305/633/orig -> origin/gh/anijain2305/633/orig 2025-01-24T00:48:46.2203819Z * [new branch] gh/anijain2305/634/base -> origin/gh/anijain2305/634/base 2025-01-24T00:48:46.2204363Z * [new branch] gh/anijain2305/634/head -> origin/gh/anijain2305/634/head 2025-01-24T00:48:46.2204914Z * [new branch] gh/anijain2305/634/orig -> origin/gh/anijain2305/634/orig 2025-01-24T00:48:46.2205444Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-01-24T00:48:46.2205972Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-01-24T00:48:46.2206500Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-01-24T00:48:46.2207020Z * [new branch] gh/aorenste/120/base -> origin/gh/aorenste/120/base 2025-01-24T00:48:46.2207543Z * [new branch] gh/aorenste/120/head -> origin/gh/aorenste/120/head 2025-01-24T00:48:46.2208172Z * [new branch] gh/aorenste/120/orig -> origin/gh/aorenste/120/orig 2025-01-24T00:48:46.2208689Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-01-24T00:48:46.2209202Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-01-24T00:48:46.2209727Z * [new branch] gh/aorenste/141/base -> origin/gh/aorenste/141/base 2025-01-24T00:48:46.2210247Z * [new branch] gh/aorenste/141/head -> origin/gh/aorenste/141/head 2025-01-24T00:48:46.2210755Z * [new branch] gh/aorenste/141/orig -> origin/gh/aorenste/141/orig 2025-01-24T00:48:46.2211896Z * [new branch] gh/aorenste/147/base -> origin/gh/aorenste/147/base 2025-01-24T00:48:46.2212424Z * [new branch] gh/aorenste/147/head -> origin/gh/aorenste/147/head 2025-01-24T00:48:46.2212935Z * [new branch] gh/aorenste/147/orig -> origin/gh/aorenste/147/orig 2025-01-24T00:48:46.2213512Z * [new branch] gh/aorenste/159/base -> origin/gh/aorenste/159/base 2025-01-24T00:48:46.2214129Z * [new branch] gh/aorenste/159/head -> origin/gh/aorenste/159/head 2025-01-24T00:48:46.2214741Z * [new branch] gh/aorenste/159/orig -> origin/gh/aorenste/159/orig 2025-01-24T00:48:46.2215475Z * [new branch] gh/aorenste/168/base -> origin/gh/aorenste/168/base 2025-01-24T00:48:46.2216056Z * [new branch] gh/aorenste/168/head -> origin/gh/aorenste/168/head 2025-01-24T00:48:46.2216576Z * [new branch] gh/aorenste/168/orig -> origin/gh/aorenste/168/orig 2025-01-24T00:48:46.2217096Z * [new branch] gh/aorenste/169/base -> origin/gh/aorenste/169/base 2025-01-24T00:48:46.2217618Z * [new branch] gh/aorenste/169/head -> origin/gh/aorenste/169/head 2025-01-24T00:48:46.2647281Z * [new branch] gh/aorenste/169/orig -> origin/gh/aorenste/169/orig 2025-01-24T00:48:46.2647912Z * [new branch] gh/aorenste/170/base -> origin/gh/aorenste/170/base 2025-01-24T00:48:46.2648476Z * [new branch] gh/aorenste/170/head -> origin/gh/aorenste/170/head 2025-01-24T00:48:46.2648999Z * [new branch] gh/aorenste/170/orig -> origin/gh/aorenste/170/orig 2025-01-24T00:48:46.2649562Z * [new branch] gh/aorenste/171/base -> origin/gh/aorenste/171/base 2025-01-24T00:48:46.2650074Z * [new branch] gh/aorenste/171/head -> origin/gh/aorenste/171/head 2025-01-24T00:48:46.2650592Z * [new branch] gh/aorenste/171/orig -> origin/gh/aorenste/171/orig 2025-01-24T00:48:46.2651118Z * [new branch] gh/aorenste/172/base -> origin/gh/aorenste/172/base 2025-01-24T00:48:46.2651646Z * [new branch] gh/aorenste/172/head -> origin/gh/aorenste/172/head 2025-01-24T00:48:46.2652163Z * [new branch] gh/aorenste/172/orig -> origin/gh/aorenste/172/orig 2025-01-24T00:48:46.2652694Z * [new branch] gh/aorenste/173/base -> origin/gh/aorenste/173/base 2025-01-24T00:48:46.2653215Z * [new branch] gh/aorenste/173/head -> origin/gh/aorenste/173/head 2025-01-24T00:48:46.2653777Z * [new branch] gh/aorenste/173/orig -> origin/gh/aorenste/173/orig 2025-01-24T00:48:46.2654386Z * [new branch] gh/aorenste/174/base -> origin/gh/aorenste/174/base 2025-01-24T00:48:46.2654923Z * [new branch] gh/aorenste/174/head -> origin/gh/aorenste/174/head 2025-01-24T00:48:46.2655434Z * [new branch] gh/aorenste/174/orig -> origin/gh/aorenste/174/orig 2025-01-24T00:48:46.2655975Z * [new branch] gh/aorenste/175/base -> origin/gh/aorenste/175/base 2025-01-24T00:48:46.2656498Z * [new branch] gh/aorenste/175/head -> origin/gh/aorenste/175/head 2025-01-24T00:48:46.2657020Z * [new branch] gh/aorenste/175/orig -> origin/gh/aorenste/175/orig 2025-01-24T00:48:46.2657531Z * [new branch] gh/aorenste/176/base -> origin/gh/aorenste/176/base 2025-01-24T00:48:46.2658055Z * [new branch] gh/aorenste/176/head -> origin/gh/aorenste/176/head 2025-01-24T00:48:46.2658577Z * [new branch] gh/aorenste/176/orig -> origin/gh/aorenste/176/orig 2025-01-24T00:48:46.2659085Z * [new branch] gh/aorenste/177/base -> origin/gh/aorenste/177/base 2025-01-24T00:48:46.2659670Z * [new branch] gh/aorenste/177/head -> origin/gh/aorenste/177/head 2025-01-24T00:48:46.2660451Z * [new branch] gh/aorenste/177/orig -> origin/gh/aorenste/177/orig 2025-01-24T00:48:46.2661012Z * [new branch] gh/aorenste/178/base -> origin/gh/aorenste/178/base 2025-01-24T00:48:46.2661529Z * [new branch] gh/aorenste/178/head -> origin/gh/aorenste/178/head 2025-01-24T00:48:46.2662048Z * [new branch] gh/aorenste/178/orig -> origin/gh/aorenste/178/orig 2025-01-24T00:48:46.2662563Z * [new branch] gh/aorenste/179/base -> origin/gh/aorenste/179/base 2025-01-24T00:48:46.2663072Z * [new branch] gh/aorenste/179/head -> origin/gh/aorenste/179/head 2025-01-24T00:48:46.2664400Z * [new branch] gh/aorenste/179/orig -> origin/gh/aorenste/179/orig 2025-01-24T00:48:46.2664944Z * [new branch] gh/aorenste/180/base -> origin/gh/aorenste/180/base 2025-01-24T00:48:46.2665460Z * [new branch] gh/aorenste/180/head -> origin/gh/aorenste/180/head 2025-01-24T00:48:46.2665989Z * [new branch] gh/aorenste/180/orig -> origin/gh/aorenste/180/orig 2025-01-24T00:48:46.2666566Z * [new branch] gh/aorenste/181/base -> origin/gh/aorenste/181/base 2025-01-24T00:48:46.2667159Z * [new branch] gh/aorenste/181/head -> origin/gh/aorenste/181/head 2025-01-24T00:48:46.2667684Z * [new branch] gh/aorenste/181/orig -> origin/gh/aorenste/181/orig 2025-01-24T00:48:46.2668199Z * [new branch] gh/aorenste/182/base -> origin/gh/aorenste/182/base 2025-01-24T00:48:46.2668724Z * [new branch] gh/aorenste/182/head -> origin/gh/aorenste/182/head 2025-01-24T00:48:46.2669235Z * [new branch] gh/aorenste/182/orig -> origin/gh/aorenste/182/orig 2025-01-24T00:48:46.2669760Z * [new branch] gh/aorenste/183/base -> origin/gh/aorenste/183/base 2025-01-24T00:48:46.2670274Z * [new branch] gh/aorenste/183/head -> origin/gh/aorenste/183/head 2025-01-24T00:48:46.2670792Z * [new branch] gh/aorenste/183/orig -> origin/gh/aorenste/183/orig 2025-01-24T00:48:46.2671309Z * [new branch] gh/aorenste/184/base -> origin/gh/aorenste/184/base 2025-01-24T00:48:46.2671831Z * [new branch] gh/aorenste/184/head -> origin/gh/aorenste/184/head 2025-01-24T00:48:46.2672347Z * [new branch] gh/aorenste/184/orig -> origin/gh/aorenste/184/orig 2025-01-24T00:48:46.2672866Z * [new branch] gh/aorenste/185/base -> origin/gh/aorenste/185/base 2025-01-24T00:48:46.3075475Z * [new branch] gh/aorenste/185/head -> origin/gh/aorenste/185/head 2025-01-24T00:48:46.3076028Z * [new branch] gh/aorenste/185/orig -> origin/gh/aorenste/185/orig 2025-01-24T00:48:46.3076546Z * [new branch] gh/aorenste/186/base -> origin/gh/aorenste/186/base 2025-01-24T00:48:46.3077168Z * [new branch] gh/aorenste/186/head -> origin/gh/aorenste/186/head 2025-01-24T00:48:46.3077704Z * [new branch] gh/aorenste/186/orig -> origin/gh/aorenste/186/orig 2025-01-24T00:48:46.3078214Z * [new branch] gh/aorenste/187/base -> origin/gh/aorenste/187/base 2025-01-24T00:48:46.3078733Z * [new branch] gh/aorenste/187/head -> origin/gh/aorenste/187/head 2025-01-24T00:48:46.3079259Z * [new branch] gh/aorenste/187/orig -> origin/gh/aorenste/187/orig 2025-01-24T00:48:46.3079795Z * [new branch] gh/aorenste/188/base -> origin/gh/aorenste/188/base 2025-01-24T00:48:46.3080312Z * [new branch] gh/aorenste/188/head -> origin/gh/aorenste/188/head 2025-01-24T00:48:46.3080833Z * [new branch] gh/aorenste/188/orig -> origin/gh/aorenste/188/orig 2025-01-24T00:48:46.3081349Z * [new branch] gh/aorenste/189/base -> origin/gh/aorenste/189/base 2025-01-24T00:48:46.3082039Z * [new branch] gh/aorenste/189/head -> origin/gh/aorenste/189/head 2025-01-24T00:48:46.3082600Z * [new branch] gh/aorenste/189/orig -> origin/gh/aorenste/189/orig 2025-01-24T00:48:46.3083166Z * [new branch] gh/aorenste/190/base -> origin/gh/aorenste/190/base 2025-01-24T00:48:46.3083692Z * [new branch] gh/aorenste/190/head -> origin/gh/aorenste/190/head 2025-01-24T00:48:46.3084201Z * [new branch] gh/aorenste/190/orig -> origin/gh/aorenste/190/orig 2025-01-24T00:48:46.3084846Z * [new branch] gh/aorenste/191/base -> origin/gh/aorenste/191/base 2025-01-24T00:48:46.3085385Z * [new branch] gh/aorenste/191/head -> origin/gh/aorenste/191/head 2025-01-24T00:48:46.3085901Z * [new branch] gh/aorenste/191/orig -> origin/gh/aorenste/191/orig 2025-01-24T00:48:46.3086430Z * [new branch] gh/aorenste/192/base -> origin/gh/aorenste/192/base 2025-01-24T00:48:46.3086958Z * [new branch] gh/aorenste/192/head -> origin/gh/aorenste/192/head 2025-01-24T00:48:46.3087468Z * [new branch] gh/aorenste/192/orig -> origin/gh/aorenste/192/orig 2025-01-24T00:48:46.3087995Z * [new branch] gh/aorenste/193/base -> origin/gh/aorenste/193/base 2025-01-24T00:48:46.3088607Z * [new branch] gh/aorenste/193/head -> origin/gh/aorenste/193/head 2025-01-24T00:48:46.3089125Z * [new branch] gh/aorenste/193/orig -> origin/gh/aorenste/193/orig 2025-01-24T00:48:46.3089643Z * [new branch] gh/aorenste/194/base -> origin/gh/aorenste/194/base 2025-01-24T00:48:46.3090165Z * [new branch] gh/aorenste/194/head -> origin/gh/aorenste/194/head 2025-01-24T00:48:46.3090688Z * [new branch] gh/aorenste/194/orig -> origin/gh/aorenste/194/orig 2025-01-24T00:48:46.3091204Z * [new branch] gh/aorenste/195/base -> origin/gh/aorenste/195/base 2025-01-24T00:48:46.3091722Z * [new branch] gh/aorenste/195/head -> origin/gh/aorenste/195/head 2025-01-24T00:48:46.3092238Z * [new branch] gh/aorenste/195/orig -> origin/gh/aorenste/195/orig 2025-01-24T00:48:46.3092747Z * [new branch] gh/aorenste/196/base -> origin/gh/aorenste/196/base 2025-01-24T00:48:46.3093269Z * [new branch] gh/aorenste/196/head -> origin/gh/aorenste/196/head 2025-01-24T00:48:46.3093835Z * [new branch] gh/aorenste/196/orig -> origin/gh/aorenste/196/orig 2025-01-24T00:48:46.3094400Z * [new branch] gh/aorenste/197/base -> origin/gh/aorenste/197/base 2025-01-24T00:48:46.3094914Z * [new branch] gh/aorenste/197/head -> origin/gh/aorenste/197/head 2025-01-24T00:48:46.3095432Z * [new branch] gh/aorenste/197/orig -> origin/gh/aorenste/197/orig 2025-01-24T00:48:46.3095952Z * [new branch] gh/aorenste/198/base -> origin/gh/aorenste/198/base 2025-01-24T00:48:46.3096468Z * [new branch] gh/aorenste/198/head -> origin/gh/aorenste/198/head 2025-01-24T00:48:46.3096985Z * [new branch] gh/aorenste/198/orig -> origin/gh/aorenste/198/orig 2025-01-24T00:48:46.3097502Z * [new branch] gh/aorenste/199/base -> origin/gh/aorenste/199/base 2025-01-24T00:48:46.3098012Z * [new branch] gh/aorenste/199/head -> origin/gh/aorenste/199/head 2025-01-24T00:48:46.3098528Z * [new branch] gh/aorenste/199/orig -> origin/gh/aorenste/199/orig 2025-01-24T00:48:46.3099058Z * [new branch] gh/aorenste/200/base -> origin/gh/aorenste/200/base 2025-01-24T00:48:46.3099699Z * [new branch] gh/aorenste/200/head -> origin/gh/aorenste/200/head 2025-01-24T00:48:46.3100259Z * [new branch] gh/aorenste/200/orig -> origin/gh/aorenste/200/orig 2025-01-24T00:48:46.3521878Z * [new branch] gh/aorenste/201/base -> origin/gh/aorenste/201/base 2025-01-24T00:48:46.3522500Z * [new branch] gh/aorenste/201/head -> origin/gh/aorenste/201/head 2025-01-24T00:48:46.3523037Z * [new branch] gh/aorenste/201/orig -> origin/gh/aorenste/201/orig 2025-01-24T00:48:46.3523588Z * [new branch] gh/aorenste/202/base -> origin/gh/aorenste/202/base 2025-01-24T00:48:46.3524102Z * [new branch] gh/aorenste/202/head -> origin/gh/aorenste/202/head 2025-01-24T00:48:46.3524850Z * [new branch] gh/aorenste/202/orig -> origin/gh/aorenste/202/orig 2025-01-24T00:48:46.3525393Z * [new branch] gh/aorenste/203/base -> origin/gh/aorenste/203/base 2025-01-24T00:48:46.3525919Z * [new branch] gh/aorenste/203/head -> origin/gh/aorenste/203/head 2025-01-24T00:48:46.3526459Z * [new branch] gh/aorenste/203/orig -> origin/gh/aorenste/203/orig 2025-01-24T00:48:46.3527000Z * [new branch] gh/aorenste/204/base -> origin/gh/aorenste/204/base 2025-01-24T00:48:46.3527582Z * [new branch] gh/aorenste/204/head -> origin/gh/aorenste/204/head 2025-01-24T00:48:46.3528095Z * [new branch] gh/aorenste/204/orig -> origin/gh/aorenste/204/orig 2025-01-24T00:48:46.3528693Z * [new branch] gh/avikchaudhuri/39/base -> origin/gh/avikchaudhuri/39/base 2025-01-24T00:48:46.3529279Z * [new branch] gh/avikchaudhuri/39/head -> origin/gh/avikchaudhuri/39/head 2025-01-24T00:48:46.3529860Z * [new branch] gh/avikchaudhuri/39/orig -> origin/gh/avikchaudhuri/39/orig 2025-01-24T00:48:46.3530449Z * [new branch] gh/avikchaudhuri/44/base -> origin/gh/avikchaudhuri/44/base 2025-01-24T00:48:46.3531018Z * [new branch] gh/avikchaudhuri/44/head -> origin/gh/avikchaudhuri/44/head 2025-01-24T00:48:46.3531594Z * [new branch] gh/avikchaudhuri/44/orig -> origin/gh/avikchaudhuri/44/orig 2025-01-24T00:48:46.3532164Z * [new branch] gh/avikchaudhuri/45/base -> origin/gh/avikchaudhuri/45/base 2025-01-24T00:48:46.3532736Z * [new branch] gh/avikchaudhuri/45/head -> origin/gh/avikchaudhuri/45/head 2025-01-24T00:48:46.3533308Z * [new branch] gh/avikchaudhuri/45/orig -> origin/gh/avikchaudhuri/45/orig 2025-01-24T00:48:46.3533966Z * [new branch] gh/avikchaudhuri/46/base -> origin/gh/avikchaudhuri/46/base 2025-01-24T00:48:46.3534535Z * [new branch] gh/avikchaudhuri/46/head -> origin/gh/avikchaudhuri/46/head 2025-01-24T00:48:46.3535107Z * [new branch] gh/avikchaudhuri/46/orig -> origin/gh/avikchaudhuri/46/orig 2025-01-24T00:48:46.3535676Z * [new branch] gh/avikchaudhuri/47/base -> origin/gh/avikchaudhuri/47/base 2025-01-24T00:48:46.3536239Z * [new branch] gh/avikchaudhuri/47/head -> origin/gh/avikchaudhuri/47/head 2025-01-24T00:48:46.3536804Z * [new branch] gh/avikchaudhuri/47/orig -> origin/gh/avikchaudhuri/47/orig 2025-01-24T00:48:46.3537375Z * [new branch] gh/avikchaudhuri/48/base -> origin/gh/avikchaudhuri/48/base 2025-01-24T00:48:46.3537941Z * [new branch] gh/avikchaudhuri/48/head -> origin/gh/avikchaudhuri/48/head 2025-01-24T00:48:46.3538518Z * [new branch] gh/avikchaudhuri/48/orig -> origin/gh/avikchaudhuri/48/orig 2025-01-24T00:48:46.3539137Z * [new branch] gh/avikchaudhuri/49/base -> origin/gh/avikchaudhuri/49/base 2025-01-24T00:48:46.3539819Z * [new branch] gh/avikchaudhuri/49/head -> origin/gh/avikchaudhuri/49/head 2025-01-24T00:48:46.3540402Z * [new branch] gh/avikchaudhuri/49/orig -> origin/gh/avikchaudhuri/49/orig 2025-01-24T00:48:46.3540954Z * [new branch] gh/awgu/431/base -> origin/gh/awgu/431/base 2025-01-24T00:48:46.3541571Z * [new branch] gh/awgu/431/head -> origin/gh/awgu/431/head 2025-01-24T00:48:46.3542055Z * [new branch] gh/awgu/431/orig -> origin/gh/awgu/431/orig 2025-01-24T00:48:46.3542534Z * [new branch] gh/awgu/432/base -> origin/gh/awgu/432/base 2025-01-24T00:48:46.3543011Z * [new branch] gh/awgu/432/head -> origin/gh/awgu/432/head 2025-01-24T00:48:46.3543488Z * [new branch] gh/awgu/432/orig -> origin/gh/awgu/432/orig 2025-01-24T00:48:46.3544059Z * [new branch] gh/awgu/434/base -> origin/gh/awgu/434/base 2025-01-24T00:48:46.3544532Z * [new branch] gh/awgu/434/head -> origin/gh/awgu/434/head 2025-01-24T00:48:46.3545069Z * [new branch] gh/awgu/434/orig -> origin/gh/awgu/434/orig 2025-01-24T00:48:46.3545586Z * [new branch] gh/awgu/437/base -> origin/gh/awgu/437/base 2025-01-24T00:48:46.3546067Z * [new branch] gh/awgu/437/head -> origin/gh/awgu/437/head 2025-01-24T00:48:46.3546534Z * [new branch] gh/awgu/437/orig -> origin/gh/awgu/437/orig 2025-01-24T00:48:46.3547005Z * [new branch] gh/awgu/442/base -> origin/gh/awgu/442/base 2025-01-24T00:48:46.3997299Z * [new branch] gh/awgu/442/head -> origin/gh/awgu/442/head 2025-01-24T00:48:46.3997843Z * [new branch] gh/awgu/442/orig -> origin/gh/awgu/442/orig 2025-01-24T00:48:46.3998364Z * [new branch] gh/awgu/443/base -> origin/gh/awgu/443/base 2025-01-24T00:48:46.3998847Z * [new branch] gh/awgu/443/head -> origin/gh/awgu/443/head 2025-01-24T00:48:46.3999330Z * [new branch] gh/awgu/443/orig -> origin/gh/awgu/443/orig 2025-01-24T00:48:46.3999806Z * [new branch] gh/awgu/647/base -> origin/gh/awgu/647/base 2025-01-24T00:48:46.4000444Z * [new branch] gh/awgu/647/head -> origin/gh/awgu/647/head 2025-01-24T00:48:46.4000929Z * [new branch] gh/awgu/647/orig -> origin/gh/awgu/647/orig 2025-01-24T00:48:46.4001397Z * [new branch] gh/awgu/657/base -> origin/gh/awgu/657/base 2025-01-24T00:48:46.4001884Z * [new branch] gh/awgu/657/head -> origin/gh/awgu/657/head 2025-01-24T00:48:46.4002362Z * [new branch] gh/awgu/657/orig -> origin/gh/awgu/657/orig 2025-01-24T00:48:46.4002844Z * [new branch] gh/awgu/666/base -> origin/gh/awgu/666/base 2025-01-24T00:48:46.4003319Z * [new branch] gh/awgu/666/head -> origin/gh/awgu/666/head 2025-01-24T00:48:46.4003791Z * [new branch] gh/awgu/666/orig -> origin/gh/awgu/666/orig 2025-01-24T00:48:46.4004258Z * [new branch] gh/awgu/667/base -> origin/gh/awgu/667/base 2025-01-24T00:48:46.4004743Z * [new branch] gh/awgu/667/head -> origin/gh/awgu/667/head 2025-01-24T00:48:46.4005226Z * [new branch] gh/awgu/667/orig -> origin/gh/awgu/667/orig 2025-01-24T00:48:46.4005751Z * [new branch] gh/awgu/668/base -> origin/gh/awgu/668/base 2025-01-24T00:48:46.4006273Z * [new branch] gh/awgu/668/head -> origin/gh/awgu/668/head 2025-01-24T00:48:46.4006748Z * [new branch] gh/awgu/668/orig -> origin/gh/awgu/668/orig 2025-01-24T00:48:46.4007228Z * [new branch] gh/awgu/669/base -> origin/gh/awgu/669/base 2025-01-24T00:48:46.4007696Z * [new branch] gh/awgu/669/head -> origin/gh/awgu/669/head 2025-01-24T00:48:46.4008191Z * [new branch] gh/awgu/669/orig -> origin/gh/awgu/669/orig 2025-01-24T00:48:46.4008703Z * [new branch] gh/bdhirsh/588/base -> origin/gh/bdhirsh/588/base 2025-01-24T00:48:46.4009437Z * [new branch] gh/bdhirsh/588/head -> origin/gh/bdhirsh/588/head 2025-01-24T00:48:46.4009946Z * [new branch] gh/bdhirsh/588/orig -> origin/gh/bdhirsh/588/orig 2025-01-24T00:48:46.4010463Z * [new branch] gh/bdhirsh/604/base -> origin/gh/bdhirsh/604/base 2025-01-24T00:48:46.4010992Z * [new branch] gh/bdhirsh/604/head -> origin/gh/bdhirsh/604/head 2025-01-24T00:48:46.4011551Z * [new branch] gh/bdhirsh/604/orig -> origin/gh/bdhirsh/604/orig 2025-01-24T00:48:46.4012241Z * [new branch] gh/bdhirsh/617/base -> origin/gh/bdhirsh/617/base 2025-01-24T00:48:46.4012753Z * [new branch] gh/bdhirsh/617/head -> origin/gh/bdhirsh/617/head 2025-01-24T00:48:46.4013255Z * [new branch] gh/bdhirsh/617/orig -> origin/gh/bdhirsh/617/orig 2025-01-24T00:48:46.4013777Z * [new branch] gh/bdhirsh/619/base -> origin/gh/bdhirsh/619/base 2025-01-24T00:48:46.4014298Z * [new branch] gh/bdhirsh/619/head -> origin/gh/bdhirsh/619/head 2025-01-24T00:48:46.4014818Z * [new branch] gh/bdhirsh/619/orig -> origin/gh/bdhirsh/619/orig 2025-01-24T00:48:46.4015318Z * [new branch] gh/bdhirsh/620/base -> origin/gh/bdhirsh/620/base 2025-01-24T00:48:46.4015828Z * [new branch] gh/bdhirsh/620/head -> origin/gh/bdhirsh/620/head 2025-01-24T00:48:46.4016338Z * [new branch] gh/bdhirsh/620/orig -> origin/gh/bdhirsh/620/orig 2025-01-24T00:48:46.4016841Z * [new branch] gh/bdhirsh/626/base -> origin/gh/bdhirsh/626/base 2025-01-24T00:48:46.4017428Z * [new branch] gh/bdhirsh/626/head -> origin/gh/bdhirsh/626/head 2025-01-24T00:48:46.4017954Z * [new branch] gh/bdhirsh/626/orig -> origin/gh/bdhirsh/626/orig 2025-01-24T00:48:46.4018459Z * [new branch] gh/bdhirsh/627/base -> origin/gh/bdhirsh/627/base 2025-01-24T00:48:46.4018983Z * [new branch] gh/bdhirsh/627/head -> origin/gh/bdhirsh/627/head 2025-01-24T00:48:46.4019572Z * [new branch] gh/bdhirsh/627/orig -> origin/gh/bdhirsh/627/orig 2025-01-24T00:48:46.4020091Z * [new branch] gh/bdhirsh/628/base -> origin/gh/bdhirsh/628/base 2025-01-24T00:48:46.4020601Z * [new branch] gh/bdhirsh/628/head -> origin/gh/bdhirsh/628/head 2025-01-24T00:48:46.4021117Z * [new branch] gh/bdhirsh/628/orig -> origin/gh/bdhirsh/628/orig 2025-01-24T00:48:46.4021635Z * [new branch] gh/bdhirsh/629/base -> origin/gh/bdhirsh/629/base 2025-01-24T00:48:46.4428959Z * [new branch] gh/bdhirsh/629/head -> origin/gh/bdhirsh/629/head 2025-01-24T00:48:46.4429519Z * [new branch] gh/bdhirsh/629/orig -> origin/gh/bdhirsh/629/orig 2025-01-24T00:48:46.4430055Z * [new branch] gh/bdhirsh/630/base -> origin/gh/bdhirsh/630/base 2025-01-24T00:48:46.4430581Z * [new branch] gh/bdhirsh/630/head -> origin/gh/bdhirsh/630/head 2025-01-24T00:48:46.4431085Z * [new branch] gh/bdhirsh/630/orig -> origin/gh/bdhirsh/630/orig 2025-01-24T00:48:46.4431602Z * [new branch] gh/bdhirsh/634/base -> origin/gh/bdhirsh/634/base 2025-01-24T00:48:46.4432106Z * [new branch] gh/bdhirsh/634/head -> origin/gh/bdhirsh/634/head 2025-01-24T00:48:46.4432608Z * [new branch] gh/bdhirsh/634/orig -> origin/gh/bdhirsh/634/orig 2025-01-24T00:48:46.4433110Z * [new branch] gh/bdhirsh/635/base -> origin/gh/bdhirsh/635/base 2025-01-24T00:48:46.4433614Z * [new branch] gh/bdhirsh/635/head -> origin/gh/bdhirsh/635/head 2025-01-24T00:48:46.4434127Z * [new branch] gh/bdhirsh/635/orig -> origin/gh/bdhirsh/635/orig 2025-01-24T00:48:46.4434819Z * [new branch] gh/bdhirsh/636/base -> origin/gh/bdhirsh/636/base 2025-01-24T00:48:46.4435328Z * [new branch] gh/bdhirsh/636/head -> origin/gh/bdhirsh/636/head 2025-01-24T00:48:46.4435850Z * [new branch] gh/bdhirsh/636/orig -> origin/gh/bdhirsh/636/orig 2025-01-24T00:48:46.4436351Z * [new branch] gh/bdhirsh/637/base -> origin/gh/bdhirsh/637/base 2025-01-24T00:48:46.4436857Z * [new branch] gh/bdhirsh/637/head -> origin/gh/bdhirsh/637/head 2025-01-24T00:48:46.4437508Z * [new branch] gh/bdhirsh/637/orig -> origin/gh/bdhirsh/637/orig 2025-01-24T00:48:46.4438057Z * [new branch] gh/benjaminglass1/35/base -> origin/gh/benjaminglass1/35/base 2025-01-24T00:48:46.4438654Z * [new branch] gh/benjaminglass1/35/head -> origin/gh/benjaminglass1/35/head 2025-01-24T00:48:46.4439247Z * [new branch] gh/benjaminglass1/35/orig -> origin/gh/benjaminglass1/35/orig 2025-01-24T00:48:46.4439836Z * [new branch] gh/benjaminglass1/41/base -> origin/gh/benjaminglass1/41/base 2025-01-24T00:48:46.4440407Z * [new branch] gh/benjaminglass1/41/head -> origin/gh/benjaminglass1/41/head 2025-01-24T00:48:46.4440982Z * [new branch] gh/benjaminglass1/41/orig -> origin/gh/benjaminglass1/41/orig 2025-01-24T00:48:46.4441559Z * [new branch] gh/benjaminglass1/42/base -> origin/gh/benjaminglass1/42/base 2025-01-24T00:48:46.4442130Z * [new branch] gh/benjaminglass1/42/head -> origin/gh/benjaminglass1/42/head 2025-01-24T00:48:46.4442715Z * [new branch] gh/benjaminglass1/42/orig -> origin/gh/benjaminglass1/42/orig 2025-01-24T00:48:46.4443292Z * [new branch] gh/benjaminglass1/44/base -> origin/gh/benjaminglass1/44/base 2025-01-24T00:48:46.4443863Z * [new branch] gh/benjaminglass1/44/head -> origin/gh/benjaminglass1/44/head 2025-01-24T00:48:46.4444446Z * [new branch] gh/benjaminglass1/44/orig -> origin/gh/benjaminglass1/44/orig 2025-01-24T00:48:46.4445024Z * [new branch] gh/benjaminglass1/45/base -> origin/gh/benjaminglass1/45/base 2025-01-24T00:48:46.4445603Z * [new branch] gh/benjaminglass1/45/head -> origin/gh/benjaminglass1/45/head 2025-01-24T00:48:46.4446172Z * [new branch] gh/benjaminglass1/45/orig -> origin/gh/benjaminglass1/45/orig 2025-01-24T00:48:46.4446750Z * [new branch] gh/benjaminglass1/46/base -> origin/gh/benjaminglass1/46/base 2025-01-24T00:48:46.4447337Z * [new branch] gh/benjaminglass1/46/head -> origin/gh/benjaminglass1/46/head 2025-01-24T00:48:46.4447909Z * [new branch] gh/benjaminglass1/46/orig -> origin/gh/benjaminglass1/46/orig 2025-01-24T00:48:46.4448492Z * [new branch] gh/benjaminglass1/47/base -> origin/gh/benjaminglass1/47/base 2025-01-24T00:48:46.4449075Z * [new branch] gh/benjaminglass1/47/head -> origin/gh/benjaminglass1/47/head 2025-01-24T00:48:46.4449646Z * [new branch] gh/benjaminglass1/47/orig -> origin/gh/benjaminglass1/47/orig 2025-01-24T00:48:46.4450224Z * [new branch] gh/benjaminglass1/48/base -> origin/gh/benjaminglass1/48/base 2025-01-24T00:48:46.4450810Z * [new branch] gh/benjaminglass1/48/head -> origin/gh/benjaminglass1/48/head 2025-01-24T00:48:46.4451387Z * [new branch] gh/benjaminglass1/48/orig -> origin/gh/benjaminglass1/48/orig 2025-01-24T00:48:46.4451963Z * [new branch] gh/benjaminglass1/49/base -> origin/gh/benjaminglass1/49/base 2025-01-24T00:48:46.4452536Z * [new branch] gh/benjaminglass1/49/head -> origin/gh/benjaminglass1/49/head 2025-01-24T00:48:46.4453119Z * [new branch] gh/benjaminglass1/49/orig -> origin/gh/benjaminglass1/49/orig 2025-01-24T00:48:46.4453782Z * [new branch] gh/benjaminglass1/50/base -> origin/gh/benjaminglass1/50/base 2025-01-24T00:48:46.4862312Z * [new branch] gh/benjaminglass1/51/base -> origin/gh/benjaminglass1/51/base 2025-01-24T00:48:46.4862916Z * [new branch] gh/benjaminglass1/51/head -> origin/gh/benjaminglass1/51/head 2025-01-24T00:48:46.4863509Z * [new branch] gh/benjaminglass1/51/orig -> origin/gh/benjaminglass1/51/orig 2025-01-24T00:48:46.4864085Z * [new branch] gh/benjaminglass1/52/base -> origin/gh/benjaminglass1/52/base 2025-01-24T00:48:46.4864666Z * [new branch] gh/benjaminglass1/52/head -> origin/gh/benjaminglass1/52/head 2025-01-24T00:48:46.4865435Z * [new branch] gh/benjaminglass1/52/orig -> origin/gh/benjaminglass1/52/orig 2025-01-24T00:48:46.4866009Z * [new branch] gh/benjaminglass1/53/base -> origin/gh/benjaminglass1/53/base 2025-01-24T00:48:46.4866614Z * [new branch] gh/benjaminglass1/53/head -> origin/gh/benjaminglass1/53/head 2025-01-24T00:48:46.4867217Z * [new branch] gh/benjaminglass1/53/orig -> origin/gh/benjaminglass1/53/orig 2025-01-24T00:48:46.4867801Z * [new branch] gh/benjaminglass1/54/base -> origin/gh/benjaminglass1/54/base 2025-01-24T00:48:46.4868372Z * [new branch] gh/benjaminglass1/54/head -> origin/gh/benjaminglass1/54/head 2025-01-24T00:48:46.4868949Z * [new branch] gh/benjaminglass1/54/orig -> origin/gh/benjaminglass1/54/orig 2025-01-24T00:48:46.4869530Z * [new branch] gh/benjaminglass1/55/base -> origin/gh/benjaminglass1/55/base 2025-01-24T00:48:46.4870103Z * [new branch] gh/benjaminglass1/55/head -> origin/gh/benjaminglass1/55/head 2025-01-24T00:48:46.4870678Z * [new branch] gh/benjaminglass1/55/orig -> origin/gh/benjaminglass1/55/orig 2025-01-24T00:48:46.4871257Z * [new branch] gh/benjaminglass1/56/base -> origin/gh/benjaminglass1/56/base 2025-01-24T00:48:46.4871843Z * [new branch] gh/benjaminglass1/56/head -> origin/gh/benjaminglass1/56/head 2025-01-24T00:48:46.4872414Z * [new branch] gh/benjaminglass1/56/orig -> origin/gh/benjaminglass1/56/orig 2025-01-24T00:48:46.4872995Z * [new branch] gh/benjaminglass1/57/base -> origin/gh/benjaminglass1/57/base 2025-01-24T00:48:46.4873580Z * [new branch] gh/benjaminglass1/57/head -> origin/gh/benjaminglass1/57/head 2025-01-24T00:48:46.4874150Z * [new branch] gh/benjaminglass1/57/orig -> origin/gh/benjaminglass1/57/orig 2025-01-24T00:48:46.4874713Z * [new branch] gh/bertmaher/3/base -> origin/gh/bertmaher/3/base 2025-01-24T00:48:46.4875248Z * [new branch] gh/bertmaher/3/head -> origin/gh/bertmaher/3/head 2025-01-24T00:48:46.4875777Z * [new branch] gh/bertmaher/3/orig -> origin/gh/bertmaher/3/orig 2025-01-24T00:48:46.4876294Z * [new branch] gh/bertmaher/4/base -> origin/gh/bertmaher/4/base 2025-01-24T00:48:46.4876808Z * [new branch] gh/bertmaher/4/head -> origin/gh/bertmaher/4/head 2025-01-24T00:48:46.4877320Z * [new branch] gh/bertmaher/4/orig -> origin/gh/bertmaher/4/orig 2025-01-24T00:48:46.4877837Z * [new branch] gh/bigfootjon/1/base -> origin/gh/bigfootjon/1/base 2025-01-24T00:48:46.4878373Z * [new branch] gh/bigfootjon/1/head -> origin/gh/bigfootjon/1/head 2025-01-24T00:48:46.4878904Z * [new branch] gh/bigfootjon/2/base -> origin/gh/bigfootjon/2/base 2025-01-24T00:48:46.4879428Z * [new branch] gh/bigfootjon/2/orig -> origin/gh/bigfootjon/2/orig 2025-01-24T00:48:46.4879949Z * [new branch] gh/blzheng/3/base -> origin/gh/blzheng/3/base 2025-01-24T00:48:46.4880451Z * [new branch] gh/blzheng/3/head -> origin/gh/blzheng/3/head 2025-01-24T00:48:46.4881066Z * [new branch] gh/blzheng/3/orig -> origin/gh/blzheng/3/orig 2025-01-24T00:48:46.4881604Z * [new branch] gh/bobrenjc93/119/base -> origin/gh/bobrenjc93/119/base 2025-01-24T00:48:46.4882150Z * [new branch] gh/bobrenjc93/119/head -> origin/gh/bobrenjc93/119/head 2025-01-24T00:48:46.4882704Z * [new branch] gh/bobrenjc93/119/orig -> origin/gh/bobrenjc93/119/orig 2025-01-24T00:48:46.4883236Z * [new branch] gh/bobrenjc93/146/base -> origin/gh/bobrenjc93/146/base 2025-01-24T00:48:46.4883776Z * [new branch] gh/bobrenjc93/146/head -> origin/gh/bobrenjc93/146/head 2025-01-24T00:48:46.4884419Z * [new branch] gh/bobrenjc93/146/orig -> origin/gh/bobrenjc93/146/orig 2025-01-24T00:48:46.4884954Z * [new branch] gh/bobrenjc93/183/base -> origin/gh/bobrenjc93/183/base 2025-01-24T00:48:46.4885508Z * [new branch] gh/bobrenjc93/183/head -> origin/gh/bobrenjc93/183/head 2025-01-24T00:48:46.4886054Z * [new branch] gh/bobrenjc93/183/orig -> origin/gh/bobrenjc93/183/orig 2025-01-24T00:48:46.4886607Z * [new branch] gh/bobrenjc93/187/base -> origin/gh/bobrenjc93/187/base 2025-01-24T00:48:46.4887140Z * [new branch] gh/bobrenjc93/187/head -> origin/gh/bobrenjc93/187/head 2025-01-24T00:48:46.5303073Z * [new branch] gh/bobrenjc93/187/orig -> origin/gh/bobrenjc93/187/orig 2025-01-24T00:48:46.5303843Z * [new branch] gh/bobrenjc93/191/base -> origin/gh/bobrenjc93/191/base 2025-01-24T00:48:46.5304419Z * [new branch] gh/bobrenjc93/191/head -> origin/gh/bobrenjc93/191/head 2025-01-24T00:48:46.5304948Z * [new branch] gh/bobrenjc93/191/orig -> origin/gh/bobrenjc93/191/orig 2025-01-24T00:48:46.5305483Z * [new branch] gh/bobrenjc93/192/base -> origin/gh/bobrenjc93/192/base 2025-01-24T00:48:46.5306032Z * [new branch] gh/bobrenjc93/192/head -> origin/gh/bobrenjc93/192/head 2025-01-24T00:48:46.5306562Z * [new branch] gh/bobrenjc93/192/orig -> origin/gh/bobrenjc93/192/orig 2025-01-24T00:48:46.5307104Z * [new branch] gh/bobrenjc93/193/base -> origin/gh/bobrenjc93/193/base 2025-01-24T00:48:46.5307637Z * [new branch] gh/bobrenjc93/193/head -> origin/gh/bobrenjc93/193/head 2025-01-24T00:48:46.5308163Z * [new branch] gh/bobrenjc93/193/orig -> origin/gh/bobrenjc93/193/orig 2025-01-24T00:48:46.5308700Z * [new branch] gh/bobrenjc93/194/base -> origin/gh/bobrenjc93/194/base 2025-01-24T00:48:46.5309245Z * [new branch] gh/bobrenjc93/194/head -> origin/gh/bobrenjc93/194/head 2025-01-24T00:48:46.5309769Z * [new branch] gh/bobrenjc93/194/orig -> origin/gh/bobrenjc93/194/orig 2025-01-24T00:48:46.5310305Z * [new branch] gh/bobrenjc93/195/base -> origin/gh/bobrenjc93/195/base 2025-01-24T00:48:46.5310846Z * [new branch] gh/bobrenjc93/195/head -> origin/gh/bobrenjc93/195/head 2025-01-24T00:48:46.5311396Z * [new branch] gh/bobrenjc93/195/orig -> origin/gh/bobrenjc93/195/orig 2025-01-24T00:48:46.5311924Z * [new branch] gh/bobrenjc93/196/base -> origin/gh/bobrenjc93/196/base 2025-01-24T00:48:46.5312464Z * [new branch] gh/bobrenjc93/196/head -> origin/gh/bobrenjc93/196/head 2025-01-24T00:48:46.5313006Z * [new branch] gh/bobrenjc93/196/orig -> origin/gh/bobrenjc93/196/orig 2025-01-24T00:48:46.5313543Z * [new branch] gh/bobrenjc93/197/base -> origin/gh/bobrenjc93/197/base 2025-01-24T00:48:46.5314069Z * [new branch] gh/bobrenjc93/197/head -> origin/gh/bobrenjc93/197/head 2025-01-24T00:48:46.5314595Z * [new branch] gh/bobrenjc93/197/orig -> origin/gh/bobrenjc93/197/orig 2025-01-24T00:48:46.5315311Z * [new branch] gh/bobrenjc93/198/base -> origin/gh/bobrenjc93/198/base 2025-01-24T00:48:46.5315836Z * [new branch] gh/bobrenjc93/198/head -> origin/gh/bobrenjc93/198/head 2025-01-24T00:48:46.5316372Z * [new branch] gh/bobrenjc93/198/orig -> origin/gh/bobrenjc93/198/orig 2025-01-24T00:48:46.5316908Z * [new branch] gh/bobrenjc93/199/base -> origin/gh/bobrenjc93/199/base 2025-01-24T00:48:46.5317439Z * [new branch] gh/bobrenjc93/199/head -> origin/gh/bobrenjc93/199/head 2025-01-24T00:48:46.5317971Z * [new branch] gh/bobrenjc93/199/orig -> origin/gh/bobrenjc93/199/orig 2025-01-24T00:48:46.5318616Z * [new branch] gh/bobrenjc93/200/base -> origin/gh/bobrenjc93/200/base 2025-01-24T00:48:46.5319149Z * [new branch] gh/bobrenjc93/200/head -> origin/gh/bobrenjc93/200/head 2025-01-24T00:48:46.5319673Z * [new branch] gh/bobrenjc93/200/orig -> origin/gh/bobrenjc93/200/orig 2025-01-24T00:48:46.5320215Z * [new branch] gh/bobrenjc93/201/base -> origin/gh/bobrenjc93/201/base 2025-01-24T00:48:46.5320754Z * [new branch] gh/bobrenjc93/201/head -> origin/gh/bobrenjc93/201/head 2025-01-24T00:48:46.5321282Z * [new branch] gh/bobrenjc93/201/orig -> origin/gh/bobrenjc93/201/orig 2025-01-24T00:48:46.5321831Z * [new branch] gh/bobrenjc93/202/base -> origin/gh/bobrenjc93/202/base 2025-01-24T00:48:46.5322364Z * [new branch] gh/bobrenjc93/202/head -> origin/gh/bobrenjc93/202/head 2025-01-24T00:48:46.5322894Z * [new branch] gh/bobrenjc93/202/orig -> origin/gh/bobrenjc93/202/orig 2025-01-24T00:48:46.5323429Z * [new branch] gh/bobrenjc93/203/base -> origin/gh/bobrenjc93/203/base 2025-01-24T00:48:46.5323958Z * [new branch] gh/bobrenjc93/203/head -> origin/gh/bobrenjc93/203/head 2025-01-24T00:48:46.5324498Z * [new branch] gh/bobrenjc93/203/orig -> origin/gh/bobrenjc93/203/orig 2025-01-24T00:48:46.5325027Z * [new branch] gh/bobrenjc93/204/base -> origin/gh/bobrenjc93/204/base 2025-01-24T00:48:46.5325559Z * [new branch] gh/bobrenjc93/204/head -> origin/gh/bobrenjc93/204/head 2025-01-24T00:48:46.5326094Z * [new branch] gh/bobrenjc93/204/orig -> origin/gh/bobrenjc93/204/orig 2025-01-24T00:48:46.5326630Z * [new branch] gh/bobrenjc93/205/base -> origin/gh/bobrenjc93/205/base 2025-01-24T00:48:46.5327168Z * [new branch] gh/bobrenjc93/205/head -> origin/gh/bobrenjc93/205/head 2025-01-24T00:48:46.5327705Z * [new branch] gh/bobrenjc93/205/orig -> origin/gh/bobrenjc93/205/orig 2025-01-24T00:48:46.6754815Z * [new branch] gh/bobrenjc93/206/base -> origin/gh/bobrenjc93/206/base 2025-01-24T00:48:46.6755960Z * [new branch] gh/bobrenjc93/206/head -> origin/gh/bobrenjc93/206/head 2025-01-24T00:48:46.6757136Z * [new branch] gh/bobrenjc93/206/orig -> origin/gh/bobrenjc93/206/orig 2025-01-24T00:48:46.6758205Z * [new branch] gh/bobrenjc93/207/base -> origin/gh/bobrenjc93/207/base 2025-01-24T00:48:46.6759341Z * [new branch] gh/bobrenjc93/207/head -> origin/gh/bobrenjc93/207/head 2025-01-24T00:48:46.6760074Z * [new branch] gh/bobrenjc93/207/orig -> origin/gh/bobrenjc93/207/orig 2025-01-24T00:48:46.6760840Z * [new branch] gh/bobrenjc93/208/base -> origin/gh/bobrenjc93/208/base 2025-01-24T00:48:46.6761660Z * [new branch] gh/bobrenjc93/208/head -> origin/gh/bobrenjc93/208/head 2025-01-24T00:48:46.6762693Z * [new branch] gh/bobrenjc93/208/orig -> origin/gh/bobrenjc93/208/orig 2025-01-24T00:48:46.6763759Z * [new branch] gh/bobrenjc93/209/base -> origin/gh/bobrenjc93/209/base 2025-01-24T00:48:46.6765185Z * [new branch] gh/bobrenjc93/209/head -> origin/gh/bobrenjc93/209/head 2025-01-24T00:48:46.6766241Z * [new branch] gh/bobrenjc93/209/orig -> origin/gh/bobrenjc93/209/orig 2025-01-24T00:48:46.6767348Z * [new branch] gh/bobrenjc93/210/base -> origin/gh/bobrenjc93/210/base 2025-01-24T00:48:46.6768400Z * [new branch] gh/bobrenjc93/210/head -> origin/gh/bobrenjc93/210/head 2025-01-24T00:48:46.6769533Z * [new branch] gh/bobrenjc93/210/orig -> origin/gh/bobrenjc93/210/orig 2025-01-24T00:48:46.6770566Z * [new branch] gh/bobrenjc93/211/base -> origin/gh/bobrenjc93/211/base 2025-01-24T00:48:46.6771909Z * [new branch] gh/bobrenjc93/211/head -> origin/gh/bobrenjc93/211/head 2025-01-24T00:48:46.6772994Z * [new branch] gh/bobrenjc93/211/orig -> origin/gh/bobrenjc93/211/orig 2025-01-24T00:48:46.6774133Z * [new branch] gh/bobrenjc93/212/base -> origin/gh/bobrenjc93/212/base 2025-01-24T00:48:46.6775249Z * [new branch] gh/bobrenjc93/212/head -> origin/gh/bobrenjc93/212/head 2025-01-24T00:48:46.6776318Z * [new branch] gh/bobrenjc93/212/orig -> origin/gh/bobrenjc93/212/orig 2025-01-24T00:48:46.6777388Z * [new branch] gh/bobrenjc93/213/base -> origin/gh/bobrenjc93/213/base 2025-01-24T00:48:46.6778463Z * [new branch] gh/bobrenjc93/213/head -> origin/gh/bobrenjc93/213/head 2025-01-24T00:48:46.6779594Z * [new branch] gh/bobrenjc93/213/orig -> origin/gh/bobrenjc93/213/orig 2025-01-24T00:48:46.6780698Z * [new branch] gh/bobrenjc93/214/base -> origin/gh/bobrenjc93/214/base 2025-01-24T00:48:46.6781827Z * [new branch] gh/bobrenjc93/214/head -> origin/gh/bobrenjc93/214/head 2025-01-24T00:48:46.6782895Z * [new branch] gh/bobrenjc93/214/orig -> origin/gh/bobrenjc93/214/orig 2025-01-24T00:48:46.6783942Z * [new branch] gh/bobrenjc93/215/base -> origin/gh/bobrenjc93/215/base 2025-01-24T00:48:46.6785031Z * [new branch] gh/bobrenjc93/215/head -> origin/gh/bobrenjc93/215/head 2025-01-24T00:48:46.6786088Z * [new branch] gh/bobrenjc93/215/orig -> origin/gh/bobrenjc93/215/orig 2025-01-24T00:48:46.6787204Z * [new branch] gh/bobrenjc93/216/base -> origin/gh/bobrenjc93/216/base 2025-01-24T00:48:46.6788299Z * [new branch] gh/bobrenjc93/216/head -> origin/gh/bobrenjc93/216/head 2025-01-24T00:48:46.6789340Z * [new branch] gh/bobrenjc93/216/orig -> origin/gh/bobrenjc93/216/orig 2025-01-24T00:48:46.6790339Z * [new branch] gh/bobrenjc93/217/base -> origin/gh/bobrenjc93/217/base 2025-01-24T00:48:46.6791420Z * [new branch] gh/bobrenjc93/217/head -> origin/gh/bobrenjc93/217/head 2025-01-24T00:48:46.6792435Z * [new branch] gh/bobrenjc93/217/orig -> origin/gh/bobrenjc93/217/orig 2025-01-24T00:48:46.6793493Z * [new branch] gh/bobrenjc93/218/base -> origin/gh/bobrenjc93/218/base 2025-01-24T00:48:46.6794516Z * [new branch] gh/bobrenjc93/218/head -> origin/gh/bobrenjc93/218/head 2025-01-24T00:48:46.6795613Z * [new branch] gh/bobrenjc93/218/orig -> origin/gh/bobrenjc93/218/orig 2025-01-24T00:48:46.6796719Z * [new branch] gh/bobrenjc93/219/base -> origin/gh/bobrenjc93/219/base 2025-01-24T00:48:46.6797852Z * [new branch] gh/bobrenjc93/219/head -> origin/gh/bobrenjc93/219/head 2025-01-24T00:48:46.6798913Z * [new branch] gh/bobrenjc93/219/orig -> origin/gh/bobrenjc93/219/orig 2025-01-24T00:48:46.6799967Z * [new branch] gh/bobrenjc93/220/base -> origin/gh/bobrenjc93/220/base 2025-01-24T00:48:46.6801055Z * [new branch] gh/bobrenjc93/220/head -> origin/gh/bobrenjc93/220/head 2025-01-24T00:48:46.6802150Z * [new branch] gh/bobrenjc93/220/orig -> origin/gh/bobrenjc93/220/orig 2025-01-24T00:48:46.8413015Z * [new branch] gh/bobrenjc93/221/base -> origin/gh/bobrenjc93/221/base 2025-01-24T00:48:46.8413648Z * [new branch] gh/bobrenjc93/221/head -> origin/gh/bobrenjc93/221/head 2025-01-24T00:48:46.8414188Z * [new branch] gh/bobrenjc93/221/orig -> origin/gh/bobrenjc93/221/orig 2025-01-24T00:48:46.8414735Z * [new branch] gh/bobrenjc93/222/base -> origin/gh/bobrenjc93/222/base 2025-01-24T00:48:46.8415282Z * [new branch] gh/bobrenjc93/222/head -> origin/gh/bobrenjc93/222/head 2025-01-24T00:48:46.8416046Z * [new branch] gh/bobrenjc93/222/orig -> origin/gh/bobrenjc93/222/orig 2025-01-24T00:48:46.8416575Z * [new branch] gh/bobrenjc93/223/base -> origin/gh/bobrenjc93/223/base 2025-01-24T00:48:46.8417112Z * [new branch] gh/bobrenjc93/223/head -> origin/gh/bobrenjc93/223/head 2025-01-24T00:48:46.8417672Z * [new branch] gh/bobrenjc93/223/orig -> origin/gh/bobrenjc93/223/orig 2025-01-24T00:48:46.8418208Z * [new branch] gh/bobrenjc93/224/base -> origin/gh/bobrenjc93/224/base 2025-01-24T00:48:46.8418750Z * [new branch] gh/bobrenjc93/224/head -> origin/gh/bobrenjc93/224/head 2025-01-24T00:48:46.8419283Z * [new branch] gh/bobrenjc93/224/orig -> origin/gh/bobrenjc93/224/orig 2025-01-24T00:48:46.8419904Z * [new branch] gh/bobrenjc93/225/base -> origin/gh/bobrenjc93/225/base 2025-01-24T00:48:46.8420443Z * [new branch] gh/bobrenjc93/225/head -> origin/gh/bobrenjc93/225/head 2025-01-24T00:48:46.8420988Z * [new branch] gh/bobrenjc93/225/orig -> origin/gh/bobrenjc93/225/orig 2025-01-24T00:48:46.8421585Z * [new branch] gh/bobrenjc93/226/base -> origin/gh/bobrenjc93/226/base 2025-01-24T00:48:46.8422153Z * [new branch] gh/bobrenjc93/226/head -> origin/gh/bobrenjc93/226/head 2025-01-24T00:48:46.8422706Z * [new branch] gh/bobrenjc93/226/orig -> origin/gh/bobrenjc93/226/orig 2025-01-24T00:48:46.8423242Z * [new branch] gh/bobrenjc93/227/base -> origin/gh/bobrenjc93/227/base 2025-01-24T00:48:46.8423772Z * [new branch] gh/bobrenjc93/227/head -> origin/gh/bobrenjc93/227/head 2025-01-24T00:48:46.8424306Z * [new branch] gh/bobrenjc93/227/orig -> origin/gh/bobrenjc93/227/orig 2025-01-24T00:48:46.8424841Z * [new branch] gh/bobrenjc93/228/base -> origin/gh/bobrenjc93/228/base 2025-01-24T00:48:46.8425374Z * [new branch] gh/bobrenjc93/228/head -> origin/gh/bobrenjc93/228/head 2025-01-24T00:48:46.8425916Z * [new branch] gh/bobrenjc93/228/orig -> origin/gh/bobrenjc93/228/orig 2025-01-24T00:48:46.8426449Z * [new branch] gh/bobrenjc93/229/base -> origin/gh/bobrenjc93/229/base 2025-01-24T00:48:46.8426987Z * [new branch] gh/bobrenjc93/229/head -> origin/gh/bobrenjc93/229/head 2025-01-24T00:48:46.8427550Z * [new branch] gh/bobrenjc93/229/orig -> origin/gh/bobrenjc93/229/orig 2025-01-24T00:48:46.8428125Z * [new branch] gh/bobrenjc93/230/base -> origin/gh/bobrenjc93/230/base 2025-01-24T00:48:46.8428657Z * [new branch] gh/bobrenjc93/230/head -> origin/gh/bobrenjc93/230/head 2025-01-24T00:48:46.8429186Z * [new branch] gh/bobrenjc93/230/orig -> origin/gh/bobrenjc93/230/orig 2025-01-24T00:48:46.8429724Z * [new branch] gh/bobrenjc93/231/base -> origin/gh/bobrenjc93/231/base 2025-01-24T00:48:46.8430269Z * [new branch] gh/bobrenjc93/231/head -> origin/gh/bobrenjc93/231/head 2025-01-24T00:48:46.8430795Z * [new branch] gh/bobrenjc93/231/orig -> origin/gh/bobrenjc93/231/orig 2025-01-24T00:48:46.8431331Z * [new branch] gh/bobrenjc93/232/base -> origin/gh/bobrenjc93/232/base 2025-01-24T00:48:46.8432007Z * [new branch] gh/bobrenjc93/232/head -> origin/gh/bobrenjc93/232/head 2025-01-24T00:48:46.8432549Z * [new branch] gh/bobrenjc93/232/orig -> origin/gh/bobrenjc93/232/orig 2025-01-24T00:48:46.8433082Z * [new branch] gh/bobrenjc93/233/base -> origin/gh/bobrenjc93/233/base 2025-01-24T00:48:46.8433670Z * [new branch] gh/bobrenjc93/233/head -> origin/gh/bobrenjc93/233/head 2025-01-24T00:48:46.8434244Z * [new branch] gh/bobrenjc93/233/orig -> origin/gh/bobrenjc93/233/orig 2025-01-24T00:48:46.8434867Z * [new branch] gh/bobrenjc93/234/base -> origin/gh/bobrenjc93/234/base 2025-01-24T00:48:46.8435406Z * [new branch] gh/bobrenjc93/234/head -> origin/gh/bobrenjc93/234/head 2025-01-24T00:48:46.8435948Z * [new branch] gh/bobrenjc93/234/orig -> origin/gh/bobrenjc93/234/orig 2025-01-24T00:48:46.8436489Z * [new branch] gh/bobrenjc93/235/base -> origin/gh/bobrenjc93/235/base 2025-01-24T00:48:46.8437025Z * [new branch] gh/bobrenjc93/235/head -> origin/gh/bobrenjc93/235/head 2025-01-24T00:48:46.8437567Z * [new branch] gh/bobrenjc93/235/orig -> origin/gh/bobrenjc93/235/orig 2025-01-24T00:48:46.8438108Z * [new branch] gh/bobrenjc93/236/base -> origin/gh/bobrenjc93/236/base 2025-01-24T00:48:46.8827598Z * [new branch] gh/bobrenjc93/236/head -> origin/gh/bobrenjc93/236/head 2025-01-24T00:48:46.8828263Z * [new branch] gh/bobrenjc93/236/orig -> origin/gh/bobrenjc93/236/orig 2025-01-24T00:48:46.8828840Z * [new branch] gh/bobrenjc93/237/base -> origin/gh/bobrenjc93/237/base 2025-01-24T00:48:46.8829370Z * [new branch] gh/bobrenjc93/237/head -> origin/gh/bobrenjc93/237/head 2025-01-24T00:48:46.8829905Z * [new branch] gh/bobrenjc93/237/orig -> origin/gh/bobrenjc93/237/orig 2025-01-24T00:48:46.8830451Z * [new branch] gh/bobrenjc93/238/base -> origin/gh/bobrenjc93/238/base 2025-01-24T00:48:46.8830982Z * [new branch] gh/bobrenjc93/238/head -> origin/gh/bobrenjc93/238/head 2025-01-24T00:48:46.8831507Z * [new branch] gh/bobrenjc93/238/orig -> origin/gh/bobrenjc93/238/orig 2025-01-24T00:48:46.8832041Z * [new branch] gh/bobrenjc93/239/base -> origin/gh/bobrenjc93/239/base 2025-01-24T00:48:46.8832577Z * [new branch] gh/bobrenjc93/239/head -> origin/gh/bobrenjc93/239/head 2025-01-24T00:48:46.8833108Z * [new branch] gh/bobrenjc93/239/orig -> origin/gh/bobrenjc93/239/orig 2025-01-24T00:48:46.8833638Z * [new branch] gh/bobrenjc93/240/base -> origin/gh/bobrenjc93/240/base 2025-01-24T00:48:46.8834199Z * [new branch] gh/bobrenjc93/240/head -> origin/gh/bobrenjc93/240/head 2025-01-24T00:48:46.8834749Z * [new branch] gh/bobrenjc93/240/orig -> origin/gh/bobrenjc93/240/orig 2025-01-24T00:48:46.8835275Z * [new branch] gh/bobrenjc93/241/base -> origin/gh/bobrenjc93/241/base 2025-01-24T00:48:46.8835810Z * [new branch] gh/bobrenjc93/241/head -> origin/gh/bobrenjc93/241/head 2025-01-24T00:48:46.8836343Z * [new branch] gh/bobrenjc93/241/orig -> origin/gh/bobrenjc93/241/orig 2025-01-24T00:48:46.8836871Z * [new branch] gh/bobrenjc93/242/base -> origin/gh/bobrenjc93/242/base 2025-01-24T00:48:46.8837409Z * [new branch] gh/bobrenjc93/242/head -> origin/gh/bobrenjc93/242/head 2025-01-24T00:48:46.8837949Z * [new branch] gh/bobrenjc93/242/orig -> origin/gh/bobrenjc93/242/orig 2025-01-24T00:48:46.8838485Z * [new branch] gh/bobrenjc93/243/base -> origin/gh/bobrenjc93/243/base 2025-01-24T00:48:46.8839010Z * [new branch] gh/bobrenjc93/243/head -> origin/gh/bobrenjc93/243/head 2025-01-24T00:48:46.8839755Z * [new branch] gh/bobrenjc93/243/orig -> origin/gh/bobrenjc93/243/orig 2025-01-24T00:48:46.8840295Z * [new branch] gh/bobrenjc93/244/base -> origin/gh/bobrenjc93/244/base 2025-01-24T00:48:46.8840824Z * [new branch] gh/bobrenjc93/244/head -> origin/gh/bobrenjc93/244/head 2025-01-24T00:48:46.8841369Z * [new branch] gh/bobrenjc93/244/orig -> origin/gh/bobrenjc93/244/orig 2025-01-24T00:48:46.8841906Z * [new branch] gh/bobrenjc93/245/base -> origin/gh/bobrenjc93/245/base 2025-01-24T00:48:46.8842567Z * [new branch] gh/bobrenjc93/245/head -> origin/gh/bobrenjc93/245/head 2025-01-24T00:48:46.8843117Z * [new branch] gh/bobrenjc93/245/orig -> origin/gh/bobrenjc93/245/orig 2025-01-24T00:48:46.8843666Z * [new branch] gh/bobrenjc93/246/base -> origin/gh/bobrenjc93/246/base 2025-01-24T00:48:46.8844206Z * [new branch] gh/bobrenjc93/246/head -> origin/gh/bobrenjc93/246/head 2025-01-24T00:48:46.8844737Z * [new branch] gh/bobrenjc93/246/orig -> origin/gh/bobrenjc93/246/orig 2025-01-24T00:48:46.8845280Z * [new branch] gh/bobrenjc93/247/base -> origin/gh/bobrenjc93/247/base 2025-01-24T00:48:46.8845822Z * [new branch] gh/bobrenjc93/247/head -> origin/gh/bobrenjc93/247/head 2025-01-24T00:48:46.8846347Z * [new branch] gh/bobrenjc93/247/orig -> origin/gh/bobrenjc93/247/orig 2025-01-24T00:48:46.8846885Z * [new branch] gh/bobrenjc93/248/base -> origin/gh/bobrenjc93/248/base 2025-01-24T00:48:46.8847426Z * [new branch] gh/bobrenjc93/248/head -> origin/gh/bobrenjc93/248/head 2025-01-24T00:48:46.8847955Z * [new branch] gh/bobrenjc93/248/orig -> origin/gh/bobrenjc93/248/orig 2025-01-24T00:48:46.8848493Z * [new branch] gh/bobrenjc93/249/base -> origin/gh/bobrenjc93/249/base 2025-01-24T00:48:46.8849035Z * [new branch] gh/bobrenjc93/249/head -> origin/gh/bobrenjc93/249/head 2025-01-24T00:48:46.8849568Z * [new branch] gh/bobrenjc93/249/orig -> origin/gh/bobrenjc93/249/orig 2025-01-24T00:48:46.8850094Z * [new branch] gh/bobrenjc93/250/base -> origin/gh/bobrenjc93/250/base 2025-01-24T00:48:46.8850630Z * [new branch] gh/bobrenjc93/250/head -> origin/gh/bobrenjc93/250/head 2025-01-24T00:48:46.8851166Z * [new branch] gh/bobrenjc93/250/orig -> origin/gh/bobrenjc93/250/orig 2025-01-24T00:48:46.8851692Z * [new branch] gh/bobrenjc93/251/base -> origin/gh/bobrenjc93/251/base 2025-01-24T00:48:46.9310053Z * [new branch] gh/bobrenjc93/251/head -> origin/gh/bobrenjc93/251/head 2025-01-24T00:48:46.9310614Z * [new branch] gh/bobrenjc93/251/orig -> origin/gh/bobrenjc93/251/orig 2025-01-24T00:48:46.9311236Z * [new branch] gh/bobrenjc93/252/base -> origin/gh/bobrenjc93/252/base 2025-01-24T00:48:46.9311893Z * [new branch] gh/bobrenjc93/252/head -> origin/gh/bobrenjc93/252/head 2025-01-24T00:48:46.9312497Z * [new branch] gh/bobrenjc93/252/orig -> origin/gh/bobrenjc93/252/orig 2025-01-24T00:48:46.9313080Z * [new branch] gh/bobrenjc93/253/base -> origin/gh/bobrenjc93/253/base 2025-01-24T00:48:46.9313699Z * [new branch] gh/bobrenjc93/253/head -> origin/gh/bobrenjc93/253/head 2025-01-24T00:48:46.9314279Z * [new branch] gh/bobrenjc93/253/orig -> origin/gh/bobrenjc93/253/orig 2025-01-24T00:48:46.9314863Z * [new branch] gh/bobrenjc93/254/base -> origin/gh/bobrenjc93/254/base 2025-01-24T00:48:46.9315587Z * [new branch] gh/bobrenjc93/254/head -> origin/gh/bobrenjc93/254/head 2025-01-24T00:48:46.9316122Z * [new branch] gh/bobrenjc93/254/orig -> origin/gh/bobrenjc93/254/orig 2025-01-24T00:48:46.9316834Z * [new branch] gh/bobrenjc93/255/base -> origin/gh/bobrenjc93/255/base 2025-01-24T00:48:46.9317364Z * [new branch] gh/bobrenjc93/255/head -> origin/gh/bobrenjc93/255/head 2025-01-24T00:48:46.9317893Z * [new branch] gh/bobrenjc93/255/orig -> origin/gh/bobrenjc93/255/orig 2025-01-24T00:48:46.9318454Z * [new branch] gh/briancoutinho/2/base -> origin/gh/briancoutinho/2/base 2025-01-24T00:48:46.9319032Z * [new branch] gh/briancoutinho/2/head -> origin/gh/briancoutinho/2/head 2025-01-24T00:48:46.9319690Z * [new branch] gh/c-p-i-o/1/base -> origin/gh/c-p-i-o/1/base 2025-01-24T00:48:46.9320178Z * [new branch] gh/c-p-i-o/1/head -> origin/gh/c-p-i-o/1/head 2025-01-24T00:48:46.9320660Z * [new branch] gh/c-p-i-o/1/orig -> origin/gh/c-p-i-o/1/orig 2025-01-24T00:48:46.9321179Z * [new branch] gh/c-p-i-o/3/base -> origin/gh/c-p-i-o/3/base 2025-01-24T00:48:46.9321708Z * [new branch] gh/c-p-i-o/3/head -> origin/gh/c-p-i-o/3/head 2025-01-24T00:48:46.9322233Z * [new branch] gh/c-p-i-o/3/orig -> origin/gh/c-p-i-o/3/orig 2025-01-24T00:48:46.9322786Z * [new branch] gh/c-p-i-o/4/base -> origin/gh/c-p-i-o/4/base 2025-01-24T00:48:46.9323301Z * [new branch] gh/c-p-i-o/4/head -> origin/gh/c-p-i-o/4/head 2025-01-24T00:48:46.9323820Z * [new branch] gh/c-p-i-o/4/orig -> origin/gh/c-p-i-o/4/orig 2025-01-24T00:48:46.9324339Z * [new branch] gh/c-p-i-o/5/base -> origin/gh/c-p-i-o/5/base 2025-01-24T00:48:46.9324854Z * [new branch] gh/c-p-i-o/5/head -> origin/gh/c-p-i-o/5/head 2025-01-24T00:48:46.9325442Z * [new branch] gh/c-p-i-o/5/orig -> origin/gh/c-p-i-o/5/orig 2025-01-24T00:48:46.9325970Z * [new branch] gh/c00w/19/base -> origin/gh/c00w/19/base 2025-01-24T00:48:46.9326480Z * [new branch] gh/c00w/19/head -> origin/gh/c00w/19/head 2025-01-24T00:48:46.9326991Z * [new branch] gh/c00w/19/orig -> origin/gh/c00w/19/orig 2025-01-24T00:48:46.9327551Z * [new branch] gh/c00w/20/base -> origin/gh/c00w/20/base 2025-01-24T00:48:46.9328055Z * [new branch] gh/c00w/20/head -> origin/gh/c00w/20/head 2025-01-24T00:48:46.9328578Z * [new branch] gh/c00w/20/orig -> origin/gh/c00w/20/orig 2025-01-24T00:48:46.9329087Z * [new branch] gh/c00w/21/base -> origin/gh/c00w/21/base 2025-01-24T00:48:46.9329596Z * [new branch] gh/c00w/21/head -> origin/gh/c00w/21/head 2025-01-24T00:48:46.9330097Z * [new branch] gh/c00w/21/orig -> origin/gh/c00w/21/orig 2025-01-24T00:48:46.9330650Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-01-24T00:48:46.9331169Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-01-24T00:48:46.9331668Z * [new branch] gh/c00w/24/base -> origin/gh/c00w/24/base 2025-01-24T00:48:46.9332188Z * [new branch] gh/c00w/24/head -> origin/gh/c00w/24/head 2025-01-24T00:48:46.9332699Z * [new branch] gh/c00w/24/orig -> origin/gh/c00w/24/orig 2025-01-24T00:48:46.9333243Z * [new branch] gh/c00w/25/base -> origin/gh/c00w/25/base 2025-01-24T00:48:46.9333758Z * [new branch] gh/c00w/25/head -> origin/gh/c00w/25/head 2025-01-24T00:48:46.9334273Z * [new branch] gh/c00w/25/orig -> origin/gh/c00w/25/orig 2025-01-24T00:48:46.9334910Z * [new branch] gh/c00w/26/base -> origin/gh/c00w/26/base 2025-01-24T00:48:46.9335434Z * [new branch] gh/c00w/26/head -> origin/gh/c00w/26/head 2025-01-24T00:48:46.9336081Z * [new branch] gh/c00w/26/orig -> origin/gh/c00w/26/orig 2025-01-24T00:48:46.9767657Z * [new branch] gh/c00w/27/base -> origin/gh/c00w/27/base 2025-01-24T00:48:46.9768175Z * [new branch] gh/c00w/27/head -> origin/gh/c00w/27/head 2025-01-24T00:48:46.9768635Z * [new branch] gh/c00w/27/orig -> origin/gh/c00w/27/orig 2025-01-24T00:48:46.9769105Z * [new branch] gh/c00w/28/base -> origin/gh/c00w/28/base 2025-01-24T00:48:46.9769768Z * [new branch] gh/c00w/28/head -> origin/gh/c00w/28/head 2025-01-24T00:48:46.9770233Z * [new branch] gh/c00w/28/orig -> origin/gh/c00w/28/orig 2025-01-24T00:48:46.9770700Z * [new branch] gh/c00w/29/base -> origin/gh/c00w/29/base 2025-01-24T00:48:46.9771161Z * [new branch] gh/c00w/29/head -> origin/gh/c00w/29/head 2025-01-24T00:48:46.9771665Z * [new branch] gh/c00w/29/orig -> origin/gh/c00w/29/orig 2025-01-24T00:48:46.9772189Z * [new branch] gh/c00w/30/base -> origin/gh/c00w/30/base 2025-01-24T00:48:46.9772651Z * [new branch] gh/c00w/30/head -> origin/gh/c00w/30/head 2025-01-24T00:48:46.9773118Z * [new branch] gh/c00w/30/orig -> origin/gh/c00w/30/orig 2025-01-24T00:48:46.9773579Z * [new branch] gh/c00w/31/base -> origin/gh/c00w/31/base 2025-01-24T00:48:46.9774046Z * [new branch] gh/c00w/31/head -> origin/gh/c00w/31/head 2025-01-24T00:48:46.9774510Z * [new branch] gh/c00w/31/orig -> origin/gh/c00w/31/orig 2025-01-24T00:48:46.9775001Z * [new branch] gh/chenyang78/1/base -> origin/gh/chenyang78/1/base 2025-01-24T00:48:46.9775540Z * [new branch] gh/chenyang78/1/head -> origin/gh/chenyang78/1/head 2025-01-24T00:48:46.9776074Z * [new branch] gh/chenyang78/1/orig -> origin/gh/chenyang78/1/orig 2025-01-24T00:48:46.9776586Z * [new branch] gh/chillee/220/base -> origin/gh/chillee/220/base 2025-01-24T00:48:46.9777105Z * [new branch] gh/chillee/220/head -> origin/gh/chillee/220/head 2025-01-24T00:48:46.9777619Z * [new branch] gh/chillee/220/orig -> origin/gh/chillee/220/orig 2025-01-24T00:48:46.9778116Z * [new branch] gh/chillee/352/base -> origin/gh/chillee/352/base 2025-01-24T00:48:46.9778630Z * [new branch] gh/chillee/352/head -> origin/gh/chillee/352/head 2025-01-24T00:48:46.9779135Z * [new branch] gh/chillee/352/orig -> origin/gh/chillee/352/orig 2025-01-24T00:48:46.9779718Z * [new branch] gh/chillee/360/base -> origin/gh/chillee/360/base 2025-01-24T00:48:46.9780230Z * [new branch] gh/chillee/360/head -> origin/gh/chillee/360/head 2025-01-24T00:48:46.9780740Z * [new branch] gh/chillee/360/orig -> origin/gh/chillee/360/orig 2025-01-24T00:48:46.9781254Z * [new branch] gh/chillee/362/base -> origin/gh/chillee/362/base 2025-01-24T00:48:46.9781750Z * [new branch] gh/chillee/362/head -> origin/gh/chillee/362/head 2025-01-24T00:48:46.9782255Z * [new branch] gh/chillee/362/orig -> origin/gh/chillee/362/orig 2025-01-24T00:48:46.9782762Z * [new branch] gh/chillee/367/base -> origin/gh/chillee/367/base 2025-01-24T00:48:46.9783263Z * [new branch] gh/chillee/367/head -> origin/gh/chillee/367/head 2025-01-24T00:48:46.9783769Z * [new branch] gh/chillee/367/orig -> origin/gh/chillee/367/orig 2025-01-24T00:48:46.9784278Z * [new branch] gh/chillee/376/base -> origin/gh/chillee/376/base 2025-01-24T00:48:46.9785568Z * [new branch] gh/chillee/376/head -> origin/gh/chillee/376/head 2025-01-24T00:48:46.9786082Z * [new branch] gh/chillee/376/orig -> origin/gh/chillee/376/orig 2025-01-24T00:48:46.9786599Z * [new branch] gh/chillee/377/base -> origin/gh/chillee/377/base 2025-01-24T00:48:46.9787110Z * [new branch] gh/chillee/377/head -> origin/gh/chillee/377/head 2025-01-24T00:48:46.9787609Z * [new branch] gh/chillee/377/orig -> origin/gh/chillee/377/orig 2025-01-24T00:48:46.9788116Z * [new branch] gh/chillee/378/base -> origin/gh/chillee/378/base 2025-01-24T00:48:46.9788736Z * [new branch] gh/chillee/378/head -> origin/gh/chillee/378/head 2025-01-24T00:48:46.9789239Z * [new branch] gh/chillee/378/orig -> origin/gh/chillee/378/orig 2025-01-24T00:48:46.9789750Z * [new branch] gh/chillee/379/base -> origin/gh/chillee/379/base 2025-01-24T00:48:46.9790280Z * [new branch] gh/chillee/379/head -> origin/gh/chillee/379/head 2025-01-24T00:48:46.9790797Z * [new branch] gh/chillee/379/orig -> origin/gh/chillee/379/orig 2025-01-24T00:48:46.9791316Z * [new branch] gh/chunyuan-w/1/base -> origin/gh/chunyuan-w/1/base 2025-01-24T00:48:46.9791843Z * [new branch] gh/chunyuan-w/1/head -> origin/gh/chunyuan-w/1/head 2025-01-24T00:48:47.0201936Z * [new branch] gh/chunyuan-w/1/orig -> origin/gh/chunyuan-w/1/orig 2025-01-24T00:48:47.0202508Z * [new branch] gh/chunyuan-w/3/base -> origin/gh/chunyuan-w/3/base 2025-01-24T00:48:47.0203037Z * [new branch] gh/chunyuan-w/3/head -> origin/gh/chunyuan-w/3/head 2025-01-24T00:48:47.0203556Z * [new branch] gh/chunyuan-w/3/orig -> origin/gh/chunyuan-w/3/orig 2025-01-24T00:48:47.0204072Z * [new branch] gh/chunyuan-w/4/base -> origin/gh/chunyuan-w/4/base 2025-01-24T00:48:47.0204588Z * [new branch] gh/chunyuan-w/4/head -> origin/gh/chunyuan-w/4/head 2025-01-24T00:48:47.0205099Z * [new branch] gh/chunyuan-w/4/orig -> origin/gh/chunyuan-w/4/orig 2025-01-24T00:48:47.0205613Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-01-24T00:48:47.0206163Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-01-24T00:48:47.0206754Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-01-24T00:48:47.0207298Z * [new branch] gh/davidberard98/230/base -> origin/gh/davidberard98/230/base 2025-01-24T00:48:47.0207871Z * [new branch] gh/davidberard98/230/head -> origin/gh/davidberard98/230/head 2025-01-24T00:48:47.0208443Z * [new branch] gh/davidberard98/230/orig -> origin/gh/davidberard98/230/orig 2025-01-24T00:48:47.0209036Z * [new branch] gh/davidberard98/328/base -> origin/gh/davidberard98/328/base 2025-01-24T00:48:47.0209612Z * [new branch] gh/davidberard98/328/head -> origin/gh/davidberard98/328/head 2025-01-24T00:48:47.0210172Z * [new branch] gh/davidberard98/328/orig -> origin/gh/davidberard98/328/orig 2025-01-24T00:48:47.0210743Z * [new branch] gh/davidberard98/329/base -> origin/gh/davidberard98/329/base 2025-01-24T00:48:47.0211316Z * [new branch] gh/davidberard98/329/head -> origin/gh/davidberard98/329/head 2025-01-24T00:48:47.0211894Z * [new branch] gh/davidberard98/329/orig -> origin/gh/davidberard98/329/orig 2025-01-24T00:48:47.0212464Z * [new branch] gh/davidberard98/330/base -> origin/gh/davidberard98/330/base 2025-01-24T00:48:47.0213039Z * [new branch] gh/davidberard98/330/head -> origin/gh/davidberard98/330/head 2025-01-24T00:48:47.0213609Z * [new branch] gh/davidberard98/330/orig -> origin/gh/davidberard98/330/orig 2025-01-24T00:48:47.0214855Z * [new branch] gh/davidberard98/331/base -> origin/gh/davidberard98/331/base 2025-01-24T00:48:47.0215436Z * [new branch] gh/davidberard98/331/head -> origin/gh/davidberard98/331/head 2025-01-24T00:48:47.0216017Z * [new branch] gh/davidberard98/331/orig -> origin/gh/davidberard98/331/orig 2025-01-24T00:48:47.0216588Z * [new branch] gh/davidberard98/332/base -> origin/gh/davidberard98/332/base 2025-01-24T00:48:47.0217234Z * [new branch] gh/davidberard98/332/head -> origin/gh/davidberard98/332/head 2025-01-24T00:48:47.0218433Z * [new branch] gh/davidberard98/332/orig -> origin/gh/davidberard98/332/orig 2025-01-24T00:48:47.0219015Z * [new branch] gh/desertfire/520/base -> origin/gh/desertfire/520/base 2025-01-24T00:48:47.0219663Z * [new branch] gh/desertfire/520/head -> origin/gh/desertfire/520/head 2025-01-24T00:48:47.0220217Z * [new branch] gh/desertfire/520/orig -> origin/gh/desertfire/520/orig 2025-01-24T00:48:47.0220760Z * [new branch] gh/desertfire/522/base -> origin/gh/desertfire/522/base 2025-01-24T00:48:47.0221297Z * [new branch] gh/desertfire/522/head -> origin/gh/desertfire/522/head 2025-01-24T00:48:47.0221848Z * [new branch] gh/desertfire/522/orig -> origin/gh/desertfire/522/orig 2025-01-24T00:48:47.0222401Z * [new branch] gh/desertfire/528/base -> origin/gh/desertfire/528/base 2025-01-24T00:48:47.0222941Z * [new branch] gh/desertfire/528/head -> origin/gh/desertfire/528/head 2025-01-24T00:48:47.0223481Z * [new branch] gh/desertfire/528/orig -> origin/gh/desertfire/528/orig 2025-01-24T00:48:47.0224019Z * [new branch] gh/desertfire/529/base -> origin/gh/desertfire/529/base 2025-01-24T00:48:47.0224569Z * [new branch] gh/desertfire/529/head -> origin/gh/desertfire/529/head 2025-01-24T00:48:47.0225107Z * [new branch] gh/desertfire/529/orig -> origin/gh/desertfire/529/orig 2025-01-24T00:48:47.0225650Z * [new branch] gh/desertfire/530/base -> origin/gh/desertfire/530/base 2025-01-24T00:48:47.0226194Z * [new branch] gh/desertfire/530/head -> origin/gh/desertfire/530/head 2025-01-24T00:48:47.0226732Z * [new branch] gh/desertfire/530/orig -> origin/gh/desertfire/530/orig 2025-01-24T00:48:47.0227265Z * [new branch] gh/drisspg/100/base -> origin/gh/drisspg/100/base 2025-01-24T00:48:47.0227788Z * [new branch] gh/drisspg/100/head -> origin/gh/drisspg/100/head 2025-01-24T00:48:47.0228294Z * [new branch] gh/drisspg/100/orig -> origin/gh/drisspg/100/orig 2025-01-24T00:48:47.0656151Z * [new branch] gh/drisspg/103/base -> origin/gh/drisspg/103/base 2025-01-24T00:48:47.0656763Z * [new branch] gh/drisspg/103/head -> origin/gh/drisspg/103/head 2025-01-24T00:48:47.0657290Z * [new branch] gh/drisspg/103/orig -> origin/gh/drisspg/103/orig 2025-01-24T00:48:47.0657802Z * [new branch] gh/drisspg/104/base -> origin/gh/drisspg/104/base 2025-01-24T00:48:47.0658308Z * [new branch] gh/drisspg/104/head -> origin/gh/drisspg/104/head 2025-01-24T00:48:47.0658839Z * [new branch] gh/drisspg/104/orig -> origin/gh/drisspg/104/orig 2025-01-24T00:48:47.0659349Z * [new branch] gh/drisspg/106/base -> origin/gh/drisspg/106/base 2025-01-24T00:48:47.0659978Z * [new branch] gh/drisspg/106/head -> origin/gh/drisspg/106/head 2025-01-24T00:48:47.0660535Z * [new branch] gh/drisspg/106/orig -> origin/gh/drisspg/106/orig 2025-01-24T00:48:47.0661060Z * [new branch] gh/drisspg/107/base -> origin/gh/drisspg/107/base 2025-01-24T00:48:47.0662398Z * [new branch] gh/drisspg/107/head -> origin/gh/drisspg/107/head 2025-01-24T00:48:47.0662905Z * [new branch] gh/drisspg/107/orig -> origin/gh/drisspg/107/orig 2025-01-24T00:48:47.0663427Z * [new branch] gh/drisspg/108/base -> origin/gh/drisspg/108/base 2025-01-24T00:48:47.0663942Z * [new branch] gh/drisspg/108/head -> origin/gh/drisspg/108/head 2025-01-24T00:48:47.0664471Z * [new branch] gh/drisspg/108/orig -> origin/gh/drisspg/108/orig 2025-01-24T00:48:47.0665292Z * [new branch] gh/drisspg/109/base -> origin/gh/drisspg/109/base 2025-01-24T00:48:47.0665869Z * [new branch] gh/drisspg/109/head -> origin/gh/drisspg/109/head 2025-01-24T00:48:47.0666464Z * [new branch] gh/drisspg/109/orig -> origin/gh/drisspg/109/orig 2025-01-24T00:48:47.0667018Z * [new branch] gh/drisspg/110/base -> origin/gh/drisspg/110/base 2025-01-24T00:48:47.0667621Z * [new branch] gh/drisspg/110/head -> origin/gh/drisspg/110/head 2025-01-24T00:48:47.0668215Z * [new branch] gh/drisspg/110/orig -> origin/gh/drisspg/110/orig 2025-01-24T00:48:47.0668716Z * [new branch] gh/drisspg/111/base -> origin/gh/drisspg/111/base 2025-01-24T00:48:47.0669220Z * [new branch] gh/drisspg/111/head -> origin/gh/drisspg/111/head 2025-01-24T00:48:47.0669727Z * [new branch] gh/drisspg/111/orig -> origin/gh/drisspg/111/orig 2025-01-24T00:48:47.0670248Z * [new branch] gh/drisspg/112/base -> origin/gh/drisspg/112/base 2025-01-24T00:48:47.0670747Z * [new branch] gh/drisspg/112/head -> origin/gh/drisspg/112/head 2025-01-24T00:48:47.0671260Z * [new branch] gh/drisspg/112/orig -> origin/gh/drisspg/112/orig 2025-01-24T00:48:47.0671771Z * [new branch] gh/drisspg/113/base -> origin/gh/drisspg/113/base 2025-01-24T00:48:47.0672270Z * [new branch] gh/drisspg/113/head -> origin/gh/drisspg/113/head 2025-01-24T00:48:47.0672780Z * [new branch] gh/drisspg/113/orig -> origin/gh/drisspg/113/orig 2025-01-24T00:48:47.0673293Z * [new branch] gh/drisspg/114/base -> origin/gh/drisspg/114/base 2025-01-24T00:48:47.0673884Z * [new branch] gh/drisspg/114/head -> origin/gh/drisspg/114/head 2025-01-24T00:48:47.0674486Z * [new branch] gh/drisspg/114/orig -> origin/gh/drisspg/114/orig 2025-01-24T00:48:47.0675045Z * [new branch] gh/drisspg/115/base -> origin/gh/drisspg/115/base 2025-01-24T00:48:47.0675640Z * [new branch] gh/drisspg/115/head -> origin/gh/drisspg/115/head 2025-01-24T00:48:47.0676230Z * [new branch] gh/drisspg/115/orig -> origin/gh/drisspg/115/orig 2025-01-24T00:48:47.0676845Z * [new branch] gh/drisspg/116/base -> origin/gh/drisspg/116/base 2025-01-24T00:48:47.0677393Z * [new branch] gh/drisspg/116/head -> origin/gh/drisspg/116/head 2025-01-24T00:48:47.0677989Z * [new branch] gh/drisspg/116/orig -> origin/gh/drisspg/116/orig 2025-01-24T00:48:47.0678571Z * [new branch] gh/drisspg/117/base -> origin/gh/drisspg/117/base 2025-01-24T00:48:47.0679125Z * [new branch] gh/drisspg/117/head -> origin/gh/drisspg/117/head 2025-01-24T00:48:47.0679717Z * [new branch] gh/drisspg/117/orig -> origin/gh/drisspg/117/orig 2025-01-24T00:48:47.0680318Z * [new branch] gh/drisspg/118/base -> origin/gh/drisspg/118/base 2025-01-24T00:48:47.0680859Z * [new branch] gh/drisspg/118/head -> origin/gh/drisspg/118/head 2025-01-24T00:48:47.0681371Z * [new branch] gh/drisspg/118/orig -> origin/gh/drisspg/118/orig 2025-01-24T00:48:47.0682436Z * [new branch] gh/drisspg/119/base -> origin/gh/drisspg/119/base 2025-01-24T00:48:47.0682942Z * [new branch] gh/drisspg/119/head -> origin/gh/drisspg/119/head 2025-01-24T00:48:47.1111811Z * [new branch] gh/drisspg/119/orig -> origin/gh/drisspg/119/orig 2025-01-24T00:48:47.1112399Z * [new branch] gh/drisspg/32/base -> origin/gh/drisspg/32/base 2025-01-24T00:48:47.1112915Z * [new branch] gh/drisspg/32/head -> origin/gh/drisspg/32/head 2025-01-24T00:48:47.1114114Z * [new branch] gh/drisspg/32/orig -> origin/gh/drisspg/32/orig 2025-01-24T00:48:47.1114681Z * [new branch] gh/drisspg/66/base -> origin/gh/drisspg/66/base 2025-01-24T00:48:47.1115189Z * [new branch] gh/drisspg/66/head -> origin/gh/drisspg/66/head 2025-01-24T00:48:47.1115689Z * [new branch] gh/drisspg/66/orig -> origin/gh/drisspg/66/orig 2025-01-24T00:48:47.1116216Z * [new branch] gh/drisspg/72/base -> origin/gh/drisspg/72/base 2025-01-24T00:48:47.1116734Z * [new branch] gh/drisspg/72/head -> origin/gh/drisspg/72/head 2025-01-24T00:48:47.1117237Z * [new branch] gh/drisspg/72/orig -> origin/gh/drisspg/72/orig 2025-01-24T00:48:47.1117729Z * [new branch] gh/drisspg/79/base -> origin/gh/drisspg/79/base 2025-01-24T00:48:47.1118230Z * [new branch] gh/drisspg/79/head -> origin/gh/drisspg/79/head 2025-01-24T00:48:47.1118740Z * [new branch] gh/drisspg/79/orig -> origin/gh/drisspg/79/orig 2025-01-24T00:48:47.1119271Z * [new branch] gh/drisspg/94/base -> origin/gh/drisspg/94/base 2025-01-24T00:48:47.1119804Z * [new branch] gh/drisspg/94/head -> origin/gh/drisspg/94/head 2025-01-24T00:48:47.1120318Z * [new branch] gh/drisspg/94/orig -> origin/gh/drisspg/94/orig 2025-01-24T00:48:47.1120814Z * [new branch] gh/drisspg/98/base -> origin/gh/drisspg/98/base 2025-01-24T00:48:47.1121316Z * [new branch] gh/drisspg/98/head -> origin/gh/drisspg/98/head 2025-01-24T00:48:47.1121818Z * [new branch] gh/drisspg/98/orig -> origin/gh/drisspg/98/orig 2025-01-24T00:48:47.1122334Z * [new branch] gh/eellison/554/base -> origin/gh/eellison/554/base 2025-01-24T00:48:47.1122853Z * [new branch] gh/eellison/554/head -> origin/gh/eellison/554/head 2025-01-24T00:48:47.1123378Z * [new branch] gh/eellison/554/orig -> origin/gh/eellison/554/orig 2025-01-24T00:48:47.1123900Z * [new branch] gh/eellison/555/base -> origin/gh/eellison/555/base 2025-01-24T00:48:47.1124415Z * [new branch] gh/eellison/555/head -> origin/gh/eellison/555/head 2025-01-24T00:48:47.1124983Z * [new branch] gh/eellison/555/orig -> origin/gh/eellison/555/orig 2025-01-24T00:48:47.1125540Z * [new branch] gh/eellison/691/base -> origin/gh/eellison/691/base 2025-01-24T00:48:47.1126053Z * [new branch] gh/eellison/691/head -> origin/gh/eellison/691/head 2025-01-24T00:48:47.1126569Z * [new branch] gh/eellison/691/orig -> origin/gh/eellison/691/orig 2025-01-24T00:48:47.1127093Z * [new branch] gh/eellison/697/base -> origin/gh/eellison/697/base 2025-01-24T00:48:47.1127609Z * [new branch] gh/eellison/697/head -> origin/gh/eellison/697/head 2025-01-24T00:48:47.1128125Z * [new branch] gh/eellison/697/orig -> origin/gh/eellison/697/orig 2025-01-24T00:48:47.1128642Z * [new branch] gh/eellison/703/base -> origin/gh/eellison/703/base 2025-01-24T00:48:47.1129155Z * [new branch] gh/eellison/703/head -> origin/gh/eellison/703/head 2025-01-24T00:48:47.1130237Z * [new branch] gh/eellison/703/orig -> origin/gh/eellison/703/orig 2025-01-24T00:48:47.1130812Z * [new branch] gh/eellison/709/base -> origin/gh/eellison/709/base 2025-01-24T00:48:47.1131371Z * [new branch] gh/eellison/709/head -> origin/gh/eellison/709/head 2025-01-24T00:48:47.1131881Z * [new branch] gh/eellison/709/orig -> origin/gh/eellison/709/orig 2025-01-24T00:48:47.1132399Z * [new branch] gh/eellison/710/base -> origin/gh/eellison/710/base 2025-01-24T00:48:47.1133209Z * [new branch] gh/eellison/710/head -> origin/gh/eellison/710/head 2025-01-24T00:48:47.1133737Z * [new branch] gh/eellison/710/orig -> origin/gh/eellison/710/orig 2025-01-24T00:48:47.1134250Z * [new branch] gh/eellison/711/base -> origin/gh/eellison/711/base 2025-01-24T00:48:47.1134768Z * [new branch] gh/eellison/711/head -> origin/gh/eellison/711/head 2025-01-24T00:48:47.1135299Z * [new branch] gh/eellison/711/orig -> origin/gh/eellison/711/orig 2025-01-24T00:48:47.1135809Z * [new branch] gh/eellison/716/base -> origin/gh/eellison/716/base 2025-01-24T00:48:47.1136373Z * [new branch] gh/eellison/716/head -> origin/gh/eellison/716/head 2025-01-24T00:48:47.1136928Z * [new branch] gh/eellison/716/orig -> origin/gh/eellison/716/orig 2025-01-24T00:48:47.1137438Z * [new branch] gh/eellison/717/base -> origin/gh/eellison/717/base 2025-01-24T00:48:47.1556096Z * [new branch] gh/eellison/717/head -> origin/gh/eellison/717/head 2025-01-24T00:48:47.1556666Z * [new branch] gh/eellison/717/orig -> origin/gh/eellison/717/orig 2025-01-24T00:48:47.1557185Z * [new branch] gh/eellison/718/base -> origin/gh/eellison/718/base 2025-01-24T00:48:47.1557717Z * [new branch] gh/eellison/718/head -> origin/gh/eellison/718/head 2025-01-24T00:48:47.1558243Z * [new branch] gh/eellison/718/orig -> origin/gh/eellison/718/orig 2025-01-24T00:48:47.1558798Z * [new branch] gh/eellison/735/base -> origin/gh/eellison/735/base 2025-01-24T00:48:47.1559364Z * [new branch] gh/eellison/735/head -> origin/gh/eellison/735/head 2025-01-24T00:48:47.1559880Z * [new branch] gh/eellison/735/orig -> origin/gh/eellison/735/orig 2025-01-24T00:48:47.1560395Z * [new branch] gh/eellison/743/base -> origin/gh/eellison/743/base 2025-01-24T00:48:47.1560916Z * [new branch] gh/eellison/743/head -> origin/gh/eellison/743/head 2025-01-24T00:48:47.1561440Z * [new branch] gh/eellison/743/orig -> origin/gh/eellison/743/orig 2025-01-24T00:48:47.1561968Z * [new branch] gh/eellison/745/base -> origin/gh/eellison/745/base 2025-01-24T00:48:47.1562482Z * [new branch] gh/eellison/745/head -> origin/gh/eellison/745/head 2025-01-24T00:48:47.1563006Z * [new branch] gh/eellison/745/orig -> origin/gh/eellison/745/orig 2025-01-24T00:48:47.1563527Z * [new branch] gh/eellison/747/base -> origin/gh/eellison/747/base 2025-01-24T00:48:47.1564043Z * [new branch] gh/eellison/747/head -> origin/gh/eellison/747/head 2025-01-24T00:48:47.1564614Z * [new branch] gh/eellison/747/orig -> origin/gh/eellison/747/orig 2025-01-24T00:48:47.1565190Z * [new branch] gh/eellison/748/base -> origin/gh/eellison/748/base 2025-01-24T00:48:47.1565708Z * [new branch] gh/eellison/748/head -> origin/gh/eellison/748/head 2025-01-24T00:48:47.1566221Z * [new branch] gh/eellison/748/orig -> origin/gh/eellison/748/orig 2025-01-24T00:48:47.1566738Z * [new branch] gh/eellison/749/base -> origin/gh/eellison/749/base 2025-01-24T00:48:47.1567792Z * [new branch] gh/eellison/749/head -> origin/gh/eellison/749/head 2025-01-24T00:48:47.1568311Z * [new branch] gh/eellison/749/orig -> origin/gh/eellison/749/orig 2025-01-24T00:48:47.1568839Z * [new branch] gh/eellison/750/base -> origin/gh/eellison/750/base 2025-01-24T00:48:47.1569366Z * [new branch] gh/eellison/750/head -> origin/gh/eellison/750/head 2025-01-24T00:48:47.1569879Z * [new branch] gh/eellison/750/orig -> origin/gh/eellison/750/orig 2025-01-24T00:48:47.1570794Z * [new branch] gh/eellison/751/base -> origin/gh/eellison/751/base 2025-01-24T00:48:47.1571380Z * [new branch] gh/eellison/751/head -> origin/gh/eellison/751/head 2025-01-24T00:48:47.1571908Z * [new branch] gh/eellison/751/orig -> origin/gh/eellison/751/orig 2025-01-24T00:48:47.1572429Z * [new branch] gh/eellison/752/base -> origin/gh/eellison/752/base 2025-01-24T00:48:47.1572957Z * [new branch] gh/eellison/752/head -> origin/gh/eellison/752/head 2025-01-24T00:48:47.1573480Z * [new branch] gh/eellison/752/orig -> origin/gh/eellison/752/orig 2025-01-24T00:48:47.1573994Z * [new branch] gh/eellison/753/base -> origin/gh/eellison/753/base 2025-01-24T00:48:47.1574523Z * [new branch] gh/eellison/753/head -> origin/gh/eellison/753/head 2025-01-24T00:48:47.1575052Z * [new branch] gh/eellison/753/orig -> origin/gh/eellison/753/orig 2025-01-24T00:48:47.1575574Z * [new branch] gh/eellison/754/base -> origin/gh/eellison/754/base 2025-01-24T00:48:47.1576141Z * [new branch] gh/eellison/754/head -> origin/gh/eellison/754/head 2025-01-24T00:48:47.1576709Z * [new branch] gh/eellison/754/orig -> origin/gh/eellison/754/orig 2025-01-24T00:48:47.1577227Z * [new branch] gh/etaf/64/base -> origin/gh/etaf/64/base 2025-01-24T00:48:47.1577699Z * [new branch] gh/etaf/64/head -> origin/gh/etaf/64/head 2025-01-24T00:48:47.1578173Z * [new branch] gh/etaf/64/orig -> origin/gh/etaf/64/orig 2025-01-24T00:48:47.1578658Z * [new branch] gh/etaf/68/base -> origin/gh/etaf/68/base 2025-01-24T00:48:47.1579121Z * [new branch] gh/etaf/68/head -> origin/gh/etaf/68/head 2025-01-24T00:48:47.1579653Z * [new branch] gh/etaf/68/orig -> origin/gh/etaf/68/orig 2025-01-24T00:48:47.1580138Z * [new branch] gh/etaf/69/base -> origin/gh/etaf/69/base 2025-01-24T00:48:47.1580610Z * [new branch] gh/etaf/69/head -> origin/gh/etaf/69/head 2025-01-24T00:48:47.1581081Z * [new branch] gh/etaf/69/orig -> origin/gh/etaf/69/orig 2025-01-24T00:48:47.2027530Z * [new branch] gh/etaf/76/base -> origin/gh/etaf/76/base 2025-01-24T00:48:47.2028073Z * [new branch] gh/etaf/76/head -> origin/gh/etaf/76/head 2025-01-24T00:48:47.2028555Z * [new branch] gh/etaf/76/orig -> origin/gh/etaf/76/orig 2025-01-24T00:48:47.2029035Z * [new branch] gh/etaf/78/base -> origin/gh/etaf/78/base 2025-01-24T00:48:47.2029583Z * [new branch] gh/etaf/78/head -> origin/gh/etaf/78/head 2025-01-24T00:48:47.2030133Z * [new branch] gh/etaf/78/orig -> origin/gh/etaf/78/orig 2025-01-24T00:48:47.2030758Z * [new branch] gh/etaf/79/base -> origin/gh/etaf/79/base 2025-01-24T00:48:47.2031287Z * [new branch] gh/etaf/79/head -> origin/gh/etaf/79/head 2025-01-24T00:48:47.2031794Z * [new branch] gh/etaf/79/orig -> origin/gh/etaf/79/orig 2025-01-24T00:48:47.2033544Z * [new branch] gh/etaf/80/base -> origin/gh/etaf/80/base 2025-01-24T00:48:47.2049018Z * [new branch] gh/etaf/80/head -> origin/gh/etaf/80/head 2025-01-24T00:48:47.2049546Z * [new branch] gh/etaf/80/orig -> origin/gh/etaf/80/orig 2025-01-24T00:48:47.2050109Z * [new branch] gh/etaf/81/base -> origin/gh/etaf/81/base 2025-01-24T00:48:47.2050599Z * [new branch] gh/etaf/81/head -> origin/gh/etaf/81/head 2025-01-24T00:48:47.2051114Z * [new branch] gh/etaf/81/orig -> origin/gh/etaf/81/orig 2025-01-24T00:48:47.2052141Z * [new branch] gh/etaf/82/base -> origin/gh/etaf/82/base 2025-01-24T00:48:47.2052621Z * [new branch] gh/etaf/82/head -> origin/gh/etaf/82/head 2025-01-24T00:48:47.2053118Z * [new branch] gh/etaf/82/orig -> origin/gh/etaf/82/orig 2025-01-24T00:48:47.2053609Z * [new branch] gh/etaf/83/base -> origin/gh/etaf/83/base 2025-01-24T00:48:47.2054080Z * [new branch] gh/etaf/83/head -> origin/gh/etaf/83/head 2025-01-24T00:48:47.2054563Z * [new branch] gh/etaf/83/orig -> origin/gh/etaf/83/orig 2025-01-24T00:48:47.2055044Z * [new branch] gh/etaf/84/base -> origin/gh/etaf/84/base 2025-01-24T00:48:47.2055558Z * [new branch] gh/etaf/84/head -> origin/gh/etaf/84/head 2025-01-24T00:48:47.2056071Z * [new branch] gh/etaf/84/orig -> origin/gh/etaf/84/orig 2025-01-24T00:48:47.2056561Z * [new branch] gh/etaf/85/base -> origin/gh/etaf/85/base 2025-01-24T00:48:47.2057034Z * [new branch] gh/etaf/85/head -> origin/gh/etaf/85/head 2025-01-24T00:48:47.2057502Z * [new branch] gh/etaf/85/orig -> origin/gh/etaf/85/orig 2025-01-24T00:48:47.2057982Z * [new branch] gh/etaf/86/base -> origin/gh/etaf/86/base 2025-01-24T00:48:47.2058460Z * [new branch] gh/etaf/86/head -> origin/gh/etaf/86/head 2025-01-24T00:48:47.2058935Z * [new branch] gh/etaf/86/orig -> origin/gh/etaf/86/orig 2025-01-24T00:48:47.2059483Z * [new branch] gh/etaf/87/base -> origin/gh/etaf/87/base 2025-01-24T00:48:47.2059976Z * [new branch] gh/etaf/87/head -> origin/gh/etaf/87/head 2025-01-24T00:48:47.2060445Z * [new branch] gh/etaf/87/orig -> origin/gh/etaf/87/orig 2025-01-24T00:48:47.2060978Z * [new branch] gh/etaf/88/base -> origin/gh/etaf/88/base 2025-01-24T00:48:47.2061488Z * [new branch] gh/etaf/88/head -> origin/gh/etaf/88/head 2025-01-24T00:48:47.2061975Z * [new branch] gh/etaf/88/orig -> origin/gh/etaf/88/orig 2025-01-24T00:48:47.2062443Z * [new branch] gh/etaf/89/base -> origin/gh/etaf/89/base 2025-01-24T00:48:47.2062919Z * [new branch] gh/etaf/89/head -> origin/gh/etaf/89/head 2025-01-24T00:48:47.2063388Z * [new branch] gh/etaf/89/orig -> origin/gh/etaf/89/orig 2025-01-24T00:48:47.2063852Z * [new branch] gh/etaf/90/base -> origin/gh/etaf/90/base 2025-01-24T00:48:47.2064326Z * [new branch] gh/etaf/90/head -> origin/gh/etaf/90/head 2025-01-24T00:48:47.2064805Z * [new branch] gh/etaf/90/orig -> origin/gh/etaf/90/orig 2025-01-24T00:48:47.2065275Z * [new branch] gh/etaf/91/base -> origin/gh/etaf/91/base 2025-01-24T00:48:47.2065761Z * [new branch] gh/etaf/91/head -> origin/gh/etaf/91/head 2025-01-24T00:48:47.2066234Z * [new branch] gh/etaf/91/orig -> origin/gh/etaf/91/orig 2025-01-24T00:48:47.2067194Z * [new branch] gh/etaf/92/base -> origin/gh/etaf/92/base 2025-01-24T00:48:47.2067665Z * [new branch] gh/etaf/92/head -> origin/gh/etaf/92/head 2025-01-24T00:48:47.2068147Z * [new branch] gh/etaf/92/orig -> origin/gh/etaf/92/orig 2025-01-24T00:48:47.2068632Z * [new branch] gh/etaf/93/base -> origin/gh/etaf/93/base 2025-01-24T00:48:47.3163477Z * [new branch] gh/etaf/93/head -> origin/gh/etaf/93/head 2025-01-24T00:48:47.3164029Z * [new branch] gh/etaf/93/orig -> origin/gh/etaf/93/orig 2025-01-24T00:48:47.3165150Z * [new branch] gh/etaf/94/base -> origin/gh/etaf/94/base 2025-01-24T00:48:47.3165634Z * [new branch] gh/etaf/94/head -> origin/gh/etaf/94/head 2025-01-24T00:48:47.3166119Z * [new branch] gh/etaf/94/orig -> origin/gh/etaf/94/orig 2025-01-24T00:48:47.3166601Z * [new branch] gh/etaf/95/base -> origin/gh/etaf/95/base 2025-01-24T00:48:47.3167098Z * [new branch] gh/etaf/95/head -> origin/gh/etaf/95/head 2025-01-24T00:48:47.3167562Z * [new branch] gh/etaf/95/orig -> origin/gh/etaf/95/orig 2025-01-24T00:48:47.3168058Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-01-24T00:48:47.3168576Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-01-24T00:48:47.3169087Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-01-24T00:48:47.3169588Z * [new branch] gh/ezyang/2449/orig -> origin/gh/ezyang/2449/orig 2025-01-24T00:48:47.3170097Z * [new branch] gh/ezyang/2479/next -> origin/gh/ezyang/2479/next 2025-01-24T00:48:47.3170609Z * [new branch] gh/ezyang/2480/next -> origin/gh/ezyang/2480/next 2025-01-24T00:48:47.3171117Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-01-24T00:48:47.3171634Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-01-24T00:48:47.3172136Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-01-24T00:48:47.3172634Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-01-24T00:48:47.3173151Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-01-24T00:48:47.3173666Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-01-24T00:48:47.3174182Z * [new branch] gh/ezyang/2987/base -> origin/gh/ezyang/2987/base 2025-01-24T00:48:47.3174682Z * [new branch] gh/ezyang/2987/head -> origin/gh/ezyang/2987/head 2025-01-24T00:48:47.3175193Z * [new branch] gh/ezyang/2987/orig -> origin/gh/ezyang/2987/orig 2025-01-24T00:48:47.3175716Z * [new branch] gh/ezyang/2997/base -> origin/gh/ezyang/2997/base 2025-01-24T00:48:47.3176219Z * [new branch] gh/ezyang/2997/head -> origin/gh/ezyang/2997/head 2025-01-24T00:48:47.3176731Z * [new branch] gh/ezyang/2997/orig -> origin/gh/ezyang/2997/orig 2025-01-24T00:48:47.3177252Z * [new branch] gh/ezyang/3031/base -> origin/gh/ezyang/3031/base 2025-01-24T00:48:47.3177759Z * [new branch] gh/ezyang/3031/head -> origin/gh/ezyang/3031/head 2025-01-24T00:48:47.3178271Z * [new branch] gh/ezyang/3031/orig -> origin/gh/ezyang/3031/orig 2025-01-24T00:48:47.3178785Z * [new branch] gh/ezyang/3045/base -> origin/gh/ezyang/3045/base 2025-01-24T00:48:47.3179291Z * [new branch] gh/ezyang/3045/head -> origin/gh/ezyang/3045/head 2025-01-24T00:48:47.3179867Z * [new branch] gh/ezyang/3045/orig -> origin/gh/ezyang/3045/orig 2025-01-24T00:48:47.3181330Z * [new branch] gh/ezyang/3047/base -> origin/gh/ezyang/3047/base 2025-01-24T00:48:47.3181842Z * [new branch] gh/ezyang/3047/head -> origin/gh/ezyang/3047/head 2025-01-24T00:48:47.3182343Z * [new branch] gh/ezyang/3047/orig -> origin/gh/ezyang/3047/orig 2025-01-24T00:48:47.3182851Z * [new branch] gh/ezyang/3051/base -> origin/gh/ezyang/3051/base 2025-01-24T00:48:47.3183353Z * [new branch] gh/ezyang/3051/head -> origin/gh/ezyang/3051/head 2025-01-24T00:48:47.3184141Z * [new branch] gh/ezyang/3051/orig -> origin/gh/ezyang/3051/orig 2025-01-24T00:48:47.3184661Z * [new branch] gh/ezyang/3056/base -> origin/gh/ezyang/3056/base 2025-01-24T00:48:47.3185167Z * [new branch] gh/ezyang/3056/head -> origin/gh/ezyang/3056/head 2025-01-24T00:48:47.3185670Z * [new branch] gh/ezyang/3056/orig -> origin/gh/ezyang/3056/orig 2025-01-24T00:48:47.3186186Z * [new branch] gh/ezyang/3057/base -> origin/gh/ezyang/3057/base 2025-01-24T00:48:47.3186711Z * [new branch] gh/ezyang/3057/head -> origin/gh/ezyang/3057/head 2025-01-24T00:48:47.3187225Z * [new branch] gh/ezyang/3057/orig -> origin/gh/ezyang/3057/orig 2025-01-24T00:48:47.3187724Z * [new branch] gh/ezyang/3058/base -> origin/gh/ezyang/3058/base 2025-01-24T00:48:47.3188224Z * [new branch] gh/ezyang/3058/head -> origin/gh/ezyang/3058/head 2025-01-24T00:48:47.3188732Z * [new branch] gh/ezyang/3058/orig -> origin/gh/ezyang/3058/orig 2025-01-24T00:48:47.3189234Z * [new branch] gh/ezyang/3059/base -> origin/gh/ezyang/3059/base 2025-01-24T00:48:47.3615083Z * [new branch] gh/ezyang/3059/head -> origin/gh/ezyang/3059/head 2025-01-24T00:48:47.3615692Z * [new branch] gh/ezyang/3059/orig -> origin/gh/ezyang/3059/orig 2025-01-24T00:48:47.3616211Z * [new branch] gh/ezyang/3060/base -> origin/gh/ezyang/3060/base 2025-01-24T00:48:47.3616716Z * [new branch] gh/ezyang/3060/head -> origin/gh/ezyang/3060/head 2025-01-24T00:48:47.3617228Z * [new branch] gh/ezyang/3060/orig -> origin/gh/ezyang/3060/orig 2025-01-24T00:48:47.3617737Z * [new branch] gh/ezyang/3061/base -> origin/gh/ezyang/3061/base 2025-01-24T00:48:47.3618232Z * [new branch] gh/ezyang/3061/head -> origin/gh/ezyang/3061/head 2025-01-24T00:48:47.3618757Z * [new branch] gh/ezyang/3061/orig -> origin/gh/ezyang/3061/orig 2025-01-24T00:48:47.3619267Z * [new branch] gh/ezyang/3062/base -> origin/gh/ezyang/3062/base 2025-01-24T00:48:47.3619842Z * [new branch] gh/ezyang/3062/head -> origin/gh/ezyang/3062/head 2025-01-24T00:48:47.3620354Z * [new branch] gh/ezyang/3062/orig -> origin/gh/ezyang/3062/orig 2025-01-24T00:48:47.3620882Z * [new branch] gh/ezyang/3063/base -> origin/gh/ezyang/3063/base 2025-01-24T00:48:47.3621393Z * [new branch] gh/ezyang/3063/head -> origin/gh/ezyang/3063/head 2025-01-24T00:48:47.3621891Z * [new branch] gh/ezyang/3063/orig -> origin/gh/ezyang/3063/orig 2025-01-24T00:48:47.3622398Z * [new branch] gh/ezyang/3064/base -> origin/gh/ezyang/3064/base 2025-01-24T00:48:47.3622900Z * [new branch] gh/ezyang/3064/head -> origin/gh/ezyang/3064/head 2025-01-24T00:48:47.3623419Z * [new branch] gh/ezyang/3064/orig -> origin/gh/ezyang/3064/orig 2025-01-24T00:48:47.3623920Z * [new branch] gh/ezyang/3065/base -> origin/gh/ezyang/3065/base 2025-01-24T00:48:47.3624429Z * [new branch] gh/ezyang/3065/head -> origin/gh/ezyang/3065/head 2025-01-24T00:48:47.3625531Z * [new branch] gh/ezyang/3065/orig -> origin/gh/ezyang/3065/orig 2025-01-24T00:48:47.3626036Z * [new branch] gh/ezyang/3066/base -> origin/gh/ezyang/3066/base 2025-01-24T00:48:47.3626545Z * [new branch] gh/ezyang/3066/head -> origin/gh/ezyang/3066/head 2025-01-24T00:48:47.3627051Z * [new branch] gh/ezyang/3066/orig -> origin/gh/ezyang/3066/orig 2025-01-24T00:48:47.3627548Z * [new branch] gh/ezyang/3067/base -> origin/gh/ezyang/3067/base 2025-01-24T00:48:47.3628401Z * [new branch] gh/ezyang/3067/head -> origin/gh/ezyang/3067/head 2025-01-24T00:48:47.3628927Z * [new branch] gh/ezyang/3067/orig -> origin/gh/ezyang/3067/orig 2025-01-24T00:48:47.3629434Z * [new branch] gh/ezyang/3068/base -> origin/gh/ezyang/3068/base 2025-01-24T00:48:47.3629939Z * [new branch] gh/ezyang/3068/head -> origin/gh/ezyang/3068/head 2025-01-24T00:48:47.3630461Z * [new branch] gh/ezyang/3068/orig -> origin/gh/ezyang/3068/orig 2025-01-24T00:48:47.3630975Z * [new branch] gh/ezyang/3069/base -> origin/gh/ezyang/3069/base 2025-01-24T00:48:47.3631475Z * [new branch] gh/ezyang/3069/head -> origin/gh/ezyang/3069/head 2025-01-24T00:48:47.3631987Z * [new branch] gh/ezyang/3069/orig -> origin/gh/ezyang/3069/orig 2025-01-24T00:48:47.3632492Z * [new branch] gh/ezyang/3070/base -> origin/gh/ezyang/3070/base 2025-01-24T00:48:47.3632991Z * [new branch] gh/ezyang/3070/head -> origin/gh/ezyang/3070/head 2025-01-24T00:48:47.3633507Z * [new branch] gh/ezyang/3070/orig -> origin/gh/ezyang/3070/orig 2025-01-24T00:48:47.3634019Z * [new branch] gh/fduwjj/102/base -> origin/gh/fduwjj/102/base 2025-01-24T00:48:47.3634531Z * [new branch] gh/fduwjj/102/head -> origin/gh/fduwjj/102/head 2025-01-24T00:48:47.3635031Z * [new branch] gh/fduwjj/102/orig -> origin/gh/fduwjj/102/orig 2025-01-24T00:48:47.3635532Z * [new branch] gh/fduwjj/103/base -> origin/gh/fduwjj/103/base 2025-01-24T00:48:47.3636039Z * [new branch] gh/fduwjj/103/head -> origin/gh/fduwjj/103/head 2025-01-24T00:48:47.3636528Z * [new branch] gh/fduwjj/103/orig -> origin/gh/fduwjj/103/orig 2025-01-24T00:48:47.3637029Z * [new branch] gh/fduwjj/104/base -> origin/gh/fduwjj/104/base 2025-01-24T00:48:47.3637549Z * [new branch] gh/fduwjj/104/head -> origin/gh/fduwjj/104/head 2025-01-24T00:48:47.3638048Z * [new branch] gh/fduwjj/104/orig -> origin/gh/fduwjj/104/orig 2025-01-24T00:48:47.3638555Z * [new branch] gh/fduwjj/105/base -> origin/gh/fduwjj/105/base 2025-01-24T00:48:47.3639063Z * [new branch] gh/fduwjj/105/head -> origin/gh/fduwjj/105/head 2025-01-24T00:48:47.3639554Z * [new branch] gh/fduwjj/105/orig -> origin/gh/fduwjj/105/orig 2025-01-24T00:48:47.4098234Z * [new branch] gh/fduwjj/106/base -> origin/gh/fduwjj/106/base 2025-01-24T00:48:47.4098772Z * [new branch] gh/fduwjj/106/head -> origin/gh/fduwjj/106/head 2025-01-24T00:48:47.4099284Z * [new branch] gh/fduwjj/106/orig -> origin/gh/fduwjj/106/orig 2025-01-24T00:48:47.4099829Z * [new branch] gh/fduwjj/107/base -> origin/gh/fduwjj/107/base 2025-01-24T00:48:47.4100352Z * [new branch] gh/fduwjj/107/head -> origin/gh/fduwjj/107/head 2025-01-24T00:48:47.4100859Z * [new branch] gh/fduwjj/107/orig -> origin/gh/fduwjj/107/orig 2025-01-24T00:48:47.4102308Z * [new branch] gh/fduwjj/108/base -> origin/gh/fduwjj/108/base 2025-01-24T00:48:47.4103404Z * [new branch] gh/fduwjj/108/head -> origin/gh/fduwjj/108/head 2025-01-24T00:48:47.4103910Z * [new branch] gh/fduwjj/108/orig -> origin/gh/fduwjj/108/orig 2025-01-24T00:48:47.4104413Z * [new branch] gh/fduwjj/109/base -> origin/gh/fduwjj/109/base 2025-01-24T00:48:47.4104905Z * [new branch] gh/fduwjj/109/head -> origin/gh/fduwjj/109/head 2025-01-24T00:48:47.4105407Z * [new branch] gh/fduwjj/109/orig -> origin/gh/fduwjj/109/orig 2025-01-24T00:48:47.4105918Z * [new branch] gh/fegin/148/base -> origin/gh/fegin/148/base 2025-01-24T00:48:47.4106547Z * [new branch] gh/fegin/148/head -> origin/gh/fegin/148/head 2025-01-24T00:48:47.4108066Z * [new branch] gh/fegin/148/orig -> origin/gh/fegin/148/orig 2025-01-24T00:48:47.4108578Z * [new branch] gh/fegin/159/base -> origin/gh/fegin/159/base 2025-01-24T00:48:47.4109076Z * [new branch] gh/fegin/159/head -> origin/gh/fegin/159/head 2025-01-24T00:48:47.4109568Z * [new branch] gh/fegin/159/orig -> origin/gh/fegin/159/orig 2025-01-24T00:48:47.4110071Z * [new branch] gh/fegin/160/base -> origin/gh/fegin/160/base 2025-01-24T00:48:47.4110574Z * [new branch] gh/fegin/160/head -> origin/gh/fegin/160/head 2025-01-24T00:48:47.4111056Z * [new branch] gh/fegin/160/orig -> origin/gh/fegin/160/orig 2025-01-24T00:48:47.4111561Z * [new branch] gh/fegin/169/base -> origin/gh/fegin/169/base 2025-01-24T00:48:47.4112063Z * [new branch] gh/fegin/169/head -> origin/gh/fegin/169/head 2025-01-24T00:48:47.4112550Z * [new branch] gh/fegin/169/orig -> origin/gh/fegin/169/orig 2025-01-24T00:48:47.4113928Z * [new branch] gh/fegin/171/base -> origin/gh/fegin/171/base 2025-01-24T00:48:47.4114461Z * [new branch] gh/fegin/171/head -> origin/gh/fegin/171/head 2025-01-24T00:48:47.4114963Z * [new branch] gh/fegin/171/orig -> origin/gh/fegin/171/orig 2025-01-24T00:48:47.4115457Z * [new branch] gh/fegin/172/base -> origin/gh/fegin/172/base 2025-01-24T00:48:47.4115948Z * [new branch] gh/fegin/172/head -> origin/gh/fegin/172/head 2025-01-24T00:48:47.4116451Z * [new branch] gh/fegin/172/orig -> origin/gh/fegin/172/orig 2025-01-24T00:48:47.4116953Z * [new branch] gh/fegin/292/base -> origin/gh/fegin/292/base 2025-01-24T00:48:47.4117444Z * [new branch] gh/fegin/292/head -> origin/gh/fegin/292/head 2025-01-24T00:48:47.4117945Z * [new branch] gh/fegin/292/orig -> origin/gh/fegin/292/orig 2025-01-24T00:48:47.4119281Z * [new branch] gh/fegin/293/base -> origin/gh/fegin/293/base 2025-01-24T00:48:47.4119792Z * [new branch] gh/fegin/293/head -> origin/gh/fegin/293/head 2025-01-24T00:48:47.4120295Z * [new branch] gh/fegin/293/orig -> origin/gh/fegin/293/orig 2025-01-24T00:48:47.4120787Z * [new branch] gh/fegin/294/base -> origin/gh/fegin/294/base 2025-01-24T00:48:47.4121287Z * [new branch] gh/fegin/294/head -> origin/gh/fegin/294/head 2025-01-24T00:48:47.4121775Z * [new branch] gh/fegin/294/orig -> origin/gh/fegin/294/orig 2025-01-24T00:48:47.4122276Z * [new branch] gh/fffrog/26/base -> origin/gh/fffrog/26/base 2025-01-24T00:48:47.4122756Z * [new branch] gh/fffrog/26/head -> origin/gh/fffrog/26/head 2025-01-24T00:48:47.4123253Z * [new branch] gh/fffrog/26/orig -> origin/gh/fffrog/26/orig 2025-01-24T00:48:47.4125264Z * [new branch] gh/fffrog/28/base -> origin/gh/fffrog/28/base 2025-01-24T00:48:47.4125760Z * [new branch] gh/fffrog/28/head -> origin/gh/fffrog/28/head 2025-01-24T00:48:47.4126280Z * [new branch] gh/fffrog/28/orig -> origin/gh/fffrog/28/orig 2025-01-24T00:48:47.4126774Z * [new branch] gh/fffrog/37/base -> origin/gh/fffrog/37/base 2025-01-24T00:48:47.4127256Z * [new branch] gh/fffrog/37/head -> origin/gh/fffrog/37/head 2025-01-24T00:48:47.4127767Z * [new branch] gh/fffrog/37/orig -> origin/gh/fffrog/37/orig 2025-01-24T00:48:47.4558777Z * [new branch] gh/guangy10/2/base -> origin/gh/guangy10/2/base 2025-01-24T00:48:47.4559345Z * [new branch] gh/guangy10/2/orig -> origin/gh/guangy10/2/orig 2025-01-24T00:48:47.4559876Z * [new branch] gh/guangyey/100/base -> origin/gh/guangyey/100/base 2025-01-24T00:48:47.4560422Z * [new branch] gh/guangyey/100/head -> origin/gh/guangyey/100/head 2025-01-24T00:48:47.4560938Z * [new branch] gh/guangyey/100/orig -> origin/gh/guangyey/100/orig 2025-01-24T00:48:47.4561471Z * [new branch] gh/guangyey/105/base -> origin/gh/guangyey/105/base 2025-01-24T00:48:47.4561987Z * [new branch] gh/guangyey/105/head -> origin/gh/guangyey/105/head 2025-01-24T00:48:47.4562527Z * [new branch] gh/guangyey/105/orig -> origin/gh/guangyey/105/orig 2025-01-24T00:48:47.4563044Z * [new branch] gh/guangyey/111/base -> origin/gh/guangyey/111/base 2025-01-24T00:48:47.4563569Z * [new branch] gh/guangyey/111/head -> origin/gh/guangyey/111/head 2025-01-24T00:48:47.4564089Z * [new branch] gh/guangyey/111/orig -> origin/gh/guangyey/111/orig 2025-01-24T00:48:47.4564613Z * [new branch] gh/guangyey/112/base -> origin/gh/guangyey/112/base 2025-01-24T00:48:47.4565127Z * [new branch] gh/guangyey/112/head -> origin/gh/guangyey/112/head 2025-01-24T00:48:47.4565644Z * [new branch] gh/guangyey/112/orig -> origin/gh/guangyey/112/orig 2025-01-24T00:48:47.4566161Z * [new branch] gh/guangyey/113/base -> origin/gh/guangyey/113/base 2025-01-24T00:48:47.4566675Z * [new branch] gh/guangyey/113/head -> origin/gh/guangyey/113/head 2025-01-24T00:48:47.4567190Z * [new branch] gh/guangyey/113/orig -> origin/gh/guangyey/113/orig 2025-01-24T00:48:47.4567705Z * [new branch] gh/guangyey/114/base -> origin/gh/guangyey/114/base 2025-01-24T00:48:47.4568220Z * [new branch] gh/guangyey/114/head -> origin/gh/guangyey/114/head 2025-01-24T00:48:47.4568738Z * [new branch] gh/guangyey/114/orig -> origin/gh/guangyey/114/orig 2025-01-24T00:48:47.4569262Z * [new branch] gh/guangyey/115/base -> origin/gh/guangyey/115/base 2025-01-24T00:48:47.4569783Z * [new branch] gh/guangyey/115/head -> origin/gh/guangyey/115/head 2025-01-24T00:48:47.4570291Z * [new branch] gh/guangyey/115/orig -> origin/gh/guangyey/115/orig 2025-01-24T00:48:47.4570826Z * [new branch] gh/guangyey/116/base -> origin/gh/guangyey/116/base 2025-01-24T00:48:47.4571343Z * [new branch] gh/guangyey/116/head -> origin/gh/guangyey/116/head 2025-01-24T00:48:47.4571854Z * [new branch] gh/guangyey/116/orig -> origin/gh/guangyey/116/orig 2025-01-24T00:48:47.4572391Z * [new branch] gh/guangyey/117/base -> origin/gh/guangyey/117/base 2025-01-24T00:48:47.4572917Z * [new branch] gh/guangyey/117/head -> origin/gh/guangyey/117/head 2025-01-24T00:48:47.4573426Z * [new branch] gh/guangyey/117/orig -> origin/gh/guangyey/117/orig 2025-01-24T00:48:47.4574077Z * [new branch] gh/guangyey/118/base -> origin/gh/guangyey/118/base 2025-01-24T00:48:47.4574609Z * [new branch] gh/guangyey/118/head -> origin/gh/guangyey/118/head 2025-01-24T00:48:47.4575141Z * [new branch] gh/guangyey/118/orig -> origin/gh/guangyey/118/orig 2025-01-24T00:48:47.4575666Z * [new branch] gh/guangyey/119/base -> origin/gh/guangyey/119/base 2025-01-24T00:48:47.4576190Z * [new branch] gh/guangyey/119/head -> origin/gh/guangyey/119/head 2025-01-24T00:48:47.4576710Z * [new branch] gh/guangyey/119/orig -> origin/gh/guangyey/119/orig 2025-01-24T00:48:47.4577330Z * [new branch] gh/guangyey/120/base -> origin/gh/guangyey/120/base 2025-01-24T00:48:47.4577867Z * [new branch] gh/guangyey/120/head -> origin/gh/guangyey/120/head 2025-01-24T00:48:47.4578393Z * [new branch] gh/guangyey/120/orig -> origin/gh/guangyey/120/orig 2025-01-24T00:48:47.4578910Z * [new branch] gh/guangyey/121/base -> origin/gh/guangyey/121/base 2025-01-24T00:48:47.4579529Z * [new branch] gh/guangyey/121/head -> origin/gh/guangyey/121/head 2025-01-24T00:48:47.4580058Z * [new branch] gh/guangyey/121/orig -> origin/gh/guangyey/121/orig 2025-01-24T00:48:47.4580580Z * [new branch] gh/guangyey/71/base -> origin/gh/guangyey/71/base 2025-01-24T00:48:47.4581093Z * [new branch] gh/guangyey/71/head -> origin/gh/guangyey/71/head 2025-01-24T00:48:47.4581608Z * [new branch] gh/guangyey/71/orig -> origin/gh/guangyey/71/orig 2025-01-24T00:48:47.4582128Z * [new branch] gh/guangyey/79/base -> origin/gh/guangyey/79/base 2025-01-24T00:48:47.4582635Z * [new branch] gh/guangyey/79/head -> origin/gh/guangyey/79/head 2025-01-24T00:48:47.4583154Z * [new branch] gh/guangyey/79/orig -> origin/gh/guangyey/79/orig 2025-01-24T00:48:47.4989108Z * [new branch] gh/guangyey/87/base -> origin/gh/guangyey/87/base 2025-01-24T00:48:47.4989667Z * [new branch] gh/guangyey/87/head -> origin/gh/guangyey/87/head 2025-01-24T00:48:47.4990176Z * [new branch] gh/guangyey/87/orig -> origin/gh/guangyey/87/orig 2025-01-24T00:48:47.4990694Z * [new branch] gh/guangyey/89/base -> origin/gh/guangyey/89/base 2025-01-24T00:48:47.4991211Z * [new branch] gh/guangyey/89/head -> origin/gh/guangyey/89/head 2025-01-24T00:48:47.4991739Z * [new branch] gh/guangyey/89/orig -> origin/gh/guangyey/89/orig 2025-01-24T00:48:47.4992253Z * [new branch] gh/guangyey/90/base -> origin/gh/guangyey/90/base 2025-01-24T00:48:47.4992773Z * [new branch] gh/guangyey/90/head -> origin/gh/guangyey/90/head 2025-01-24T00:48:47.4994212Z * [new branch] gh/guangyey/90/orig -> origin/gh/guangyey/90/orig 2025-01-24T00:48:47.4994765Z * [new branch] gh/guangyey/99/base -> origin/gh/guangyey/99/base 2025-01-24T00:48:47.4995290Z * [new branch] gh/guangyey/99/head -> origin/gh/guangyey/99/head 2025-01-24T00:48:47.4995805Z * [new branch] gh/guangyey/99/orig -> origin/gh/guangyey/99/orig 2025-01-24T00:48:47.4996357Z * [new branch] gh/guilhermeleobas/11/base -> origin/gh/guilhermeleobas/11/base 2025-01-24T00:48:47.4996964Z * [new branch] gh/guilhermeleobas/11/head -> origin/gh/guilhermeleobas/11/head 2025-01-24T00:48:47.4997572Z * [new branch] gh/guilhermeleobas/11/orig -> origin/gh/guilhermeleobas/11/orig 2025-01-24T00:48:47.4998159Z * [new branch] gh/guilhermeleobas/65/base -> origin/gh/guilhermeleobas/65/base 2025-01-24T00:48:47.4998753Z * [new branch] gh/guilhermeleobas/65/head -> origin/gh/guilhermeleobas/65/head 2025-01-24T00:48:47.5000517Z * [new branch] gh/guilhermeleobas/65/orig -> origin/gh/guilhermeleobas/65/orig 2025-01-24T00:48:47.5001102Z * [new branch] gh/guilhermeleobas/69/base -> origin/gh/guilhermeleobas/69/base 2025-01-24T00:48:47.5001714Z * [new branch] gh/guilhermeleobas/69/head -> origin/gh/guilhermeleobas/69/head 2025-01-24T00:48:47.5002312Z * [new branch] gh/guilhermeleobas/69/orig -> origin/gh/guilhermeleobas/69/orig 2025-01-24T00:48:47.5002904Z * [new branch] gh/guilhermeleobas/73/base -> origin/gh/guilhermeleobas/73/base 2025-01-24T00:48:47.5003635Z * [new branch] gh/guilhermeleobas/73/head -> origin/gh/guilhermeleobas/73/head 2025-01-24T00:48:47.5004236Z * [new branch] gh/guilhermeleobas/73/orig -> origin/gh/guilhermeleobas/73/orig 2025-01-24T00:48:47.5005835Z * [new branch] gh/guilhermeleobas/74/base -> origin/gh/guilhermeleobas/74/base 2025-01-24T00:48:47.5006437Z * [new branch] gh/guilhermeleobas/74/head -> origin/gh/guilhermeleobas/74/head 2025-01-24T00:48:47.5007032Z * [new branch] gh/guilhermeleobas/74/orig -> origin/gh/guilhermeleobas/74/orig 2025-01-24T00:48:47.5007626Z * [new branch] gh/guilhermeleobas/77/base -> origin/gh/guilhermeleobas/77/base 2025-01-24T00:48:47.5008218Z * [new branch] gh/guilhermeleobas/77/head -> origin/gh/guilhermeleobas/77/head 2025-01-24T00:48:47.5008809Z * [new branch] gh/guilhermeleobas/77/orig -> origin/gh/guilhermeleobas/77/orig 2025-01-24T00:48:47.5009409Z * [new branch] gh/guilhermeleobas/79/base -> origin/gh/guilhermeleobas/79/base 2025-01-24T00:48:47.5010005Z * [new branch] gh/guilhermeleobas/79/head -> origin/gh/guilhermeleobas/79/head 2025-01-24T00:48:47.5011456Z * [new branch] gh/guilhermeleobas/79/orig -> origin/gh/guilhermeleobas/79/orig 2025-01-24T00:48:47.5012058Z * [new branch] gh/guilhermeleobas/82/base -> origin/gh/guilhermeleobas/82/base 2025-01-24T00:48:47.5012668Z * [new branch] gh/guilhermeleobas/82/head -> origin/gh/guilhermeleobas/82/head 2025-01-24T00:48:47.5013270Z * [new branch] gh/guilhermeleobas/82/orig -> origin/gh/guilhermeleobas/82/orig 2025-01-24T00:48:47.5013864Z * [new branch] gh/guilhermeleobas/83/base -> origin/gh/guilhermeleobas/83/base 2025-01-24T00:48:47.5014473Z * [new branch] gh/guilhermeleobas/83/head -> origin/gh/guilhermeleobas/83/head 2025-01-24T00:48:47.5015068Z * [new branch] gh/guilhermeleobas/83/orig -> origin/gh/guilhermeleobas/83/orig 2025-01-24T00:48:47.5015668Z * [new branch] gh/guilhermeleobas/84/base -> origin/gh/guilhermeleobas/84/base 2025-01-24T00:48:47.5017115Z * [new branch] gh/guilhermeleobas/84/head -> origin/gh/guilhermeleobas/84/head 2025-01-24T00:48:47.5017723Z * [new branch] gh/guilhermeleobas/84/orig -> origin/gh/guilhermeleobas/84/orig 2025-01-24T00:48:47.5018322Z * [new branch] gh/guilhermeleobas/85/base -> origin/gh/guilhermeleobas/85/base 2025-01-24T00:48:47.5018924Z * [new branch] gh/guilhermeleobas/85/head -> origin/gh/guilhermeleobas/85/head 2025-01-24T00:48:47.5450146Z * [new branch] gh/guilhermeleobas/85/orig -> origin/gh/guilhermeleobas/85/orig 2025-01-24T00:48:47.5450882Z * [new branch] gh/guilhermeleobas/86/base -> origin/gh/guilhermeleobas/86/base 2025-01-24T00:48:47.5451482Z * [new branch] gh/guilhermeleobas/86/head -> origin/gh/guilhermeleobas/86/head 2025-01-24T00:48:47.5452132Z * [new branch] gh/guilhermeleobas/86/orig -> origin/gh/guilhermeleobas/86/orig 2025-01-24T00:48:47.5452742Z * [new branch] gh/guilhermeleobas/87/base -> origin/gh/guilhermeleobas/87/base 2025-01-24T00:48:47.5453345Z * [new branch] gh/guilhermeleobas/87/head -> origin/gh/guilhermeleobas/87/head 2025-01-24T00:48:47.5454125Z * [new branch] gh/guilhermeleobas/87/orig -> origin/gh/guilhermeleobas/87/orig 2025-01-24T00:48:47.5454732Z * [new branch] gh/guilhermeleobas/88/base -> origin/gh/guilhermeleobas/88/base 2025-01-24T00:48:47.5455334Z * [new branch] gh/guilhermeleobas/88/head -> origin/gh/guilhermeleobas/88/head 2025-01-24T00:48:47.5455917Z * [new branch] gh/guilhermeleobas/88/orig -> origin/gh/guilhermeleobas/88/orig 2025-01-24T00:48:47.5456600Z * [new branch] gh/guilhermeleobas/89/base -> origin/gh/guilhermeleobas/89/base 2025-01-24T00:48:47.5457322Z * [new branch] gh/guilhermeleobas/89/head -> origin/gh/guilhermeleobas/89/head 2025-01-24T00:48:47.5457937Z * [new branch] gh/guilhermeleobas/89/orig -> origin/gh/guilhermeleobas/89/orig 2025-01-24T00:48:47.5458536Z * [new branch] gh/guilhermeleobas/90/base -> origin/gh/guilhermeleobas/90/base 2025-01-24T00:48:47.5459148Z * [new branch] gh/guilhermeleobas/90/head -> origin/gh/guilhermeleobas/90/head 2025-01-24T00:48:47.5459824Z * [new branch] gh/guilhermeleobas/90/orig -> origin/gh/guilhermeleobas/90/orig 2025-01-24T00:48:47.5460422Z * [new branch] gh/guilhermeleobas/91/base -> origin/gh/guilhermeleobas/91/base 2025-01-24T00:48:47.5461022Z * [new branch] gh/guilhermeleobas/91/head -> origin/gh/guilhermeleobas/91/head 2025-01-24T00:48:47.5461627Z * [new branch] gh/guilhermeleobas/91/orig -> origin/gh/guilhermeleobas/91/orig 2025-01-24T00:48:47.5462237Z * [new branch] gh/int3/10/base -> origin/gh/int3/10/base 2025-01-24T00:48:47.5462729Z * [new branch] gh/int3/10/head -> origin/gh/int3/10/head 2025-01-24T00:48:47.5463204Z * [new branch] gh/int3/10/orig -> origin/gh/int3/10/orig 2025-01-24T00:48:47.5463684Z * [new branch] gh/int3/100/base -> origin/gh/int3/100/base 2025-01-24T00:48:47.5464167Z * [new branch] gh/int3/100/head -> origin/gh/int3/100/head 2025-01-24T00:48:47.5464640Z * [new branch] gh/int3/100/orig -> origin/gh/int3/100/orig 2025-01-24T00:48:47.5465117Z * [new branch] gh/int3/109/base -> origin/gh/int3/109/base 2025-01-24T00:48:47.5465583Z * [new branch] gh/int3/109/head -> origin/gh/int3/109/head 2025-01-24T00:48:47.5466051Z * [new branch] gh/int3/109/orig -> origin/gh/int3/109/orig 2025-01-24T00:48:47.5466526Z * [new branch] gh/int3/11/base -> origin/gh/int3/11/base 2025-01-24T00:48:47.5466991Z * [new branch] gh/int3/11/head -> origin/gh/int3/11/head 2025-01-24T00:48:47.5467488Z * [new branch] gh/int3/11/orig -> origin/gh/int3/11/orig 2025-01-24T00:48:47.5468009Z * [new branch] gh/int3/113/base -> origin/gh/int3/113/base 2025-01-24T00:48:47.5468484Z * [new branch] gh/int3/113/head -> origin/gh/int3/113/head 2025-01-24T00:48:47.5468956Z * [new branch] gh/int3/113/orig -> origin/gh/int3/113/orig 2025-01-24T00:48:47.5469441Z * [new branch] gh/int3/2/base -> origin/gh/int3/2/base 2025-01-24T00:48:47.5469906Z * [new branch] gh/int3/2/orig -> origin/gh/int3/2/orig 2025-01-24T00:48:47.5470377Z * [new branch] gh/int3/21/base -> origin/gh/int3/21/base 2025-01-24T00:48:47.5470854Z * [new branch] gh/int3/21/head -> origin/gh/int3/21/head 2025-01-24T00:48:47.5471326Z * [new branch] gh/int3/21/orig -> origin/gh/int3/21/orig 2025-01-24T00:48:47.5471785Z * [new branch] gh/int3/34/base -> origin/gh/int3/34/base 2025-01-24T00:48:47.5472264Z * [new branch] gh/int3/34/head -> origin/gh/int3/34/head 2025-01-24T00:48:47.5472855Z * [new branch] gh/int3/34/orig -> origin/gh/int3/34/orig 2025-01-24T00:48:47.5473357Z * [new branch] gh/int3/36/base -> origin/gh/int3/36/base 2025-01-24T00:48:47.5473870Z * [new branch] gh/int3/36/head -> origin/gh/int3/36/head 2025-01-24T00:48:47.5474351Z * [new branch] gh/int3/36/orig -> origin/gh/int3/36/orig 2025-01-24T00:48:47.5474826Z * [new branch] gh/int3/41/base -> origin/gh/int3/41/base 2025-01-24T00:48:47.5475295Z * [new branch] gh/int3/41/head -> origin/gh/int3/41/head 2025-01-24T00:48:47.5938442Z * [new branch] gh/int3/41/orig -> origin/gh/int3/41/orig 2025-01-24T00:48:47.5939047Z * [new branch] gh/int3/45/base -> origin/gh/int3/45/base 2025-01-24T00:48:47.5939627Z * [new branch] gh/int3/45/head -> origin/gh/int3/45/head 2025-01-24T00:48:47.5940133Z * [new branch] gh/int3/45/orig -> origin/gh/int3/45/orig 2025-01-24T00:48:47.5940610Z * [new branch] gh/int3/46/base -> origin/gh/int3/46/base 2025-01-24T00:48:47.5941095Z * [new branch] gh/int3/46/head -> origin/gh/int3/46/head 2025-01-24T00:48:47.5941555Z * [new branch] gh/int3/46/orig -> origin/gh/int3/46/orig 2025-01-24T00:48:47.5942021Z * [new branch] gh/int3/47/base -> origin/gh/int3/47/base 2025-01-24T00:48:47.5942495Z * [new branch] gh/int3/47/head -> origin/gh/int3/47/head 2025-01-24T00:48:47.5942956Z * [new branch] gh/int3/47/orig -> origin/gh/int3/47/orig 2025-01-24T00:48:47.5943435Z * [new branch] gh/int3/55/base -> origin/gh/int3/55/base 2025-01-24T00:48:47.5943908Z * [new branch] gh/int3/55/head -> origin/gh/int3/55/head 2025-01-24T00:48:47.5944378Z * [new branch] gh/int3/55/orig -> origin/gh/int3/55/orig 2025-01-24T00:48:47.5944877Z * [new branch] gh/int3/79/base -> origin/gh/int3/79/base 2025-01-24T00:48:47.5945401Z * [new branch] gh/int3/79/head -> origin/gh/int3/79/head 2025-01-24T00:48:47.5945863Z * [new branch] gh/int3/79/orig -> origin/gh/int3/79/orig 2025-01-24T00:48:47.5946324Z * [new branch] gh/int3/9/base -> origin/gh/int3/9/base 2025-01-24T00:48:47.5946823Z * [new branch] gh/int3/9/head -> origin/gh/int3/9/head 2025-01-24T00:48:47.5947290Z * [new branch] gh/int3/9/orig -> origin/gh/int3/9/orig 2025-01-24T00:48:47.5947754Z * [new branch] gh/int3/94/base -> origin/gh/int3/94/base 2025-01-24T00:48:47.5948220Z * [new branch] gh/int3/94/head -> origin/gh/int3/94/head 2025-01-24T00:48:47.5948692Z * [new branch] gh/int3/94/orig -> origin/gh/int3/94/orig 2025-01-24T00:48:47.5949156Z * [new branch] gh/int3/95/base -> origin/gh/int3/95/base 2025-01-24T00:48:47.5949624Z * [new branch] gh/int3/95/head -> origin/gh/int3/95/head 2025-01-24T00:48:47.5950095Z * [new branch] gh/int3/95/orig -> origin/gh/int3/95/orig 2025-01-24T00:48:47.5950646Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-01-24T00:48:47.5951116Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-01-24T00:48:47.5951602Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-01-24T00:48:47.5952105Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-01-24T00:48:47.5952606Z * [new branch] gh/isuruf/102/base -> origin/gh/isuruf/102/base 2025-01-24T00:48:47.5953238Z * [new branch] gh/isuruf/102/head -> origin/gh/isuruf/102/head 2025-01-24T00:48:47.5953749Z * [new branch] gh/isuruf/102/orig -> origin/gh/isuruf/102/orig 2025-01-24T00:48:47.5954246Z * [new branch] gh/isuruf/103/base -> origin/gh/isuruf/103/base 2025-01-24T00:48:47.5954739Z * [new branch] gh/isuruf/103/head -> origin/gh/isuruf/103/head 2025-01-24T00:48:47.5955248Z * [new branch] gh/isuruf/103/orig -> origin/gh/isuruf/103/orig 2025-01-24T00:48:47.5955768Z * [new branch] gh/isuruf/105/base -> origin/gh/isuruf/105/base 2025-01-24T00:48:47.5956451Z * [new branch] gh/isuruf/105/head -> origin/gh/isuruf/105/head 2025-01-24T00:48:47.5956953Z * [new branch] gh/isuruf/105/orig -> origin/gh/isuruf/105/orig 2025-01-24T00:48:47.5957461Z * [new branch] gh/isuruf/108/base -> origin/gh/isuruf/108/base 2025-01-24T00:48:47.5957973Z * [new branch] gh/isuruf/108/head -> origin/gh/isuruf/108/head 2025-01-24T00:48:47.5958467Z * [new branch] gh/isuruf/108/orig -> origin/gh/isuruf/108/orig 2025-01-24T00:48:47.5958981Z * [new branch] gh/isuruf/109/base -> origin/gh/isuruf/109/base 2025-01-24T00:48:47.5959486Z * [new branch] gh/isuruf/109/head -> origin/gh/isuruf/109/head 2025-01-24T00:48:47.5959972Z * [new branch] gh/isuruf/109/orig -> origin/gh/isuruf/109/orig 2025-01-24T00:48:47.5960483Z * [new branch] gh/isuruf/110/base -> origin/gh/isuruf/110/base 2025-01-24T00:48:47.5961002Z * [new branch] gh/isuruf/110/head -> origin/gh/isuruf/110/head 2025-01-24T00:48:47.5961539Z * [new branch] gh/isuruf/110/orig -> origin/gh/isuruf/110/orig 2025-01-24T00:48:47.5962074Z * [new branch] gh/isuruf/111/base -> origin/gh/isuruf/111/base 2025-01-24T00:48:47.6420945Z * [new branch] gh/isuruf/111/head -> origin/gh/isuruf/111/head 2025-01-24T00:48:47.6421602Z * [new branch] gh/isuruf/111/orig -> origin/gh/isuruf/111/orig 2025-01-24T00:48:47.6422112Z * [new branch] gh/isuruf/112/base -> origin/gh/isuruf/112/base 2025-01-24T00:48:47.6422623Z * [new branch] gh/isuruf/112/head -> origin/gh/isuruf/112/head 2025-01-24T00:48:47.6423125Z * [new branch] gh/isuruf/112/orig -> origin/gh/isuruf/112/orig 2025-01-24T00:48:47.6423646Z * [new branch] gh/isuruf/113/base -> origin/gh/isuruf/113/base 2025-01-24T00:48:47.6424134Z * [new branch] gh/isuruf/113/head -> origin/gh/isuruf/113/head 2025-01-24T00:48:47.6424641Z * [new branch] gh/isuruf/113/orig -> origin/gh/isuruf/113/orig 2025-01-24T00:48:47.6425140Z * [new branch] gh/isuruf/114/base -> origin/gh/isuruf/114/base 2025-01-24T00:48:47.6425644Z * [new branch] gh/isuruf/114/head -> origin/gh/isuruf/114/head 2025-01-24T00:48:47.6426143Z * [new branch] gh/isuruf/114/orig -> origin/gh/isuruf/114/orig 2025-01-24T00:48:47.6426689Z * [new branch] gh/isuruf/115/base -> origin/gh/isuruf/115/base 2025-01-24T00:48:47.6427262Z * [new branch] gh/isuruf/115/head -> origin/gh/isuruf/115/head 2025-01-24T00:48:47.6427753Z * [new branch] gh/isuruf/115/orig -> origin/gh/isuruf/115/orig 2025-01-24T00:48:47.6428263Z * [new branch] gh/isuruf/116/base -> origin/gh/isuruf/116/base 2025-01-24T00:48:47.6428764Z * [new branch] gh/isuruf/116/head -> origin/gh/isuruf/116/head 2025-01-24T00:48:47.6429252Z * [new branch] gh/isuruf/116/orig -> origin/gh/isuruf/116/orig 2025-01-24T00:48:47.6429956Z * [new branch] gh/isuruf/117/base -> origin/gh/isuruf/117/base 2025-01-24T00:48:47.6430462Z * [new branch] gh/isuruf/117/head -> origin/gh/isuruf/117/head 2025-01-24T00:48:47.6430956Z * [new branch] gh/isuruf/117/orig -> origin/gh/isuruf/117/orig 2025-01-24T00:48:47.6431462Z * [new branch] gh/isuruf/39/base -> origin/gh/isuruf/39/base 2025-01-24T00:48:47.6431965Z * [new branch] gh/isuruf/39/head -> origin/gh/isuruf/39/head 2025-01-24T00:48:47.6432559Z * [new branch] gh/isuruf/39/orig -> origin/gh/isuruf/39/orig 2025-01-24T00:48:47.6433556Z * [new branch] gh/isuruf/74/base -> origin/gh/isuruf/74/base 2025-01-24T00:48:47.6434080Z * [new branch] gh/isuruf/74/head -> origin/gh/isuruf/74/head 2025-01-24T00:48:47.6434587Z * [new branch] gh/isuruf/74/orig -> origin/gh/isuruf/74/orig 2025-01-24T00:48:47.6435089Z * [new branch] gh/isuruf/81/base -> origin/gh/isuruf/81/base 2025-01-24T00:48:47.6435588Z * [new branch] gh/isuruf/81/head -> origin/gh/isuruf/81/head 2025-01-24T00:48:47.6436079Z * [new branch] gh/isuruf/81/orig -> origin/gh/isuruf/81/orig 2025-01-24T00:48:47.6436559Z * [new branch] gh/isuruf/98/base -> origin/gh/isuruf/98/base 2025-01-24T00:48:47.6437055Z * [new branch] gh/isuruf/98/head -> origin/gh/isuruf/98/head 2025-01-24T00:48:47.6437545Z * [new branch] gh/isuruf/98/orig -> origin/gh/isuruf/98/orig 2025-01-24T00:48:47.6438174Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-01-24T00:48:47.6438684Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-01-24T00:48:47.6439197Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-01-24T00:48:47.6439715Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-01-24T00:48:47.6440224Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-01-24T00:48:47.6440740Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-01-24T00:48:47.6441256Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-01-24T00:48:47.6441764Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-01-24T00:48:47.6442276Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-01-24T00:48:47.6442787Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-01-24T00:48:47.6443293Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-01-24T00:48:47.6443917Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-01-24T00:48:47.6444441Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-01-24T00:48:47.6444965Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-01-24T00:48:47.6445468Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-01-24T00:48:47.6445981Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-01-24T00:48:47.6879981Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-01-24T00:48:47.6880522Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-01-24T00:48:47.6881074Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-01-24T00:48:47.6881584Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-01-24T00:48:47.6882112Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-01-24T00:48:47.6882802Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-01-24T00:48:47.6883315Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-01-24T00:48:47.6883836Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-01-24T00:48:47.6884346Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-01-24T00:48:47.6884859Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-01-24T00:48:47.6885817Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-01-24T00:48:47.6886343Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-01-24T00:48:47.6886845Z * [new branch] gh/jamesjwu/70/base -> origin/gh/jamesjwu/70/base 2025-01-24T00:48:47.6887362Z * [new branch] gh/jamesjwu/70/head -> origin/gh/jamesjwu/70/head 2025-01-24T00:48:47.6887875Z * [new branch] gh/jamesjwu/70/orig -> origin/gh/jamesjwu/70/orig 2025-01-24T00:48:47.6888370Z * [new branch] gh/jamesjwu/90/base -> origin/gh/jamesjwu/90/base 2025-01-24T00:48:47.6888882Z * [new branch] gh/jamesjwu/90/head -> origin/gh/jamesjwu/90/head 2025-01-24T00:48:47.6889386Z * [new branch] gh/jamesjwu/90/orig -> origin/gh/jamesjwu/90/orig 2025-01-24T00:48:47.6889883Z * [new branch] gh/jamesjwu/91/base -> origin/gh/jamesjwu/91/base 2025-01-24T00:48:47.6890398Z * [new branch] gh/jamesjwu/91/head -> origin/gh/jamesjwu/91/head 2025-01-24T00:48:47.6890912Z * [new branch] gh/jamesjwu/91/orig -> origin/gh/jamesjwu/91/orig 2025-01-24T00:48:47.6891422Z * [new branch] gh/jamesjwu/93/base -> origin/gh/jamesjwu/93/base 2025-01-24T00:48:47.6891923Z * [new branch] gh/jamesjwu/93/head -> origin/gh/jamesjwu/93/head 2025-01-24T00:48:47.6892427Z * [new branch] gh/jamesjwu/93/orig -> origin/gh/jamesjwu/93/orig 2025-01-24T00:48:47.6892941Z * [new branch] gh/jamesjwu/94/base -> origin/gh/jamesjwu/94/base 2025-01-24T00:48:47.6893447Z * [new branch] gh/jamesjwu/94/head -> origin/gh/jamesjwu/94/head 2025-01-24T00:48:47.6893960Z * [new branch] gh/jamesjwu/94/orig -> origin/gh/jamesjwu/94/orig 2025-01-24T00:48:47.6894468Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-01-24T00:48:47.6894975Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-01-24T00:48:47.6895492Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-01-24T00:48:47.6896002Z * [new branch] gh/janeyx99/200/base -> origin/gh/janeyx99/200/base 2025-01-24T00:48:47.6896523Z * [new branch] gh/janeyx99/200/head -> origin/gh/janeyx99/200/head 2025-01-24T00:48:47.6897025Z * [new branch] gh/janeyx99/200/orig -> origin/gh/janeyx99/200/orig 2025-01-24T00:48:47.6897534Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-01-24T00:48:47.6898048Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-01-24T00:48:47.6898551Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-01-24T00:48:47.6899070Z * [new branch] gh/janeyx99/211/base -> origin/gh/janeyx99/211/base 2025-01-24T00:48:47.6899682Z * [new branch] gh/janeyx99/211/head -> origin/gh/janeyx99/211/head 2025-01-24T00:48:47.6900189Z * [new branch] gh/janeyx99/211/orig -> origin/gh/janeyx99/211/orig 2025-01-24T00:48:47.6900706Z * [new branch] gh/janeyx99/212/base -> origin/gh/janeyx99/212/base 2025-01-24T00:48:47.6901352Z * [new branch] gh/janeyx99/212/head -> origin/gh/janeyx99/212/head 2025-01-24T00:48:47.6901864Z * [new branch] gh/janeyx99/212/orig -> origin/gh/janeyx99/212/orig 2025-01-24T00:48:47.6902378Z * [new branch] gh/janeyx99/213/base -> origin/gh/janeyx99/213/base 2025-01-24T00:48:47.6902898Z * [new branch] gh/janeyx99/213/head -> origin/gh/janeyx99/213/head 2025-01-24T00:48:47.6903408Z * [new branch] gh/janeyx99/213/orig -> origin/gh/janeyx99/213/orig 2025-01-24T00:48:47.6904261Z * [new branch] gh/janeyx99/214/base -> origin/gh/janeyx99/214/base 2025-01-24T00:48:47.6904782Z * [new branch] gh/janeyx99/214/head -> origin/gh/janeyx99/214/head 2025-01-24T00:48:47.7370100Z * [new branch] gh/janeyx99/214/orig -> origin/gh/janeyx99/214/orig 2025-01-24T00:48:47.7370720Z * [new branch] gh/janeyx99/215/base -> origin/gh/janeyx99/215/base 2025-01-24T00:48:47.7371235Z * [new branch] gh/janeyx99/215/head -> origin/gh/janeyx99/215/head 2025-01-24T00:48:47.7371749Z * [new branch] gh/janeyx99/215/orig -> origin/gh/janeyx99/215/orig 2025-01-24T00:48:47.7372317Z * [new branch] gh/janeyx99/216/base -> origin/gh/janeyx99/216/base 2025-01-24T00:48:47.7372873Z * [new branch] gh/janeyx99/216/head -> origin/gh/janeyx99/216/head 2025-01-24T00:48:47.7373382Z * [new branch] gh/janeyx99/216/orig -> origin/gh/janeyx99/216/orig 2025-01-24T00:48:47.7373909Z * [new branch] gh/janeyx99/217/base -> origin/gh/janeyx99/217/base 2025-01-24T00:48:47.7374412Z * [new branch] gh/janeyx99/217/head -> origin/gh/janeyx99/217/head 2025-01-24T00:48:47.7374931Z * [new branch] gh/janeyx99/217/orig -> origin/gh/janeyx99/217/orig 2025-01-24T00:48:47.7375452Z * [new branch] gh/janeyx99/86/base -> origin/gh/janeyx99/86/base 2025-01-24T00:48:47.7375968Z * [new branch] gh/janeyx99/86/head -> origin/gh/janeyx99/86/head 2025-01-24T00:48:47.7376467Z * [new branch] gh/janeyx99/86/orig -> origin/gh/janeyx99/86/orig 2025-01-24T00:48:47.7376968Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-01-24T00:48:47.7377473Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-01-24T00:48:47.7377967Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-01-24T00:48:47.7378477Z * [new branch] gh/jansel/227/base -> origin/gh/jansel/227/base 2025-01-24T00:48:47.7378980Z * [new branch] gh/jansel/227/head -> origin/gh/jansel/227/head 2025-01-24T00:48:47.7379530Z * [new branch] gh/jansel/227/orig -> origin/gh/jansel/227/orig 2025-01-24T00:48:47.7380030Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-01-24T00:48:47.7380533Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-01-24T00:48:47.7381033Z * [new branch] gh/jansel/422/base -> origin/gh/jansel/422/base 2025-01-24T00:48:47.7381522Z * [new branch] gh/jansel/422/head -> origin/gh/jansel/422/head 2025-01-24T00:48:47.7382021Z * [new branch] gh/jansel/422/orig -> origin/gh/jansel/422/orig 2025-01-24T00:48:47.7382532Z * [new branch] gh/jansel/446/base -> origin/gh/jansel/446/base 2025-01-24T00:48:47.7383074Z * [new branch] gh/jansel/446/head -> origin/gh/jansel/446/head 2025-01-24T00:48:47.7383619Z * [new branch] gh/jansel/446/orig -> origin/gh/jansel/446/orig 2025-01-24T00:48:47.7384119Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-01-24T00:48:47.7384820Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-01-24T00:48:47.7385323Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-01-24T00:48:47.7385832Z * [new branch] gh/jansel/453/base -> origin/gh/jansel/453/base 2025-01-24T00:48:47.7386348Z * [new branch] gh/jansel/453/head -> origin/gh/jansel/453/head 2025-01-24T00:48:47.7386843Z * [new branch] gh/jansel/453/orig -> origin/gh/jansel/453/orig 2025-01-24T00:48:47.7387859Z * [new branch] gh/jansel/454/base -> origin/gh/jansel/454/base 2025-01-24T00:48:47.7388375Z * [new branch] gh/jansel/454/head -> origin/gh/jansel/454/head 2025-01-24T00:48:47.7388867Z * [new branch] gh/jansel/454/orig -> origin/gh/jansel/454/orig 2025-01-24T00:48:47.7389377Z * [new branch] gh/jansel/455/base -> origin/gh/jansel/455/base 2025-01-24T00:48:47.7389879Z * [new branch] gh/jansel/455/head -> origin/gh/jansel/455/head 2025-01-24T00:48:47.7390382Z * [new branch] gh/jansel/455/orig -> origin/gh/jansel/455/orig 2025-01-24T00:48:47.7390872Z * [new branch] gh/jansel/458/base -> origin/gh/jansel/458/base 2025-01-24T00:48:47.7391376Z * [new branch] gh/jansel/458/head -> origin/gh/jansel/458/head 2025-01-24T00:48:47.7391877Z * [new branch] gh/jansel/458/orig -> origin/gh/jansel/458/orig 2025-01-24T00:48:47.7392373Z * [new branch] gh/jansel/459/base -> origin/gh/jansel/459/base 2025-01-24T00:48:47.7392881Z * [new branch] gh/jansel/459/head -> origin/gh/jansel/459/head 2025-01-24T00:48:47.7393384Z * [new branch] gh/jansel/459/orig -> origin/gh/jansel/459/orig 2025-01-24T00:48:47.7393881Z * [new branch] gh/jansel/460/base -> origin/gh/jansel/460/base 2025-01-24T00:48:47.7394385Z * [new branch] gh/jansel/460/head -> origin/gh/jansel/460/head 2025-01-24T00:48:47.7839785Z * [new branch] gh/jansel/460/orig -> origin/gh/jansel/460/orig 2025-01-24T00:48:47.7840333Z * [new branch] gh/jansel/461/base -> origin/gh/jansel/461/base 2025-01-24T00:48:47.7840831Z * [new branch] gh/jansel/461/head -> origin/gh/jansel/461/head 2025-01-24T00:48:47.7841330Z * [new branch] gh/jansel/461/orig -> origin/gh/jansel/461/orig 2025-01-24T00:48:47.7841848Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-01-24T00:48:47.7842412Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-01-24T00:48:47.7842940Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-01-24T00:48:47.7843475Z * [new branch] gh/jansel/463/base -> origin/gh/jansel/463/base 2025-01-24T00:48:47.7843974Z * [new branch] gh/jansel/463/head -> origin/gh/jansel/463/head 2025-01-24T00:48:47.7844469Z * [new branch] gh/jansel/463/orig -> origin/gh/jansel/463/orig 2025-01-24T00:48:47.7844967Z * [new branch] gh/jansel/464/base -> origin/gh/jansel/464/base 2025-01-24T00:48:47.7845469Z * [new branch] gh/jansel/464/head -> origin/gh/jansel/464/head 2025-01-24T00:48:47.7845954Z * [new branch] gh/jansel/464/orig -> origin/gh/jansel/464/orig 2025-01-24T00:48:47.7846459Z * [new branch] gh/jansel/465/base -> origin/gh/jansel/465/base 2025-01-24T00:48:47.7846962Z * [new branch] gh/jansel/465/head -> origin/gh/jansel/465/head 2025-01-24T00:48:47.7847455Z * [new branch] gh/jansel/465/orig -> origin/gh/jansel/465/orig 2025-01-24T00:48:47.7848136Z * [new branch] gh/jansel/466/base -> origin/gh/jansel/466/base 2025-01-24T00:48:47.7848633Z * [new branch] gh/jansel/466/head -> origin/gh/jansel/466/head 2025-01-24T00:48:47.7849133Z * [new branch] gh/jansel/466/orig -> origin/gh/jansel/466/orig 2025-01-24T00:48:47.7849624Z * [new branch] gh/jansel/467/base -> origin/gh/jansel/467/base 2025-01-24T00:48:47.7850129Z * [new branch] gh/jansel/467/head -> origin/gh/jansel/467/head 2025-01-24T00:48:47.7851081Z * [new branch] gh/jansel/467/orig -> origin/gh/jansel/467/orig 2025-01-24T00:48:47.7851587Z * [new branch] gh/jansel/468/base -> origin/gh/jansel/468/base 2025-01-24T00:48:47.7852087Z * [new branch] gh/jansel/468/head -> origin/gh/jansel/468/head 2025-01-24T00:48:47.7852587Z * [new branch] gh/jansel/468/orig -> origin/gh/jansel/468/orig 2025-01-24T00:48:47.7853085Z * [new branch] gh/jansel/469/base -> origin/gh/jansel/469/base 2025-01-24T00:48:47.7853588Z * [new branch] gh/jansel/469/head -> origin/gh/jansel/469/head 2025-01-24T00:48:47.7854082Z * [new branch] gh/jansel/469/orig -> origin/gh/jansel/469/orig 2025-01-24T00:48:47.7854587Z * [new branch] gh/jansel/470/base -> origin/gh/jansel/470/base 2025-01-24T00:48:47.7855070Z * [new branch] gh/jansel/470/head -> origin/gh/jansel/470/head 2025-01-24T00:48:47.7855568Z * [new branch] gh/jansel/470/orig -> origin/gh/jansel/470/orig 2025-01-24T00:48:47.7856067Z * [new branch] gh/jansel/471/base -> origin/gh/jansel/471/base 2025-01-24T00:48:47.7856553Z * [new branch] gh/jansel/471/head -> origin/gh/jansel/471/head 2025-01-24T00:48:47.7857056Z * [new branch] gh/jansel/471/orig -> origin/gh/jansel/471/orig 2025-01-24T00:48:47.7857561Z * [new branch] gh/jansel/472/base -> origin/gh/jansel/472/base 2025-01-24T00:48:47.7858054Z * [new branch] gh/jansel/472/head -> origin/gh/jansel/472/head 2025-01-24T00:48:47.7858551Z * [new branch] gh/jansel/472/orig -> origin/gh/jansel/472/orig 2025-01-24T00:48:47.7859052Z * [new branch] gh/jansel/473/base -> origin/gh/jansel/473/base 2025-01-24T00:48:47.7859655Z * [new branch] gh/jansel/473/head -> origin/gh/jansel/473/head 2025-01-24T00:48:47.7860148Z * [new branch] gh/jansel/473/orig -> origin/gh/jansel/473/orig 2025-01-24T00:48:47.7860649Z * [new branch] gh/jansel/474/base -> origin/gh/jansel/474/base 2025-01-24T00:48:47.7861153Z * [new branch] gh/jansel/474/head -> origin/gh/jansel/474/head 2025-01-24T00:48:47.7861647Z * [new branch] gh/jansel/474/orig -> origin/gh/jansel/474/orig 2025-01-24T00:48:47.7862145Z * [new branch] gh/jansel/475/base -> origin/gh/jansel/475/base 2025-01-24T00:48:47.7862648Z * [new branch] gh/jansel/475/head -> origin/gh/jansel/475/head 2025-01-24T00:48:47.7863138Z * [new branch] gh/jansel/475/orig -> origin/gh/jansel/475/orig 2025-01-24T00:48:47.7863639Z * [new branch] gh/jansel/476/base -> origin/gh/jansel/476/base 2025-01-24T00:48:47.7864138Z * [new branch] gh/jansel/476/head -> origin/gh/jansel/476/head 2025-01-24T00:48:47.8275206Z * [new branch] gh/jansel/476/orig -> origin/gh/jansel/476/orig 2025-01-24T00:48:47.8275884Z * [new branch] gh/jbschlosser/174/base -> origin/gh/jbschlosser/174/base 2025-01-24T00:48:47.8276462Z * [new branch] gh/jbschlosser/174/head -> origin/gh/jbschlosser/174/head 2025-01-24T00:48:47.8277211Z * [new branch] gh/jbschlosser/174/orig -> origin/gh/jbschlosser/174/orig 2025-01-24T00:48:47.8277776Z * [new branch] gh/jbschlosser/187/base -> origin/gh/jbschlosser/187/base 2025-01-24T00:48:47.8278330Z * [new branch] gh/jbschlosser/187/head -> origin/gh/jbschlosser/187/head 2025-01-24T00:48:47.8278886Z * [new branch] gh/jbschlosser/187/orig -> origin/gh/jbschlosser/187/orig 2025-01-24T00:48:47.8279445Z * [new branch] gh/jbschlosser/195/base -> origin/gh/jbschlosser/195/base 2025-01-24T00:48:47.8280504Z * [new branch] gh/jbschlosser/195/head -> origin/gh/jbschlosser/195/head 2025-01-24T00:48:47.8281072Z * [new branch] gh/jbschlosser/195/orig -> origin/gh/jbschlosser/195/orig 2025-01-24T00:48:47.8281629Z * [new branch] gh/jbschlosser/208/base -> origin/gh/jbschlosser/208/base 2025-01-24T00:48:47.8282171Z * [new branch] gh/jbschlosser/208/head -> origin/gh/jbschlosser/208/head 2025-01-24T00:48:47.8282742Z * [new branch] gh/jbschlosser/208/orig -> origin/gh/jbschlosser/208/orig 2025-01-24T00:48:47.8283305Z * [new branch] gh/jbschlosser/214/base -> origin/gh/jbschlosser/214/base 2025-01-24T00:48:47.8283859Z * [new branch] gh/jbschlosser/214/head -> origin/gh/jbschlosser/214/head 2025-01-24T00:48:47.8284407Z * [new branch] gh/jbschlosser/214/orig -> origin/gh/jbschlosser/214/orig 2025-01-24T00:48:47.8284960Z * [new branch] gh/jbschlosser/216/base -> origin/gh/jbschlosser/216/base 2025-01-24T00:48:47.8285514Z * [new branch] gh/jbschlosser/216/head -> origin/gh/jbschlosser/216/head 2025-01-24T00:48:47.8286067Z * [new branch] gh/jbschlosser/216/orig -> origin/gh/jbschlosser/216/orig 2025-01-24T00:48:47.8286631Z * [new branch] gh/jbschlosser/217/base -> origin/gh/jbschlosser/217/base 2025-01-24T00:48:47.8287195Z * [new branch] gh/jbschlosser/217/head -> origin/gh/jbschlosser/217/head 2025-01-24T00:48:47.8287750Z * [new branch] gh/jbschlosser/217/orig -> origin/gh/jbschlosser/217/orig 2025-01-24T00:48:47.8288300Z * [new branch] gh/jbschlosser/218/base -> origin/gh/jbschlosser/218/base 2025-01-24T00:48:47.8288860Z * [new branch] gh/jbschlosser/218/head -> origin/gh/jbschlosser/218/head 2025-01-24T00:48:47.8289423Z * [new branch] gh/jbschlosser/218/orig -> origin/gh/jbschlosser/218/orig 2025-01-24T00:48:47.8289969Z * [new branch] gh/jbschlosser/219/base -> origin/gh/jbschlosser/219/base 2025-01-24T00:48:47.8290527Z * [new branch] gh/jbschlosser/219/head -> origin/gh/jbschlosser/219/head 2025-01-24T00:48:47.8291091Z * [new branch] gh/jbschlosser/219/orig -> origin/gh/jbschlosser/219/orig 2025-01-24T00:48:47.8291652Z * [new branch] gh/jbschlosser/220/base -> origin/gh/jbschlosser/220/base 2025-01-24T00:48:47.8292208Z * [new branch] gh/jbschlosser/220/head -> origin/gh/jbschlosser/220/head 2025-01-24T00:48:47.8292762Z * [new branch] gh/jbschlosser/220/orig -> origin/gh/jbschlosser/220/orig 2025-01-24T00:48:47.8293328Z * [new branch] gh/jbschlosser/221/base -> origin/gh/jbschlosser/221/base 2025-01-24T00:48:47.8293877Z * [new branch] gh/jbschlosser/221/head -> origin/gh/jbschlosser/221/head 2025-01-24T00:48:47.8294430Z * [new branch] gh/jbschlosser/221/orig -> origin/gh/jbschlosser/221/orig 2025-01-24T00:48:47.8294989Z * [new branch] gh/jbschlosser/222/base -> origin/gh/jbschlosser/222/base 2025-01-24T00:48:47.8295547Z * [new branch] gh/jbschlosser/222/head -> origin/gh/jbschlosser/222/head 2025-01-24T00:48:47.8296102Z * [new branch] gh/jbschlosser/222/orig -> origin/gh/jbschlosser/222/orig 2025-01-24T00:48:47.8296776Z * [new branch] gh/jbschlosser/223/base -> origin/gh/jbschlosser/223/base 2025-01-24T00:48:47.8297321Z * [new branch] gh/jbschlosser/223/head -> origin/gh/jbschlosser/223/head 2025-01-24T00:48:47.8297883Z * [new branch] gh/jbschlosser/223/orig -> origin/gh/jbschlosser/223/orig 2025-01-24T00:48:47.8298437Z * [new branch] gh/jbschlosser/224/base -> origin/gh/jbschlosser/224/base 2025-01-24T00:48:47.8299001Z * [new branch] gh/jbschlosser/224/head -> origin/gh/jbschlosser/224/head 2025-01-24T00:48:47.8300037Z * [new branch] gh/jbschlosser/224/orig -> origin/gh/jbschlosser/224/orig 2025-01-24T00:48:47.8300613Z * [new branch] gh/jbschlosser/225/base -> origin/gh/jbschlosser/225/base 2025-01-24T00:48:47.8301182Z * [new branch] gh/jbschlosser/225/head -> origin/gh/jbschlosser/225/head 2025-01-24T00:48:47.8723819Z * [new branch] gh/jbschlosser/225/orig -> origin/gh/jbschlosser/225/orig 2025-01-24T00:48:47.8724453Z * [new branch] gh/jbschlosser/89/base -> origin/gh/jbschlosser/89/base 2025-01-24T00:48:47.8725019Z * [new branch] gh/jbschlosser/89/head -> origin/gh/jbschlosser/89/head 2025-01-24T00:48:47.8725573Z * [new branch] gh/jbschlosser/89/orig -> origin/gh/jbschlosser/89/orig 2025-01-24T00:48:47.8726091Z * [new branch] gh/jcaip/41/base -> origin/gh/jcaip/41/base 2025-01-24T00:48:47.8726591Z * [new branch] gh/jcaip/41/head -> origin/gh/jcaip/41/head 2025-01-24T00:48:47.8737663Z * [new branch] gh/jcaip/41/orig -> origin/gh/jcaip/41/orig 2025-01-24T00:48:47.8738516Z * [new branch] gh/jcaip/70/base -> origin/gh/jcaip/70/base 2025-01-24T00:48:47.8739005Z * [new branch] gh/jcaip/70/head -> origin/gh/jcaip/70/head 2025-01-24T00:48:47.8739555Z * [new branch] gh/jcaip/70/orig -> origin/gh/jcaip/70/orig 2025-01-24T00:48:47.8740062Z * [new branch] gh/jerryzh168/855/base -> origin/gh/jerryzh168/855/base 2025-01-24T00:48:47.8740598Z * [new branch] gh/jerryzh168/855/head -> origin/gh/jerryzh168/855/head 2025-01-24T00:48:47.8741130Z * [new branch] gh/jerryzh168/855/orig -> origin/gh/jerryzh168/855/orig 2025-01-24T00:48:47.8741668Z * [new branch] gh/jerryzh168/858/base -> origin/gh/jerryzh168/858/base 2025-01-24T00:48:47.8742194Z * [new branch] gh/jerryzh168/858/head -> origin/gh/jerryzh168/858/head 2025-01-24T00:48:47.8742734Z * [new branch] gh/jerryzh168/858/orig -> origin/gh/jerryzh168/858/orig 2025-01-24T00:48:47.8744510Z * [new branch] gh/jerryzh168/859/base -> origin/gh/jerryzh168/859/base 2025-01-24T00:48:47.8745038Z * [new branch] gh/jerryzh168/859/head -> origin/gh/jerryzh168/859/head 2025-01-24T00:48:47.8745586Z * [new branch] gh/jerryzh168/859/orig -> origin/gh/jerryzh168/859/orig 2025-01-24T00:48:47.8746126Z * [new branch] gh/jerryzh168/860/base -> origin/gh/jerryzh168/860/base 2025-01-24T00:48:47.8746654Z * [new branch] gh/jerryzh168/860/head -> origin/gh/jerryzh168/860/head 2025-01-24T00:48:47.8747194Z * [new branch] gh/jerryzh168/860/orig -> origin/gh/jerryzh168/860/orig 2025-01-24T00:48:47.8747718Z * [new branch] gh/jgong5/23/base -> origin/gh/jgong5/23/base 2025-01-24T00:48:47.8748251Z * [new branch] gh/jgong5/23/head -> origin/gh/jgong5/23/head 2025-01-24T00:48:47.8749959Z * [new branch] gh/jiayisunx/12/base -> origin/gh/jiayisunx/12/base 2025-01-24T00:48:47.8750509Z * [new branch] gh/jiayisunx/12/head -> origin/gh/jiayisunx/12/head 2025-01-24T00:48:47.8751256Z * [new branch] gh/jiayisunx/12/orig -> origin/gh/jiayisunx/12/orig 2025-01-24T00:48:47.8751776Z * [new branch] gh/jiayisunx/23/base -> origin/gh/jiayisunx/23/base 2025-01-24T00:48:47.8752307Z * [new branch] gh/jiayisunx/23/head -> origin/gh/jiayisunx/23/head 2025-01-24T00:48:47.8752839Z * [new branch] gh/jiayisunx/23/orig -> origin/gh/jiayisunx/23/orig 2025-01-24T00:48:47.8753365Z * [new branch] gh/jiayisunx/34/base -> origin/gh/jiayisunx/34/base 2025-01-24T00:48:47.8753878Z * [new branch] gh/jiayisunx/34/head -> origin/gh/jiayisunx/34/head 2025-01-24T00:48:47.8756216Z * [new branch] gh/jiayisunx/34/orig -> origin/gh/jiayisunx/34/orig 2025-01-24T00:48:47.8756807Z * [new branch] gh/jiayisunx/37/base -> origin/gh/jiayisunx/37/base 2025-01-24T00:48:47.8757329Z * [new branch] gh/jiayisunx/37/head -> origin/gh/jiayisunx/37/head 2025-01-24T00:48:47.8757868Z * [new branch] gh/jiayisunx/37/orig -> origin/gh/jiayisunx/37/orig 2025-01-24T00:48:47.8758394Z * [new branch] gh/jiayisunx/38/base -> origin/gh/jiayisunx/38/base 2025-01-24T00:48:47.8758909Z * [new branch] gh/jiayisunx/38/head -> origin/gh/jiayisunx/38/head 2025-01-24T00:48:47.8759439Z * [new branch] gh/jiayisunx/38/orig -> origin/gh/jiayisunx/38/orig 2025-01-24T00:48:47.8759974Z * [new branch] gh/jiayisunx/39/base -> origin/gh/jiayisunx/39/base 2025-01-24T00:48:47.8760499Z * [new branch] gh/jiayisunx/39/head -> origin/gh/jiayisunx/39/head 2025-01-24T00:48:47.8762275Z * [new branch] gh/jiayisunx/39/orig -> origin/gh/jiayisunx/39/orig 2025-01-24T00:48:47.8762811Z * [new branch] gh/jiayisunx/40/base -> origin/gh/jiayisunx/40/base 2025-01-24T00:48:47.8763342Z * [new branch] gh/jiayisunx/40/head -> origin/gh/jiayisunx/40/head 2025-01-24T00:48:47.8763860Z * [new branch] gh/jiayisunx/40/orig -> origin/gh/jiayisunx/40/orig 2025-01-24T00:48:47.8764390Z * [new branch] gh/jiayisunx/50/base -> origin/gh/jiayisunx/50/base 2025-01-24T00:48:47.9622185Z * [new branch] gh/jiayisunx/50/head -> origin/gh/jiayisunx/50/head 2025-01-24T00:48:47.9622804Z * [new branch] gh/jiayisunx/50/orig -> origin/gh/jiayisunx/50/orig 2025-01-24T00:48:47.9623334Z * [new branch] gh/jiayisunx/51/base -> origin/gh/jiayisunx/51/base 2025-01-24T00:48:47.9623896Z * [new branch] gh/jiayisunx/51/head -> origin/gh/jiayisunx/51/head 2025-01-24T00:48:47.9624430Z * [new branch] gh/jiayisunx/51/orig -> origin/gh/jiayisunx/51/orig 2025-01-24T00:48:47.9624952Z * [new branch] gh/jiayisunx/52/base -> origin/gh/jiayisunx/52/base 2025-01-24T00:48:47.9625493Z * [new branch] gh/jiayisunx/52/head -> origin/gh/jiayisunx/52/head 2025-01-24T00:48:47.9626029Z * [new branch] gh/jiayisunx/52/orig -> origin/gh/jiayisunx/52/orig 2025-01-24T00:48:47.9627528Z * [new branch] gh/jiayisunx/53/base -> origin/gh/jiayisunx/53/base 2025-01-24T00:48:47.9628052Z * [new branch] gh/jiayisunx/53/head -> origin/gh/jiayisunx/53/head 2025-01-24T00:48:47.9628582Z * [new branch] gh/jiayisunx/53/orig -> origin/gh/jiayisunx/53/orig 2025-01-24T00:48:47.9629121Z * [new branch] gh/jiayisunx/54/base -> origin/gh/jiayisunx/54/base 2025-01-24T00:48:47.9629645Z * [new branch] gh/jiayisunx/54/head -> origin/gh/jiayisunx/54/head 2025-01-24T00:48:47.9630164Z * [new branch] gh/jiayisunx/54/orig -> origin/gh/jiayisunx/54/orig 2025-01-24T00:48:47.9630703Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-01-24T00:48:47.9631456Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-01-24T00:48:47.9632918Z * [new branch] gh/jon-chuang/1/base -> origin/gh/jon-chuang/1/base 2025-01-24T00:48:47.9633452Z * [new branch] gh/jon-chuang/1/head -> origin/gh/jon-chuang/1/head 2025-01-24T00:48:47.9633974Z * [new branch] gh/jon-chuang/12/base -> origin/gh/jon-chuang/12/base 2025-01-24T00:48:47.9634500Z * [new branch] gh/jon-chuang/13/base -> origin/gh/jon-chuang/13/base 2025-01-24T00:48:47.9635032Z * [new branch] gh/jon-chuang/14/base -> origin/gh/jon-chuang/14/base 2025-01-24T00:48:47.9635694Z * [new branch] gh/jon-chuang/16/base -> origin/gh/jon-chuang/16/base 2025-01-24T00:48:47.9636219Z * [new branch] gh/jon-chuang/16/head -> origin/gh/jon-chuang/16/head 2025-01-24T00:48:47.9636753Z * [new branch] gh/jon-chuang/16/orig -> origin/gh/jon-chuang/16/orig 2025-01-24T00:48:47.9637275Z * [new branch] gh/jon-chuang/19/base -> origin/gh/jon-chuang/19/base 2025-01-24T00:48:47.9638686Z * [new branch] gh/jon-chuang/19/head -> origin/gh/jon-chuang/19/head 2025-01-24T00:48:47.9639224Z * [new branch] gh/jon-chuang/19/orig -> origin/gh/jon-chuang/19/orig 2025-01-24T00:48:47.9639755Z * [new branch] gh/jon-chuang/2/base -> origin/gh/jon-chuang/2/base 2025-01-24T00:48:47.9640273Z * [new branch] gh/jon-chuang/2/head -> origin/gh/jon-chuang/2/head 2025-01-24T00:48:47.9640781Z * [new branch] gh/jon-chuang/3/base -> origin/gh/jon-chuang/3/base 2025-01-24T00:48:47.9641298Z * [new branch] gh/jon-chuang/3/head -> origin/gh/jon-chuang/3/head 2025-01-24T00:48:47.9641816Z * [new branch] gh/jon-chuang/4/base -> origin/gh/jon-chuang/4/base 2025-01-24T00:48:47.9642322Z * [new branch] gh/jon-chuang/4/head -> origin/gh/jon-chuang/4/head 2025-01-24T00:48:47.9642837Z * [new branch] gh/jon-chuang/5/base -> origin/gh/jon-chuang/5/base 2025-01-24T00:48:47.9643344Z * [new branch] gh/jon-chuang/5/head -> origin/gh/jon-chuang/5/head 2025-01-24T00:48:47.9644741Z * [new branch] gh/jon-chuang/6/base -> origin/gh/jon-chuang/6/base 2025-01-24T00:48:47.9645273Z * [new branch] gh/jon-chuang/6/head -> origin/gh/jon-chuang/6/head 2025-01-24T00:48:47.9645791Z * [new branch] gh/jon-chuang/7/base -> origin/gh/jon-chuang/7/base 2025-01-24T00:48:47.9646324Z * [new branch] gh/jon-chuang/7/head -> origin/gh/jon-chuang/7/head 2025-01-24T00:48:47.9646834Z * [new branch] gh/jon-chuang/8/base -> origin/gh/jon-chuang/8/base 2025-01-24T00:48:47.9647348Z * [new branch] gh/jon-chuang/8/head -> origin/gh/jon-chuang/8/head 2025-01-24T00:48:47.9647896Z * [new branch] gh/justinchuby/101/base -> origin/gh/justinchuby/101/base 2025-01-24T00:48:47.9648454Z * [new branch] gh/justinchuby/101/head -> origin/gh/justinchuby/101/head 2025-01-24T00:48:47.9649020Z * [new branch] gh/justinchuby/101/orig -> origin/gh/justinchuby/101/orig 2025-01-24T00:48:47.9650458Z * [new branch] gh/kadeng/1/base -> origin/gh/kadeng/1/base 2025-01-24T00:48:47.9650951Z * [new branch] gh/kadeng/1/head -> origin/gh/kadeng/1/head 2025-01-24T00:48:47.9651448Z * [new branch] gh/kadeng/1/orig -> origin/gh/kadeng/1/orig 2025-01-24T00:48:48.0130380Z * [new branch] gh/kadeng/12/base -> origin/gh/kadeng/12/base 2025-01-24T00:48:48.0130960Z * [new branch] gh/kadeng/12/head -> origin/gh/kadeng/12/head 2025-01-24T00:48:48.0131467Z * [new branch] gh/kadeng/13/base -> origin/gh/kadeng/13/base 2025-01-24T00:48:48.0132187Z * [new branch] gh/kadeng/13/head -> origin/gh/kadeng/13/head 2025-01-24T00:48:48.0132690Z * [new branch] gh/kadeng/14/base -> origin/gh/kadeng/14/base 2025-01-24T00:48:48.0133199Z * [new branch] gh/kadeng/14/head -> origin/gh/kadeng/14/head 2025-01-24T00:48:48.0133710Z * [new branch] gh/kadeng/16/base -> origin/gh/kadeng/16/base 2025-01-24T00:48:48.0134201Z * [new branch] gh/kadeng/16/head -> origin/gh/kadeng/16/head 2025-01-24T00:48:48.0134697Z * [new branch] gh/kadeng/6/base -> origin/gh/kadeng/6/base 2025-01-24T00:48:48.0135317Z * [new branch] gh/kadeng/6/head -> origin/gh/kadeng/6/head 2025-01-24T00:48:48.0135816Z * [new branch] gh/kadeng/7/base -> origin/gh/kadeng/7/base 2025-01-24T00:48:48.0136302Z * [new branch] gh/kadeng/9/base -> origin/gh/kadeng/9/base 2025-01-24T00:48:48.0136785Z * [new branch] gh/kadeng/9/head -> origin/gh/kadeng/9/head 2025-01-24T00:48:48.0137328Z * [new branch] gh/kimishpatel/186/base -> origin/gh/kimishpatel/186/base 2025-01-24T00:48:48.0137901Z * [new branch] gh/kimishpatel/186/head -> origin/gh/kimishpatel/186/head 2025-01-24T00:48:48.0138460Z * [new branch] gh/kimishpatel/186/orig -> origin/gh/kimishpatel/186/orig 2025-01-24T00:48:48.0138988Z * [new branch] gh/kollasb/5/base -> origin/gh/kollasb/5/base 2025-01-24T00:48:48.0139555Z * [new branch] gh/kollasb/5/head -> origin/gh/kollasb/5/head 2025-01-24T00:48:48.0140069Z * [new branch] gh/kollasb/5/orig -> origin/gh/kollasb/5/orig 2025-01-24T00:48:48.0140588Z * [new branch] gh/kurtamohler/30/base -> origin/gh/kurtamohler/30/base 2025-01-24T00:48:48.0141143Z * [new branch] gh/kurtamohler/30/head -> origin/gh/kurtamohler/30/head 2025-01-24T00:48:48.0141698Z * [new branch] gh/kurtamohler/30/orig -> origin/gh/kurtamohler/30/orig 2025-01-24T00:48:48.0142224Z * [new branch] gh/kwen2501/1/base -> origin/gh/kwen2501/1/base 2025-01-24T00:48:48.0142718Z * [new branch] gh/kwen2501/1/head -> origin/gh/kwen2501/1/head 2025-01-24T00:48:48.0143224Z * [new branch] gh/kwen2501/108/base -> origin/gh/kwen2501/108/base 2025-01-24T00:48:48.0143740Z * [new branch] gh/kwen2501/108/head -> origin/gh/kwen2501/108/head 2025-01-24T00:48:48.0144244Z * [new branch] gh/kwen2501/108/orig -> origin/gh/kwen2501/108/orig 2025-01-24T00:48:48.0144756Z * [new branch] gh/kwen2501/109/base -> origin/gh/kwen2501/109/base 2025-01-24T00:48:48.0146431Z * [new branch] gh/kwen2501/109/head -> origin/gh/kwen2501/109/head 2025-01-24T00:48:48.0146957Z * [new branch] gh/kwen2501/109/orig -> origin/gh/kwen2501/109/orig 2025-01-24T00:48:48.0147465Z * [new branch] gh/kwen2501/118/base -> origin/gh/kwen2501/118/base 2025-01-24T00:48:48.0147980Z * [new branch] gh/kwen2501/118/head -> origin/gh/kwen2501/118/head 2025-01-24T00:48:48.0148478Z * [new branch] gh/kwen2501/118/orig -> origin/gh/kwen2501/118/orig 2025-01-24T00:48:48.0148997Z * [new branch] gh/kwen2501/15/base -> origin/gh/kwen2501/15/base 2025-01-24T00:48:48.0149501Z * [new branch] gh/kwen2501/15/head -> origin/gh/kwen2501/15/head 2025-01-24T00:48:48.0150008Z * [new branch] gh/kwen2501/65/base -> origin/gh/kwen2501/65/base 2025-01-24T00:48:48.0150501Z * [new branch] gh/kwen2501/65/head -> origin/gh/kwen2501/65/head 2025-01-24T00:48:48.0151011Z * [new branch] gh/kwen2501/65/orig -> origin/gh/kwen2501/65/orig 2025-01-24T00:48:48.0152620Z * [new branch] gh/kwen2501/66/base -> origin/gh/kwen2501/66/base 2025-01-24T00:48:48.0153118Z * [new branch] gh/kwen2501/66/head -> origin/gh/kwen2501/66/head 2025-01-24T00:48:48.0153619Z * [new branch] gh/kwen2501/66/orig -> origin/gh/kwen2501/66/orig 2025-01-24T00:48:48.0154127Z * [new branch] gh/kwen2501/79/base -> origin/gh/kwen2501/79/base 2025-01-24T00:48:48.0154629Z * [new branch] gh/kwen2501/79/head -> origin/gh/kwen2501/79/head 2025-01-24T00:48:48.0155250Z * [new branch] gh/kwen2501/79/orig -> origin/gh/kwen2501/79/orig 2025-01-24T00:48:48.0155766Z * [new branch] gh/kwen2501/87/base -> origin/gh/kwen2501/87/base 2025-01-24T00:48:48.0156279Z * [new branch] gh/kwen2501/87/head -> origin/gh/kwen2501/87/head 2025-01-24T00:48:48.0156777Z * [new branch] gh/kwen2501/87/orig -> origin/gh/kwen2501/87/orig 2025-01-24T00:48:48.0572343Z * [new branch] gh/kwen2501/97/base -> origin/gh/kwen2501/97/base 2025-01-24T00:48:48.0572941Z * [new branch] gh/kwen2501/97/head -> origin/gh/kwen2501/97/head 2025-01-24T00:48:48.0573457Z * [new branch] gh/kwen2501/97/orig -> origin/gh/kwen2501/97/orig 2025-01-24T00:48:48.0573989Z * [new branch] gh/laithsakka/102/base -> origin/gh/laithsakka/102/base 2025-01-24T00:48:48.0574538Z * [new branch] gh/laithsakka/102/head -> origin/gh/laithsakka/102/head 2025-01-24T00:48:48.0575114Z * [new branch] gh/laithsakka/102/orig -> origin/gh/laithsakka/102/orig 2025-01-24T00:48:48.0575651Z * [new branch] gh/laithsakka/103/base -> origin/gh/laithsakka/103/base 2025-01-24T00:48:48.0576743Z * [new branch] gh/laithsakka/103/head -> origin/gh/laithsakka/103/head 2025-01-24T00:48:48.0577647Z * [new branch] gh/laithsakka/103/orig -> origin/gh/laithsakka/103/orig 2025-01-24T00:48:48.0578182Z * [new branch] gh/laithsakka/105/base -> origin/gh/laithsakka/105/base 2025-01-24T00:48:48.0578742Z * [new branch] gh/laithsakka/105/head -> origin/gh/laithsakka/105/head 2025-01-24T00:48:48.0579285Z * [new branch] gh/laithsakka/105/orig -> origin/gh/laithsakka/105/orig 2025-01-24T00:48:48.0579896Z * [new branch] gh/laithsakka/106/base -> origin/gh/laithsakka/106/base 2025-01-24T00:48:48.0580436Z * [new branch] gh/laithsakka/106/head -> origin/gh/laithsakka/106/head 2025-01-24T00:48:48.0580994Z * [new branch] gh/laithsakka/106/orig -> origin/gh/laithsakka/106/orig 2025-01-24T00:48:48.0581543Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-01-24T00:48:48.0582936Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-01-24T00:48:48.0583484Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-01-24T00:48:48.0584022Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-01-24T00:48:48.0584556Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-01-24T00:48:48.0585091Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-01-24T00:48:48.0585626Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-01-24T00:48:48.0586169Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-01-24T00:48:48.0586698Z * [new branch] gh/laithsakka/74/base -> origin/gh/laithsakka/74/base 2025-01-24T00:48:48.0587230Z * [new branch] gh/laithsakka/74/head -> origin/gh/laithsakka/74/head 2025-01-24T00:48:48.0588904Z * [new branch] gh/laithsakka/74/orig -> origin/gh/laithsakka/74/orig 2025-01-24T00:48:48.0589456Z * [new branch] gh/larryliu0820/44/base -> origin/gh/larryliu0820/44/base 2025-01-24T00:48:48.0590014Z * [new branch] gh/larryliu0820/44/head -> origin/gh/larryliu0820/44/head 2025-01-24T00:48:48.0590568Z * [new branch] gh/larryliu0820/44/orig -> origin/gh/larryliu0820/44/orig 2025-01-24T00:48:48.0591110Z * [new branch] gh/larryliu0820/45/base -> origin/gh/larryliu0820/45/base 2025-01-24T00:48:48.0591665Z * [new branch] gh/larryliu0820/45/head -> origin/gh/larryliu0820/45/head 2025-01-24T00:48:48.0592360Z * [new branch] gh/larryliu0820/45/orig -> origin/gh/larryliu0820/45/orig 2025-01-24T00:48:48.0592924Z * [new branch] gh/larryliu0820/46/base -> origin/gh/larryliu0820/46/base 2025-01-24T00:48:48.0594336Z * [new branch] gh/larryliu0820/46/head -> origin/gh/larryliu0820/46/head 2025-01-24T00:48:48.0594915Z * [new branch] gh/larryliu0820/46/orig -> origin/gh/larryliu0820/46/orig 2025-01-24T00:48:48.0595530Z * [new branch] gh/leslie-fang-intel/154/base -> origin/gh/leslie-fang-intel/154/base 2025-01-24T00:48:48.0596165Z * [new branch] gh/leslie-fang-intel/154/head -> origin/gh/leslie-fang-intel/154/head 2025-01-24T00:48:48.0596800Z * [new branch] gh/leslie-fang-intel/154/orig -> origin/gh/leslie-fang-intel/154/orig 2025-01-24T00:48:48.0597426Z * [new branch] gh/leslie-fang-intel/161/base -> origin/gh/leslie-fang-intel/161/base 2025-01-24T00:48:48.0598050Z * [new branch] gh/leslie-fang-intel/161/head -> origin/gh/leslie-fang-intel/161/head 2025-01-24T00:48:48.0598681Z * [new branch] gh/leslie-fang-intel/161/orig -> origin/gh/leslie-fang-intel/161/orig 2025-01-24T00:48:48.0600173Z * [new branch] gh/leslie-fang-intel/162/base -> origin/gh/leslie-fang-intel/162/base 2025-01-24T00:48:48.0600824Z * [new branch] gh/leslie-fang-intel/162/head -> origin/gh/leslie-fang-intel/162/head 2025-01-24T00:48:48.0601444Z * [new branch] gh/leslie-fang-intel/162/orig -> origin/gh/leslie-fang-intel/162/orig 2025-01-24T00:48:48.0602096Z * [new branch] gh/leslie-fang-intel/169/base -> origin/gh/leslie-fang-intel/169/base 2025-01-24T00:48:48.0999582Z * [new branch] gh/leslie-fang-intel/169/head -> origin/gh/leslie-fang-intel/169/head 2025-01-24T00:48:48.1000309Z * [new branch] gh/leslie-fang-intel/169/orig -> origin/gh/leslie-fang-intel/169/orig 2025-01-24T00:48:48.1000992Z * [new branch] gh/leslie-fang-intel/171/base -> origin/gh/leslie-fang-intel/171/base 2025-01-24T00:48:48.1001625Z * [new branch] gh/leslie-fang-intel/171/head -> origin/gh/leslie-fang-intel/171/head 2025-01-24T00:48:48.1002254Z * [new branch] gh/leslie-fang-intel/171/orig -> origin/gh/leslie-fang-intel/171/orig 2025-01-24T00:48:48.1002911Z * [new branch] gh/leslie-fang-intel/172/base -> origin/gh/leslie-fang-intel/172/base 2025-01-24T00:48:48.1003534Z * [new branch] gh/leslie-fang-intel/172/head -> origin/gh/leslie-fang-intel/172/head 2025-01-24T00:48:48.1004151Z * [new branch] gh/leslie-fang-intel/172/orig -> origin/gh/leslie-fang-intel/172/orig 2025-01-24T00:48:48.1004775Z * [new branch] gh/leslie-fang-intel/173/base -> origin/gh/leslie-fang-intel/173/base 2025-01-24T00:48:48.1005397Z * [new branch] gh/leslie-fang-intel/173/head -> origin/gh/leslie-fang-intel/173/head 2025-01-24T00:48:48.1006022Z * [new branch] gh/leslie-fang-intel/173/orig -> origin/gh/leslie-fang-intel/173/orig 2025-01-24T00:48:48.1006645Z * [new branch] gh/leslie-fang-intel/174/base -> origin/gh/leslie-fang-intel/174/base 2025-01-24T00:48:48.1007276Z * [new branch] gh/leslie-fang-intel/174/head -> origin/gh/leslie-fang-intel/174/head 2025-01-24T00:48:48.1022570Z * [new branch] gh/leslie-fang-intel/174/orig -> origin/gh/leslie-fang-intel/174/orig 2025-01-24T00:48:48.1023245Z * [new branch] gh/leslie-fang-intel/175/base -> origin/gh/leslie-fang-intel/175/base 2025-01-24T00:48:48.1024000Z * [new branch] gh/leslie-fang-intel/175/head -> origin/gh/leslie-fang-intel/175/head 2025-01-24T00:48:48.1032037Z * [new branch] gh/leslie-fang-intel/175/orig -> origin/gh/leslie-fang-intel/175/orig 2025-01-24T00:48:48.1033232Z * [new branch] gh/leslie-fang-intel/176/base -> origin/gh/leslie-fang-intel/176/base 2025-01-24T00:48:48.1034578Z * [new branch] gh/leslie-fang-intel/176/head -> origin/gh/leslie-fang-intel/176/head 2025-01-24T00:48:48.1035758Z * [new branch] gh/leslie-fang-intel/176/orig -> origin/gh/leslie-fang-intel/176/orig 2025-01-24T00:48:48.1036906Z * [new branch] gh/leslie-fang-intel/177/base -> origin/gh/leslie-fang-intel/177/base 2025-01-24T00:48:48.1038144Z * [new branch] gh/leslie-fang-intel/177/head -> origin/gh/leslie-fang-intel/177/head 2025-01-24T00:48:48.1039270Z * [new branch] gh/leslie-fang-intel/177/orig -> origin/gh/leslie-fang-intel/177/orig 2025-01-24T00:48:48.1040250Z * [new branch] gh/lw/1/base -> origin/gh/lw/1/base 2025-01-24T00:48:48.1041073Z * [new branch] gh/lw/1/head -> origin/gh/lw/1/head 2025-01-24T00:48:48.1041862Z * [new branch] gh/lw/1/orig -> origin/gh/lw/1/orig 2025-01-24T00:48:48.1042630Z * [new branch] gh/lw/2/base -> origin/gh/lw/2/base 2025-01-24T00:48:48.1043189Z * [new branch] gh/lw/2/head -> origin/gh/lw/2/head 2025-01-24T00:48:48.1043648Z * [new branch] gh/lw/2/orig -> origin/gh/lw/2/orig 2025-01-24T00:48:48.1044104Z * [new branch] gh/lw/3/base -> origin/gh/lw/3/base 2025-01-24T00:48:48.1044552Z * [new branch] gh/lw/3/head -> origin/gh/lw/3/head 2025-01-24T00:48:48.1045002Z * [new branch] gh/lw/3/orig -> origin/gh/lw/3/orig 2025-01-24T00:48:48.1045453Z * [new branch] gh/lw/4/base -> origin/gh/lw/4/base 2025-01-24T00:48:48.1045900Z * [new branch] gh/lw/4/head -> origin/gh/lw/4/head 2025-01-24T00:48:48.1046361Z * [new branch] gh/lw/4/orig -> origin/gh/lw/4/orig 2025-01-24T00:48:48.1046817Z * [new branch] gh/lw/5/base -> origin/gh/lw/5/base 2025-01-24T00:48:48.1047260Z * [new branch] gh/lw/5/head -> origin/gh/lw/5/head 2025-01-24T00:48:48.1047709Z * [new branch] gh/lw/5/orig -> origin/gh/lw/5/orig 2025-01-24T00:48:48.1048187Z * [new branch] gh/malfet/100/base -> origin/gh/malfet/100/base 2025-01-24T00:48:48.1048698Z * [new branch] gh/malfet/100/head -> origin/gh/malfet/100/head 2025-01-24T00:48:48.1049195Z * [new branch] gh/malfet/100/orig -> origin/gh/malfet/100/orig 2025-01-24T00:48:48.1049697Z * [new branch] gh/malfet/101/base -> origin/gh/malfet/101/base 2025-01-24T00:48:48.1050359Z * [new branch] gh/malfet/101/head -> origin/gh/malfet/101/head 2025-01-24T00:48:48.1050903Z * [new branch] gh/malfet/101/orig -> origin/gh/malfet/101/orig 2025-01-24T00:48:48.1051415Z * [new branch] gh/malfet/102/base -> origin/gh/malfet/102/base 2025-01-24T00:48:48.1452576Z * [new branch] gh/malfet/102/head -> origin/gh/malfet/102/head 2025-01-24T00:48:48.1453142Z * [new branch] gh/malfet/102/orig -> origin/gh/malfet/102/orig 2025-01-24T00:48:48.1453658Z * [new branch] gh/malfet/103/base -> origin/gh/malfet/103/base 2025-01-24T00:48:48.1454398Z * [new branch] gh/malfet/103/head -> origin/gh/malfet/103/head 2025-01-24T00:48:48.1454914Z * [new branch] gh/malfet/103/orig -> origin/gh/malfet/103/orig 2025-01-24T00:48:48.1455416Z * [new branch] gh/malfet/104/base -> origin/gh/malfet/104/base 2025-01-24T00:48:48.1455920Z * [new branch] gh/malfet/104/head -> origin/gh/malfet/104/head 2025-01-24T00:48:48.1456425Z * [new branch] gh/malfet/104/orig -> origin/gh/malfet/104/orig 2025-01-24T00:48:48.1457055Z * [new branch] gh/malfet/105/base -> origin/gh/malfet/105/base 2025-01-24T00:48:48.1457558Z * [new branch] gh/malfet/105/head -> origin/gh/malfet/105/head 2025-01-24T00:48:48.1458063Z * [new branch] gh/malfet/105/orig -> origin/gh/malfet/105/orig 2025-01-24T00:48:48.1458566Z * [new branch] gh/malfet/106/base -> origin/gh/malfet/106/base 2025-01-24T00:48:48.1459088Z * [new branch] gh/malfet/106/head -> origin/gh/malfet/106/head 2025-01-24T00:48:48.1459661Z * [new branch] gh/malfet/106/orig -> origin/gh/malfet/106/orig 2025-01-24T00:48:48.1460168Z * [new branch] gh/malfet/107/base -> origin/gh/malfet/107/base 2025-01-24T00:48:48.1460663Z * [new branch] gh/malfet/107/head -> origin/gh/malfet/107/head 2025-01-24T00:48:48.1461184Z * [new branch] gh/malfet/107/orig -> origin/gh/malfet/107/orig 2025-01-24T00:48:48.1461685Z * [new branch] gh/malfet/108/base -> origin/gh/malfet/108/base 2025-01-24T00:48:48.1462175Z * [new branch] gh/malfet/108/head -> origin/gh/malfet/108/head 2025-01-24T00:48:48.1462681Z * [new branch] gh/malfet/108/orig -> origin/gh/malfet/108/orig 2025-01-24T00:48:48.1463195Z * [new branch] gh/malfet/109/base -> origin/gh/malfet/109/base 2025-01-24T00:48:48.1463702Z * [new branch] gh/malfet/109/head -> origin/gh/malfet/109/head 2025-01-24T00:48:48.1464198Z * [new branch] gh/malfet/109/orig -> origin/gh/malfet/109/orig 2025-01-24T00:48:48.1464704Z * [new branch] gh/malfet/110/base -> origin/gh/malfet/110/base 2025-01-24T00:48:48.1465215Z * [new branch] gh/malfet/110/head -> origin/gh/malfet/110/head 2025-01-24T00:48:48.1465708Z * [new branch] gh/malfet/110/orig -> origin/gh/malfet/110/orig 2025-01-24T00:48:48.1466217Z * [new branch] gh/malfet/111/base -> origin/gh/malfet/111/base 2025-01-24T00:48:48.1466727Z * [new branch] gh/malfet/111/head -> origin/gh/malfet/111/head 2025-01-24T00:48:48.1467229Z * [new branch] gh/malfet/111/orig -> origin/gh/malfet/111/orig 2025-01-24T00:48:48.1467739Z * [new branch] gh/malfet/112/base -> origin/gh/malfet/112/base 2025-01-24T00:48:48.1468251Z * [new branch] gh/malfet/112/head -> origin/gh/malfet/112/head 2025-01-24T00:48:48.1468766Z * [new branch] gh/malfet/112/orig -> origin/gh/malfet/112/orig 2025-01-24T00:48:48.1469262Z * [new branch] gh/malfet/113/base -> origin/gh/malfet/113/base 2025-01-24T00:48:48.1469774Z * [new branch] gh/malfet/113/head -> origin/gh/malfet/113/head 2025-01-24T00:48:48.1470276Z * [new branch] gh/malfet/113/orig -> origin/gh/malfet/113/orig 2025-01-24T00:48:48.1470774Z * [new branch] gh/malfet/114/base -> origin/gh/malfet/114/base 2025-01-24T00:48:48.1471282Z * [new branch] gh/malfet/114/head -> origin/gh/malfet/114/head 2025-01-24T00:48:48.1471784Z * [new branch] gh/malfet/114/orig -> origin/gh/malfet/114/orig 2025-01-24T00:48:48.1472406Z * [new branch] gh/malfet/115/base -> origin/gh/malfet/115/base 2025-01-24T00:48:48.1472913Z * [new branch] gh/malfet/115/head -> origin/gh/malfet/115/head 2025-01-24T00:48:48.1473419Z * [new branch] gh/malfet/115/orig -> origin/gh/malfet/115/orig 2025-01-24T00:48:48.1473918Z * [new branch] gh/malfet/116/base -> origin/gh/malfet/116/base 2025-01-24T00:48:48.1474439Z * [new branch] gh/malfet/116/head -> origin/gh/malfet/116/head 2025-01-24T00:48:48.1474935Z * [new branch] gh/malfet/116/orig -> origin/gh/malfet/116/orig 2025-01-24T00:48:48.1475540Z * [new branch] gh/malfet/117/base -> origin/gh/malfet/117/base 2025-01-24T00:48:48.1476050Z * [new branch] gh/malfet/117/head -> origin/gh/malfet/117/head 2025-01-24T00:48:48.1476556Z * [new branch] gh/malfet/117/orig -> origin/gh/malfet/117/orig 2025-01-24T00:48:48.1891950Z * [new branch] gh/malfet/118/base -> origin/gh/malfet/118/base 2025-01-24T00:48:48.1892509Z * [new branch] gh/malfet/118/head -> origin/gh/malfet/118/head 2025-01-24T00:48:48.1893002Z * [new branch] gh/malfet/118/orig -> origin/gh/malfet/118/orig 2025-01-24T00:48:48.1893516Z * [new branch] gh/malfet/119/base -> origin/gh/malfet/119/base 2025-01-24T00:48:48.1894015Z * [new branch] gh/malfet/119/head -> origin/gh/malfet/119/head 2025-01-24T00:48:48.1895600Z * [new branch] gh/malfet/119/orig -> origin/gh/malfet/119/orig 2025-01-24T00:48:48.1896132Z * [new branch] gh/malfet/120/base -> origin/gh/malfet/120/base 2025-01-24T00:48:48.1896647Z * [new branch] gh/malfet/120/head -> origin/gh/malfet/120/head 2025-01-24T00:48:48.1897144Z * [new branch] gh/malfet/120/orig -> origin/gh/malfet/120/orig 2025-01-24T00:48:48.1897660Z * [new branch] gh/malfet/121/base -> origin/gh/malfet/121/base 2025-01-24T00:48:48.1898163Z * [new branch] gh/malfet/121/head -> origin/gh/malfet/121/head 2025-01-24T00:48:48.1898667Z * [new branch] gh/malfet/121/orig -> origin/gh/malfet/121/orig 2025-01-24T00:48:48.1899166Z * [new branch] gh/malfet/122/base -> origin/gh/malfet/122/base 2025-01-24T00:48:48.1899718Z * [new branch] gh/malfet/122/head -> origin/gh/malfet/122/head 2025-01-24T00:48:48.1900221Z * [new branch] gh/malfet/122/orig -> origin/gh/malfet/122/orig 2025-01-24T00:48:48.1901630Z * [new branch] gh/malfet/123/base -> origin/gh/malfet/123/base 2025-01-24T00:48:48.1902144Z * [new branch] gh/malfet/123/head -> origin/gh/malfet/123/head 2025-01-24T00:48:48.1902653Z * [new branch] gh/malfet/123/orig -> origin/gh/malfet/123/orig 2025-01-24T00:48:48.1903152Z * [new branch] gh/malfet/124/base -> origin/gh/malfet/124/base 2025-01-24T00:48:48.1903666Z * [new branch] gh/malfet/124/head -> origin/gh/malfet/124/head 2025-01-24T00:48:48.1904166Z * [new branch] gh/malfet/124/orig -> origin/gh/malfet/124/orig 2025-01-24T00:48:48.1904676Z * [new branch] gh/malfet/125/base -> origin/gh/malfet/125/base 2025-01-24T00:48:48.1905177Z * [new branch] gh/malfet/125/head -> origin/gh/malfet/125/head 2025-01-24T00:48:48.1905696Z * [new branch] gh/malfet/125/orig -> origin/gh/malfet/125/orig 2025-01-24T00:48:48.1906208Z * [new branch] gh/malfet/126/base -> origin/gh/malfet/126/base 2025-01-24T00:48:48.1906705Z * [new branch] gh/malfet/126/head -> origin/gh/malfet/126/head 2025-01-24T00:48:48.1908065Z * [new branch] gh/malfet/126/orig -> origin/gh/malfet/126/orig 2025-01-24T00:48:48.1908585Z * [new branch] gh/malfet/127/base -> origin/gh/malfet/127/base 2025-01-24T00:48:48.1909084Z * [new branch] gh/malfet/127/head -> origin/gh/malfet/127/head 2025-01-24T00:48:48.1909595Z * [new branch] gh/malfet/127/orig -> origin/gh/malfet/127/orig 2025-01-24T00:48:48.1910098Z * [new branch] gh/malfet/128/base -> origin/gh/malfet/128/base 2025-01-24T00:48:48.1910612Z * [new branch] gh/malfet/128/head -> origin/gh/malfet/128/head 2025-01-24T00:48:48.1911238Z * [new branch] gh/malfet/128/orig -> origin/gh/malfet/128/orig 2025-01-24T00:48:48.1911750Z * [new branch] gh/malfet/129/base -> origin/gh/malfet/129/base 2025-01-24T00:48:48.1912260Z * [new branch] gh/malfet/129/head -> origin/gh/malfet/129/head 2025-01-24T00:48:48.1912760Z * [new branch] gh/malfet/129/orig -> origin/gh/malfet/129/orig 2025-01-24T00:48:48.1913275Z * [new branch] gh/malfet/130/base -> origin/gh/malfet/130/base 2025-01-24T00:48:48.1913779Z * [new branch] gh/malfet/130/head -> origin/gh/malfet/130/head 2025-01-24T00:48:48.1914269Z * [new branch] gh/malfet/130/orig -> origin/gh/malfet/130/orig 2025-01-24T00:48:48.1914775Z * [new branch] gh/malfet/131/base -> origin/gh/malfet/131/base 2025-01-24T00:48:48.1915276Z * [new branch] gh/malfet/131/head -> origin/gh/malfet/131/head 2025-01-24T00:48:48.1915780Z * [new branch] gh/malfet/131/orig -> origin/gh/malfet/131/orig 2025-01-24T00:48:48.1916275Z * [new branch] gh/malfet/132/base -> origin/gh/malfet/132/base 2025-01-24T00:48:48.1916774Z * [new branch] gh/malfet/132/head -> origin/gh/malfet/132/head 2025-01-24T00:48:48.1917286Z * [new branch] gh/malfet/132/orig -> origin/gh/malfet/132/orig 2025-01-24T00:48:48.1917784Z * [new branch] gh/malfet/133/base -> origin/gh/malfet/133/base 2025-01-24T00:48:48.1918286Z * [new branch] gh/malfet/133/head -> origin/gh/malfet/133/head 2025-01-24T00:48:48.1918790Z * [new branch] gh/malfet/133/orig -> origin/gh/malfet/133/orig 2025-01-24T00:48:48.2349890Z * [new branch] gh/malfet/134/base -> origin/gh/malfet/134/base 2025-01-24T00:48:48.2350430Z * [new branch] gh/malfet/134/head -> origin/gh/malfet/134/head 2025-01-24T00:48:48.2350965Z * [new branch] gh/malfet/134/orig -> origin/gh/malfet/134/orig 2025-01-24T00:48:48.2351465Z * [new branch] gh/malfet/135/base -> origin/gh/malfet/135/base 2025-01-24T00:48:48.2355592Z * [new branch] gh/malfet/135/head -> origin/gh/malfet/135/head 2025-01-24T00:48:48.2356119Z * [new branch] gh/malfet/135/orig -> origin/gh/malfet/135/orig 2025-01-24T00:48:48.2356629Z * [new branch] gh/malfet/136/base -> origin/gh/malfet/136/base 2025-01-24T00:48:48.2357123Z * [new branch] gh/malfet/136/head -> origin/gh/malfet/136/head 2025-01-24T00:48:48.2357632Z * [new branch] gh/malfet/136/orig -> origin/gh/malfet/136/orig 2025-01-24T00:48:48.2358129Z * [new branch] gh/malfet/137/base -> origin/gh/malfet/137/base 2025-01-24T00:48:48.2358625Z * [new branch] gh/malfet/137/head -> origin/gh/malfet/137/head 2025-01-24T00:48:48.2359135Z * [new branch] gh/malfet/137/orig -> origin/gh/malfet/137/orig 2025-01-24T00:48:48.2359634Z * [new branch] gh/malfet/138/base -> origin/gh/malfet/138/base 2025-01-24T00:48:48.2361343Z * [new branch] gh/malfet/138/head -> origin/gh/malfet/138/head 2025-01-24T00:48:48.2362447Z * [new branch] gh/malfet/138/orig -> origin/gh/malfet/138/orig 2025-01-24T00:48:48.2362950Z * [new branch] gh/malfet/139/base -> origin/gh/malfet/139/base 2025-01-24T00:48:48.2363451Z * [new branch] gh/malfet/139/head -> origin/gh/malfet/139/head 2025-01-24T00:48:48.2363949Z * [new branch] gh/malfet/139/orig -> origin/gh/malfet/139/orig 2025-01-24T00:48:48.2364446Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-01-24T00:48:48.2365278Z * [new branch] gh/malfet/140/base -> origin/gh/malfet/140/base 2025-01-24T00:48:48.2365801Z * [new branch] gh/malfet/140/head -> origin/gh/malfet/140/head 2025-01-24T00:48:48.2367666Z * [new branch] gh/malfet/140/orig -> origin/gh/malfet/140/orig 2025-01-24T00:48:48.2368185Z * [new branch] gh/malfet/141/base -> origin/gh/malfet/141/base 2025-01-24T00:48:48.2368704Z * [new branch] gh/malfet/141/head -> origin/gh/malfet/141/head 2025-01-24T00:48:48.2369205Z * [new branch] gh/malfet/141/orig -> origin/gh/malfet/141/orig 2025-01-24T00:48:48.2369708Z * [new branch] gh/malfet/142/base -> origin/gh/malfet/142/base 2025-01-24T00:48:48.2370213Z * [new branch] gh/malfet/142/head -> origin/gh/malfet/142/head 2025-01-24T00:48:48.2370718Z * [new branch] gh/malfet/142/orig -> origin/gh/malfet/142/orig 2025-01-24T00:48:48.2371227Z * [new branch] gh/malfet/143/base -> origin/gh/malfet/143/base 2025-01-24T00:48:48.2371733Z * [new branch] gh/malfet/143/head -> origin/gh/malfet/143/head 2025-01-24T00:48:48.2373419Z * [new branch] gh/malfet/143/orig -> origin/gh/malfet/143/orig 2025-01-24T00:48:48.2373945Z * [new branch] gh/malfet/144/base -> origin/gh/malfet/144/base 2025-01-24T00:48:48.2374454Z * [new branch] gh/malfet/144/head -> origin/gh/malfet/144/head 2025-01-24T00:48:48.2374961Z * [new branch] gh/malfet/144/orig -> origin/gh/malfet/144/orig 2025-01-24T00:48:48.2375455Z * [new branch] gh/malfet/145/base -> origin/gh/malfet/145/base 2025-01-24T00:48:48.2375964Z * [new branch] gh/malfet/145/head -> origin/gh/malfet/145/head 2025-01-24T00:48:48.2376466Z * [new branch] gh/malfet/145/orig -> origin/gh/malfet/145/orig 2025-01-24T00:48:48.2376958Z * [new branch] gh/malfet/31/base -> origin/gh/malfet/31/base 2025-01-24T00:48:48.2377462Z * [new branch] gh/malfet/31/head -> origin/gh/malfet/31/head 2025-01-24T00:48:48.2377950Z * [new branch] gh/malfet/31/orig -> origin/gh/malfet/31/orig 2025-01-24T00:48:48.2379706Z * [new branch] gh/malfet/37/base -> origin/gh/malfet/37/base 2025-01-24T00:48:48.2380195Z * [new branch] gh/malfet/37/head -> origin/gh/malfet/37/head 2025-01-24T00:48:48.2380696Z * [new branch] gh/malfet/37/orig -> origin/gh/malfet/37/orig 2025-01-24T00:48:48.2381193Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-01-24T00:48:48.2381675Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-01-24T00:48:48.2382164Z * [new branch] gh/malfet/88/base -> origin/gh/malfet/88/base 2025-01-24T00:48:48.2382665Z * [new branch] gh/malfet/88/head -> origin/gh/malfet/88/head 2025-01-24T00:48:48.2383150Z * [new branch] gh/malfet/88/orig -> origin/gh/malfet/88/orig 2025-01-24T00:48:48.2792224Z * [new branch] gh/malfet/89/base -> origin/gh/malfet/89/base 2025-01-24T00:48:48.2793431Z * [new branch] gh/malfet/89/head -> origin/gh/malfet/89/head 2025-01-24T00:48:48.2793944Z * [new branch] gh/malfet/89/orig -> origin/gh/malfet/89/orig 2025-01-24T00:48:48.2795802Z * [new branch] gh/malfet/90/base -> origin/gh/malfet/90/base 2025-01-24T00:48:48.2796313Z * [new branch] gh/malfet/90/head -> origin/gh/malfet/90/head 2025-01-24T00:48:48.2796817Z * [new branch] gh/malfet/90/orig -> origin/gh/malfet/90/orig 2025-01-24T00:48:48.2797300Z * [new branch] gh/malfet/91/base -> origin/gh/malfet/91/base 2025-01-24T00:48:48.2797953Z * [new branch] gh/malfet/91/head -> origin/gh/malfet/91/head 2025-01-24T00:48:48.2798468Z * [new branch] gh/malfet/91/orig -> origin/gh/malfet/91/orig 2025-01-24T00:48:48.2798962Z * [new branch] gh/malfet/92/base -> origin/gh/malfet/92/base 2025-01-24T00:48:48.2799462Z * [new branch] gh/malfet/92/head -> origin/gh/malfet/92/head 2025-01-24T00:48:48.2799959Z * [new branch] gh/malfet/92/orig -> origin/gh/malfet/92/orig 2025-01-24T00:48:48.2801364Z * [new branch] gh/malfet/93/base -> origin/gh/malfet/93/base 2025-01-24T00:48:48.2801870Z * [new branch] gh/malfet/93/head -> origin/gh/malfet/93/head 2025-01-24T00:48:48.2802369Z * [new branch] gh/malfet/93/orig -> origin/gh/malfet/93/orig 2025-01-24T00:48:48.2802861Z * [new branch] gh/malfet/94/base -> origin/gh/malfet/94/base 2025-01-24T00:48:48.2803353Z * [new branch] gh/malfet/94/head -> origin/gh/malfet/94/head 2025-01-24T00:48:48.2803844Z * [new branch] gh/malfet/94/orig -> origin/gh/malfet/94/orig 2025-01-24T00:48:48.2804330Z * [new branch] gh/malfet/95/base -> origin/gh/malfet/95/base 2025-01-24T00:48:48.2804816Z * [new branch] gh/malfet/95/head -> origin/gh/malfet/95/head 2025-01-24T00:48:48.2805313Z * [new branch] gh/malfet/95/orig -> origin/gh/malfet/95/orig 2025-01-24T00:48:48.2806688Z * [new branch] gh/malfet/96/base -> origin/gh/malfet/96/base 2025-01-24T00:48:48.2807188Z * [new branch] gh/malfet/96/head -> origin/gh/malfet/96/head 2025-01-24T00:48:48.2807681Z * [new branch] gh/malfet/96/orig -> origin/gh/malfet/96/orig 2025-01-24T00:48:48.2808173Z * [new branch] gh/malfet/97/base -> origin/gh/malfet/97/base 2025-01-24T00:48:48.2808667Z * [new branch] gh/malfet/97/head -> origin/gh/malfet/97/head 2025-01-24T00:48:48.2809163Z * [new branch] gh/malfet/97/orig -> origin/gh/malfet/97/orig 2025-01-24T00:48:48.2809654Z * [new branch] gh/malfet/98/base -> origin/gh/malfet/98/base 2025-01-24T00:48:48.2810154Z * [new branch] gh/malfet/98/head -> origin/gh/malfet/98/head 2025-01-24T00:48:48.2810632Z * [new branch] gh/malfet/98/orig -> origin/gh/malfet/98/orig 2025-01-24T00:48:48.2811125Z * [new branch] gh/malfet/99/base -> origin/gh/malfet/99/base 2025-01-24T00:48:48.2812828Z * [new branch] gh/malfet/99/head -> origin/gh/malfet/99/head 2025-01-24T00:48:48.2813321Z * [new branch] gh/malfet/99/orig -> origin/gh/malfet/99/orig 2025-01-24T00:48:48.2813837Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-01-24T00:48:48.2814358Z * [new branch] gh/masnesral/140/base -> origin/gh/masnesral/140/base 2025-01-24T00:48:48.2814891Z * [new branch] gh/masnesral/140/head -> origin/gh/masnesral/140/head 2025-01-24T00:48:48.2815432Z * [new branch] gh/masnesral/140/orig -> origin/gh/masnesral/140/orig 2025-01-24T00:48:48.2816439Z * [new branch] gh/masnesral/149/base -> origin/gh/masnesral/149/base 2025-01-24T00:48:48.2816974Z * [new branch] gh/masnesral/149/head -> origin/gh/masnesral/149/head 2025-01-24T00:48:48.2817502Z * [new branch] gh/masnesral/149/orig -> origin/gh/masnesral/149/orig 2025-01-24T00:48:48.2818053Z * [new branch] gh/masnesral/150/base -> origin/gh/masnesral/150/base 2025-01-24T00:48:48.2818586Z * [new branch] gh/masnesral/150/head -> origin/gh/masnesral/150/head 2025-01-24T00:48:48.2819222Z * [new branch] gh/masnesral/150/orig -> origin/gh/masnesral/150/orig 2025-01-24T00:48:48.2819822Z * [new branch] gh/masnesral/155/base -> origin/gh/masnesral/155/base 2025-01-24T00:48:48.2820362Z * [new branch] gh/masnesral/155/head -> origin/gh/masnesral/155/head 2025-01-24T00:48:48.2820895Z * [new branch] gh/masnesral/155/orig -> origin/gh/masnesral/155/orig 2025-01-24T00:48:48.2821438Z * [new branch] gh/masnesral/157/base -> origin/gh/masnesral/157/base 2025-01-24T00:48:48.3248373Z * [new branch] gh/masnesral/157/head -> origin/gh/masnesral/157/head 2025-01-24T00:48:48.3248944Z * [new branch] gh/masnesral/157/orig -> origin/gh/masnesral/157/orig 2025-01-24T00:48:48.3250378Z * [new branch] gh/masnesral/158/base -> origin/gh/masnesral/158/base 2025-01-24T00:48:48.3250939Z * [new branch] gh/masnesral/158/head -> origin/gh/masnesral/158/head 2025-01-24T00:48:48.3251499Z * [new branch] gh/masnesral/158/orig -> origin/gh/masnesral/158/orig 2025-01-24T00:48:48.3252026Z * [new branch] gh/masnesral/159/base -> origin/gh/masnesral/159/base 2025-01-24T00:48:48.3252563Z * [new branch] gh/masnesral/159/head -> origin/gh/masnesral/159/head 2025-01-24T00:48:48.3253101Z * [new branch] gh/masnesral/159/orig -> origin/gh/masnesral/159/orig 2025-01-24T00:48:48.3253630Z * [new branch] gh/masnesral/160/base -> origin/gh/masnesral/160/base 2025-01-24T00:48:48.3254151Z * [new branch] gh/masnesral/160/head -> origin/gh/masnesral/160/head 2025-01-24T00:48:48.3254678Z * [new branch] gh/masnesral/160/orig -> origin/gh/masnesral/160/orig 2025-01-24T00:48:48.3256469Z * [new branch] gh/masnesral/161/base -> origin/gh/masnesral/161/base 2025-01-24T00:48:48.3257014Z * [new branch] gh/masnesral/161/head -> origin/gh/masnesral/161/head 2025-01-24T00:48:48.3257550Z * [new branch] gh/masnesral/161/orig -> origin/gh/masnesral/161/orig 2025-01-24T00:48:48.3258078Z * [new branch] gh/masnesral/162/base -> origin/gh/masnesral/162/base 2025-01-24T00:48:48.3258602Z * [new branch] gh/masnesral/162/head -> origin/gh/masnesral/162/head 2025-01-24T00:48:48.3259131Z * [new branch] gh/masnesral/162/orig -> origin/gh/masnesral/162/orig 2025-01-24T00:48:48.3259713Z * [new branch] gh/masnesral/163/base -> origin/gh/masnesral/163/base 2025-01-24T00:48:48.3260250Z * [new branch] gh/masnesral/163/head -> origin/gh/masnesral/163/head 2025-01-24T00:48:48.3260778Z * [new branch] gh/masnesral/163/orig -> origin/gh/masnesral/163/orig 2025-01-24T00:48:48.3296443Z * [new branch] gh/masnesral/164/base -> origin/gh/masnesral/164/base 2025-01-24T00:48:48.3297006Z * [new branch] gh/masnesral/164/head -> origin/gh/masnesral/164/head 2025-01-24T00:48:48.3297530Z * [new branch] gh/masnesral/164/orig -> origin/gh/masnesral/164/orig 2025-01-24T00:48:48.3298062Z * [new branch] gh/masnesral/165/base -> origin/gh/masnesral/165/base 2025-01-24T00:48:48.3299720Z * [new branch] gh/masnesral/165/head -> origin/gh/masnesral/165/head 2025-01-24T00:48:48.3300258Z * [new branch] gh/masnesral/165/orig -> origin/gh/masnesral/165/orig 2025-01-24T00:48:48.3300795Z * [new branch] gh/masnesral/166/base -> origin/gh/masnesral/166/base 2025-01-24T00:48:48.3301370Z * [new branch] gh/masnesral/166/head -> origin/gh/masnesral/166/head 2025-01-24T00:48:48.3301975Z * [new branch] gh/masnesral/166/orig -> origin/gh/masnesral/166/orig 2025-01-24T00:48:48.3302675Z * [new branch] gh/masnesral/167/base -> origin/gh/masnesral/167/base 2025-01-24T00:48:48.3303217Z * [new branch] gh/masnesral/167/head -> origin/gh/masnesral/167/head 2025-01-24T00:48:48.3303755Z * [new branch] gh/masnesral/167/orig -> origin/gh/masnesral/167/orig 2025-01-24T00:48:48.3304278Z * [new branch] gh/masnesral/168/base -> origin/gh/masnesral/168/base 2025-01-24T00:48:48.3304817Z * [new branch] gh/masnesral/168/head -> origin/gh/masnesral/168/head 2025-01-24T00:48:48.3305348Z * [new branch] gh/masnesral/168/orig -> origin/gh/masnesral/168/orig 2025-01-24T00:48:48.3305870Z * [new branch] gh/masnesral/169/base -> origin/gh/masnesral/169/base 2025-01-24T00:48:48.3306397Z * [new branch] gh/masnesral/169/head -> origin/gh/masnesral/169/head 2025-01-24T00:48:48.3306920Z * [new branch] gh/masnesral/169/orig -> origin/gh/masnesral/169/orig 2025-01-24T00:48:48.3307534Z * [new branch] gh/masnesral/170/base -> origin/gh/masnesral/170/base 2025-01-24T00:48:48.3308117Z * [new branch] gh/masnesral/170/head -> origin/gh/masnesral/170/head 2025-01-24T00:48:48.3308656Z * [new branch] gh/masnesral/170/orig -> origin/gh/masnesral/170/orig 2025-01-24T00:48:48.3309197Z * [new branch] gh/masnesral/34/base -> origin/gh/masnesral/34/base 2025-01-24T00:48:48.3309724Z * [new branch] gh/masnesral/4/base -> origin/gh/masnesral/4/base 2025-01-24T00:48:48.3310251Z * [new branch] gh/masnesral/4/orig -> origin/gh/masnesral/4/orig 2025-01-24T00:48:48.3310751Z * [new branch] gh/mcr229/3/base -> origin/gh/mcr229/3/base 2025-01-24T00:48:48.3311242Z * [new branch] gh/mcr229/3/head -> origin/gh/mcr229/3/head 2025-01-24T00:48:48.3311709Z * [new branch] gh/mcr229/3/orig -> origin/gh/mcr229/3/orig 2025-01-24T00:48:48.3726296Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-01-24T00:48:48.3726923Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-01-24T00:48:48.3727483Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-01-24T00:48:48.3728024Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-01-24T00:48:48.3728585Z * [new branch] gh/mhorowitz/10/base -> origin/gh/mhorowitz/10/base 2025-01-24T00:48:48.3729107Z * [new branch] gh/mhorowitz/10/head -> origin/gh/mhorowitz/10/head 2025-01-24T00:48:48.3729622Z * [new branch] gh/mhorowitz/10/orig -> origin/gh/mhorowitz/10/orig 2025-01-24T00:48:48.3730145Z * [new branch] gh/mhorowitz/11/base -> origin/gh/mhorowitz/11/base 2025-01-24T00:48:48.3730666Z * [new branch] gh/mhorowitz/11/head -> origin/gh/mhorowitz/11/head 2025-01-24T00:48:48.3731187Z * [new branch] gh/mhorowitz/11/orig -> origin/gh/mhorowitz/11/orig 2025-01-24T00:48:48.3731709Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-01-24T00:48:48.3732229Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-01-24T00:48:48.3733380Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-01-24T00:48:48.3733893Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-01-24T00:48:48.3734411Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-01-24T00:48:48.3734936Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-01-24T00:48:48.3735442Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-01-24T00:48:48.3736165Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-01-24T00:48:48.3736805Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-01-24T00:48:48.3737494Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-01-24T00:48:48.3738154Z * [new branch] gh/mhorowitz/7/base -> origin/gh/mhorowitz/7/base 2025-01-24T00:48:48.3738710Z * [new branch] gh/mhorowitz/7/head -> origin/gh/mhorowitz/7/head 2025-01-24T00:48:48.3739222Z * [new branch] gh/mhorowitz/7/orig -> origin/gh/mhorowitz/7/orig 2025-01-24T00:48:48.3739826Z * [new branch] gh/mhorowitz/8/base -> origin/gh/mhorowitz/8/base 2025-01-24T00:48:48.3740350Z * [new branch] gh/mhorowitz/8/head -> origin/gh/mhorowitz/8/head 2025-01-24T00:48:48.3740874Z * [new branch] gh/mhorowitz/8/orig -> origin/gh/mhorowitz/8/orig 2025-01-24T00:48:48.3741392Z * [new branch] gh/mhorowitz/9/base -> origin/gh/mhorowitz/9/base 2025-01-24T00:48:48.3741909Z * [new branch] gh/mhorowitz/9/head -> origin/gh/mhorowitz/9/head 2025-01-24T00:48:48.3742420Z * [new branch] gh/mhorowitz/9/orig -> origin/gh/mhorowitz/9/orig 2025-01-24T00:48:48.3743001Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-01-24T00:48:48.3743633Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-01-24T00:48:48.3744340Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-01-24T00:48:48.3744979Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-01-24T00:48:48.3745594Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-01-24T00:48:48.3746220Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-01-24T00:48:48.3746848Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-01-24T00:48:48.3747463Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-01-24T00:48:48.3748099Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-01-24T00:48:48.3748726Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-01-24T00:48:48.3749378Z * [new branch] gh/mikaylagawarecki/274/base -> origin/gh/mikaylagawarecki/274/base 2025-01-24T00:48:48.3750044Z * [new branch] gh/mikaylagawarecki/274/head -> origin/gh/mikaylagawarecki/274/head 2025-01-24T00:48:48.3750666Z * [new branch] gh/mikaylagawarecki/274/orig -> origin/gh/mikaylagawarecki/274/orig 2025-01-24T00:48:48.3751303Z * [new branch] gh/mikaylagawarecki/276/base -> origin/gh/mikaylagawarecki/276/base 2025-01-24T00:48:48.3751918Z * [new branch] gh/mikaylagawarecki/276/head -> origin/gh/mikaylagawarecki/276/head 2025-01-24T00:48:48.3752547Z * [new branch] gh/mikaylagawarecki/276/orig -> origin/gh/mikaylagawarecki/276/orig 2025-01-24T00:48:48.4195638Z * [new branch] gh/mikaylagawarecki/277/base -> origin/gh/mikaylagawarecki/277/base 2025-01-24T00:48:48.4196295Z * [new branch] gh/mikaylagawarecki/277/head -> origin/gh/mikaylagawarecki/277/head 2025-01-24T00:48:48.4196936Z * [new branch] gh/mikaylagawarecki/277/orig -> origin/gh/mikaylagawarecki/277/orig 2025-01-24T00:48:48.4197573Z * [new branch] gh/mikaylagawarecki/281/base -> origin/gh/mikaylagawarecki/281/base 2025-01-24T00:48:48.4198216Z * [new branch] gh/mikaylagawarecki/281/head -> origin/gh/mikaylagawarecki/281/head 2025-01-24T00:48:48.4199035Z * [new branch] gh/mikaylagawarecki/281/orig -> origin/gh/mikaylagawarecki/281/orig 2025-01-24T00:48:48.4199676Z * [new branch] gh/mikaylagawarecki/299/base -> origin/gh/mikaylagawarecki/299/base 2025-01-24T00:48:48.4200310Z * [new branch] gh/mikaylagawarecki/299/head -> origin/gh/mikaylagawarecki/299/head 2025-01-24T00:48:48.4200960Z * [new branch] gh/mikaylagawarecki/299/orig -> origin/gh/mikaylagawarecki/299/orig 2025-01-24T00:48:48.4201583Z * [new branch] gh/mikaylagawarecki/301/base -> origin/gh/mikaylagawarecki/301/base 2025-01-24T00:48:48.4202202Z * [new branch] gh/mikaylagawarecki/301/head -> origin/gh/mikaylagawarecki/301/head 2025-01-24T00:48:48.4202828Z * [new branch] gh/mikaylagawarecki/301/orig -> origin/gh/mikaylagawarecki/301/orig 2025-01-24T00:48:48.4203453Z * [new branch] gh/mikaylagawarecki/302/base -> origin/gh/mikaylagawarecki/302/base 2025-01-24T00:48:48.4204079Z * [new branch] gh/mikaylagawarecki/302/head -> origin/gh/mikaylagawarecki/302/head 2025-01-24T00:48:48.4204702Z * [new branch] gh/mikaylagawarecki/302/orig -> origin/gh/mikaylagawarecki/302/orig 2025-01-24T00:48:48.4205320Z * [new branch] gh/mikaylagawarecki/303/base -> origin/gh/mikaylagawarecki/303/base 2025-01-24T00:48:48.4205951Z * [new branch] gh/mikaylagawarecki/303/head -> origin/gh/mikaylagawarecki/303/head 2025-01-24T00:48:48.4206575Z * [new branch] gh/mikaylagawarecki/303/orig -> origin/gh/mikaylagawarecki/303/orig 2025-01-24T00:48:48.4207200Z * [new branch] gh/mikaylagawarecki/304/base -> origin/gh/mikaylagawarecki/304/base 2025-01-24T00:48:48.4207818Z * [new branch] gh/mikaylagawarecki/304/head -> origin/gh/mikaylagawarecki/304/head 2025-01-24T00:48:48.4208440Z * [new branch] gh/mikaylagawarecki/304/orig -> origin/gh/mikaylagawarecki/304/orig 2025-01-24T00:48:48.4209064Z * [new branch] gh/mikaylagawarecki/305/base -> origin/gh/mikaylagawarecki/305/base 2025-01-24T00:48:48.4209685Z * [new branch] gh/mikaylagawarecki/305/head -> origin/gh/mikaylagawarecki/305/head 2025-01-24T00:48:48.4210322Z * [new branch] gh/mikaylagawarecki/305/orig -> origin/gh/mikaylagawarecki/305/orig 2025-01-24T00:48:48.4210938Z * [new branch] gh/mikaylagawarecki/306/base -> origin/gh/mikaylagawarecki/306/base 2025-01-24T00:48:48.4211568Z * [new branch] gh/mikaylagawarecki/306/head -> origin/gh/mikaylagawarecki/306/head 2025-01-24T00:48:48.4212192Z * [new branch] gh/mikaylagawarecki/306/orig -> origin/gh/mikaylagawarecki/306/orig 2025-01-24T00:48:48.4212815Z * [new branch] gh/mikaylagawarecki/307/base -> origin/gh/mikaylagawarecki/307/base 2025-01-24T00:48:48.4213430Z * [new branch] gh/mikaylagawarecki/307/head -> origin/gh/mikaylagawarecki/307/head 2025-01-24T00:48:48.4214053Z * [new branch] gh/mikaylagawarecki/307/orig -> origin/gh/mikaylagawarecki/307/orig 2025-01-24T00:48:48.4214646Z * [new branch] gh/mingfeima/125/base -> origin/gh/mingfeima/125/base 2025-01-24T00:48:48.4215202Z * [new branch] gh/mingfeima/125/head -> origin/gh/mingfeima/125/head 2025-01-24T00:48:48.4215734Z * [new branch] gh/mingfeima/125/orig -> origin/gh/mingfeima/125/orig 2025-01-24T00:48:48.4216407Z * [new branch] gh/mingfeima/127/base -> origin/gh/mingfeima/127/base 2025-01-24T00:48:48.4216939Z * [new branch] gh/mingfeima/127/head -> origin/gh/mingfeima/127/head 2025-01-24T00:48:48.4217462Z * [new branch] gh/mingfeima/127/orig -> origin/gh/mingfeima/127/orig 2025-01-24T00:48:48.4217979Z * [new branch] gh/mlazos/1/base -> origin/gh/mlazos/1/base 2025-01-24T00:48:48.4218480Z * [new branch] gh/mlazos/1/head -> origin/gh/mlazos/1/head 2025-01-24T00:48:48.4219063Z * [new branch] gh/mlazos/2/base -> origin/gh/mlazos/2/base 2025-01-24T00:48:48.4219630Z * [new branch] gh/mlazos/2/head -> origin/gh/mlazos/2/head 2025-01-24T00:48:48.4220114Z * [new branch] gh/mlazos/3/base -> origin/gh/mlazos/3/base 2025-01-24T00:48:48.4220590Z * [new branch] gh/mlazos/3/head -> origin/gh/mlazos/3/head 2025-01-24T00:48:48.4221068Z * [new branch] gh/mlazos/3/orig -> origin/gh/mlazos/3/orig 2025-01-24T00:48:48.4221549Z * [new branch] gh/mlazos/4/base -> origin/gh/mlazos/4/base 2025-01-24T00:48:48.4671947Z * [new branch] gh/mlazos/4/head -> origin/gh/mlazos/4/head 2025-01-24T00:48:48.4672541Z * [new branch] gh/mlazos/4/orig -> origin/gh/mlazos/4/orig 2025-01-24T00:48:48.4673084Z * [new branch] gh/mrshenli/382/base -> origin/gh/mrshenli/382/base 2025-01-24T00:48:48.4673642Z * [new branch] gh/mrshenli/382/head -> origin/gh/mrshenli/382/head 2025-01-24T00:48:48.4674163Z * [new branch] gh/mrshenli/382/orig -> origin/gh/mrshenli/382/orig 2025-01-24T00:48:48.4674681Z * [new branch] gh/muchulee8/1/base -> origin/gh/muchulee8/1/base 2025-01-24T00:48:48.4675208Z * [new branch] gh/muchulee8/1/orig -> origin/gh/muchulee8/1/orig 2025-01-24T00:48:48.4675718Z * [new branch] gh/muchulee8/2/base -> origin/gh/muchulee8/2/base 2025-01-24T00:48:48.4676237Z * [new branch] gh/muchulee8/2/orig -> origin/gh/muchulee8/2/orig 2025-01-24T00:48:48.4676746Z * [new branch] gh/muchulee8/36/base -> origin/gh/muchulee8/36/base 2025-01-24T00:48:48.4677264Z * [new branch] gh/muchulee8/36/head -> origin/gh/muchulee8/36/head 2025-01-24T00:48:48.4677824Z * [new branch] gh/muchulee8/36/orig -> origin/gh/muchulee8/36/orig 2025-01-24T00:48:48.4678385Z * [new branch] gh/muchulee8/38/base -> origin/gh/muchulee8/38/base 2025-01-24T00:48:48.4678899Z * [new branch] gh/muchulee8/38/head -> origin/gh/muchulee8/38/head 2025-01-24T00:48:48.4679413Z * [new branch] gh/muchulee8/38/orig -> origin/gh/muchulee8/38/orig 2025-01-24T00:48:48.4679927Z * [new branch] gh/muchulee8/39/base -> origin/gh/muchulee8/39/base 2025-01-24T00:48:48.4680444Z * [new branch] gh/muchulee8/39/head -> origin/gh/muchulee8/39/head 2025-01-24T00:48:48.4680960Z * [new branch] gh/muchulee8/39/orig -> origin/gh/muchulee8/39/orig 2025-01-24T00:48:48.4681478Z * [new branch] gh/muchulee8/40/base -> origin/gh/muchulee8/40/base 2025-01-24T00:48:48.4681992Z * [new branch] gh/muchulee8/40/head -> origin/gh/muchulee8/40/head 2025-01-24T00:48:48.4682510Z * [new branch] gh/muchulee8/40/orig -> origin/gh/muchulee8/40/orig 2025-01-24T00:48:48.4683031Z * [new branch] gh/muchulee8/41/base -> origin/gh/muchulee8/41/base 2025-01-24T00:48:48.4683591Z * [new branch] gh/muchulee8/41/head -> origin/gh/muchulee8/41/head 2025-01-24T00:48:48.4684162Z * [new branch] gh/muchulee8/41/orig -> origin/gh/muchulee8/41/orig 2025-01-24T00:48:48.4684884Z * [new branch] gh/muchulee8/5/base -> origin/gh/muchulee8/5/base 2025-01-24T00:48:48.4685395Z * [new branch] gh/muchulee8/5/orig -> origin/gh/muchulee8/5/orig 2025-01-24T00:48:48.4685898Z * [new branch] gh/mzzchy/2/base -> origin/gh/mzzchy/2/base 2025-01-24T00:48:48.4686397Z * [new branch] gh/mzzchy/2/head -> origin/gh/mzzchy/2/head 2025-01-24T00:48:48.4686886Z * [new branch] gh/mzzchy/2/orig -> origin/gh/mzzchy/2/orig 2025-01-24T00:48:48.4687496Z * [new branch] gh/mzzchy/3/base -> origin/gh/mzzchy/3/base 2025-01-24T00:48:48.4687981Z * [new branch] gh/mzzchy/3/head -> origin/gh/mzzchy/3/head 2025-01-24T00:48:48.4688466Z * [new branch] gh/mzzchy/3/orig -> origin/gh/mzzchy/3/orig 2025-01-24T00:48:48.4688996Z * [new branch] gh/mzzchy/4/base -> origin/gh/mzzchy/4/base 2025-01-24T00:48:48.4689529Z * [new branch] gh/mzzchy/4/head -> origin/gh/mzzchy/4/head 2025-01-24T00:48:48.4690007Z * [new branch] gh/mzzchy/5/base -> origin/gh/mzzchy/5/base 2025-01-24T00:48:48.4690488Z * [new branch] gh/mzzchy/5/head -> origin/gh/mzzchy/5/head 2025-01-24T00:48:48.4690965Z * [new branch] gh/mzzchy/5/orig -> origin/gh/mzzchy/5/orig 2025-01-24T00:48:48.4691482Z * [new branch] gh/nmacchioni/10/base -> origin/gh/nmacchioni/10/base 2025-01-24T00:48:48.4692030Z * [new branch] gh/nmacchioni/10/head -> origin/gh/nmacchioni/10/head 2025-01-24T00:48:48.4692556Z * [new branch] gh/nmacchioni/10/orig -> origin/gh/nmacchioni/10/orig 2025-01-24T00:48:48.4693086Z * [new branch] gh/nmacchioni/12/base -> origin/gh/nmacchioni/12/base 2025-01-24T00:48:48.4693624Z * [new branch] gh/nmacchioni/12/head -> origin/gh/nmacchioni/12/head 2025-01-24T00:48:48.4694150Z * [new branch] gh/nmacchioni/12/orig -> origin/gh/nmacchioni/12/orig 2025-01-24T00:48:48.4694725Z * [new branch] gh/nmacchioni/13/base -> origin/gh/nmacchioni/13/base 2025-01-24T00:48:48.4695305Z * [new branch] gh/nmacchioni/13/head -> origin/gh/nmacchioni/13/head 2025-01-24T00:48:48.4695831Z * [new branch] gh/nmacchioni/13/orig -> origin/gh/nmacchioni/13/orig 2025-01-24T00:48:48.4696366Z * [new branch] gh/nmacchioni/17/base -> origin/gh/nmacchioni/17/base 2025-01-24T00:48:48.5138416Z * [new branch] gh/nmacchioni/17/head -> origin/gh/nmacchioni/17/head 2025-01-24T00:48:48.5139024Z * [new branch] gh/nmacchioni/17/orig -> origin/gh/nmacchioni/17/orig 2025-01-24T00:48:48.5139634Z * [new branch] gh/nmacchioni/18/base -> origin/gh/nmacchioni/18/base 2025-01-24T00:48:48.5140201Z * [new branch] gh/nmacchioni/18/head -> origin/gh/nmacchioni/18/head 2025-01-24T00:48:48.5140741Z * [new branch] gh/nmacchioni/18/orig -> origin/gh/nmacchioni/18/orig 2025-01-24T00:48:48.5141279Z * [new branch] gh/nmacchioni/19/base -> origin/gh/nmacchioni/19/base 2025-01-24T00:48:48.5141812Z * [new branch] gh/nmacchioni/19/head -> origin/gh/nmacchioni/19/head 2025-01-24T00:48:48.5142346Z * [new branch] gh/nmacchioni/19/orig -> origin/gh/nmacchioni/19/orig 2025-01-24T00:48:48.5142881Z * [new branch] gh/nmacchioni/20/base -> origin/gh/nmacchioni/20/base 2025-01-24T00:48:48.5143411Z * [new branch] gh/nmacchioni/20/head -> origin/gh/nmacchioni/20/head 2025-01-24T00:48:48.5143950Z * [new branch] gh/nmacchioni/20/orig -> origin/gh/nmacchioni/20/orig 2025-01-24T00:48:48.5144513Z * [new branch] gh/nmacchioni/21/base -> origin/gh/nmacchioni/21/base 2025-01-24T00:48:48.5145279Z * [new branch] gh/nmacchioni/21/head -> origin/gh/nmacchioni/21/head 2025-01-24T00:48:48.5145817Z * [new branch] gh/nmacchioni/21/orig -> origin/gh/nmacchioni/21/orig 2025-01-24T00:48:48.5146353Z * [new branch] gh/nmacchioni/22/base -> origin/gh/nmacchioni/22/base 2025-01-24T00:48:48.5146891Z * [new branch] gh/nmacchioni/22/head -> origin/gh/nmacchioni/22/head 2025-01-24T00:48:48.5147416Z * [new branch] gh/nmacchioni/23/base -> origin/gh/nmacchioni/23/base 2025-01-24T00:48:48.5148088Z * [new branch] gh/nmacchioni/23/head -> origin/gh/nmacchioni/23/head 2025-01-24T00:48:48.5148632Z * [new branch] gh/nmacchioni/24/base -> origin/gh/nmacchioni/24/base 2025-01-24T00:48:48.5149160Z * [new branch] gh/nmacchioni/24/head -> origin/gh/nmacchioni/24/head 2025-01-24T00:48:48.5149709Z * [new branch] gh/nmacchioni/25/base -> origin/gh/nmacchioni/25/base 2025-01-24T00:48:48.5150291Z * [new branch] gh/nmacchioni/25/head -> origin/gh/nmacchioni/25/head 2025-01-24T00:48:48.5150860Z * [new branch] gh/nmacchioni/26/base -> origin/gh/nmacchioni/26/base 2025-01-24T00:48:48.5151393Z * [new branch] gh/nmacchioni/26/head -> origin/gh/nmacchioni/26/head 2025-01-24T00:48:48.5151924Z * [new branch] gh/nmacchioni/26/orig -> origin/gh/nmacchioni/26/orig 2025-01-24T00:48:48.5152450Z * [new branch] gh/nmacchioni/30/base -> origin/gh/nmacchioni/30/base 2025-01-24T00:48:48.5152986Z * [new branch] gh/nmacchioni/30/head -> origin/gh/nmacchioni/30/head 2025-01-24T00:48:48.5153523Z * [new branch] gh/nmacchioni/30/orig -> origin/gh/nmacchioni/30/orig 2025-01-24T00:48:48.5154051Z * [new branch] gh/nmacchioni/31/base -> origin/gh/nmacchioni/31/base 2025-01-24T00:48:48.5154582Z * [new branch] gh/nmacchioni/31/head -> origin/gh/nmacchioni/31/head 2025-01-24T00:48:48.5155122Z * [new branch] gh/nmacchioni/31/orig -> origin/gh/nmacchioni/31/orig 2025-01-24T00:48:48.5155654Z * [new branch] gh/nmacchioni/32/base -> origin/gh/nmacchioni/32/base 2025-01-24T00:48:48.5156235Z * [new branch] gh/nmacchioni/32/head -> origin/gh/nmacchioni/32/head 2025-01-24T00:48:48.5156818Z * [new branch] gh/nmacchioni/32/orig -> origin/gh/nmacchioni/32/orig 2025-01-24T00:48:48.5157364Z * [new branch] gh/nmacchioni/33/base -> origin/gh/nmacchioni/33/base 2025-01-24T00:48:48.5157889Z * [new branch] gh/nmacchioni/33/head -> origin/gh/nmacchioni/33/head 2025-01-24T00:48:48.5158419Z * [new branch] gh/nmacchioni/33/orig -> origin/gh/nmacchioni/33/orig 2025-01-24T00:48:48.5158951Z * [new branch] gh/nmacchioni/34/base -> origin/gh/nmacchioni/34/base 2025-01-24T00:48:48.5159490Z * [new branch] gh/nmacchioni/34/orig -> origin/gh/nmacchioni/34/orig 2025-01-24T00:48:48.5160017Z * [new branch] gh/nmacchioni/35/base -> origin/gh/nmacchioni/35/base 2025-01-24T00:48:48.5160546Z * [new branch] gh/nmacchioni/35/head -> origin/gh/nmacchioni/35/head 2025-01-24T00:48:48.5161088Z * [new branch] gh/nmacchioni/35/orig -> origin/gh/nmacchioni/35/orig 2025-01-24T00:48:48.5161659Z * [new branch] gh/nmacchioni/36/base -> origin/gh/nmacchioni/36/base 2025-01-24T00:48:48.5162239Z * [new branch] gh/nmacchioni/36/head -> origin/gh/nmacchioni/36/head 2025-01-24T00:48:48.5162773Z * [new branch] gh/nmacchioni/36/orig -> origin/gh/nmacchioni/36/orig 2025-01-24T00:48:48.5163296Z * [new branch] gh/nmacchioni/37/base -> origin/gh/nmacchioni/37/base 2025-01-24T00:48:48.5592280Z * [new branch] gh/nmacchioni/37/head -> origin/gh/nmacchioni/37/head 2025-01-24T00:48:48.5592827Z * [new branch] gh/nmacchioni/37/orig -> origin/gh/nmacchioni/37/orig 2025-01-24T00:48:48.5593373Z * [new branch] gh/nmacchioni/38/base -> origin/gh/nmacchioni/38/base 2025-01-24T00:48:48.5593906Z * [new branch] gh/nmacchioni/38/orig -> origin/gh/nmacchioni/38/orig 2025-01-24T00:48:48.5594445Z * [new branch] gh/nmacchioni/6/base -> origin/gh/nmacchioni/6/base 2025-01-24T00:48:48.5594973Z * [new branch] gh/nmacchioni/6/head -> origin/gh/nmacchioni/6/head 2025-01-24T00:48:48.5595653Z * [new branch] gh/nmacchioni/6/orig -> origin/gh/nmacchioni/6/orig 2025-01-24T00:48:48.5596181Z * [new branch] gh/nmacchioni/8/base -> origin/gh/nmacchioni/8/base 2025-01-24T00:48:48.5596703Z * [new branch] gh/nmacchioni/8/head -> origin/gh/nmacchioni/8/head 2025-01-24T00:48:48.5597239Z * [new branch] gh/nmacchioni/8/orig -> origin/gh/nmacchioni/8/orig 2025-01-24T00:48:48.5597770Z * [new branch] gh/nmacchioni/9/base -> origin/gh/nmacchioni/9/base 2025-01-24T00:48:48.5598295Z * [new branch] gh/nmacchioni/9/head -> origin/gh/nmacchioni/9/head 2025-01-24T00:48:48.5598821Z * [new branch] gh/nmacchioni/9/orig -> origin/gh/nmacchioni/9/orig 2025-01-24T00:48:48.5599337Z * [new branch] gh/oulgen/144/base -> origin/gh/oulgen/144/base 2025-01-24T00:48:48.5599835Z * [new branch] gh/oulgen/144/head -> origin/gh/oulgen/144/head 2025-01-24T00:48:48.5600343Z * [new branch] gh/oulgen/144/orig -> origin/gh/oulgen/144/orig 2025-01-24T00:48:48.5600846Z * [new branch] gh/oulgen/146/base -> origin/gh/oulgen/146/base 2025-01-24T00:48:48.5601333Z * [new branch] gh/oulgen/146/head -> origin/gh/oulgen/146/head 2025-01-24T00:48:48.5601840Z * [new branch] gh/oulgen/146/orig -> origin/gh/oulgen/146/orig 2025-01-24T00:48:48.5602341Z * [new branch] gh/oulgen/2/base -> origin/gh/oulgen/2/base 2025-01-24T00:48:48.5602822Z * [new branch] gh/oulgen/2/head -> origin/gh/oulgen/2/head 2025-01-24T00:48:48.5603303Z * [new branch] gh/oulgen/2/orig -> origin/gh/oulgen/2/orig 2025-01-24T00:48:48.5603791Z * [new branch] gh/oulgen/21/base -> origin/gh/oulgen/21/base 2025-01-24T00:48:48.5604281Z * [new branch] gh/oulgen/21/head -> origin/gh/oulgen/21/head 2025-01-24T00:48:48.5604780Z * [new branch] gh/oulgen/21/orig -> origin/gh/oulgen/21/orig 2025-01-24T00:48:48.5605278Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-01-24T00:48:48.5605774Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-01-24T00:48:48.5606254Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-01-24T00:48:48.5606744Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-01-24T00:48:48.5607232Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-01-24T00:48:48.5607704Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-01-24T00:48:48.5608194Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-01-24T00:48:48.5608685Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-01-24T00:48:48.5609163Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-01-24T00:48:48.5609690Z * [new branch] gh/peterbell10/603/base -> origin/gh/peterbell10/603/base 2025-01-24T00:48:48.5610372Z * [new branch] gh/peterbell10/603/head -> origin/gh/peterbell10/603/head 2025-01-24T00:48:48.5610940Z * [new branch] gh/peterbell10/603/orig -> origin/gh/peterbell10/603/orig 2025-01-24T00:48:48.5611498Z * [new branch] gh/peterbell10/635/base -> origin/gh/peterbell10/635/base 2025-01-24T00:48:48.5612055Z * [new branch] gh/peterbell10/635/head -> origin/gh/peterbell10/635/head 2025-01-24T00:48:48.5612609Z * [new branch] gh/peterbell10/635/orig -> origin/gh/peterbell10/635/orig 2025-01-24T00:48:48.5613155Z * [new branch] gh/peterbell10/636/base -> origin/gh/peterbell10/636/base 2025-01-24T00:48:48.5613815Z * [new branch] gh/peterbell10/636/head -> origin/gh/peterbell10/636/head 2025-01-24T00:48:48.5614367Z * [new branch] gh/peterbell10/636/orig -> origin/gh/peterbell10/636/orig 2025-01-24T00:48:48.5614885Z * [new branch] gh/qqaatw/26/base -> origin/gh/qqaatw/26/base 2025-01-24T00:48:48.5615397Z * [new branch] gh/qqaatw/26/head -> origin/gh/qqaatw/26/head 2025-01-24T00:48:48.5615893Z * [new branch] gh/qqaatw/26/orig -> origin/gh/qqaatw/26/orig 2025-01-24T00:48:48.5616496Z * [new branch] gh/raymo/add-envvars-bool-check -> origin/gh/raymo/add-envvars-bool-check 2025-01-24T00:48:48.6069170Z * [new branch] gh/rec/112/base -> origin/gh/rec/112/base 2025-01-24T00:48:48.6069697Z * [new branch] gh/rec/112/head -> origin/gh/rec/112/head 2025-01-24T00:48:48.6070213Z * [new branch] gh/rec/112/orig -> origin/gh/rec/112/orig 2025-01-24T00:48:48.6070692Z * [new branch] gh/rec/115/base -> origin/gh/rec/115/base 2025-01-24T00:48:48.6071162Z * [new branch] gh/rec/115/head -> origin/gh/rec/115/head 2025-01-24T00:48:48.6071640Z * [new branch] gh/rec/115/orig -> origin/gh/rec/115/orig 2025-01-24T00:48:48.6072136Z * [new branch] gh/rec/116/base -> origin/gh/rec/116/base 2025-01-24T00:48:48.6072605Z * [new branch] gh/rec/116/head -> origin/gh/rec/116/head 2025-01-24T00:48:48.6073077Z * [new branch] gh/rec/116/orig -> origin/gh/rec/116/orig 2025-01-24T00:48:48.6073544Z * [new branch] gh/rec/117/base -> origin/gh/rec/117/base 2025-01-24T00:48:48.6074012Z * [new branch] gh/rec/117/head -> origin/gh/rec/117/head 2025-01-24T00:48:48.6074486Z * [new branch] gh/rec/117/orig -> origin/gh/rec/117/orig 2025-01-24T00:48:48.6074952Z * [new branch] gh/rec/118/base -> origin/gh/rec/118/base 2025-01-24T00:48:48.6075428Z * [new branch] gh/rec/118/head -> origin/gh/rec/118/head 2025-01-24T00:48:48.6075896Z * [new branch] gh/rec/118/orig -> origin/gh/rec/118/orig 2025-01-24T00:48:48.6076369Z * [new branch] gh/rec/119/base -> origin/gh/rec/119/base 2025-01-24T00:48:48.6076861Z * [new branch] gh/rec/119/head -> origin/gh/rec/119/head 2025-01-24T00:48:48.6077329Z * [new branch] gh/rec/119/orig -> origin/gh/rec/119/orig 2025-01-24T00:48:48.6077798Z * [new branch] gh/rec/120/base -> origin/gh/rec/120/base 2025-01-24T00:48:48.6078263Z * [new branch] gh/rec/120/head -> origin/gh/rec/120/head 2025-01-24T00:48:48.6078734Z * [new branch] gh/rec/120/orig -> origin/gh/rec/120/orig 2025-01-24T00:48:48.6079207Z * [new branch] gh/rec/121/base -> origin/gh/rec/121/base 2025-01-24T00:48:48.6079678Z * [new branch] gh/rec/121/head -> origin/gh/rec/121/head 2025-01-24T00:48:48.6080134Z * [new branch] gh/rec/121/orig -> origin/gh/rec/121/orig 2025-01-24T00:48:48.6080806Z * [new branch] gh/rec/122/base -> origin/gh/rec/122/base 2025-01-24T00:48:48.6081272Z * [new branch] gh/rec/122/head -> origin/gh/rec/122/head 2025-01-24T00:48:48.6081741Z * [new branch] gh/rec/122/orig -> origin/gh/rec/122/orig 2025-01-24T00:48:48.6082213Z * [new branch] gh/rec/123/base -> origin/gh/rec/123/base 2025-01-24T00:48:48.6082683Z * [new branch] gh/rec/123/head -> origin/gh/rec/123/head 2025-01-24T00:48:48.6083150Z * [new branch] gh/rec/123/orig -> origin/gh/rec/123/orig 2025-01-24T00:48:48.6083742Z * [new branch] gh/rec/124/base -> origin/gh/rec/124/base 2025-01-24T00:48:48.6084221Z * [new branch] gh/rec/124/head -> origin/gh/rec/124/head 2025-01-24T00:48:48.6084679Z * [new branch] gh/rec/124/orig -> origin/gh/rec/124/orig 2025-01-24T00:48:48.6085158Z * [new branch] gh/rec/27/base -> origin/gh/rec/27/base 2025-01-24T00:48:48.6085641Z * [new branch] gh/rec/27/head -> origin/gh/rec/27/head 2025-01-24T00:48:48.6086108Z * [new branch] gh/rec/27/orig -> origin/gh/rec/27/orig 2025-01-24T00:48:48.6086559Z * [new branch] gh/rec/56/base -> origin/gh/rec/56/base 2025-01-24T00:48:48.6087020Z * [new branch] gh/rec/56/head -> origin/gh/rec/56/head 2025-01-24T00:48:48.6087477Z * [new branch] gh/rec/56/orig -> origin/gh/rec/56/orig 2025-01-24T00:48:48.6087986Z * [new branch] gh/rohan-varma/720/base -> origin/gh/rohan-varma/720/base 2025-01-24T00:48:48.6088540Z * [new branch] gh/rohan-varma/720/head -> origin/gh/rohan-varma/720/head 2025-01-24T00:48:48.6089084Z * [new branch] gh/rohan-varma/720/orig -> origin/gh/rohan-varma/720/orig 2025-01-24T00:48:48.6089623Z * [new branch] gh/rohan-varma/721/base -> origin/gh/rohan-varma/721/base 2025-01-24T00:48:48.6090169Z * [new branch] gh/rohan-varma/721/head -> origin/gh/rohan-varma/721/head 2025-01-24T00:48:48.6090710Z * [new branch] gh/rohan-varma/721/orig -> origin/gh/rohan-varma/721/orig 2025-01-24T00:48:48.6091255Z * [new branch] gh/rohan-varma/722/base -> origin/gh/rohan-varma/722/base 2025-01-24T00:48:48.6091789Z * [new branch] gh/rohan-varma/722/head -> origin/gh/rohan-varma/722/head 2025-01-24T00:48:48.6092334Z * [new branch] gh/rohan-varma/722/orig -> origin/gh/rohan-varma/722/orig 2025-01-24T00:48:48.6552623Z * [new branch] gh/rohan-varma/742/base -> origin/gh/rohan-varma/742/base 2025-01-24T00:48:48.6553210Z * [new branch] gh/rohan-varma/742/head -> origin/gh/rohan-varma/742/head 2025-01-24T00:48:48.6553795Z * [new branch] gh/rohan-varma/742/orig -> origin/gh/rohan-varma/742/orig 2025-01-24T00:48:48.6554333Z * [new branch] gh/sanrise/4/base -> origin/gh/sanrise/4/base 2025-01-24T00:48:48.6554845Z * [new branch] gh/sanrise/4/head -> origin/gh/sanrise/4/head 2025-01-24T00:48:48.6555340Z * [new branch] gh/sanrise/4/orig -> origin/gh/sanrise/4/orig 2025-01-24T00:48:48.6555837Z * [new branch] gh/seanx92/1/base -> origin/gh/seanx92/1/base 2025-01-24T00:48:48.6556338Z * [new branch] gh/seanx92/1/orig -> origin/gh/seanx92/1/orig 2025-01-24T00:48:48.6556862Z * [new branch] gh/seemethere/7/base -> origin/gh/seemethere/7/base 2025-01-24T00:48:48.6557401Z * [new branch] gh/seemethere/7/head -> origin/gh/seemethere/7/head 2025-01-24T00:48:48.6557931Z * [new branch] gh/seemethere/7/orig -> origin/gh/seemethere/7/orig 2025-01-24T00:48:48.6558667Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-01-24T00:48:48.6559235Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-01-24T00:48:48.6559787Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-01-24T00:48:48.6560339Z * [new branch] gh/shunting314/151/base -> origin/gh/shunting314/151/base 2025-01-24T00:48:48.6560889Z * [new branch] gh/shunting314/151/head -> origin/gh/shunting314/151/head 2025-01-24T00:48:48.6561552Z * [new branch] gh/shunting314/151/orig -> origin/gh/shunting314/151/orig 2025-01-24T00:48:48.6562101Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-01-24T00:48:48.6562643Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-01-24T00:48:48.6563198Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-01-24T00:48:48.6563741Z * [new branch] gh/shunting314/186/base -> origin/gh/shunting314/186/base 2025-01-24T00:48:48.6564283Z * [new branch] gh/shunting314/186/head -> origin/gh/shunting314/186/head 2025-01-24T00:48:48.6564827Z * [new branch] gh/shunting314/186/orig -> origin/gh/shunting314/186/orig 2025-01-24T00:48:48.6565396Z * [new branch] gh/shunting314/187/base -> origin/gh/shunting314/187/base 2025-01-24T00:48:48.6565942Z * [new branch] gh/shunting314/187/head -> origin/gh/shunting314/187/head 2025-01-24T00:48:48.6566488Z * [new branch] gh/shunting314/187/orig -> origin/gh/shunting314/187/orig 2025-01-24T00:48:48.6567032Z * [new branch] gh/shunting314/190/base -> origin/gh/shunting314/190/base 2025-01-24T00:48:48.6567579Z * [new branch] gh/shunting314/190/head -> origin/gh/shunting314/190/head 2025-01-24T00:48:48.6568135Z * [new branch] gh/shunting314/190/orig -> origin/gh/shunting314/190/orig 2025-01-24T00:48:48.6568670Z * [new branch] gh/shunting314/191/base -> origin/gh/shunting314/191/base 2025-01-24T00:48:48.6569214Z * [new branch] gh/shunting314/191/head -> origin/gh/shunting314/191/head 2025-01-24T00:48:48.6569761Z * [new branch] gh/shunting314/191/orig -> origin/gh/shunting314/191/orig 2025-01-24T00:48:48.6570302Z * [new branch] gh/shunting314/192/base -> origin/gh/shunting314/192/base 2025-01-24T00:48:48.6570852Z * [new branch] gh/shunting314/192/head -> origin/gh/shunting314/192/head 2025-01-24T00:48:48.6571399Z * [new branch] gh/shunting314/192/orig -> origin/gh/shunting314/192/orig 2025-01-24T00:48:48.6571939Z * [new branch] gh/shunting314/193/base -> origin/gh/shunting314/193/base 2025-01-24T00:48:48.6572494Z * [new branch] gh/shunting314/193/head -> origin/gh/shunting314/193/head 2025-01-24T00:48:48.6573036Z * [new branch] gh/shunting314/193/orig -> origin/gh/shunting314/193/orig 2025-01-24T00:48:48.6573587Z * [new branch] gh/shunting314/194/base -> origin/gh/shunting314/194/base 2025-01-24T00:48:48.6574122Z * [new branch] gh/shunting314/194/head -> origin/gh/shunting314/194/head 2025-01-24T00:48:48.6574667Z * [new branch] gh/shunting314/194/orig -> origin/gh/shunting314/194/orig 2025-01-24T00:48:48.6575211Z * [new branch] gh/shunting314/195/base -> origin/gh/shunting314/195/base 2025-01-24T00:48:48.6575751Z * [new branch] gh/shunting314/195/head -> origin/gh/shunting314/195/head 2025-01-24T00:48:48.6576302Z * [new branch] gh/shunting314/195/orig -> origin/gh/shunting314/195/orig 2025-01-24T00:48:48.6576872Z * [new branch] gh/shuqiangzhang/46/base -> origin/gh/shuqiangzhang/46/base 2025-01-24T00:48:48.7012045Z * [new branch] gh/shuqiangzhang/46/head -> origin/gh/shuqiangzhang/46/head 2025-01-24T00:48:48.7012654Z * [new branch] gh/shuqiangzhang/46/orig -> origin/gh/shuqiangzhang/46/orig 2025-01-24T00:48:48.7013229Z * [new branch] gh/shuqiangzhang/53/base -> origin/gh/shuqiangzhang/53/base 2025-01-24T00:48:48.7013812Z * [new branch] gh/shuqiangzhang/53/head -> origin/gh/shuqiangzhang/53/head 2025-01-24T00:48:48.7014377Z * [new branch] gh/shuqiangzhang/53/orig -> origin/gh/shuqiangzhang/53/orig 2025-01-24T00:48:48.7015165Z * [new branch] gh/shuqiangzhang/56/base -> origin/gh/shuqiangzhang/56/base 2025-01-24T00:48:48.7015791Z * [new branch] gh/shuqiangzhang/56/head -> origin/gh/shuqiangzhang/56/head 2025-01-24T00:48:48.7016399Z * [new branch] gh/shuqiangzhang/56/orig -> origin/gh/shuqiangzhang/56/orig 2025-01-24T00:48:48.7016990Z * [new branch] gh/shuqiangzhang/62/base -> origin/gh/shuqiangzhang/62/base 2025-01-24T00:48:48.7017567Z * [new branch] gh/shuqiangzhang/62/head -> origin/gh/shuqiangzhang/62/head 2025-01-24T00:48:48.7018141Z * [new branch] gh/shuqiangzhang/62/orig -> origin/gh/shuqiangzhang/62/orig 2025-01-24T00:48:48.7018703Z * [new branch] gh/shuqiangzhang/63/base -> origin/gh/shuqiangzhang/63/base 2025-01-24T00:48:48.7019277Z * [new branch] gh/shuqiangzhang/63/head -> origin/gh/shuqiangzhang/63/head 2025-01-24T00:48:48.7019905Z * [new branch] gh/shuqiangzhang/63/orig -> origin/gh/shuqiangzhang/63/orig 2025-01-24T00:48:48.7020472Z * [new branch] gh/sijiac/1/base -> origin/gh/sijiac/1/base 2025-01-24T00:48:48.7020973Z * [new branch] gh/sijiac/1/head -> origin/gh/sijiac/1/head 2025-01-24T00:48:48.7021509Z * [new branch] gh/sijiac/2/base -> origin/gh/sijiac/2/base 2025-01-24T00:48:48.7022043Z * [new branch] gh/sijiac/2/head -> origin/gh/sijiac/2/head 2025-01-24T00:48:48.7022526Z * [new branch] gh/sijiac/3/base -> origin/gh/sijiac/3/base 2025-01-24T00:48:48.7023009Z * [new branch] gh/sijiac/3/head -> origin/gh/sijiac/3/head 2025-01-24T00:48:48.7023522Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-01-24T00:48:48.7024037Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-01-24T00:48:48.7024552Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-01-24T00:48:48.7025080Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-01-24T00:48:48.7025588Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-01-24T00:48:48.7026107Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-01-24T00:48:48.7026629Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-01-24T00:48:48.7027144Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-01-24T00:48:48.7027714Z * [new branch] gh/sinhaanhsul/1/base -> origin/gh/sinhaanhsul/1/base 2025-01-24T00:48:48.7028297Z * [new branch] gh/sinhaanhsul/1/head -> origin/gh/sinhaanhsul/1/head 2025-01-24T00:48:48.7028831Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-01-24T00:48:48.7029355Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-01-24T00:48:48.7029881Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-01-24T00:48:48.7030408Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-01-24T00:48:48.7031063Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-01-24T00:48:48.7031601Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-01-24T00:48:48.7032140Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-01-24T00:48:48.7032672Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-01-24T00:48:48.7033195Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-01-24T00:48:48.7033765Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-01-24T00:48:48.7034444Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-01-24T00:48:48.7034968Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-01-24T00:48:48.7035495Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-01-24T00:48:48.7036027Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-01-24T00:48:48.7036556Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-01-24T00:48:48.7037085Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-01-24T00:48:48.7037615Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-01-24T00:48:48.7474204Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-01-24T00:48:48.7474808Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-01-24T00:48:48.7475369Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-01-24T00:48:48.7475908Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-01-24T00:48:48.7476442Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-01-24T00:48:48.7476974Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-01-24T00:48:48.7477506Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-01-24T00:48:48.7478033Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-01-24T00:48:48.7478554Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-01-24T00:48:48.7479082Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-01-24T00:48:48.7479612Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-01-24T00:48:48.7480135Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-01-24T00:48:48.7480664Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-01-24T00:48:48.7481194Z * [new branch] gh/soulitzer/326/base -> origin/gh/soulitzer/326/base 2025-01-24T00:48:48.7481724Z * [new branch] gh/soulitzer/326/head -> origin/gh/soulitzer/326/head 2025-01-24T00:48:48.7482246Z * [new branch] gh/soulitzer/326/orig -> origin/gh/soulitzer/326/orig 2025-01-24T00:48:48.7482770Z * [new branch] gh/soulitzer/328/base -> origin/gh/soulitzer/328/base 2025-01-24T00:48:48.7483302Z * [new branch] gh/soulitzer/328/head -> origin/gh/soulitzer/328/head 2025-01-24T00:48:48.7483825Z * [new branch] gh/soulitzer/328/orig -> origin/gh/soulitzer/328/orig 2025-01-24T00:48:48.7484361Z * [new branch] gh/soulitzer/329/base -> origin/gh/soulitzer/329/base 2025-01-24T00:48:48.7484893Z * [new branch] gh/soulitzer/329/head -> origin/gh/soulitzer/329/head 2025-01-24T00:48:48.7485410Z * [new branch] gh/soulitzer/329/orig -> origin/gh/soulitzer/329/orig 2025-01-24T00:48:48.7486580Z * [new branch] gh/soulitzer/331/base -> origin/gh/soulitzer/331/base 2025-01-24T00:48:48.7487111Z * [new branch] gh/soulitzer/331/head -> origin/gh/soulitzer/331/head 2025-01-24T00:48:48.7487643Z * [new branch] gh/soulitzer/331/orig -> origin/gh/soulitzer/331/orig 2025-01-24T00:48:48.7488169Z * [new branch] gh/soulitzer/332/base -> origin/gh/soulitzer/332/base 2025-01-24T00:48:48.7488691Z * [new branch] gh/soulitzer/332/head -> origin/gh/soulitzer/332/head 2025-01-24T00:48:48.7489331Z * [new branch] gh/soulitzer/332/orig -> origin/gh/soulitzer/332/orig 2025-01-24T00:48:48.7489855Z * [new branch] gh/soulitzer/335/base -> origin/gh/soulitzer/335/base 2025-01-24T00:48:48.7490387Z * [new branch] gh/soulitzer/335/head -> origin/gh/soulitzer/335/head 2025-01-24T00:48:48.7490924Z * [new branch] gh/soulitzer/335/orig -> origin/gh/soulitzer/335/orig 2025-01-24T00:48:48.7491445Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-01-24T00:48:48.7491981Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-01-24T00:48:48.7492513Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-01-24T00:48:48.7493049Z * [new branch] gh/soulitzer/340/base -> origin/gh/soulitzer/340/base 2025-01-24T00:48:48.7493571Z * [new branch] gh/soulitzer/340/head -> origin/gh/soulitzer/340/head 2025-01-24T00:48:48.7494190Z * [new branch] gh/soulitzer/340/orig -> origin/gh/soulitzer/340/orig 2025-01-24T00:48:48.7494777Z * [new branch] gh/soulitzer/341/base -> origin/gh/soulitzer/341/base 2025-01-24T00:48:48.7495305Z * [new branch] gh/soulitzer/341/head -> origin/gh/soulitzer/341/head 2025-01-24T00:48:48.7495844Z * [new branch] gh/soulitzer/341/orig -> origin/gh/soulitzer/341/orig 2025-01-24T00:48:48.7496367Z * [new branch] gh/soulitzer/342/base -> origin/gh/soulitzer/342/base 2025-01-24T00:48:48.7496885Z * [new branch] gh/soulitzer/342/head -> origin/gh/soulitzer/342/head 2025-01-24T00:48:48.7497416Z * [new branch] gh/soulitzer/342/orig -> origin/gh/soulitzer/342/orig 2025-01-24T00:48:48.7497946Z * [new branch] gh/soulitzer/343/base -> origin/gh/soulitzer/343/base 2025-01-24T00:48:48.7498476Z * [new branch] gh/soulitzer/343/head -> origin/gh/soulitzer/343/head 2025-01-24T00:48:48.7499001Z * [new branch] gh/soulitzer/343/orig -> origin/gh/soulitzer/343/orig 2025-01-24T00:48:48.7935109Z * [new branch] gh/soulitzer/344/base -> origin/gh/soulitzer/344/base 2025-01-24T00:48:48.7935719Z * [new branch] gh/soulitzer/344/head -> origin/gh/soulitzer/344/head 2025-01-24T00:48:48.7936283Z * [new branch] gh/soulitzer/344/orig -> origin/gh/soulitzer/344/orig 2025-01-24T00:48:48.7936824Z * [new branch] gh/soulitzer/345/base -> origin/gh/soulitzer/345/base 2025-01-24T00:48:48.7937378Z * [new branch] gh/soulitzer/345/head -> origin/gh/soulitzer/345/head 2025-01-24T00:48:48.7937913Z * [new branch] gh/soulitzer/345/orig -> origin/gh/soulitzer/345/orig 2025-01-24T00:48:48.7938436Z * [new branch] gh/soulitzer/346/base -> origin/gh/soulitzer/346/base 2025-01-24T00:48:48.7938972Z * [new branch] gh/soulitzer/346/head -> origin/gh/soulitzer/346/head 2025-01-24T00:48:48.7940162Z * [new branch] gh/soulitzer/346/orig -> origin/gh/soulitzer/346/orig 2025-01-24T00:48:48.7941028Z * [new branch] gh/suo/619/base -> origin/gh/suo/619/base 2025-01-24T00:48:48.7942136Z * [new branch] gh/swolchok/685/base -> origin/gh/swolchok/685/base 2025-01-24T00:48:48.7942674Z * [new branch] gh/swolchok/685/head -> origin/gh/swolchok/685/head 2025-01-24T00:48:48.7943189Z * [new branch] gh/swolchok/685/orig -> origin/gh/swolchok/685/orig 2025-01-24T00:48:48.7943717Z * [new branch] gh/swolchok/695/base -> origin/gh/swolchok/695/base 2025-01-24T00:48:48.7944240Z * [new branch] gh/swolchok/695/head -> origin/gh/swolchok/695/head 2025-01-24T00:48:48.7944763Z * [new branch] gh/swolchok/695/orig -> origin/gh/swolchok/695/orig 2025-01-24T00:48:48.7946883Z * [new branch] gh/swolchok/697/base -> origin/gh/swolchok/697/base 2025-01-24T00:48:48.7947509Z * [new branch] gh/swolchok/697/head -> origin/gh/swolchok/697/head 2025-01-24T00:48:48.7948034Z * [new branch] gh/swolchok/697/orig -> origin/gh/swolchok/697/orig 2025-01-24T00:48:48.7948554Z * [new branch] gh/swolchok/704/base -> origin/gh/swolchok/704/base 2025-01-24T00:48:48.7949068Z * [new branch] gh/swolchok/704/head -> origin/gh/swolchok/704/head 2025-01-24T00:48:48.7949596Z * [new branch] gh/swolchok/704/orig -> origin/gh/swolchok/704/orig 2025-01-24T00:48:48.7950112Z * [new branch] gh/swolchok/710/base -> origin/gh/swolchok/710/base 2025-01-24T00:48:48.7950637Z * [new branch] gh/swolchok/710/head -> origin/gh/swolchok/710/head 2025-01-24T00:48:48.7952117Z * [new branch] gh/swolchok/710/orig -> origin/gh/swolchok/710/orig 2025-01-24T00:48:48.7952655Z * [new branch] gh/swolchok/711/base -> origin/gh/swolchok/711/base 2025-01-24T00:48:48.7953169Z * [new branch] gh/swolchok/711/head -> origin/gh/swolchok/711/head 2025-01-24T00:48:48.7953686Z * [new branch] gh/swolchok/711/orig -> origin/gh/swolchok/711/orig 2025-01-24T00:48:48.7954217Z * [new branch] gh/swolchok/714/base -> origin/gh/swolchok/714/base 2025-01-24T00:48:48.7954729Z * [new branch] gh/swolchok/714/head -> origin/gh/swolchok/714/head 2025-01-24T00:48:48.7955252Z * [new branch] gh/swolchok/714/orig -> origin/gh/swolchok/714/orig 2025-01-24T00:48:48.7955770Z * [new branch] gh/swolchok/715/base -> origin/gh/swolchok/715/base 2025-01-24T00:48:48.7956309Z * [new branch] gh/swolchok/715/head -> origin/gh/swolchok/715/head 2025-01-24T00:48:48.7957350Z * [new branch] gh/swolchok/715/orig -> origin/gh/swolchok/715/orig 2025-01-24T00:48:48.7958233Z * [new branch] gh/swolchok/716/base -> origin/gh/swolchok/716/base 2025-01-24T00:48:48.7958755Z * [new branch] gh/swolchok/716/head -> origin/gh/swolchok/716/head 2025-01-24T00:48:48.7959273Z * [new branch] gh/swolchok/716/orig -> origin/gh/swolchok/716/orig 2025-01-24T00:48:48.7959803Z * [new branch] gh/swolchok/717/base -> origin/gh/swolchok/717/base 2025-01-24T00:48:48.7960321Z * [new branch] gh/swolchok/717/head -> origin/gh/swolchok/717/head 2025-01-24T00:48:48.7960834Z * [new branch] gh/swolchok/717/orig -> origin/gh/swolchok/717/orig 2025-01-24T00:48:48.7961351Z * [new branch] gh/swolchok/718/base -> origin/gh/swolchok/718/base 2025-01-24T00:48:48.7961869Z * [new branch] gh/swolchok/718/head -> origin/gh/swolchok/718/head 2025-01-24T00:48:48.7962394Z * [new branch] gh/swolchok/718/orig -> origin/gh/swolchok/718/orig 2025-01-24T00:48:48.7963781Z * [new branch] gh/swolchok/719/base -> origin/gh/swolchok/719/base 2025-01-24T00:48:48.7964315Z * [new branch] gh/swolchok/719/orig -> origin/gh/swolchok/719/orig 2025-01-24T00:48:48.7965340Z * [new branch] gh/swolchok/720/base -> origin/gh/swolchok/720/base 2025-01-24T00:48:48.8414379Z * [new branch] gh/swolchok/720/head -> origin/gh/swolchok/720/head 2025-01-24T00:48:48.8414986Z * [new branch] gh/swolchok/720/orig -> origin/gh/swolchok/720/orig 2025-01-24T00:48:48.8415521Z * [new branch] gh/swolchok/721/base -> origin/gh/swolchok/721/base 2025-01-24T00:48:48.8416051Z * [new branch] gh/swolchok/721/head -> origin/gh/swolchok/721/head 2025-01-24T00:48:48.8418112Z * [new branch] gh/swolchok/721/orig -> origin/gh/swolchok/721/orig 2025-01-24T00:48:48.8418652Z * [new branch] gh/syed-ahmed/1/base -> origin/gh/syed-ahmed/1/base 2025-01-24T00:48:48.8419183Z * [new branch] gh/syed-ahmed/1/head -> origin/gh/syed-ahmed/1/head 2025-01-24T00:48:48.8419756Z * [new branch] gh/syed-ahmed/1/orig -> origin/gh/syed-ahmed/1/orig 2025-01-24T00:48:48.8420296Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-01-24T00:48:48.8420810Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-01-24T00:48:48.8421323Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-01-24T00:48:48.8421812Z * [new branch] gh/tianyu-l/5/base -> origin/gh/tianyu-l/5/base 2025-01-24T00:48:48.8422306Z * [new branch] gh/tianyu-l/5/head -> origin/gh/tianyu-l/5/head 2025-01-24T00:48:48.8424090Z * [new branch] gh/tianyu-l/5/orig -> origin/gh/tianyu-l/5/orig 2025-01-24T00:48:48.8424587Z * [new branch] gh/tianyu-l/6/base -> origin/gh/tianyu-l/6/base 2025-01-24T00:48:48.8425090Z * [new branch] gh/tianyu-l/6/head -> origin/gh/tianyu-l/6/head 2025-01-24T00:48:48.8425594Z * [new branch] gh/tianyu-l/6/orig -> origin/gh/tianyu-l/6/orig 2025-01-24T00:48:48.8426120Z * [new branch] gh/titaiwangms/35/base -> origin/gh/titaiwangms/35/base 2025-01-24T00:48:48.8426674Z * [new branch] gh/titaiwangms/35/head -> origin/gh/titaiwangms/35/head 2025-01-24T00:48:48.8427227Z * [new branch] gh/titaiwangms/35/orig -> origin/gh/titaiwangms/35/orig 2025-01-24T00:48:48.8427796Z * [new branch] gh/tugsbayasgalan/142/base -> origin/gh/tugsbayasgalan/142/base 2025-01-24T00:48:48.8429611Z * [new branch] gh/tugsbayasgalan/142/head -> origin/gh/tugsbayasgalan/142/head 2025-01-24T00:48:48.8430237Z * [new branch] gh/tugsbayasgalan/142/orig -> origin/gh/tugsbayasgalan/142/orig 2025-01-24T00:48:48.8430846Z * [new branch] gh/tugsbayasgalan/155/base -> origin/gh/tugsbayasgalan/155/base 2025-01-24T00:48:48.8431438Z * [new branch] gh/tugsbayasgalan/155/head -> origin/gh/tugsbayasgalan/155/head 2025-01-24T00:48:48.8432048Z * [new branch] gh/tugsbayasgalan/155/orig -> origin/gh/tugsbayasgalan/155/orig 2025-01-24T00:48:48.8432639Z * [new branch] gh/tugsbayasgalan/162/base -> origin/gh/tugsbayasgalan/162/base 2025-01-24T00:48:48.8433219Z * [new branch] gh/tugsbayasgalan/162/head -> origin/gh/tugsbayasgalan/162/head 2025-01-24T00:48:48.8433813Z * [new branch] gh/tugsbayasgalan/162/orig -> origin/gh/tugsbayasgalan/162/orig 2025-01-24T00:48:48.8435273Z * [new branch] gh/tugsbayasgalan/244/base -> origin/gh/tugsbayasgalan/244/base 2025-01-24T00:48:48.8435906Z * [new branch] gh/tugsbayasgalan/244/head -> origin/gh/tugsbayasgalan/244/head 2025-01-24T00:48:48.8436497Z * [new branch] gh/tugsbayasgalan/244/orig -> origin/gh/tugsbayasgalan/244/orig 2025-01-24T00:48:48.8437098Z * [new branch] gh/tugsbayasgalan/246/base -> origin/gh/tugsbayasgalan/246/base 2025-01-24T00:48:48.8438265Z * [new branch] gh/tugsbayasgalan/246/head -> origin/gh/tugsbayasgalan/246/head 2025-01-24T00:48:48.8438854Z * [new branch] gh/tugsbayasgalan/246/orig -> origin/gh/tugsbayasgalan/246/orig 2025-01-24T00:48:48.8439456Z * [new branch] gh/tugsbayasgalan/247/base -> origin/gh/tugsbayasgalan/247/base 2025-01-24T00:48:48.8440055Z * [new branch] gh/tugsbayasgalan/247/head -> origin/gh/tugsbayasgalan/247/head 2025-01-24T00:48:48.8440639Z * [new branch] gh/tugsbayasgalan/247/orig -> origin/gh/tugsbayasgalan/247/orig 2025-01-24T00:48:48.8441355Z * [new branch] gh/tugsbayasgalan/250/base -> origin/gh/tugsbayasgalan/250/base 2025-01-24T00:48:48.8441958Z * [new branch] gh/tugsbayasgalan/250/head -> origin/gh/tugsbayasgalan/250/head 2025-01-24T00:48:48.8442555Z * [new branch] gh/tugsbayasgalan/250/orig -> origin/gh/tugsbayasgalan/250/orig 2025-01-24T00:48:48.8443147Z * [new branch] gh/tugsbayasgalan/257/base -> origin/gh/tugsbayasgalan/257/base 2025-01-24T00:48:48.8443742Z * [new branch] gh/tugsbayasgalan/257/head -> origin/gh/tugsbayasgalan/257/head 2025-01-24T00:48:48.8444332Z * [new branch] gh/tugsbayasgalan/257/orig -> origin/gh/tugsbayasgalan/257/orig 2025-01-24T00:48:48.8444919Z * [new branch] gh/tugsbayasgalan/259/base -> origin/gh/tugsbayasgalan/259/base 2025-01-24T00:48:48.8857199Z * [new branch] gh/tugsbayasgalan/259/head -> origin/gh/tugsbayasgalan/259/head 2025-01-24T00:48:48.8857864Z * [new branch] gh/tugsbayasgalan/259/orig -> origin/gh/tugsbayasgalan/259/orig 2025-01-24T00:48:48.8858501Z * [new branch] gh/tugsbayasgalan/268/base -> origin/gh/tugsbayasgalan/268/base 2025-01-24T00:48:48.8859092Z * [new branch] gh/tugsbayasgalan/268/head -> origin/gh/tugsbayasgalan/268/head 2025-01-24T00:48:48.8859731Z * [new branch] gh/tugsbayasgalan/268/orig -> origin/gh/tugsbayasgalan/268/orig 2025-01-24T00:48:48.8860340Z * [new branch] gh/tugsbayasgalan/269/base -> origin/gh/tugsbayasgalan/269/base 2025-01-24T00:48:48.8860972Z * [new branch] gh/tugsbayasgalan/269/head -> origin/gh/tugsbayasgalan/269/head 2025-01-24T00:48:48.8861634Z * [new branch] gh/tugsbayasgalan/269/orig -> origin/gh/tugsbayasgalan/269/orig 2025-01-24T00:48:48.8862299Z * [new branch] gh/tugsbayasgalan/277/base -> origin/gh/tugsbayasgalan/277/base 2025-01-24T00:48:48.8862974Z * [new branch] gh/tugsbayasgalan/277/head -> origin/gh/tugsbayasgalan/277/head 2025-01-24T00:48:48.8863605Z * [new branch] gh/tugsbayasgalan/277/orig -> origin/gh/tugsbayasgalan/277/orig 2025-01-24T00:48:48.8864207Z * [new branch] gh/tugsbayasgalan/281/base -> origin/gh/tugsbayasgalan/281/base 2025-01-24T00:48:48.8864801Z * [new branch] gh/tugsbayasgalan/281/head -> origin/gh/tugsbayasgalan/281/head 2025-01-24T00:48:48.8865388Z * [new branch] gh/tugsbayasgalan/281/orig -> origin/gh/tugsbayasgalan/281/orig 2025-01-24T00:48:48.8865996Z * [new branch] gh/tugsbayasgalan/282/base -> origin/gh/tugsbayasgalan/282/base 2025-01-24T00:48:48.8866583Z * [new branch] gh/tugsbayasgalan/282/head -> origin/gh/tugsbayasgalan/282/head 2025-01-24T00:48:48.8867175Z * [new branch] gh/tugsbayasgalan/282/orig -> origin/gh/tugsbayasgalan/282/orig 2025-01-24T00:48:48.8867765Z * [new branch] gh/tugsbayasgalan/283/base -> origin/gh/tugsbayasgalan/283/base 2025-01-24T00:48:48.8868375Z * [new branch] gh/tugsbayasgalan/283/head -> origin/gh/tugsbayasgalan/283/head 2025-01-24T00:48:48.8869055Z * [new branch] gh/tugsbayasgalan/283/orig -> origin/gh/tugsbayasgalan/283/orig 2025-01-24T00:48:48.8869718Z * [new branch] gh/tugsbayasgalan/284/base -> origin/gh/tugsbayasgalan/284/base 2025-01-24T00:48:48.8871143Z * [new branch] gh/tugsbayasgalan/284/head -> origin/gh/tugsbayasgalan/284/head 2025-01-24T00:48:48.8871811Z * [new branch] gh/tugsbayasgalan/284/orig -> origin/gh/tugsbayasgalan/284/orig 2025-01-24T00:48:48.8872469Z * [new branch] gh/tugsbayasgalan/285/base -> origin/gh/tugsbayasgalan/285/base 2025-01-24T00:48:48.8873065Z * [new branch] gh/tugsbayasgalan/285/head -> origin/gh/tugsbayasgalan/285/head 2025-01-24T00:48:48.8873663Z * [new branch] gh/tugsbayasgalan/285/orig -> origin/gh/tugsbayasgalan/285/orig 2025-01-24T00:48:48.8874385Z * [new branch] gh/tugsbayasgalan/286/base -> origin/gh/tugsbayasgalan/286/base 2025-01-24T00:48:48.8874969Z * [new branch] gh/tugsbayasgalan/286/head -> origin/gh/tugsbayasgalan/286/head 2025-01-24T00:48:48.8875565Z * [new branch] gh/tugsbayasgalan/286/orig -> origin/gh/tugsbayasgalan/286/orig 2025-01-24T00:48:48.8876123Z * [new branch] gh/vfdev-5/13/base -> origin/gh/vfdev-5/13/base 2025-01-24T00:48:48.8876612Z * [new branch] gh/vfdev-5/13/orig -> origin/gh/vfdev-5/13/orig 2025-01-24T00:48:48.8877118Z * [new branch] gh/vfdev-5/14/base -> origin/gh/vfdev-5/14/base 2025-01-24T00:48:48.8877599Z * [new branch] gh/vfdev-5/14/orig -> origin/gh/vfdev-5/14/orig 2025-01-24T00:48:48.8878157Z * [new branch] gh/vmoens/10/base -> origin/gh/vmoens/10/base 2025-01-24T00:48:48.8878694Z * [new branch] gh/vmoens/10/head -> origin/gh/vmoens/10/head 2025-01-24T00:48:48.8879276Z * [new branch] gh/vmoens/10/orig -> origin/gh/vmoens/10/orig 2025-01-24T00:48:48.8879838Z * [new branch] gh/vmoens/11/base -> origin/gh/vmoens/11/base 2025-01-24T00:48:48.8880353Z * [new branch] gh/vmoens/11/head -> origin/gh/vmoens/11/head 2025-01-24T00:48:48.8880922Z * [new branch] gh/vmoens/11/orig -> origin/gh/vmoens/11/orig 2025-01-24T00:48:48.8881460Z * [new branch] gh/vmoens/12/base -> origin/gh/vmoens/12/base 2025-01-24T00:48:48.8898573Z * [new branch] gh/vmoens/12/head -> origin/gh/vmoens/12/head 2025-01-24T00:48:48.8899240Z * [new branch] gh/vmoens/12/orig -> origin/gh/vmoens/12/orig 2025-01-24T00:48:48.8899862Z * [new branch] gh/vmoens/14/base -> origin/gh/vmoens/14/base 2025-01-24T00:48:48.8900370Z * [new branch] gh/vmoens/14/head -> origin/gh/vmoens/14/head 2025-01-24T00:48:48.8900882Z * [new branch] gh/vmoens/14/orig -> origin/gh/vmoens/14/orig 2025-01-24T00:48:48.9297813Z * [new branch] gh/vmoens/2/base -> origin/gh/vmoens/2/base 2025-01-24T00:48:48.9298415Z * [new branch] gh/vmoens/2/head -> origin/gh/vmoens/2/head 2025-01-24T00:48:48.9298938Z * [new branch] gh/vmoens/2/orig -> origin/gh/vmoens/2/orig 2025-01-24T00:48:48.9299547Z * [new branch] gh/voznesenskym/187/base -> origin/gh/voznesenskym/187/base 2025-01-24T00:48:48.9300131Z * [new branch] gh/voznesenskym/187/head -> origin/gh/voznesenskym/187/head 2025-01-24T00:48:48.9300702Z * [new branch] gh/voznesenskym/187/orig -> origin/gh/voznesenskym/187/orig 2025-01-24T00:48:48.9301269Z * [new branch] gh/voznesenskym/193/base -> origin/gh/voznesenskym/193/base 2025-01-24T00:48:48.9301847Z * [new branch] gh/voznesenskym/193/head -> origin/gh/voznesenskym/193/head 2025-01-24T00:48:48.9337178Z * [new branch] gh/voznesenskym/198/base -> origin/gh/voznesenskym/198/base 2025-01-24T00:48:48.9337755Z * [new branch] gh/voznesenskym/198/head -> origin/gh/voznesenskym/198/head 2025-01-24T00:48:48.9338322Z * [new branch] gh/voznesenskym/198/orig -> origin/gh/voznesenskym/198/orig 2025-01-24T00:48:48.9339528Z * [new branch] gh/voznesenskym/211/base -> origin/gh/voznesenskym/211/base 2025-01-24T00:48:48.9340120Z * [new branch] gh/voznesenskym/211/head -> origin/gh/voznesenskym/211/head 2025-01-24T00:48:48.9340689Z * [new branch] gh/voznesenskym/211/orig -> origin/gh/voznesenskym/211/orig 2025-01-24T00:48:48.9341276Z * [new branch] gh/voznesenskym/231/base -> origin/gh/voznesenskym/231/base 2025-01-24T00:48:48.9343163Z * [new branch] gh/voznesenskym/231/head -> origin/gh/voznesenskym/231/head 2025-01-24T00:48:48.9343872Z * [new branch] gh/voznesenskym/231/orig -> origin/gh/voznesenskym/231/orig 2025-01-24T00:48:48.9344449Z * [new branch] gh/voznesenskym/254/base -> origin/gh/voznesenskym/254/base 2025-01-24T00:48:48.9345023Z * [new branch] gh/voznesenskym/254/head -> origin/gh/voznesenskym/254/head 2025-01-24T00:48:48.9345607Z * [new branch] gh/voznesenskym/254/orig -> origin/gh/voznesenskym/254/orig 2025-01-24T00:48:48.9346159Z * [new branch] gh/wanchaol/344/base -> origin/gh/wanchaol/344/base 2025-01-24T00:48:48.9346693Z * [new branch] gh/wanchaol/344/head -> origin/gh/wanchaol/344/head 2025-01-24T00:48:48.9347221Z * [new branch] gh/wanchaol/344/orig -> origin/gh/wanchaol/344/orig 2025-01-24T00:48:48.9348971Z * [new branch] gh/wanchaol/360/base -> origin/gh/wanchaol/360/base 2025-01-24T00:48:48.9349503Z * [new branch] gh/wanchaol/360/head -> origin/gh/wanchaol/360/head 2025-01-24T00:48:48.9350041Z * [new branch] gh/wanchaol/360/orig -> origin/gh/wanchaol/360/orig 2025-01-24T00:48:48.9350565Z * [new branch] gh/wanchaol/361/base -> origin/gh/wanchaol/361/base 2025-01-24T00:48:48.9351079Z * [new branch] gh/wanchaol/361/head -> origin/gh/wanchaol/361/head 2025-01-24T00:48:48.9351612Z * [new branch] gh/wanchaol/361/orig -> origin/gh/wanchaol/361/orig 2025-01-24T00:48:48.9352135Z * [new branch] gh/wanchaol/362/base -> origin/gh/wanchaol/362/base 2025-01-24T00:48:48.9352652Z * [new branch] gh/wanchaol/362/head -> origin/gh/wanchaol/362/head 2025-01-24T00:48:48.9353181Z * [new branch] gh/wanchaol/362/orig -> origin/gh/wanchaol/362/orig 2025-01-24T00:48:48.9354943Z * [new branch] gh/wanchaol/363/base -> origin/gh/wanchaol/363/base 2025-01-24T00:48:48.9355471Z * [new branch] gh/wanchaol/363/head -> origin/gh/wanchaol/363/head 2025-01-24T00:48:48.9355998Z * [new branch] gh/wanchaol/363/orig -> origin/gh/wanchaol/363/orig 2025-01-24T00:48:48.9356521Z * [new branch] gh/wanchaol/364/base -> origin/gh/wanchaol/364/base 2025-01-24T00:48:48.9357045Z * [new branch] gh/wanchaol/364/orig -> origin/gh/wanchaol/364/orig 2025-01-24T00:48:48.9357563Z * [new branch] gh/wanchaol/365/base -> origin/gh/wanchaol/365/base 2025-01-24T00:48:48.9358083Z * [new branch] gh/wanchaol/365/head -> origin/gh/wanchaol/365/head 2025-01-24T00:48:48.9358601Z * [new branch] gh/wanchaol/365/orig -> origin/gh/wanchaol/365/orig 2025-01-24T00:48:48.9359115Z * [new branch] gh/wanchaol/366/base -> origin/gh/wanchaol/366/base 2025-01-24T00:48:48.9360831Z * [new branch] gh/wanchaol/366/head -> origin/gh/wanchaol/366/head 2025-01-24T00:48:48.9361365Z * [new branch] gh/wanchaol/366/orig -> origin/gh/wanchaol/366/orig 2025-01-24T00:48:48.9361878Z * [new branch] gh/wanchaol/367/base -> origin/gh/wanchaol/367/base 2025-01-24T00:48:48.9362396Z * [new branch] gh/wanchaol/367/head -> origin/gh/wanchaol/367/head 2025-01-24T00:48:48.9363379Z * [new branch] gh/wanchaol/367/orig -> origin/gh/wanchaol/367/orig 2025-01-24T00:48:48.9755562Z * [new branch] gh/wanchaol/368/base -> origin/gh/wanchaol/368/base 2025-01-24T00:48:48.9756142Z * [new branch] gh/wanchaol/368/head -> origin/gh/wanchaol/368/head 2025-01-24T00:48:48.9756679Z * [new branch] gh/wanchaol/368/orig -> origin/gh/wanchaol/368/orig 2025-01-24T00:48:48.9757207Z * [new branch] gh/wconstab/204/base -> origin/gh/wconstab/204/base 2025-01-24T00:48:48.9757724Z * [new branch] gh/wconstab/204/orig -> origin/gh/wconstab/204/orig 2025-01-24T00:48:48.9759123Z * [new branch] gh/wconstab/371/base -> origin/gh/wconstab/371/base 2025-01-24T00:48:48.9759701Z * [new branch] gh/wconstab/371/head -> origin/gh/wconstab/371/head 2025-01-24T00:48:48.9760218Z * [new branch] gh/wconstab/371/orig -> origin/gh/wconstab/371/orig 2025-01-24T00:48:48.9760761Z * [new branch] gh/wconstab/372/base -> origin/gh/wconstab/372/base 2025-01-24T00:48:48.9761289Z * [new branch] gh/wconstab/372/head -> origin/gh/wconstab/372/head 2025-01-24T00:48:48.9761812Z * [new branch] gh/wconstab/372/orig -> origin/gh/wconstab/372/orig 2025-01-24T00:48:48.9762331Z * [new branch] gh/wconstab/373/base -> origin/gh/wconstab/373/base 2025-01-24T00:48:48.9762863Z * [new branch] gh/wconstab/373/head -> origin/gh/wconstab/373/head 2025-01-24T00:48:48.9763415Z * [new branch] gh/wconstab/373/orig -> origin/gh/wconstab/373/orig 2025-01-24T00:48:48.9763951Z * [new branch] gh/wconstab/374/base -> origin/gh/wconstab/374/base 2025-01-24T00:48:48.9764468Z * [new branch] gh/wconstab/374/head -> origin/gh/wconstab/374/head 2025-01-24T00:48:48.9765042Z * [new branch] gh/wconstab/374/orig -> origin/gh/wconstab/374/orig 2025-01-24T00:48:48.9765607Z * [new branch] gh/wconstab/375/base -> origin/gh/wconstab/375/base 2025-01-24T00:48:48.9766126Z * [new branch] gh/wconstab/375/head -> origin/gh/wconstab/375/head 2025-01-24T00:48:48.9766652Z * [new branch] gh/wconstab/375/orig -> origin/gh/wconstab/375/orig 2025-01-24T00:48:48.9767172Z * [new branch] gh/wconstab/376/base -> origin/gh/wconstab/376/base 2025-01-24T00:48:48.9767691Z * [new branch] gh/wconstab/376/head -> origin/gh/wconstab/376/head 2025-01-24T00:48:48.9768214Z * [new branch] gh/wconstab/376/orig -> origin/gh/wconstab/376/orig 2025-01-24T00:48:48.9768736Z * [new branch] gh/wconstab/377/base -> origin/gh/wconstab/377/base 2025-01-24T00:48:48.9769266Z * [new branch] gh/wconstab/377/head -> origin/gh/wconstab/377/head 2025-01-24T00:48:48.9769782Z * [new branch] gh/wconstab/377/orig -> origin/gh/wconstab/377/orig 2025-01-24T00:48:48.9770304Z * [new branch] gh/wconstab/378/base -> origin/gh/wconstab/378/base 2025-01-24T00:48:48.9770859Z * [new branch] gh/wconstab/378/head -> origin/gh/wconstab/378/head 2025-01-24T00:48:48.9771414Z * [new branch] gh/wconstab/378/orig -> origin/gh/wconstab/378/orig 2025-01-24T00:48:48.9771940Z * [new branch] gh/wconstab/379/base -> origin/gh/wconstab/379/base 2025-01-24T00:48:48.9772463Z * [new branch] gh/wconstab/379/head -> origin/gh/wconstab/379/head 2025-01-24T00:48:48.9772983Z * [new branch] gh/wconstab/379/orig -> origin/gh/wconstab/379/orig 2025-01-24T00:48:48.9773507Z * [new branch] gh/wconstab/380/base -> origin/gh/wconstab/380/base 2025-01-24T00:48:48.9774031Z * [new branch] gh/wconstab/380/head -> origin/gh/wconstab/380/head 2025-01-24T00:48:48.9774687Z * [new branch] gh/wconstab/380/orig -> origin/gh/wconstab/380/orig 2025-01-24T00:48:48.9775209Z * [new branch] gh/wconstab/381/base -> origin/gh/wconstab/381/base 2025-01-24T00:48:48.9775740Z * [new branch] gh/wconstab/381/head -> origin/gh/wconstab/381/head 2025-01-24T00:48:48.9776298Z * [new branch] gh/wconstab/381/orig -> origin/gh/wconstab/381/orig 2025-01-24T00:48:48.9776851Z * [new branch] gh/wconstab/382/base -> origin/gh/wconstab/382/base 2025-01-24T00:48:48.9777470Z * [new branch] gh/wconstab/382/head -> origin/gh/wconstab/382/head 2025-01-24T00:48:48.9778001Z * [new branch] gh/wconstab/383/base -> origin/gh/wconstab/383/base 2025-01-24T00:48:48.9778517Z * [new branch] gh/wconstab/383/head -> origin/gh/wconstab/383/head 2025-01-24T00:48:48.9779049Z * [new branch] gh/wconstab/384/base -> origin/gh/wconstab/384/base 2025-01-24T00:48:48.9779642Z * [new branch] gh/wconstab/384/head -> origin/gh/wconstab/384/head 2025-01-24T00:48:48.9780169Z * [new branch] gh/wconstab/385/base -> origin/gh/wconstab/385/base 2025-01-24T00:48:48.9780683Z * [new branch] gh/wconstab/385/head -> origin/gh/wconstab/385/head 2025-01-24T00:48:48.9781205Z * [new branch] gh/wconstab/386/base -> origin/gh/wconstab/386/base 2025-01-24T00:48:49.0192223Z * [new branch] gh/wconstab/386/head -> origin/gh/wconstab/386/head 2025-01-24T00:48:49.0192830Z * [new branch] gh/wconstab/387/base -> origin/gh/wconstab/387/base 2025-01-24T00:48:49.0193375Z * [new branch] gh/wconstab/387/head -> origin/gh/wconstab/387/head 2025-01-24T00:48:49.0193921Z * [new branch] gh/wconstab/387/orig -> origin/gh/wconstab/387/orig 2025-01-24T00:48:49.0194457Z * [new branch] gh/wconstab/388/base -> origin/gh/wconstab/388/base 2025-01-24T00:48:49.0194974Z * [new branch] gh/wconstab/388/head -> origin/gh/wconstab/388/head 2025-01-24T00:48:49.0195559Z * [new branch] gh/wconstab/388/orig -> origin/gh/wconstab/388/orig 2025-01-24T00:48:49.0196137Z * [new branch] gh/wconstab/389/base -> origin/gh/wconstab/389/base 2025-01-24T00:48:49.0196658Z * [new branch] gh/wconstab/389/head -> origin/gh/wconstab/389/head 2025-01-24T00:48:49.0197193Z * [new branch] gh/wconstab/389/orig -> origin/gh/wconstab/389/orig 2025-01-24T00:48:49.0197723Z * [new branch] gh/wconstab/390/base -> origin/gh/wconstab/390/base 2025-01-24T00:48:49.0198240Z * [new branch] gh/wconstab/390/head -> origin/gh/wconstab/390/head 2025-01-24T00:48:49.0198768Z * [new branch] gh/wconstab/390/orig -> origin/gh/wconstab/390/orig 2025-01-24T00:48:49.0199318Z * [new branch] gh/wconstab/391/base -> origin/gh/wconstab/391/base 2025-01-24T00:48:49.0199844Z * [new branch] gh/wconstab/391/head -> origin/gh/wconstab/391/head 2025-01-24T00:48:49.0200355Z * [new branch] gh/wconstab/391/orig -> origin/gh/wconstab/391/orig 2025-01-24T00:48:49.0200896Z * [new branch] gh/weifengpy/20/base -> origin/gh/weifengpy/20/base 2025-01-24T00:48:49.0201527Z * [new branch] gh/weifengpy/20/head -> origin/gh/weifengpy/20/head 2025-01-24T00:48:49.0202056Z * [new branch] gh/weifengpy/20/orig -> origin/gh/weifengpy/20/orig 2025-01-24T00:48:49.0202618Z * [new branch] gh/williamwen42/167/base -> origin/gh/williamwen42/167/base 2025-01-24T00:48:49.0203185Z * [new branch] gh/williamwen42/167/head -> origin/gh/williamwen42/167/head 2025-01-24T00:48:49.0203950Z * [new branch] gh/williamwen42/167/orig -> origin/gh/williamwen42/167/orig 2025-01-24T00:48:49.0204517Z * [new branch] gh/williamwen42/195/base -> origin/gh/williamwen42/195/base 2025-01-24T00:48:49.0205093Z * [new branch] gh/williamwen42/195/head -> origin/gh/williamwen42/195/head 2025-01-24T00:48:49.0205661Z * [new branch] gh/williamwen42/195/orig -> origin/gh/williamwen42/195/orig 2025-01-24T00:48:49.0206210Z * [new branch] gh/williamwen42/196/base -> origin/gh/williamwen42/196/base 2025-01-24T00:48:49.0206821Z * [new branch] gh/williamwen42/196/head -> origin/gh/williamwen42/196/head 2025-01-24T00:48:49.0207556Z * [new branch] gh/williamwen42/196/orig -> origin/gh/williamwen42/196/orig 2025-01-24T00:48:49.0208127Z * [new branch] gh/williamwen42/197/base -> origin/gh/williamwen42/197/base 2025-01-24T00:48:49.0208698Z * [new branch] gh/williamwen42/197/head -> origin/gh/williamwen42/197/head 2025-01-24T00:48:49.0209282Z * [new branch] gh/williamwen42/197/orig -> origin/gh/williamwen42/197/orig 2025-01-24T00:48:49.0209860Z * [new branch] gh/williamwen42/198/base -> origin/gh/williamwen42/198/base 2025-01-24T00:48:49.0210417Z * [new branch] gh/williamwen42/198/head -> origin/gh/williamwen42/198/head 2025-01-24T00:48:49.0210990Z * [new branch] gh/williamwen42/198/orig -> origin/gh/williamwen42/198/orig 2025-01-24T00:48:49.0211560Z * [new branch] gh/williamwen42/199/base -> origin/gh/williamwen42/199/base 2025-01-24T00:48:49.0212121Z * [new branch] gh/williamwen42/199/head -> origin/gh/williamwen42/199/head 2025-01-24T00:48:49.0212777Z * [new branch] gh/williamwen42/199/orig -> origin/gh/williamwen42/199/orig 2025-01-24T00:48:49.0213313Z * [new branch] gh/wz337/2/base -> origin/gh/wz337/2/base 2025-01-24T00:48:49.0213792Z * [new branch] gh/wz337/2/head -> origin/gh/wz337/2/head 2025-01-24T00:48:49.0214284Z * [new branch] gh/wz337/3/base -> origin/gh/wz337/3/base 2025-01-24T00:48:49.0214757Z * [new branch] gh/wz337/3/head -> origin/gh/wz337/3/head 2025-01-24T00:48:49.0215244Z * [new branch] gh/xmfan/106/base -> origin/gh/xmfan/106/base 2025-01-24T00:48:49.0215731Z * [new branch] gh/xmfan/106/head -> origin/gh/xmfan/106/head 2025-01-24T00:48:49.0216227Z * [new branch] gh/xmfan/106/orig -> origin/gh/xmfan/106/orig 2025-01-24T00:48:49.0216726Z * [new branch] gh/xmfan/108/base -> origin/gh/xmfan/108/base 2025-01-24T00:48:49.0217211Z * [new branch] gh/xmfan/108/head -> origin/gh/xmfan/108/head 2025-01-24T00:48:49.0653462Z * [new branch] gh/xmfan/108/orig -> origin/gh/xmfan/108/orig 2025-01-24T00:48:49.0654143Z * [new branch] gh/xmfan/138/base -> origin/gh/xmfan/138/base 2025-01-24T00:48:49.0654640Z * [new branch] gh/xmfan/138/head -> origin/gh/xmfan/138/head 2025-01-24T00:48:49.0655191Z * [new branch] gh/xmfan/138/orig -> origin/gh/xmfan/138/orig 2025-01-24T00:48:49.0655752Z * [new branch] gh/xmfan/140/base -> origin/gh/xmfan/140/base 2025-01-24T00:48:49.0656252Z * [new branch] gh/xmfan/140/head -> origin/gh/xmfan/140/head 2025-01-24T00:48:49.0656737Z * [new branch] gh/xmfan/140/orig -> origin/gh/xmfan/140/orig 2025-01-24T00:48:49.0657260Z * [new branch] gh/xmfan/150/base -> origin/gh/xmfan/150/base 2025-01-24T00:48:49.0657763Z * [new branch] gh/xmfan/150/head -> origin/gh/xmfan/150/head 2025-01-24T00:48:49.0658286Z * [new branch] gh/xmfan/150/orig -> origin/gh/xmfan/150/orig 2025-01-24T00:48:49.0658969Z * [new branch] gh/xmfan/151/base -> origin/gh/xmfan/151/base 2025-01-24T00:48:49.0659543Z * [new branch] gh/xmfan/151/head -> origin/gh/xmfan/151/head 2025-01-24T00:48:49.0660040Z * [new branch] gh/xmfan/151/orig -> origin/gh/xmfan/151/orig 2025-01-24T00:48:49.0660529Z * [new branch] gh/xmfan/152/base -> origin/gh/xmfan/152/base 2025-01-24T00:48:49.0661027Z * [new branch] gh/xmfan/152/head -> origin/gh/xmfan/152/head 2025-01-24T00:48:49.0661524Z * [new branch] gh/xmfan/152/orig -> origin/gh/xmfan/152/orig 2025-01-24T00:48:49.0662154Z * [new branch] gh/xmfan/153/base -> origin/gh/xmfan/153/base 2025-01-24T00:48:49.0662659Z * [new branch] gh/xmfan/153/head -> origin/gh/xmfan/153/head 2025-01-24T00:48:49.0663166Z * [new branch] gh/xmfan/153/orig -> origin/gh/xmfan/153/orig 2025-01-24T00:48:49.0663674Z * [new branch] gh/xmfan/154/base -> origin/gh/xmfan/154/base 2025-01-24T00:48:49.0664165Z * [new branch] gh/xmfan/154/head -> origin/gh/xmfan/154/head 2025-01-24T00:48:49.0664661Z * [new branch] gh/xmfan/154/orig -> origin/gh/xmfan/154/orig 2025-01-24T00:48:49.0665209Z * [new branch] gh/xmfan/155/base -> origin/gh/xmfan/155/base 2025-01-24T00:48:49.0665731Z * [new branch] gh/xmfan/155/head -> origin/gh/xmfan/155/head 2025-01-24T00:48:49.0666229Z * [new branch] gh/xmfan/155/orig -> origin/gh/xmfan/155/orig 2025-01-24T00:48:49.0666746Z * [new branch] gh/xmfan/156/base -> origin/gh/xmfan/156/base 2025-01-24T00:48:49.0667232Z * [new branch] gh/xmfan/156/head -> origin/gh/xmfan/156/head 2025-01-24T00:48:49.0667723Z * [new branch] gh/xmfan/156/orig -> origin/gh/xmfan/156/orig 2025-01-24T00:48:49.0668217Z * [new branch] gh/xmfan/157/base -> origin/gh/xmfan/157/base 2025-01-24T00:48:49.0668705Z * [new branch] gh/xmfan/157/head -> origin/gh/xmfan/157/head 2025-01-24T00:48:49.0669189Z * [new branch] gh/xmfan/157/orig -> origin/gh/xmfan/157/orig 2025-01-24T00:48:49.0669684Z * [new branch] gh/xmfan/158/base -> origin/gh/xmfan/158/base 2025-01-24T00:48:49.0670166Z * [new branch] gh/xmfan/158/head -> origin/gh/xmfan/158/head 2025-01-24T00:48:49.0670667Z * [new branch] gh/xmfan/158/orig -> origin/gh/xmfan/158/orig 2025-01-24T00:48:49.0671165Z * [new branch] gh/xmfan/159/base -> origin/gh/xmfan/159/base 2025-01-24T00:48:49.0671642Z * [new branch] gh/xmfan/159/head -> origin/gh/xmfan/159/head 2025-01-24T00:48:49.0672138Z * [new branch] gh/xmfan/159/orig -> origin/gh/xmfan/159/orig 2025-01-24T00:48:49.0672640Z * [new branch] gh/xmfan/160/base -> origin/gh/xmfan/160/base 2025-01-24T00:48:49.0673127Z * [new branch] gh/xmfan/160/head -> origin/gh/xmfan/160/head 2025-01-24T00:48:49.0673614Z * [new branch] gh/xmfan/160/orig -> origin/gh/xmfan/160/orig 2025-01-24T00:48:49.0674103Z * [new branch] gh/xmfan/161/base -> origin/gh/xmfan/161/base 2025-01-24T00:48:49.0674593Z * [new branch] gh/xmfan/161/head -> origin/gh/xmfan/161/head 2025-01-24T00:48:49.0675074Z * [new branch] gh/xmfan/161/orig -> origin/gh/xmfan/161/orig 2025-01-24T00:48:49.0675573Z * [new branch] gh/xmfan/162/base -> origin/gh/xmfan/162/base 2025-01-24T00:48:49.0676066Z * [new branch] gh/xmfan/162/head -> origin/gh/xmfan/162/head 2025-01-24T00:48:49.0676545Z * [new branch] gh/xmfan/162/orig -> origin/gh/xmfan/162/orig 2025-01-24T00:48:49.0677156Z * [new branch] gh/xmfan/163/base -> origin/gh/xmfan/163/base 2025-01-24T00:48:49.0677664Z * [new branch] gh/xmfan/163/head -> origin/gh/xmfan/163/head 2025-01-24T00:48:49.1116947Z * [new branch] gh/xmfan/163/orig -> origin/gh/xmfan/163/orig 2025-01-24T00:48:49.1117509Z * [new branch] gh/xmfan/164/base -> origin/gh/xmfan/164/base 2025-01-24T00:48:49.1118071Z * [new branch] gh/xmfan/164/head -> origin/gh/xmfan/164/head 2025-01-24T00:48:49.1118848Z * [new branch] gh/xmfan/164/orig -> origin/gh/xmfan/164/orig 2025-01-24T00:48:49.1119364Z * [new branch] gh/xmfan/18/base -> origin/gh/xmfan/18/base 2025-01-24T00:48:49.1119855Z * [new branch] gh/xmfan/18/head -> origin/gh/xmfan/18/head 2025-01-24T00:48:49.1120341Z * [new branch] gh/xmfan/97/base -> origin/gh/xmfan/97/base 2025-01-24T00:48:49.1120845Z * [new branch] gh/xmfan/97/head -> origin/gh/xmfan/97/head 2025-01-24T00:48:49.1121313Z * [new branch] gh/xmfan/97/orig -> origin/gh/xmfan/97/orig 2025-01-24T00:48:49.1121836Z * [new branch] gh/xuanzhang816/10/base -> origin/gh/xuanzhang816/10/base 2025-01-24T00:48:49.1122396Z * [new branch] gh/xuanzhang816/10/head -> origin/gh/xuanzhang816/10/head 2025-01-24T00:48:49.1122937Z * [new branch] gh/xuanzhang816/10/orig -> origin/gh/xuanzhang816/10/orig 2025-01-24T00:48:49.1123502Z * [new branch] gh/xuanzhang816/11/base -> origin/gh/xuanzhang816/11/base 2025-01-24T00:48:49.1124052Z * [new branch] gh/xuanzhang816/11/head -> origin/gh/xuanzhang816/11/head 2025-01-24T00:48:49.1124596Z * [new branch] gh/xuanzhang816/11/orig -> origin/gh/xuanzhang816/11/orig 2025-01-24T00:48:49.1125142Z * [new branch] gh/xuanzhang816/12/base -> origin/gh/xuanzhang816/12/base 2025-01-24T00:48:49.1125693Z * [new branch] gh/xuanzhang816/12/head -> origin/gh/xuanzhang816/12/head 2025-01-24T00:48:49.1126239Z * [new branch] gh/xuanzhang816/12/orig -> origin/gh/xuanzhang816/12/orig 2025-01-24T00:48:49.1126778Z * [new branch] gh/xuanzhang816/13/base -> origin/gh/xuanzhang816/13/base 2025-01-24T00:48:49.1127325Z * [new branch] gh/xuanzhang816/13/head -> origin/gh/xuanzhang816/13/head 2025-01-24T00:48:49.1127873Z * [new branch] gh/xuanzhang816/13/orig -> origin/gh/xuanzhang816/13/orig 2025-01-24T00:48:49.1128449Z * [new branch] gh/xuanzhang816/2/base -> origin/gh/xuanzhang816/2/base 2025-01-24T00:48:49.1128992Z * [new branch] gh/xuanzhang816/2/head -> origin/gh/xuanzhang816/2/head 2025-01-24T00:48:49.1129542Z * [new branch] gh/xuanzhang816/2/orig -> origin/gh/xuanzhang816/2/orig 2025-01-24T00:48:49.1130198Z * [new branch] gh/xuanzhang816/3/base -> origin/gh/xuanzhang816/3/base 2025-01-24T00:48:49.1130924Z * [new branch] gh/xuanzhang816/3/head -> origin/gh/xuanzhang816/3/head 2025-01-24T00:48:49.1131650Z * [new branch] gh/xuanzhang816/3/orig -> origin/gh/xuanzhang816/3/orig 2025-01-24T00:48:49.1132193Z * [new branch] gh/xuanzhang816/4/base -> origin/gh/xuanzhang816/4/base 2025-01-24T00:48:49.1132731Z * [new branch] gh/xuanzhang816/4/head -> origin/gh/xuanzhang816/4/head 2025-01-24T00:48:49.1133286Z * [new branch] gh/xuanzhang816/4/orig -> origin/gh/xuanzhang816/4/orig 2025-01-24T00:48:49.1133834Z * [new branch] gh/xuanzhang816/7/base -> origin/gh/xuanzhang816/7/base 2025-01-24T00:48:49.1134372Z * [new branch] gh/xuanzhang816/7/head -> origin/gh/xuanzhang816/7/head 2025-01-24T00:48:49.1135058Z * [new branch] gh/xuanzhang816/7/orig -> origin/gh/xuanzhang816/7/orig 2025-01-24T00:48:49.1135595Z * [new branch] gh/xuhancn/1/base -> origin/gh/xuhancn/1/base 2025-01-24T00:48:49.1136101Z * [new branch] gh/xuhancn/1/head -> origin/gh/xuhancn/1/head 2025-01-24T00:48:49.1136593Z * [new branch] gh/xuhancn/2/base -> origin/gh/xuhancn/2/base 2025-01-24T00:48:49.1137097Z * [new branch] gh/xuhancn/2/head -> origin/gh/xuhancn/2/head 2025-01-24T00:48:49.1137601Z * [new branch] gh/xuhancn/3/base -> origin/gh/xuhancn/3/base 2025-01-24T00:48:49.1138198Z * [new branch] gh/xuhancn/3/head -> origin/gh/xuhancn/3/head 2025-01-24T00:48:49.1138698Z * [new branch] gh/xuhancn/4/base -> origin/gh/xuhancn/4/base 2025-01-24T00:48:49.1139193Z * [new branch] gh/xuhancn/4/head -> origin/gh/xuhancn/4/head 2025-01-24T00:48:49.1139772Z * [new branch] gh/xuhancn/5/base -> origin/gh/xuhancn/5/base 2025-01-24T00:48:49.1140260Z * [new branch] gh/xuhancn/5/head -> origin/gh/xuhancn/5/head 2025-01-24T00:48:49.1140758Z * [new branch] gh/xuhancn/6/base -> origin/gh/xuhancn/6/base 2025-01-24T00:48:49.1141261Z * [new branch] gh/xuhancn/6/head -> origin/gh/xuhancn/6/head 2025-01-24T00:48:49.1141744Z * [new branch] gh/xuhancn/7/base -> origin/gh/xuhancn/7/base 2025-01-24T00:48:49.1142242Z * [new branch] gh/xuhancn/7/head -> origin/gh/xuhancn/7/head 2025-01-24T00:48:49.1931125Z * [new branch] gh/yanbing-j/1/base -> origin/gh/yanbing-j/1/base 2025-01-24T00:48:49.1931725Z * [new branch] gh/yanbing-j/1/orig -> origin/gh/yanbing-j/1/orig 2025-01-24T00:48:49.1932247Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-01-24T00:48:49.1932791Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-01-24T00:48:49.1933309Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-01-24T00:48:49.1933815Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-01-24T00:48:49.1934338Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-01-24T00:48:49.1934860Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-01-24T00:48:49.1935369Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-01-24T00:48:49.1935904Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-01-24T00:48:49.1936421Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-01-24T00:48:49.1936936Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-01-24T00:48:49.1937456Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-01-24T00:48:49.1937968Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-01-24T00:48:49.1938480Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-01-24T00:48:49.1938981Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-01-24T00:48:49.1939561Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-01-24T00:48:49.1940088Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-01-24T00:48:49.1940601Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-01-24T00:48:49.1941114Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-01-24T00:48:49.1941845Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-01-24T00:48:49.1942379Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-01-24T00:48:49.1942885Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-01-24T00:48:49.1943398Z * [new branch] gh/yanbing-j/2/base -> origin/gh/yanbing-j/2/base 2025-01-24T00:48:49.1943909Z * [new branch] gh/yanbing-j/2/orig -> origin/gh/yanbing-j/2/orig 2025-01-24T00:48:49.1944408Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-01-24T00:48:49.1945063Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-01-24T00:48:49.1945578Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-01-24T00:48:49.1946098Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-01-24T00:48:49.1946614Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-01-24T00:48:49.1947132Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-01-24T00:48:49.1947656Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-01-24T00:48:49.1948174Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-01-24T00:48:49.1948694Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-01-24T00:48:49.1949212Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-01-24T00:48:49.1949722Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-01-24T00:48:49.1950238Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-01-24T00:48:49.1950754Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-01-24T00:48:49.1951267Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-01-24T00:48:49.1951768Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-01-24T00:48:49.1952288Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-01-24T00:48:49.1952797Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-01-24T00:48:49.1953302Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-01-24T00:48:49.1953823Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-01-24T00:48:49.1954339Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-01-24T00:48:49.1954847Z * [new branch] gh/yanbing-j/27/base -> origin/gh/yanbing-j/27/base 2025-01-24T00:48:49.2377573Z * [new branch] gh/yanbing-j/27/head -> origin/gh/yanbing-j/27/head 2025-01-24T00:48:49.2378160Z * [new branch] gh/yanbing-j/27/orig -> origin/gh/yanbing-j/27/orig 2025-01-24T00:48:49.2378682Z * [new branch] gh/yanbing-j/28/base -> origin/gh/yanbing-j/28/base 2025-01-24T00:48:49.2379197Z * [new branch] gh/yanbing-j/28/head -> origin/gh/yanbing-j/28/head 2025-01-24T00:48:49.2379775Z * [new branch] gh/yanbing-j/28/orig -> origin/gh/yanbing-j/28/orig 2025-01-24T00:48:49.2380297Z * [new branch] gh/yanbing-j/32/base -> origin/gh/yanbing-j/32/base 2025-01-24T00:48:49.2384842Z * [new branch] gh/yanbing-j/32/head -> origin/gh/yanbing-j/32/head 2025-01-24T00:48:49.2385385Z * [new branch] gh/yanbing-j/32/orig -> origin/gh/yanbing-j/32/orig 2025-01-24T00:48:49.2385905Z * [new branch] gh/yanbing-j/33/base -> origin/gh/yanbing-j/33/base 2025-01-24T00:48:49.2386637Z * [new branch] gh/yanbing-j/33/head -> origin/gh/yanbing-j/33/head 2025-01-24T00:48:49.2387150Z * [new branch] gh/yanbing-j/33/orig -> origin/gh/yanbing-j/33/orig 2025-01-24T00:48:49.2387676Z * [new branch] gh/yanbing-j/34/base -> origin/gh/yanbing-j/34/base 2025-01-24T00:48:49.2388195Z * [new branch] gh/yanbing-j/34/head -> origin/gh/yanbing-j/34/head 2025-01-24T00:48:49.2388704Z * [new branch] gh/yanbing-j/34/orig -> origin/gh/yanbing-j/34/orig 2025-01-24T00:48:49.2389226Z * [new branch] gh/yanbing-j/35/base -> origin/gh/yanbing-j/35/base 2025-01-24T00:48:49.2391181Z * [new branch] gh/yanbing-j/35/head -> origin/gh/yanbing-j/35/head 2025-01-24T00:48:49.2391705Z * [new branch] gh/yanbing-j/35/orig -> origin/gh/yanbing-j/35/orig 2025-01-24T00:48:49.2392242Z * [new branch] gh/yanbing-j/36/base -> origin/gh/yanbing-j/36/base 2025-01-24T00:48:49.2392762Z * [new branch] gh/yanbing-j/36/head -> origin/gh/yanbing-j/36/head 2025-01-24T00:48:49.2393277Z * [new branch] gh/yanbing-j/36/orig -> origin/gh/yanbing-j/36/orig 2025-01-24T00:48:49.2393790Z * [new branch] gh/yanbing-j/37/base -> origin/gh/yanbing-j/37/base 2025-01-24T00:48:49.2394310Z * [new branch] gh/yanbing-j/37/head -> origin/gh/yanbing-j/37/head 2025-01-24T00:48:49.2394835Z * [new branch] gh/yanbing-j/37/orig -> origin/gh/yanbing-j/37/orig 2025-01-24T00:48:49.2395363Z * [new branch] gh/yanboliang/41/base -> origin/gh/yanboliang/41/base 2025-01-24T00:48:49.2397174Z * [new branch] gh/yanboliang/41/head -> origin/gh/yanboliang/41/head 2025-01-24T00:48:49.2397730Z * [new branch] gh/yanboliang/41/orig -> origin/gh/yanboliang/41/orig 2025-01-24T00:48:49.2398280Z * [new branch] gh/yanboliang/46/base -> origin/gh/yanboliang/46/base 2025-01-24T00:48:49.2398809Z * [new branch] gh/yanboliang/46/orig -> origin/gh/yanboliang/46/orig 2025-01-24T00:48:49.2399343Z * [new branch] gh/yanboliang/47/base -> origin/gh/yanboliang/47/base 2025-01-24T00:48:49.2399878Z * [new branch] gh/yanboliang/47/head -> origin/gh/yanboliang/47/head 2025-01-24T00:48:49.2400405Z * [new branch] gh/yanboliang/47/orig -> origin/gh/yanboliang/47/orig 2025-01-24T00:48:49.2400957Z * [new branch] gh/yanboliang/48/base -> origin/gh/yanboliang/48/base 2025-01-24T00:48:49.2401482Z * [new branch] gh/yanboliang/48/head -> origin/gh/yanboliang/48/head 2025-01-24T00:48:49.2403225Z * [new branch] gh/yanboliang/48/orig -> origin/gh/yanboliang/48/orig 2025-01-24T00:48:49.2403775Z * [new branch] gh/yanboliang/49/base -> origin/gh/yanboliang/49/base 2025-01-24T00:48:49.2404312Z * [new branch] gh/yanboliang/49/head -> origin/gh/yanboliang/49/head 2025-01-24T00:48:49.2404856Z * [new branch] gh/yanboliang/49/orig -> origin/gh/yanboliang/49/orig 2025-01-24T00:48:49.2405389Z * [new branch] gh/yanboliang/50/base -> origin/gh/yanboliang/50/base 2025-01-24T00:48:49.2405918Z * [new branch] gh/yanboliang/50/head -> origin/gh/yanboliang/50/head 2025-01-24T00:48:49.2406447Z * [new branch] gh/yanboliang/50/orig -> origin/gh/yanboliang/50/orig 2025-01-24T00:48:49.2406990Z * [new branch] gh/yanboliang/51/base -> origin/gh/yanboliang/51/base 2025-01-24T00:48:49.2408699Z * [new branch] gh/yanboliang/51/orig -> origin/gh/yanboliang/51/orig 2025-01-24T00:48:49.2409243Z * [new branch] gh/yanboliang/52/base -> origin/gh/yanboliang/52/base 2025-01-24T00:48:49.2409786Z * [new branch] gh/yanboliang/52/orig -> origin/gh/yanboliang/52/orig 2025-01-24T00:48:49.2410494Z * [new branch] gh/yanboliang/53/base -> origin/gh/yanboliang/53/base 2025-01-24T00:48:49.2411027Z * [new branch] gh/yanboliang/53/orig -> origin/gh/yanboliang/53/orig 2025-01-24T00:48:49.3912139Z * [new branch] gh/yanboliang/54/base -> origin/gh/yanboliang/54/base 2025-01-24T00:48:49.3912759Z * [new branch] gh/yanboliang/54/orig -> origin/gh/yanboliang/54/orig 2025-01-24T00:48:49.3913311Z * [new branch] gh/yanboliang/55/base -> origin/gh/yanboliang/55/base 2025-01-24T00:48:49.3914060Z * [new branch] gh/yanboliang/55/head -> origin/gh/yanboliang/55/head 2025-01-24T00:48:49.3914636Z * [new branch] gh/yanboliang/55/orig -> origin/gh/yanboliang/55/orig 2025-01-24T00:48:49.3915163Z * [new branch] gh/ydwu4/1/base -> origin/gh/ydwu4/1/base 2025-01-24T00:48:49.3915664Z * [new branch] gh/ydwu4/1/head -> origin/gh/ydwu4/1/head 2025-01-24T00:48:49.3916132Z * [new branch] gh/ydwu4/1/orig -> origin/gh/ydwu4/1/orig 2025-01-24T00:48:49.3916625Z * [new branch] gh/ydwu4/153/base -> origin/gh/ydwu4/153/base 2025-01-24T00:48:49.3917111Z * [new branch] gh/ydwu4/153/head -> origin/gh/ydwu4/153/head 2025-01-24T00:48:49.3917605Z * [new branch] gh/ydwu4/153/orig -> origin/gh/ydwu4/153/orig 2025-01-24T00:48:49.3918084Z * [new branch] gh/ydwu4/157/base -> origin/gh/ydwu4/157/base 2025-01-24T00:48:49.3918579Z * [new branch] gh/ydwu4/157/head -> origin/gh/ydwu4/157/head 2025-01-24T00:48:49.3919060Z * [new branch] gh/ydwu4/157/orig -> origin/gh/ydwu4/157/orig 2025-01-24T00:48:49.3919535Z * [new branch] gh/ydwu4/168/base -> origin/gh/ydwu4/168/base 2025-01-24T00:48:49.3920023Z * [new branch] gh/ydwu4/168/head -> origin/gh/ydwu4/168/head 2025-01-24T00:48:49.3920508Z * [new branch] gh/ydwu4/168/orig -> origin/gh/ydwu4/168/orig 2025-01-24T00:48:49.3920989Z * [new branch] gh/ydwu4/175/base -> origin/gh/ydwu4/175/base 2025-01-24T00:48:49.3922963Z * [new branch] gh/ydwu4/175/head -> origin/gh/ydwu4/175/head 2025-01-24T00:48:49.3923454Z * [new branch] gh/ydwu4/175/orig -> origin/gh/ydwu4/175/orig 2025-01-24T00:48:49.3923930Z * [new branch] gh/ydwu4/179/base -> origin/gh/ydwu4/179/base 2025-01-24T00:48:49.3924431Z * [new branch] gh/ydwu4/179/head -> origin/gh/ydwu4/179/head 2025-01-24T00:48:49.3924913Z * [new branch] gh/ydwu4/179/orig -> origin/gh/ydwu4/179/orig 2025-01-24T00:48:49.3925397Z * [new branch] gh/ydwu4/180/base -> origin/gh/ydwu4/180/base 2025-01-24T00:48:49.3925889Z * [new branch] gh/ydwu4/180/head -> origin/gh/ydwu4/180/head 2025-01-24T00:48:49.3926372Z * [new branch] gh/ydwu4/180/orig -> origin/gh/ydwu4/180/orig 2025-01-24T00:48:49.3926864Z * [new branch] gh/ydwu4/189/base -> origin/gh/ydwu4/189/base 2025-01-24T00:48:49.3927338Z * [new branch] gh/ydwu4/189/head -> origin/gh/ydwu4/189/head 2025-01-24T00:48:49.3927825Z * [new branch] gh/ydwu4/189/orig -> origin/gh/ydwu4/189/orig 2025-01-24T00:48:49.3928309Z * [new branch] gh/ydwu4/190/base -> origin/gh/ydwu4/190/base 2025-01-24T00:48:49.3928788Z * [new branch] gh/ydwu4/190/head -> origin/gh/ydwu4/190/head 2025-01-24T00:48:49.3929272Z * [new branch] gh/ydwu4/190/orig -> origin/gh/ydwu4/190/orig 2025-01-24T00:48:49.3929755Z * [new branch] gh/ydwu4/191/base -> origin/gh/ydwu4/191/base 2025-01-24T00:48:49.3930414Z * [new branch] gh/ydwu4/191/head -> origin/gh/ydwu4/191/head 2025-01-24T00:48:49.3930900Z * [new branch] gh/ydwu4/191/orig -> origin/gh/ydwu4/191/orig 2025-01-24T00:48:49.3931386Z * [new branch] gh/ydwu4/193/base -> origin/gh/ydwu4/193/base 2025-01-24T00:48:49.3931888Z * [new branch] gh/ydwu4/193/head -> origin/gh/ydwu4/193/head 2025-01-24T00:48:49.3932374Z * [new branch] gh/ydwu4/193/orig -> origin/gh/ydwu4/193/orig 2025-01-24T00:48:49.3932864Z * [new branch] gh/ydwu4/194/base -> origin/gh/ydwu4/194/base 2025-01-24T00:48:49.3933453Z * [new branch] gh/ydwu4/194/head -> origin/gh/ydwu4/194/head 2025-01-24T00:48:49.3933942Z * [new branch] gh/ydwu4/194/orig -> origin/gh/ydwu4/194/orig 2025-01-24T00:48:49.3934434Z * [new branch] gh/ydwu4/195/base -> origin/gh/ydwu4/195/base 2025-01-24T00:48:49.3934932Z * [new branch] gh/ydwu4/195/head -> origin/gh/ydwu4/195/head 2025-01-24T00:48:49.3935411Z * [new branch] gh/ydwu4/195/orig -> origin/gh/ydwu4/195/orig 2025-01-24T00:48:49.3935908Z * [new branch] gh/ydwu4/196/base -> origin/gh/ydwu4/196/base 2025-01-24T00:48:49.3936400Z * [new branch] gh/ydwu4/196/head -> origin/gh/ydwu4/196/head 2025-01-24T00:48:49.3936882Z * [new branch] gh/ydwu4/196/orig -> origin/gh/ydwu4/196/orig 2025-01-24T00:48:49.3937357Z * [new branch] gh/ydwu4/197/base -> origin/gh/ydwu4/197/base 2025-01-24T00:48:49.3937846Z * [new branch] gh/ydwu4/197/head -> origin/gh/ydwu4/197/head 2025-01-24T00:48:49.4373994Z * [new branch] gh/ydwu4/197/orig -> origin/gh/ydwu4/197/orig 2025-01-24T00:48:49.4375851Z * [new branch] gh/ydwu4/198/base -> origin/gh/ydwu4/198/base 2025-01-24T00:48:49.4376376Z * [new branch] gh/ydwu4/198/head -> origin/gh/ydwu4/198/head 2025-01-24T00:48:49.4376867Z * [new branch] gh/ydwu4/198/orig -> origin/gh/ydwu4/198/orig 2025-01-24T00:48:49.4377361Z * [new branch] gh/ydwu4/199/base -> origin/gh/ydwu4/199/base 2025-01-24T00:48:49.4377851Z * [new branch] gh/ydwu4/199/head -> origin/gh/ydwu4/199/head 2025-01-24T00:48:49.4378336Z * [new branch] gh/ydwu4/199/orig -> origin/gh/ydwu4/199/orig 2025-01-24T00:48:49.4378819Z * [new branch] gh/ydwu4/200/base -> origin/gh/ydwu4/200/base 2025-01-24T00:48:49.4379373Z * [new branch] gh/ydwu4/200/head -> origin/gh/ydwu4/200/head 2025-01-24T00:48:49.4379862Z * [new branch] gh/ydwu4/200/orig -> origin/gh/ydwu4/200/orig 2025-01-24T00:48:49.4380344Z * [new branch] gh/ydwu4/201/base -> origin/gh/ydwu4/201/base 2025-01-24T00:48:49.4380843Z * [new branch] gh/ydwu4/201/head -> origin/gh/ydwu4/201/head 2025-01-24T00:48:49.4381324Z * [new branch] gh/ydwu4/201/orig -> origin/gh/ydwu4/201/orig 2025-01-24T00:48:49.4381822Z * [new branch] gh/ydwu4/7/base -> origin/gh/ydwu4/7/base 2025-01-24T00:48:49.4382307Z * [new branch] gh/ydwu4/7/head -> origin/gh/ydwu4/7/head 2025-01-24T00:48:49.4382776Z * [new branch] gh/ydwu4/7/orig -> origin/gh/ydwu4/7/orig 2025-01-24T00:48:49.4383262Z * [new branch] gh/yf225/127/base -> origin/gh/yf225/127/base 2025-01-24T00:48:49.4383752Z * [new branch] gh/yf225/127/head -> origin/gh/yf225/127/head 2025-01-24T00:48:49.4384228Z * [new branch] gh/yf225/127/orig -> origin/gh/yf225/127/orig 2025-01-24T00:48:49.4384706Z * [new branch] gh/yf225/132/base -> origin/gh/yf225/132/base 2025-01-24T00:48:49.4387343Z * [new branch] gh/yf225/132/head -> origin/gh/yf225/132/head 2025-01-24T00:48:49.4387836Z * [new branch] gh/yf225/132/orig -> origin/gh/yf225/132/orig 2025-01-24T00:48:49.4388309Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-01-24T00:48:49.4388793Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-01-24T00:48:49.4389278Z * [new branch] gh/yf225/139/base -> origin/gh/yf225/139/base 2025-01-24T00:48:49.4389881Z * [new branch] gh/yf225/139/head -> origin/gh/yf225/139/head 2025-01-24T00:48:49.4390371Z * [new branch] gh/yf225/139/orig -> origin/gh/yf225/139/orig 2025-01-24T00:48:49.4390854Z * [new branch] gh/yf225/151/base -> origin/gh/yf225/151/base 2025-01-24T00:48:49.4391331Z * [new branch] gh/yf225/151/head -> origin/gh/yf225/151/head 2025-01-24T00:48:49.4391832Z * [new branch] gh/yf225/151/orig -> origin/gh/yf225/151/orig 2025-01-24T00:48:49.4392326Z * [new branch] gh/yf225/156/base -> origin/gh/yf225/156/base 2025-01-24T00:48:49.4392808Z * [new branch] gh/yf225/156/head -> origin/gh/yf225/156/head 2025-01-24T00:48:49.4393295Z * [new branch] gh/yf225/156/orig -> origin/gh/yf225/156/orig 2025-01-24T00:48:49.4393779Z * [new branch] gh/yf225/157/base -> origin/gh/yf225/157/base 2025-01-24T00:48:49.4394267Z * [new branch] gh/yf225/157/head -> origin/gh/yf225/157/head 2025-01-24T00:48:49.4394739Z * [new branch] gh/yf225/157/orig -> origin/gh/yf225/157/orig 2025-01-24T00:48:49.4395222Z * [new branch] gh/yf225/158/base -> origin/gh/yf225/158/base 2025-01-24T00:48:49.4395710Z * [new branch] gh/yf225/158/head -> origin/gh/yf225/158/head 2025-01-24T00:48:49.4396189Z * [new branch] gh/yf225/158/orig -> origin/gh/yf225/158/orig 2025-01-24T00:48:49.4396671Z * [new branch] gh/yf225/159/base -> origin/gh/yf225/159/base 2025-01-24T00:48:49.4397156Z * [new branch] gh/yf225/159/head -> origin/gh/yf225/159/head 2025-01-24T00:48:49.4397626Z * [new branch] gh/yf225/159/orig -> origin/gh/yf225/159/orig 2025-01-24T00:48:49.4398116Z * [new branch] gh/yf225/160/base -> origin/gh/yf225/160/base 2025-01-24T00:48:49.4398595Z * [new branch] gh/yf225/160/head -> origin/gh/yf225/160/head 2025-01-24T00:48:49.4399077Z * [new branch] gh/yf225/160/orig -> origin/gh/yf225/160/orig 2025-01-24T00:48:49.4399548Z * [new branch] gh/yf225/162/base -> origin/gh/yf225/162/base 2025-01-24T00:48:49.4400030Z * [new branch] gh/yf225/162/head -> origin/gh/yf225/162/head 2025-01-24T00:48:49.4400520Z * [new branch] gh/yf225/162/orig -> origin/gh/yf225/162/orig 2025-01-24T00:48:49.4817967Z * [new branch] gh/yf225/163/base -> origin/gh/yf225/163/base 2025-01-24T00:48:49.4818516Z * [new branch] gh/yf225/163/head -> origin/gh/yf225/163/head 2025-01-24T00:48:49.4819006Z * [new branch] gh/yf225/163/orig -> origin/gh/yf225/163/orig 2025-01-24T00:48:49.4819565Z * [new branch] gh/yf225/85/base -> origin/gh/yf225/85/base 2025-01-24T00:48:49.4820061Z * [new branch] gh/yf225/85/head -> origin/gh/yf225/85/head 2025-01-24T00:48:49.4820555Z * [new branch] gh/yf225/85/orig -> origin/gh/yf225/85/orig 2025-01-24T00:48:49.4821027Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-01-24T00:48:49.4821712Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-01-24T00:48:49.4822220Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-01-24T00:48:49.4822762Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-01-24T00:48:49.4823276Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-01-24T00:48:49.4823793Z * [new branch] gh/yifuwang/163/base -> origin/gh/yifuwang/163/base 2025-01-24T00:48:49.4824308Z * [new branch] gh/yifuwang/163/head -> origin/gh/yifuwang/163/head 2025-01-24T00:48:49.4825734Z * [new branch] gh/yifuwang/163/orig -> origin/gh/yifuwang/163/orig 2025-01-24T00:48:49.4826317Z * [new branch] gh/yifuwang/174/base -> origin/gh/yifuwang/174/base 2025-01-24T00:48:49.4826838Z * [new branch] gh/yifuwang/174/head -> origin/gh/yifuwang/174/head 2025-01-24T00:48:49.4827374Z * [new branch] gh/yifuwang/174/orig -> origin/gh/yifuwang/174/orig 2025-01-24T00:48:49.4827886Z * [new branch] gh/yifuwang/182/base -> origin/gh/yifuwang/182/base 2025-01-24T00:48:49.4828410Z * [new branch] gh/yifuwang/182/head -> origin/gh/yifuwang/182/head 2025-01-24T00:48:49.4828925Z * [new branch] gh/yifuwang/182/orig -> origin/gh/yifuwang/182/orig 2025-01-24T00:48:49.4829435Z * [new branch] gh/yifuwang/183/base -> origin/gh/yifuwang/183/base 2025-01-24T00:48:49.4829955Z * [new branch] gh/yifuwang/183/head -> origin/gh/yifuwang/183/head 2025-01-24T00:48:49.4830479Z * [new branch] gh/yifuwang/183/orig -> origin/gh/yifuwang/183/orig 2025-01-24T00:48:49.4831002Z * [new branch] gh/yifuwang/184/base -> origin/gh/yifuwang/184/base 2025-01-24T00:48:49.4831510Z * [new branch] gh/yifuwang/184/head -> origin/gh/yifuwang/184/head 2025-01-24T00:48:49.4832037Z * [new branch] gh/yifuwang/184/orig -> origin/gh/yifuwang/184/orig 2025-01-24T00:48:49.4832592Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-01-24T00:48:49.4833116Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-01-24T00:48:49.4833643Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-01-24T00:48:49.4834162Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-01-24T00:48:49.4834693Z * [new branch] gh/ysiraichi/78/base -> origin/gh/ysiraichi/78/base 2025-01-24T00:48:49.4835212Z * [new branch] gh/ysiraichi/78/head -> origin/gh/ysiraichi/78/head 2025-01-24T00:48:49.4835739Z * [new branch] gh/ysiraichi/78/orig -> origin/gh/ysiraichi/78/orig 2025-01-24T00:48:49.4836266Z * [new branch] gh/ysiraichi/79/base -> origin/gh/ysiraichi/79/base 2025-01-24T00:48:49.4836785Z * [new branch] gh/ysiraichi/79/head -> origin/gh/ysiraichi/79/head 2025-01-24T00:48:49.4837432Z * [new branch] gh/ysiraichi/79/orig -> origin/gh/ysiraichi/79/orig 2025-01-24T00:48:49.4837963Z * [new branch] gh/ysiraichi/80/base -> origin/gh/ysiraichi/80/base 2025-01-24T00:48:49.4838485Z * [new branch] gh/ysiraichi/80/head -> origin/gh/ysiraichi/80/head 2025-01-24T00:48:49.4839013Z * [new branch] gh/ysiraichi/80/orig -> origin/gh/ysiraichi/80/orig 2025-01-24T00:48:49.4839551Z * [new branch] gh/yushangdi/2/base -> origin/gh/yushangdi/2/base 2025-01-24T00:48:49.4840084Z * [new branch] gh/yushangdi/2/orig -> origin/gh/yushangdi/2/orig 2025-01-24T00:48:49.4840594Z * [new branch] gh/zhuhaozhe/28/base -> origin/gh/zhuhaozhe/28/base 2025-01-24T00:48:49.4841278Z * [new branch] gh/zhuhaozhe/28/head -> origin/gh/zhuhaozhe/28/head 2025-01-24T00:48:49.4841804Z * [new branch] gh/zhuhaozhe/28/orig -> origin/gh/zhuhaozhe/28/orig 2025-01-24T00:48:49.4842325Z * [new branch] gh/zhuhaozhe/29/base -> origin/gh/zhuhaozhe/29/base 2025-01-24T00:48:49.4842852Z * [new branch] gh/zhuhaozhe/29/head -> origin/gh/zhuhaozhe/29/head 2025-01-24T00:48:49.4843382Z * [new branch] gh/zhuhaozhe/29/orig -> origin/gh/zhuhaozhe/29/orig 2025-01-24T00:48:49.5272454Z * [new branch] gh/zhuhaozhe/31/base -> origin/gh/zhuhaozhe/31/base 2025-01-24T00:48:49.5274188Z * [new branch] gh/zhuhaozhe/31/head -> origin/gh/zhuhaozhe/31/head 2025-01-24T00:48:49.5274734Z * [new branch] gh/zhuhaozhe/31/orig -> origin/gh/zhuhaozhe/31/orig 2025-01-24T00:48:49.5275262Z * [new branch] gh/zhuhaozhe/32/base -> origin/gh/zhuhaozhe/32/base 2025-01-24T00:48:49.5275795Z * [new branch] gh/zhuhaozhe/32/head -> origin/gh/zhuhaozhe/32/head 2025-01-24T00:48:49.5276321Z * [new branch] gh/zhuhaozhe/32/orig -> origin/gh/zhuhaozhe/32/orig 2025-01-24T00:48:49.5276842Z * [new branch] gh/zhuhaozhe/33/base -> origin/gh/zhuhaozhe/33/base 2025-01-24T00:48:49.5277352Z * [new branch] gh/zhuhaozhe/33/head -> origin/gh/zhuhaozhe/33/head 2025-01-24T00:48:49.5277887Z * [new branch] gh/zhuhaozhe/33/orig -> origin/gh/zhuhaozhe/33/orig 2025-01-24T00:48:49.5279358Z * [new branch] gh/zoranzhao/1/base -> origin/gh/zoranzhao/1/base 2025-01-24T00:48:49.5279902Z * [new branch] gh/zoranzhao/1/orig -> origin/gh/zoranzhao/1/orig 2025-01-24T00:48:49.5280413Z * [new branch] gh/zou3519/1072/base -> origin/gh/zou3519/1072/base 2025-01-24T00:48:49.5280937Z * [new branch] gh/zou3519/1072/head -> origin/gh/zou3519/1072/head 2025-01-24T00:48:49.5281442Z * [new branch] gh/zou3519/1072/orig -> origin/gh/zou3519/1072/orig 2025-01-24T00:48:49.5281938Z * [new branch] gh/zou3519/1075/base -> origin/gh/zou3519/1075/base 2025-01-24T00:48:49.5282441Z * [new branch] gh/zou3519/1075/head -> origin/gh/zou3519/1075/head 2025-01-24T00:48:49.5282951Z * [new branch] gh/zou3519/1075/orig -> origin/gh/zou3519/1075/orig 2025-01-24T00:48:49.5283449Z * [new branch] gh/zou3519/1077/base -> origin/gh/zou3519/1077/base 2025-01-24T00:48:49.5283957Z * [new branch] gh/zou3519/1077/head -> origin/gh/zou3519/1077/head 2025-01-24T00:48:49.5285390Z * [new branch] gh/zou3519/1077/orig -> origin/gh/zou3519/1077/orig 2025-01-24T00:48:49.5285892Z * [new branch] gh/zou3519/1080/base -> origin/gh/zou3519/1080/base 2025-01-24T00:48:49.5286424Z * [new branch] gh/zou3519/1080/head -> origin/gh/zou3519/1080/head 2025-01-24T00:48:49.5286931Z * [new branch] gh/zou3519/1080/orig -> origin/gh/zou3519/1080/orig 2025-01-24T00:48:49.5287434Z * [new branch] gh/zou3519/1081/base -> origin/gh/zou3519/1081/base 2025-01-24T00:48:49.5287932Z * [new branch] gh/zou3519/1081/head -> origin/gh/zou3519/1081/head 2025-01-24T00:48:49.5288438Z * [new branch] gh/zou3519/1081/orig -> origin/gh/zou3519/1081/orig 2025-01-24T00:48:49.5288951Z * [new branch] gh/zou3519/1088/base -> origin/gh/zou3519/1088/base 2025-01-24T00:48:49.5289462Z * [new branch] gh/zou3519/1088/head -> origin/gh/zou3519/1088/head 2025-01-24T00:48:49.5290889Z * [new branch] gh/zou3519/1088/orig -> origin/gh/zou3519/1088/orig 2025-01-24T00:48:49.5291407Z * [new branch] gh/zou3519/1095/base -> origin/gh/zou3519/1095/base 2025-01-24T00:48:49.5292115Z * [new branch] gh/zou3519/1095/head -> origin/gh/zou3519/1095/head 2025-01-24T00:48:49.5292619Z * [new branch] gh/zou3519/1095/orig -> origin/gh/zou3519/1095/orig 2025-01-24T00:48:49.5293128Z * [new branch] gh/zou3519/1105/base -> origin/gh/zou3519/1105/base 2025-01-24T00:48:49.5293637Z * [new branch] gh/zou3519/1105/head -> origin/gh/zou3519/1105/head 2025-01-24T00:48:49.5294136Z * [new branch] gh/zou3519/1105/orig -> origin/gh/zou3519/1105/orig 2025-01-24T00:48:49.5294754Z * [new branch] gh/zou3519/1106/base -> origin/gh/zou3519/1106/base 2025-01-24T00:48:49.5295285Z * [new branch] gh/zou3519/1106/head -> origin/gh/zou3519/1106/head 2025-01-24T00:48:49.5296732Z * [new branch] gh/zou3519/1106/orig -> origin/gh/zou3519/1106/orig 2025-01-24T00:48:49.5297254Z * [new branch] gh/zou3519/1107/base -> origin/gh/zou3519/1107/base 2025-01-24T00:48:49.5297762Z * [new branch] gh/zou3519/1107/head -> origin/gh/zou3519/1107/head 2025-01-24T00:48:49.5298280Z * [new branch] gh/zou3519/1107/orig -> origin/gh/zou3519/1107/orig 2025-01-24T00:48:49.5298776Z * [new branch] gh/zou3519/1108/base -> origin/gh/zou3519/1108/base 2025-01-24T00:48:49.5299311Z * [new branch] gh/zou3519/1108/head -> origin/gh/zou3519/1108/head 2025-01-24T00:48:49.5299839Z * [new branch] gh/zou3519/1108/orig -> origin/gh/zou3519/1108/orig 2025-01-24T00:48:49.5300339Z * [new branch] gh/zou3519/1109/base -> origin/gh/zou3519/1109/base 2025-01-24T00:48:49.5300837Z * [new branch] gh/zou3519/1109/head -> origin/gh/zou3519/1109/head 2025-01-24T00:48:49.5728005Z * [new branch] gh/zou3519/1109/orig -> origin/gh/zou3519/1109/orig 2025-01-24T00:48:49.5728635Z * [new branch] gh/zou3519/1110/base -> origin/gh/zou3519/1110/base 2025-01-24T00:48:49.5729145Z * [new branch] gh/zou3519/1110/head -> origin/gh/zou3519/1110/head 2025-01-24T00:48:49.5729658Z * [new branch] gh/zou3519/1110/orig -> origin/gh/zou3519/1110/orig 2025-01-24T00:48:49.5730161Z * [new branch] gh/zou3519/1111/base -> origin/gh/zou3519/1111/base 2025-01-24T00:48:49.5730652Z * [new branch] gh/zou3519/1111/head -> origin/gh/zou3519/1111/head 2025-01-24T00:48:49.5731156Z * [new branch] gh/zou3519/1111/orig -> origin/gh/zou3519/1111/orig 2025-01-24T00:48:49.5731673Z * [new branch] gh/zou3519/1112/base -> origin/gh/zou3519/1112/base 2025-01-24T00:48:49.5733133Z * [new branch] gh/zou3519/1112/head -> origin/gh/zou3519/1112/head 2025-01-24T00:48:49.5733631Z * [new branch] gh/zou3519/1112/orig -> origin/gh/zou3519/1112/orig 2025-01-24T00:48:49.5734145Z * [new branch] gh/zou3519/1113/base -> origin/gh/zou3519/1113/base 2025-01-24T00:48:49.5734648Z * [new branch] gh/zou3519/1113/head -> origin/gh/zou3519/1113/head 2025-01-24T00:48:49.5735147Z * [new branch] gh/zou3519/1113/orig -> origin/gh/zou3519/1113/orig 2025-01-24T00:48:49.5735650Z * [new branch] gh/zou3519/1114/base -> origin/gh/zou3519/1114/base 2025-01-24T00:48:49.5736154Z * [new branch] gh/zou3519/1114/head -> origin/gh/zou3519/1114/head 2025-01-24T00:48:49.5736656Z * [new branch] gh/zou3519/1114/orig -> origin/gh/zou3519/1114/orig 2025-01-24T00:48:49.5737162Z * [new branch] gh/zou3519/1115/base -> origin/gh/zou3519/1115/base 2025-01-24T00:48:49.5738514Z * [new branch] gh/zou3519/1115/head -> origin/gh/zou3519/1115/head 2025-01-24T00:48:49.5739029Z * [new branch] gh/zou3519/1115/orig -> origin/gh/zou3519/1115/orig 2025-01-24T00:48:49.5739795Z * [new branch] gh/zou3519/1116/base -> origin/gh/zou3519/1116/base 2025-01-24T00:48:49.5740296Z * [new branch] gh/zou3519/1116/head -> origin/gh/zou3519/1116/head 2025-01-24T00:48:49.5740807Z * [new branch] gh/zou3519/1116/orig -> origin/gh/zou3519/1116/orig 2025-01-24T00:48:49.5741305Z * [new branch] gh/zou3519/1117/base -> origin/gh/zou3519/1117/base 2025-01-24T00:48:49.5741814Z * [new branch] gh/zou3519/1117/head -> origin/gh/zou3519/1117/head 2025-01-24T00:48:49.5742438Z * [new branch] gh/zou3519/1117/orig -> origin/gh/zou3519/1117/orig 2025-01-24T00:48:49.5742948Z * [new branch] gh/zou3519/702/base -> origin/gh/zou3519/702/base 2025-01-24T00:48:49.5744373Z * [new branch] gh/zou3519/702/head -> origin/gh/zou3519/702/head 2025-01-24T00:48:49.5744884Z * [new branch] gh/zou3519/702/orig -> origin/gh/zou3519/702/orig 2025-01-24T00:48:49.5745387Z * [new branch] gh/zou3519/703/base -> origin/gh/zou3519/703/base 2025-01-24T00:48:49.5745872Z * [new branch] gh/zou3519/703/head -> origin/gh/zou3519/703/head 2025-01-24T00:48:49.5746368Z * [new branch] gh/zou3519/703/orig -> origin/gh/zou3519/703/orig 2025-01-24T00:48:49.5746868Z * [new branch] gh/zou3519/704/base -> origin/gh/zou3519/704/base 2025-01-24T00:48:49.5747351Z * [new branch] gh/zou3519/704/head -> origin/gh/zou3519/704/head 2025-01-24T00:48:49.5747852Z * [new branch] gh/zou3519/704/orig -> origin/gh/zou3519/704/orig 2025-01-24T00:48:49.5748351Z * [new branch] gh/zou3519/709/base -> origin/gh/zou3519/709/base 2025-01-24T00:48:49.5748844Z * [new branch] gh/zou3519/709/head -> origin/gh/zou3519/709/head 2025-01-24T00:48:49.5750230Z * [new branch] gh/zou3519/709/orig -> origin/gh/zou3519/709/orig 2025-01-24T00:48:49.5750736Z * [new branch] gh/zou3519/754/base -> origin/gh/zou3519/754/base 2025-01-24T00:48:49.5751252Z * [new branch] gh/zou3519/754/head -> origin/gh/zou3519/754/head 2025-01-24T00:48:49.5751744Z * [new branch] gh/zou3519/754/orig -> origin/gh/zou3519/754/orig 2025-01-24T00:48:49.5752240Z * [new branch] gh/zou3519/916/base -> origin/gh/zou3519/916/base 2025-01-24T00:48:49.5752733Z * [new branch] gh/zou3519/916/head -> origin/gh/zou3519/916/head 2025-01-24T00:48:49.5753210Z * [new branch] google-main -> origin/google-main 2025-01-24T00:48:49.5753771Z * [new branch] groupwise_gemm_multithreading -> origin/groupwise_gemm_multithreading 2025-01-24T00:48:49.5754353Z * [new branch] guangyey/acc_fix -> origin/guangyey/acc_fix 2025-01-24T00:48:49.5755748Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-01-24T00:48:49.5756308Z * [new branch] guangyey/host_alloc -> origin/guangyey/host_alloc 2025-01-24T00:48:49.6165724Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-01-24T00:48:49.6166297Z * [new branch] guard_source1 -> origin/guard_source1 2025-01-24T00:48:49.6166829Z * [new branch] guard_system -> origin/guard_system 2025-01-24T00:48:49.6167369Z * [new branch] guards-cpp -> origin/guards-cpp 2025-01-24T00:48:49.6168022Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-01-24T00:48:49.6168735Z * [new branch] haozhe/bf16-dynamic-shape -> origin/haozhe/bf16-dynamic-shape 2025-01-24T00:48:49.6169512Z * [new branch] higher_order_ops_gb -> origin/higher_order_ops_gb 2025-01-24T00:48:49.6170004Z * [new branch] hl475-patch-1 -> origin/hl475-patch-1 2025-01-24T00:48:49.6170496Z * [new branch] hoy-update-wheel -> origin/hoy-update-wheel 2025-01-24T00:48:49.6171016Z * [new branch] hoy/autofdo/xblock -> origin/hoy/autofdo/xblock 2025-01-24T00:48:49.6171522Z * [new branch] hoy/autotune/nreg -> origin/hoy/autotune/nreg 2025-01-24T00:48:49.6172057Z * [new branch] hoy/autotune/numwarps -> origin/hoy/autotune/numwarps 2025-01-24T00:48:49.6172778Z * [new branch] hoy/mmsplitk -> origin/hoy/mmsplitk 2025-01-24T00:48:49.6173280Z * [new branch] hoy/triton-PR3973 -> origin/hoy/triton-PR3973 2025-01-24T00:48:49.6173887Z * [new branch] hoy/triton-coalescing-baseline -> origin/hoy/triton-coalescing-baseline 2025-01-24T00:48:49.6174544Z * [new branch] hoy/triton-coalescing-min -> origin/hoy/triton-coalescing-min 2025-01-24T00:48:49.6175151Z * [new branch] hoy/triton-coalescing-new -> origin/hoy/triton-coalescing-new 2025-01-24T00:48:49.6175742Z * [new branch] hoy/triton-coalescing-vec -> origin/hoy/triton-coalescing-vec 2025-01-24T00:48:49.6176254Z * [new branch] hoy/ws -> origin/hoy/ws 2025-01-24T00:48:49.6176726Z * [new branch] ignore_lint_in_revs -> origin/ignore_lint_in_revs 2025-01-24T00:48:49.6177219Z * [new branch] improve_vec_log -> origin/improve_vec_log 2025-01-24T00:48:49.6177856Z * [new branch] increase-perf-benchmark-shard -> origin/increase-perf-benchmark-shard 2025-01-24T00:48:49.6178562Z * [new branch] inductor_layout_opt_rocm_disable -> origin/inductor_layout_opt_rocm_disable 2025-01-24T00:48:49.6179107Z * [new branch] inline -> origin/inline 2025-01-24T00:48:49.6179631Z * [new branch] inlining -> origin/inlining 2025-01-24T00:48:49.6180355Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-01-24T00:48:49.6181138Z * [new branch] int8_sdpa -> origin/int8_sdpa 2025-01-24T00:48:49.6181959Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-01-24T00:48:49.6182843Z * [new branch] ios-mac-m1 -> origin/ios-mac-m1 2025-01-24T00:48:49.6183666Z * [new branch] ipiszy/cutlass -> origin/ipiszy/cutlass 2025-01-24T00:48:49.6184542Z * [new branch] ipiszy/fix -> origin/ipiszy/fix 2025-01-24T00:48:49.6185354Z * [new branch] ipiszy/fp8_test -> origin/ipiszy/fp8_test 2025-01-24T00:48:49.6186208Z * [new branch] ipiszy/mypy -> origin/ipiszy/mypy 2025-01-24T00:48:49.6186849Z * [new branch] issue#58739 -> origin/issue#58739 2025-01-24T00:48:49.6187537Z * [new branch] ivanov/cherry-pick-ckpt-fixes -> origin/ivanov/cherry-pick-ckpt-fixes 2025-01-24T00:48:49.6188252Z * [new branch] jataylo-nvfuser_blocklist -> origin/jataylo-nvfuser_blocklist 2025-01-24T00:48:49.6188805Z * [new branch] jcaip-patch-1 -> origin/jcaip-patch-1 2025-01-24T00:48:49.6189303Z * [new branch] jcaip/fix-int8-bug -> origin/jcaip/fix-int8-bug 2025-01-24T00:48:49.6189853Z * [new branch] jcaip/fix-int8-bug-alpha -> origin/jcaip/fix-int8-bug-alpha 2025-01-24T00:48:49.6190535Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-01-24T00:48:49.6192274Z * [new branch] jcaip/torch-compile-sparse -> origin/jcaip/torch-compile-sparse 2025-01-24T00:48:49.6193316Z * [new branch] jcaip/update-benchmarks -> origin/jcaip/update-benchmarks 2025-01-24T00:48:49.6193958Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-01-24T00:48:49.6194646Z * [new branch] jon-chuang/compile-config-hash -> origin/jon-chuang/compile-config-hash 2025-01-24T00:48:49.6195280Z * [new branch] jon-chuang/compile-ignored -> origin/jon-chuang/compile-ignored 2025-01-24T00:48:49.6195852Z * [new branch] justinchu/docs-conf -> origin/justinchu/docs-conf 2025-01-24T00:48:49.6196404Z * [new branch] justinchu/safe-tensors -> origin/justinchu/safe-tensors 2025-01-24T00:48:49.6614398Z * [new branch] justinchuby-patch-1 -> origin/justinchuby-patch-1 2025-01-24T00:48:49.6615074Z * [new branch] jwagantall/migrate-checkout -> origin/jwagantall/migrate-checkout 2025-01-24T00:48:49.6615623Z * [new branch] jz/istft -> origin/jz/istft 2025-01-24T00:48:49.6616160Z * [new branch] jz/masked-select-decomp -> origin/jz/masked-select-decomp 2025-01-24T00:48:49.6616703Z * [new branch] jz/stft -> origin/jz/stft 2025-01-24T00:48:49.6617210Z * [new branch] jz/stft-old-fc -> origin/jz/stft-old-fc 2025-01-24T00:48:49.6617687Z * [new branch] kadeng/dev-1 -> origin/kadeng/dev-1 2025-01-24T00:48:49.6618368Z * [new branch] kadeng/inductor-backend/cutlass-evt-fusion-1 -> origin/kadeng/inductor-backend/cutlass-evt-fusion-1 2025-01-24T00:48:49.6619184Z * [new branch] kadeng/inductor-cutlass-epilogue -> origin/kadeng/inductor-cutlass-epilogue 2025-01-24T00:48:49.6619933Z * [new branch] kenjin/call_method_userdefined -> origin/kenjin/call_method_userdefined 2025-01-24T00:48:49.6620487Z * [new branch] kenjin/lambdas -> origin/kenjin/lambdas 2025-01-24T00:48:49.6620988Z * [new branch] kenjin/norefcycles -> origin/kenjin/norefcycles 2025-01-24T00:48:49.6621513Z * [new branch] kineto_warnings_fix -> origin/kineto_warnings_fix 2025-01-24T00:48:49.6622021Z * [new branch] kit1980-patch-2 -> origin/kit1980-patch-2 2025-01-24T00:48:49.6622573Z * [new branch] kleidiai_github_mirror -> origin/kleidiai_github_mirror 2025-01-24T00:48:49.6623152Z * [new branch] klondenberg/cutlass -> origin/klondenberg/cutlass 2025-01-24T00:48:49.6623675Z * [new branch] layernorm_bias_fix -> origin/layernorm_bias_fix 2025-01-24T00:48:49.6624275Z * [new branch] leslie/enable_poc_reduction_fusion -> origin/leslie/enable_poc_reduction_fusion 2025-01-24T00:48:49.6624962Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-01-24T00:48:49.6625632Z * [new branch] liaoxuan/fuse_attention_pattern -> origin/liaoxuan/fuse_attention_pattern 2025-01-24T00:48:49.6626213Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-01-24T00:48:49.6626655Z * [new branch] main -> origin/main 2025-01-24T00:48:49.6627194Z * [new branch] main-update-cusparselt-0.6.3 -> origin/main-update-cusparselt-0.6.3 2025-01-24T00:48:49.6627770Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-01-24T00:48:49.6628309Z * [new branch] malfet-patch-12 -> origin/malfet-patch-12 2025-01-24T00:48:49.6628811Z * [new branch] malfet-patch-14 -> origin/malfet-patch-14 2025-01-24T00:48:49.6629346Z * [new branch] malfet-patch-15 -> origin/malfet-patch-15 2025-01-24T00:48:49.6629826Z * [new branch] malfet-patch-16 -> origin/malfet-patch-16 2025-01-24T00:48:49.6630474Z * [new branch] malfet-patch-17 -> origin/malfet-patch-17 2025-01-24T00:48:49.6630966Z * [new branch] malfet-patch-18 -> origin/malfet-patch-18 2025-01-24T00:48:49.6631467Z * [new branch] malfet-patch-19 -> origin/malfet-patch-19 2025-01-24T00:48:49.6631950Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-01-24T00:48:49.6632443Z * [new branch] malfet-patch-20 -> origin/malfet-patch-20 2025-01-24T00:48:49.6632951Z * [new branch] malfet-patch-21 -> origin/malfet-patch-21 2025-01-24T00:48:49.6633555Z * [new branch] malfet-patch-22 -> origin/malfet-patch-22 2025-01-24T00:48:49.6634060Z * [new branch] malfet-patch-22-1 -> origin/malfet-patch-22-1 2025-01-24T00:48:49.6634618Z * [new branch] malfet-patch-23 -> origin/malfet-patch-23 2025-01-24T00:48:49.6635142Z * [new branch] malfet-patch-24 -> origin/malfet-patch-24 2025-01-24T00:48:49.6635636Z * [new branch] malfet-patch-25 -> origin/malfet-patch-25 2025-01-24T00:48:49.6636137Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-01-24T00:48:49.6636619Z * [new branch] malfet-patch-32 -> origin/malfet-patch-32 2025-01-24T00:48:49.6637100Z * [new branch] malfet-patch-4 -> origin/malfet-patch-4 2025-01-24T00:48:49.6637589Z * [new branch] malfet-patch-42 -> origin/malfet-patch-42 2025-01-24T00:48:49.6638093Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-01-24T00:48:49.6638563Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-01-24T00:48:49.6639046Z * [new branch] malfet-patch-9 -> origin/malfet-patch-9 2025-01-24T00:48:49.7062093Z * [new branch] malfet/add-ami-option-to-instance-allocation -> origin/malfet/add-ami-option-to-instance-allocation 2025-01-24T00:48:49.7062904Z * [new branch] malfet/add-benchmark-func -> origin/malfet/add-benchmark-func 2025-01-24T00:48:49.7063564Z * [new branch] malfet/add-get-dtype-supported -> origin/malfet/add-get-dtype-supported 2025-01-24T00:48:49.7064222Z * [new branch] malfet/add-mps-inductor-nan -> origin/malfet/add-mps-inductor-nan 2025-01-24T00:48:49.7064981Z * [new branch] malfet/add-nan-to-int-conversion-check-cpu -> origin/malfet/add-nan-to-int-conversion-check-cpu 2025-01-24T00:48:49.7065719Z * [new branch] malfet/cp-143934-and-144055 -> origin/malfet/cp-143934-and-144055 2025-01-24T00:48:49.7066279Z * [new branch] malfet/cp-144716-144698 -> origin/malfet/cp-144716-144698 2025-01-24T00:48:49.7066854Z * [new branch] malfet/delete-find-openmp -> origin/malfet/delete-find-openmp 2025-01-24T00:48:49.7067498Z * [new branch] malfet/ez-cleanup-test -> origin/malfet/ez-cleanup-test 2025-01-24T00:48:49.7068140Z * [new branch] malfet/fix-conv-backward-cl-2 -> origin/malfet/fix-conv-backward-cl-2 2025-01-24T00:48:49.7068761Z * [new branch] malfet/fix-index-printing -> origin/malfet/fix-index-printing 2025-01-24T00:48:49.7069385Z * [new branch] malfet/mps-add-bilineard2d-aa -> origin/malfet/mps-add-bilineard2d-aa 2025-01-24T00:48:49.7070023Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-01-24T00:48:49.7070740Z * [new branch] malfet/mpsinductor-add-check-bounds -> origin/malfet/mpsinductor-add-check-bounds 2025-01-24T00:48:49.7071481Z * [new branch] malfet/mpsinductor-add-sizevars -> origin/malfet/mpsinductor-add-sizevars 2025-01-24T00:48:49.7072163Z * [new branch] malfet/mpsinductor-fix-where -> origin/malfet/mpsinductor-fix-where 2025-01-24T00:48:49.7073116Z * [new branch] malfet/mpsinductor-implement-bitcasts -> origin/malfet/mpsinductor-implement-bitcasts 2025-01-24T00:48:49.7073842Z * [new branch] maxautotune_big_gpu -> origin/maxautotune_big_gpu 2025-01-24T00:48:49.7074391Z * [new branch] mcr229/update_cpuinfo -> origin/mcr229/update_cpuinfo 2025-01-24T00:48:49.7074888Z * [new branch] migrate_map -> origin/migrate_map 2025-01-24T00:48:49.7075421Z * [new branch] missing_gloo_causes_deadlock -> origin/missing_gloo_causes_deadlock 2025-01-24T00:48:49.7075936Z * [new branch] mkl -> origin/mkl 2025-01-24T00:48:49.7076538Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-01-24T00:48:49.7077029Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-01-24T00:48:49.7077529Z * [new branch] mlazos/adam-compiled -> origin/mlazos/adam-compiled 2025-01-24T00:48:49.7078086Z * [new branch] mlazos/adam-fused-bench -> origin/mlazos/adam-fused-bench 2025-01-24T00:48:49.7078701Z * [new branch] mlazos/adam-fused-bench2 -> origin/mlazos/adam-fused-bench2 2025-01-24T00:48:49.7079275Z * [new branch] mlazos/adam-test2 -> origin/mlazos/adam-test2 2025-01-24T00:48:49.7079781Z * [new branch] mlazos/asgd-compile -> origin/mlazos/asgd-compile 2025-01-24T00:48:49.7080341Z * [new branch] mlazos/aux-vars -> origin/mlazos/aux-vars 2025-01-24T00:48:49.7081061Z * [new branch] mlazos/backup-test-branch -> origin/mlazos/backup-test-branch 2025-01-24T00:48:49.7081897Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-01-24T00:48:49.7082420Z * [new branch] mlazos/baseline -> origin/mlazos/baseline 2025-01-24T00:48:49.7082995Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-01-24T00:48:49.7083600Z * [new branch] mlazos/batch-fuse-opt -> origin/mlazos/batch-fuse-opt 2025-01-24T00:48:49.7084131Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-01-24T00:48:49.7084712Z * [new branch] mlazos/buff-opt2 -> origin/mlazos/buff-opt2 2025-01-24T00:48:49.7085202Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-01-24T00:48:49.7085676Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-01-24T00:48:49.7086176Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-01-24T00:48:49.7086643Z * [new branch] mlazos/ck2 -> origin/mlazos/ck2 2025-01-24T00:48:49.7087124Z * [new branch] mlazos/combokernels -> origin/mlazos/combokernels 2025-01-24T00:48:49.7087636Z * [new branch] mlazos/comp-asgd -> origin/mlazos/comp-asgd 2025-01-24T00:48:49.7088157Z * [new branch] mlazos/compiled-nadam -> origin/mlazos/compiled-nadam 2025-01-24T00:48:49.7088695Z * [new branch] mlazos/concat-opt -> origin/mlazos/concat-opt 2025-01-24T00:48:49.7975031Z * [new branch] mlazos/concat2 -> origin/mlazos/concat2 2025-01-24T00:48:49.7975570Z * [new branch] mlazos/copy2 -> origin/mlazos/copy2 2025-01-24T00:48:49.7976098Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-01-24T00:48:49.7976828Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-01-24T00:48:49.7977425Z * [new branch] mlazos/data-gather -> origin/mlazos/data-gather 2025-01-24T00:48:49.7977953Z * [new branch] mlazos/data-ptrs2 -> origin/mlazos/data-ptrs2 2025-01-24T00:48:49.7978658Z * [new branch] mlazos/data-ptrs3 -> origin/mlazos/data-ptrs3 2025-01-24T00:48:49.7979202Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-01-24T00:48:49.7979847Z * [new branch] mlazos/disable-closures -> origin/mlazos/disable-closures 2025-01-24T00:48:49.7980414Z * [new branch] mlazos/disable-subclass -> origin/mlazos/disable-subclass 2025-01-24T00:48:49.7980958Z * [new branch] mlazos/disabled-opt -> origin/mlazos/disabled-opt 2025-01-24T00:48:49.7981463Z * [new branch] mlazos/env-fix -> origin/mlazos/env-fix 2025-01-24T00:48:49.7982059Z * [new branch] mlazos/exp -> origin/mlazos/exp 2025-01-24T00:48:49.7982570Z * [new branch] mlazos/exp_disable -> origin/mlazos/exp_disable 2025-01-24T00:48:49.7983050Z * [new branch] mlazos/faster -> origin/mlazos/faster 2025-01-24T00:48:49.7983531Z * [new branch] mlazos/faster2 -> origin/mlazos/faster2 2025-01-24T00:48:49.7984000Z * [new branch] mlazos/fe-copy -> origin/mlazos/fe-copy 2025-01-24T00:48:49.7984519Z * [new branch] mlazos/foreach-copy-test -> origin/mlazos/foreach-copy-test 2025-01-24T00:48:49.7985103Z * [new branch] mlazos/foreach-fuse-opts -> origin/mlazos/foreach-fuse-opts 2025-01-24T00:48:49.7985648Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-01-24T00:48:49.7986161Z * [new branch] mlazos/foreach-reds -> origin/mlazos/foreach-reds 2025-01-24T00:48:49.7986677Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-01-24T00:48:49.7987161Z * [new branch] mlazos/fuse-cat -> origin/mlazos/fuse-cat 2025-01-24T00:48:49.7987655Z * [new branch] mlazos/gen-foreach -> origin/mlazos/gen-foreach 2025-01-24T00:48:49.7988142Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-01-24T00:48:49.7988611Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-01-24T00:48:49.7989121Z * [new branch] mlazos/init-per-param -> origin/mlazos/init-per-param 2025-01-24T00:48:49.7989652Z * [new branch] mlazos/init_per_param -> origin/mlazos/init_per_param 2025-01-24T00:48:49.7990174Z * [new branch] mlazos/less-guards -> origin/mlazos/less-guards 2025-01-24T00:48:49.7990701Z * [new branch] mlazos/log-test-fix -> origin/mlazos/log-test-fix 2025-01-24T00:48:49.7991242Z * [new branch] mlazos/lr-composibility -> origin/mlazos/lr-composibility 2025-01-24T00:48:49.7991832Z * [new branch] mlazos/main-test-enablement -> origin/mlazos/main-test-enablement 2025-01-24T00:48:49.7992367Z * [new branch] mlazos/main2 -> origin/mlazos/main2 2025-01-24T00:48:49.7992856Z * [new branch] mlazos/main_test -> origin/mlazos/main_test 2025-01-24T00:48:49.7993314Z * [new branch] mlazos/mcg -> origin/mlazos/mcg 2025-01-24T00:48:49.7993761Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-01-24T00:48:49.7994240Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-01-24T00:48:49.7994743Z * [new branch] mlazos/mlazos/ck2 -> origin/mlazos/mlazos/ck2 2025-01-24T00:48:49.7995261Z * [new branch] mlazos/mlazos/clean -> origin/mlazos/mlazos/clean 2025-01-24T00:48:49.7995795Z * [new branch] mlazos/mlazos/faster2 -> origin/mlazos/mlazos/faster2 2025-01-24T00:48:49.7996390Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-01-24T00:48:49.7997036Z * [new branch] mlazos/mlazos/subclass-test -> origin/mlazos/mlazos/subclass-test 2025-01-24T00:48:49.7997778Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-01-24T00:48:49.7998402Z * [new branch] mlazos/mlazos/tf-trace-full -> origin/mlazos/mlazos/tf-trace-full 2025-01-24T00:48:49.7999066Z * [new branch] mlazos/mlazos/tf-trace-obj-tensors -> origin/mlazos/mlazos/tf-trace-obj-tensors 2025-01-24T00:48:49.7999684Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-01-24T00:48:49.8000190Z * [new branch] mlazos/more-tests -> origin/mlazos/more-tests 2025-01-24T00:48:49.8429048Z * [new branch] mlazos/mutable-backup -> origin/mlazos/mutable-backup 2025-01-24T00:48:49.8429646Z * [new branch] mlazos/mv-tfo -> origin/mlazos/mv-tfo 2025-01-24T00:48:49.8430161Z * [new branch] mlazos/nadam-updates -> origin/mlazos/nadam-updates 2025-01-24T00:48:49.8430687Z * [new branch] mlazos/names -> origin/mlazos/names 2025-01-24T00:48:49.8431143Z * [new branch] mlazos/no-cpp -> origin/mlazos/no-cpp 2025-01-24T00:48:49.8431706Z * [new branch] mlazos/no-init-group-handling -> origin/mlazos/no-init-group-handling 2025-01-24T00:48:49.8432316Z * [new branch] mlazos/op-investigation -> origin/mlazos/op-investigation 2025-01-24T00:48:49.8432865Z * [new branch] mlazos/opt-bench-exp2 -> origin/mlazos/opt-bench-exp2 2025-01-24T00:48:49.8433395Z * [new branch] mlazos/opt-bench2 -> origin/mlazos/opt-bench2 2025-01-24T00:48:49.8433913Z * [new branch] mlazos/opt-bench3 -> origin/mlazos/opt-bench3 2025-01-24T00:48:49.8434411Z * [new branch] mlazos/opt-incr -> origin/mlazos/opt-incr 2025-01-24T00:48:49.8434897Z * [new branch] mlazos/opt-recipe -> origin/mlazos/opt-recipe 2025-01-24T00:48:49.8435423Z * [new branch] mlazos/opt-slowdown -> origin/mlazos/opt-slowdown 2025-01-24T00:48:49.8435931Z * [new branch] mlazos/opt-users -> origin/mlazos/opt-users 2025-01-24T00:48:49.8436436Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-01-24T00:48:49.8436997Z * [new branch] mlazos/proxy-opt -> origin/mlazos/proxy-opt 2025-01-24T00:48:49.8437547Z * [new branch] mlazos/pytest-3 -> origin/mlazos/pytest-3 2025-01-24T00:48:49.8438072Z * [new branch] mlazos/restart -> origin/mlazos/restart 2025-01-24T00:48:49.8438557Z * [new branch] mlazos/rm-copy -> origin/mlazos/rm-copy 2025-01-24T00:48:49.8439049Z * [new branch] mlazos/rm-thunkify -> origin/mlazos/rm-thunkify 2025-01-24T00:48:49.8439552Z * [new branch] mlazos/sdpa-driss -> origin/mlazos/sdpa-driss 2025-01-24T00:48:49.8440059Z * [new branch] mlazos/spec-api -> origin/mlazos/spec-api 2025-01-24T00:48:49.8440601Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-01-24T00:48:49.8441163Z * [new branch] mlazos/subclass-test -> origin/mlazos/subclass-test 2025-01-24T00:48:49.8441661Z * [new branch] mlazos/tc-fix -> origin/mlazos/tc-fix 2025-01-24T00:48:49.8442127Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-01-24T00:48:49.8442647Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-01-24T00:48:49.8443240Z * [new branch] mlazos/tensor-inherit-backup -> origin/mlazos/tensor-inherit-backup 2025-01-24T00:48:49.8443833Z * [new branch] mlazos/tensor-like-fix -> origin/mlazos/tensor-like-fix 2025-01-24T00:48:49.8444517Z * [new branch] mlazos/tensor-lr -> origin/mlazos/tensor-lr 2025-01-24T00:48:49.8445013Z * [new branch] mlazos/tensor-lr2 -> origin/mlazos/tensor-lr2 2025-01-24T00:48:49.8445520Z * [new branch] mlazos/tf-inherit -> origin/mlazos/tf-inherit 2025-01-24T00:48:49.8446006Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-01-24T00:48:49.8446524Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-01-24T00:48:49.8447056Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-01-24T00:48:49.8447709Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-01-24T00:48:49.8448253Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-01-24T00:48:49.8448773Z * [new branch] mlazos/tf-refactor -> origin/mlazos/tf-refactor 2025-01-24T00:48:49.8449316Z * [new branch] mlazos/tf-subclass-stack -> origin/mlazos/tf-subclass-stack 2025-01-24T00:48:49.8449869Z * [new branch] mlazos/tf-trace-full -> origin/mlazos/tf-trace-full 2025-01-24T00:48:49.8450405Z * [new branch] mlazos/tf-trace-unified -> origin/mlazos/tf-trace-unified 2025-01-24T00:48:49.8450942Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-01-24T00:48:49.8451442Z * [new branch] mlazos/ty-promo -> origin/mlazos/ty-promo 2025-01-24T00:48:49.8451924Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-01-24T00:48:49.8452421Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-01-24T00:48:49.8452904Z * [new branch] mlazos/vsc-fix2 -> origin/mlazos/vsc-fix2 2025-01-24T00:48:49.8453543Z * [new branch] mlazos/vscode-fix -> origin/mlazos/vscode-fix 2025-01-24T00:48:49.8454230Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-01-24T00:48:49.8915124Z * [new branch] mlee8/aot_large_weight -> origin/mlee8/aot_large_weight 2025-01-24T00:48:49.8915747Z * [new branch] mod_guards1 -> origin/mod_guards1 2025-01-24T00:48:49.8916210Z * [new branch] mod_guards3 -> origin/mod_guards3 2025-01-24T00:48:49.8916678Z * [new branch] moderniz29_cyy -> origin/moderniz29_cyy 2025-01-24T00:48:49.8917183Z * [new branch] move_model_to_eval_2.1 -> origin/move_model_to_eval_2.1 2025-01-24T00:48:49.8917717Z * [new branch] mps-linear-1d -> origin/mps-linear-1d 2025-01-24T00:48:49.8918237Z * [new branch] msaroufim-patch-10 -> origin/msaroufim-patch-10 2025-01-24T00:48:49.8918783Z * [new branch] msaroufim-patch-11 -> origin/msaroufim-patch-11 2025-01-24T00:48:49.8919318Z * [new branch] msaroufim-patch-12 -> origin/msaroufim-patch-12 2025-01-24T00:48:49.8919850Z * [new branch] msaroufim-patch-13 -> origin/msaroufim-patch-13 2025-01-24T00:48:49.8920391Z * [new branch] msaroufim-patch-14 -> origin/msaroufim-patch-14 2025-01-24T00:48:49.8920910Z * [new branch] msaroufim-patch-7 -> origin/msaroufim-patch-7 2025-01-24T00:48:49.8921434Z * [new branch] msaroufim-patch-8 -> origin/msaroufim-patch-8 2025-01-24T00:48:49.8921961Z * [new branch] msaroufim-patch-9 -> origin/msaroufim-patch-9 2025-01-24T00:48:49.8922467Z * [new branch] msaroufim/bdfix -> origin/msaroufim/bdfix 2025-01-24T00:48:49.8922968Z * [new branch] msaroufim/cache -> origin/msaroufim/cache 2025-01-24T00:48:49.8923526Z * [new branch] msaroufim/dtensorfusedadam -> origin/msaroufim/dtensorfusedadam 2025-01-24T00:48:49.8924318Z * [new branch] msaroufim/fixexpected -> origin/msaroufim/fixexpected 2025-01-24T00:48:49.8924890Z * [new branch] msaroufim/fsspecindcache -> origin/msaroufim/fsspecindcache 2025-01-24T00:48:49.8925464Z * [new branch] msaroufim/sdbf16fix -> origin/msaroufim/sdbf16fix 2025-01-24T00:48:49.8926000Z * [new branch] msaroufim/typeind10 -> origin/msaroufim/typeind10 2025-01-24T00:48:49.8926522Z * [new branch] msaroufim/warn_once -> origin/msaroufim/warn_once 2025-01-24T00:48:49.8927013Z * [new branch] mypy_fix -> origin/mypy_fix 2025-01-24T00:48:49.8927635Z * [new branch] nestedfairseq2ops1 -> origin/nestedfairseq2ops1 2025-01-24T00:48:49.8928178Z * [new branch] new-batch-norm -> origin/new-batch-norm 2025-01-24T00:48:49.8928630Z * [new branch] new_branch -> origin/new_branch 2025-01-24T00:48:49.8929116Z * [new branch] new_guard_system -> origin/new_guard_system 2025-01-24T00:48:49.8929584Z * [new branch] ngimel/bits -> origin/ngimel/bits 2025-01-24T00:48:49.8930097Z * [new branch] ngimel/disable_rng_fbcode -> origin/ngimel/disable_rng_fbcode 2025-01-24T00:48:49.8930638Z * [new branch] ngimel/random_fix -> origin/ngimel/random_fix 2025-01-24T00:48:49.8931158Z * [new branch] ngimel/randperm_fix -> origin/ngimel/randperm_fix 2025-01-24T00:48:49.8931696Z * [new branch] ngimel/release_randperm -> origin/ngimel/release_randperm 2025-01-24T00:48:49.8932353Z * [new branch] ngimel/scaled_mm_coop -> origin/ngimel/scaled_mm_coop 2025-01-24T00:48:49.8932887Z * [new branch] ngimel/topk -> origin/ngimel/topk 2025-01-24T00:48:49.8933345Z * [new branch] ngimel/topk2 -> origin/ngimel/topk2 2025-01-24T00:48:49.8933799Z * [new branch] nightly -> origin/nightly 2025-01-24T00:48:49.8934328Z * [new branch] nikitaved/linalg_codeowners -> origin/nikitaved/linalg_codeowners 2025-01-24T00:48:49.8934941Z * [new branch] nikitaved/solve_doc_update -> origin/nikitaved/solve_doc_update 2025-01-24T00:48:49.8935439Z * [new branch] offline -> origin/offline 2025-01-24T00:48:49.8935891Z * [new branch] on_completion -> origin/on_completion 2025-01-24T00:48:49.8936472Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-01-24T00:48:49.8936970Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-01-24T00:48:49.8937468Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-01-24T00:48:49.8937961Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-01-24T00:48:49.8938450Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-01-24T00:48:49.8938936Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-01-24T00:48:49.8939503Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-01-24T00:48:49.8940004Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-01-24T00:48:49.9325611Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-01-24T00:48:49.9326216Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-01-24T00:48:49.9326716Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-01-24T00:48:49.9327209Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-01-24T00:48:49.9327689Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-01-24T00:48:49.9328390Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-01-24T00:48:49.9328879Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-01-24T00:48:49.9329425Z * [new branch] origin/gh/stroxler/1/head -> origin/origin/gh/stroxler/1/head 2025-01-24T00:48:49.9329977Z * [new branch] origin/voz/serde -> origin/origin/voz/serde 2025-01-24T00:48:49.9330473Z * [new branch] oulgen/fx_graph -> origin/oulgen/fx_graph 2025-01-24T00:48:49.9331090Z * [new branch] palic_hotfix -> origin/palic_hotfix 2025-01-24T00:48:49.9331571Z * [new branch] parallel_cat -> origin/parallel_cat 2025-01-24T00:48:49.9332068Z * [new branch] parallel_reduce -> origin/parallel_reduce 2025-01-24T00:48:49.9332585Z * [new branch] patch_up_signature -> origin/patch_up_signature 2025-01-24T00:48:49.9333054Z * [new branch] pca2 -> origin/pca2 2025-01-24T00:48:49.9333560Z * [new branch] peterbell10/null-change -> origin/peterbell10/null-change 2025-01-24T00:48:49.9334136Z * [new branch] pianpwk/dim_hint_ranges -> origin/pianpwk/dim_hint_ranges 2025-01-24T00:48:49.9334769Z * [new branch] pianpwk/dynamic_shapes_api_doc_12_10 -> origin/pianpwk/dynamic_shapes_api_doc_12_10 2025-01-24T00:48:49.9335433Z * [new branch] pianpwk/dynamo_full_scalar -> origin/pianpwk/dynamo_full_scalar 2025-01-24T00:48:49.9336022Z * [new branch] pianpwk/meta_sdpa_for_cpu -> origin/pianpwk/meta_sdpa_for_cpu 2025-01-24T00:48:49.9336583Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-01-24T00:48:49.9337218Z * [new branch] pianpwk/preserve_dynamic_markers -> origin/pianpwk/preserve_dynamic_markers 2025-01-24T00:48:49.9337862Z * [new branch] pianpwk/real_tensor_prop_3 -> origin/pianpwk/real_tensor_prop_3 2025-01-24T00:48:49.9338432Z * [new branch] pianpwk/serdes_logging -> origin/pianpwk/serdes_logging 2025-01-24T00:48:49.9339041Z * [new branch] pianpwk/symbol_provenance_draft -> origin/pianpwk/symbol_provenance_draft 2025-01-24T00:48:49.9339788Z * [new branch] pianpwk/symbol_provenance_v1 -> origin/pianpwk/symbol_provenance_v1 2025-01-24T00:48:49.9340406Z * [new branch] pianpwk/sympy_trunc_float_2 -> origin/pianpwk/sympy_trunc_float_2 2025-01-24T00:48:49.9341005Z * [new branch] pianpwk/try_deregister_hooks -> origin/pianpwk/try_deregister_hooks 2025-01-24T00:48:49.9341614Z * [new branch] plain-metal-mul-kernel -> origin/plain-metal-mul-kernel 2025-01-24T00:48:49.9342149Z * [new branch] pr-cancel-smol -> origin/pr-cancel-smol 2025-01-24T00:48:49.9342607Z * [new branch] pr/131860 -> origin/pr/131860 2025-01-24T00:48:49.9343134Z * [new branch] prepare-android-artifacts -> origin/prepare-android-artifacts 2025-01-24T00:48:49.9343691Z * [new branch] pt-debug-cpu0 -> origin/pt-debug-cpu0 2025-01-24T00:48:49.9344164Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-01-24T00:48:49.9344618Z * [new branch] pt2-torchrec -> origin/pt2-torchrec 2025-01-24T00:48:49.9345136Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-01-24T00:48:49.9345668Z * [new branch] qat-conv-bn-1d -> origin/qat-conv-bn-1d 2025-01-24T00:48:49.9346175Z * [new branch] qat-remove-bias-temp -> origin/qat-remove-bias-temp 2025-01-24T00:48:49.9346713Z * [new branch] qat_cudnn_batchnorm -> origin/qat_cudnn_batchnorm 2025-01-24T00:48:49.9347386Z * [new branch] qat_preserve_source_fn_stack -> origin/qat_preserve_source_fn_stack 2025-01-24T00:48:49.9347951Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-01-24T00:48:49.9348634Z * [new branch] record-ghstack-deps-in-commit-msg -> origin/record-ghstack-deps-in-commit-msg 2025-01-24T00:48:49.9349239Z * [new branch] reduce1 -> origin/reduce1 2025-01-24T00:48:49.9349741Z * [new branch] reenable-sgd-benchmark -> origin/reenable-sgd-benchmark 2025-01-24T00:48:49.9350264Z * [new branch] refactor-adamw -> origin/refactor-adamw 2025-01-24T00:48:49.9350850Z * [new branch] release/1.10 -> origin/release/1.10 2025-01-24T00:48:49.9351320Z * [new branch] release/1.11 -> origin/release/1.11 2025-01-24T00:48:49.9742321Z * [new branch] release/1.12 -> origin/release/1.12 2025-01-24T00:48:49.9742873Z * [new branch] release/1.13 -> origin/release/1.13 2025-01-24T00:48:49.9743344Z * [new branch] release/1.4 -> origin/release/1.4 2025-01-24T00:48:49.9743798Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-01-24T00:48:49.9744278Z * [new branch] release/1.5 -> origin/release/1.5 2025-01-24T00:48:49.9744732Z * [new branch] release/1.6 -> origin/release/1.6 2025-01-24T00:48:49.9745180Z * [new branch] release/1.7 -> origin/release/1.7 2025-01-24T00:48:49.9745626Z * [new branch] release/1.8 -> origin/release/1.8 2025-01-24T00:48:49.9746080Z * [new branch] release/1.9 -> origin/release/1.9 2025-01-24T00:48:49.9746524Z * [new branch] release/2.0 -> origin/release/2.0 2025-01-24T00:48:49.9746984Z * [new branch] release/2.1 -> origin/release/2.1 2025-01-24T00:48:49.9747434Z * [new branch] release/2.2 -> origin/release/2.2 2025-01-24T00:48:49.9747888Z * [new branch] release/2.3 -> origin/release/2.3 2025-01-24T00:48:49.9748341Z * [new branch] release/2.4 -> origin/release/2.4 2025-01-24T00:48:49.9748835Z * [new branch] release/2.5 -> origin/release/2.5 2025-01-24T00:48:49.9749343Z * [new branch] release/2.6 -> origin/release/2.6 2025-01-24T00:48:49.9749802Z * [new branch] release/3.2.x -> origin/release/3.2.x 2025-01-24T00:48:49.9750259Z * [new branch] release_notes -> origin/release_notes 2025-01-24T00:48:49.9750781Z * [new branch] remove-edit-on-github -> origin/remove-edit-on-github 2025-01-24T00:48:49.9751332Z * [new branch] remove_add_runtime -> origin/remove_add_runtime 2025-01-24T00:48:49.9751822Z * [new branch] remove_global_ns -> origin/remove_global_ns 2025-01-24T00:48:49.9752315Z * [new branch] remove_workflow -> origin/remove_workflow 2025-01-24T00:48:49.9752810Z * [new branch] rename_transform -> origin/rename_transform 2025-01-24T00:48:49.9753293Z * [new branch] rename_validate -> origin/rename_validate 2025-01-24T00:48:49.9753769Z * [new branch] request_english -> origin/request_english 2025-01-24T00:48:49.9754260Z * [new branch] requires_grad_fix -> origin/requires_grad_fix 2025-01-24T00:48:49.9755025Z * [new branch] revert-111036-skylion007/backport-2-1-1-2023-10-11-0 -> origin/revert-111036-skylion007/backport-2-1-1-2023-10-11-0 2025-01-24T00:48:49.9755748Z * [new branch] revert-112125 -> origin/revert-112125 2025-01-24T00:48:49.9756601Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-01-24T00:48:49.9757395Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-01-24T00:48:49.9758296Z * [new branch] revert-143244-cherry-pick-143218-by-pytorch_bot_bot_ -> origin/revert-143244-cherry-pick-143218-by-pytorch_bot_bot_ 2025-01-24T00:48:49.9759157Z * [new branch] revert_realize_input_ExternKernel -> origin/revert_realize_input_ExternKernel 2025-01-24T00:48:49.9759875Z * [new branch] richard/init_types -> origin/richard/init_types 2025-01-24T00:48:49.9760393Z * [new branch] richard/more_types -> origin/richard/more_types 2025-01-24T00:48:49.9760984Z * [new branch] rocm-triton-nightly-wheelfix -> origin/rocm-triton-nightly-wheelfix 2025-01-24T00:48:49.9761685Z * [new branch] rocm-triton-wheel-pinupdate-21 -> origin/rocm-triton-wheel-pinupdate-21 2025-01-24T00:48:49.9762262Z * [new branch] rocm_ck_sdpa -> origin/rocm_ck_sdpa 2025-01-24T00:48:49.9762773Z * [new branch] rohan-varma-patch-13 -> origin/rohan-varma-patch-13 2025-01-24T00:48:49.9763328Z * [new branch] rohan-varma-patch-14 -> origin/rohan-varma-patch-14 2025-01-24T00:48:49.9763873Z * [new branch] rohan-varma-patch-15 -> origin/rohan-varma-patch-15 2025-01-24T00:48:49.9764411Z * [new branch] rohan-varma-patch-16 -> origin/rohan-varma-patch-16 2025-01-24T00:48:49.9764939Z * [new branch] rprop-playground -> origin/rprop-playground 2025-01-24T00:48:49.9765501Z * [new branch] run-ios-test-device-farm -> origin/run-ios-test-device-farm 2025-01-24T00:48:49.9766248Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-01-24T00:48:49.9766995Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-01-24T00:48:49.9767540Z * [new branch] rzou/cache_name -> origin/rzou/cache_name 2025-01-24T00:48:50.0172681Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-01-24T00:48:50.0173270Z * [new branch] rzou/fix -> origin/rzou/fix 2025-01-24T00:48:50.0173712Z * [new branch] rzou/fix2 -> origin/rzou/fix2 2025-01-24T00:48:50.0174156Z * [new branch] rzou/njt -> origin/rzou/njt 2025-01-24T00:48:50.0174650Z * [new branch] rzou/operator -> origin/rzou/operator 2025-01-24T00:48:50.0175143Z * [new branch] rzou/out_dtype_decomp -> origin/rzou/out_dtype_decomp 2025-01-24T00:48:50.0175643Z * [new branch] rzou/pca -> origin/rzou/pca 2025-01-24T00:48:50.0176125Z * [new branch] rzou/pipe_split -> origin/rzou/pipe_split 2025-01-24T00:48:50.0176606Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-01-24T00:48:50.0177108Z * [new branch] rzou/setup_context -> origin/rzou/setup_context 2025-01-24T00:48:50.0177601Z * [new branch] safe-rollout -> origin/safe-rollout 2025-01-24T00:48:50.0178375Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-01-24T00:48:50.0179503Z * [new branch] sanchitj/remove_duplicate_line_from_freezing.py -> origin/sanchitj/remove_duplicate_line_from_freezing.py 2025-01-24T00:48:50.0180218Z * [new branch] sdpa_autocast_cpu -> origin/sdpa_autocast_cpu 2025-01-24T00:48:50.0180708Z * [new branch] sdpa_base -> origin/sdpa_base 2025-01-24T00:48:50.0181956Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-01-24T00:48:50.0182407Z * [new branch] sdym/chp -> origin/sdym/chp 2025-01-24T00:48:50.0182881Z * [new branch] sdym/chp2 -> origin/sdym/chp2 2025-01-24T00:48:50.0183395Z * [new branch] sdym/docker-python-3.8 -> origin/sdym/docker-python-3.8 2025-01-24T00:48:50.0183941Z * [new branch] sdym/jit-attribute -> origin/sdym/jit-attribute 2025-01-24T00:48:50.0184530Z * [new branch] sdym/revert-107846 -> origin/sdym/revert-107846 2025-01-24T00:48:50.0185221Z * [new branch] sdym/revert-109859 -> origin/sdym/revert-109859 2025-01-24T00:48:50.0185713Z * [new branch] sdym/skip-asan -> origin/sdym/skip-asan 2025-01-24T00:48:50.0186207Z * [new branch] sdym/skipifrocm -> origin/sdym/skipifrocm 2025-01-24T00:48:50.0186749Z * [new branch] sdym/test_quantized_op -> origin/sdym/test_quantized_op 2025-01-24T00:48:50.0187276Z * [new branch] sdym/todo-docstring -> origin/sdym/todo-docstring 2025-01-24T00:48:50.0187772Z * [new branch] sdym/torchfix -> origin/sdym/torchfix 2025-01-24T00:48:50.0188326Z * [new branch] sdym/torchvision-pretrained -> origin/sdym/torchvision-pretrained 2025-01-24T00:48:50.0188902Z * [new branch] sdym/typed-storage -> origin/sdym/typed-storage 2025-01-24T00:48:50.0189370Z * [new branch] sdym/wno -> origin/sdym/wno 2025-01-24T00:48:50.0189900Z * [new branch] serialize -> origin/serialize 2025-01-24T00:48:50.0190445Z * [new branch] share_and_pin_fork -> origin/share_and_pin_fork 2025-01-24T00:48:50.0190961Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-01-24T00:48:50.0191506Z * [new branch] shikaili_fp8_allgather -> origin/shikaili_fp8_allgather 2025-01-24T00:48:50.0192121Z * [new branch] shunting-add-reduction-config -> origin/shunting-add-reduction-config 2025-01-24T00:48:50.0192818Z * [new branch] shunting-add-reduction-config-2 -> origin/shunting-add-reduction-config-2 2025-01-24T00:48:50.0193537Z * [new branch] shunting-add-reduction-config-3 -> origin/shunting-add-reduction-config-3 2025-01-24T00:48:50.0194223Z * [new branch] shunting-avoid-stale-cache -> origin/shunting-avoid-stale-cache 2025-01-24T00:48:50.0194842Z * [new branch] shunting-benchmark-fusion -> origin/shunting-benchmark-fusion 2025-01-24T00:48:50.0195467Z * [new branch] shunting-benchmark-fusion-2 -> origin/shunting-benchmark-fusion-2 2025-01-24T00:48:50.0196192Z * [new branch] shunting-benchmark-fusion-3 -> origin/shunting-benchmark-fusion-3 2025-01-24T00:48:50.0196828Z * [new branch] shunting-benchmark-fusion-4 -> origin/shunting-benchmark-fusion-4 2025-01-24T00:48:50.0197518Z * [new branch] shunting-consistent-thread-order -> origin/shunting-consistent-thread-order 2025-01-24T00:48:50.0198271Z * [new branch] shunting-consistent-thread-order-2 -> origin/shunting-consistent-thread-order-2 2025-01-24T00:48:50.0199038Z * [new branch] shunting-consistent-thread-order-3 -> origin/shunting-consistent-thread-order-3 2025-01-24T00:48:50.0574357Z * [new branch] shunting-inductor-change-for-triton -> origin/shunting-inductor-change-for-triton 2025-01-24T00:48:50.0575105Z * [new branch] shunting-loaf-bm-3 -> origin/shunting-loaf-bm-3 2025-01-24T00:48:50.0575641Z * [new branch] shunting-loaf-bm-4 -> origin/shunting-loaf-bm-4 2025-01-24T00:48:50.0576168Z * [new branch] shunting-loaf-bm-5 -> origin/shunting-loaf-bm-5 2025-01-24T00:48:50.0577228Z * [new branch] shunting-loaf-bm-6 -> origin/shunting-loaf-bm-6 2025-01-24T00:48:50.0577886Z * [new branch] shunting-loop-ordering-after-fusion -> origin/shunting-loop-ordering-after-fusion 2025-01-24T00:48:50.0578708Z * [new branch] shunting-loop-ordering-after-fusion-2 -> origin/shunting-loop-ordering-after-fusion-2 2025-01-24T00:48:50.0579621Z * [new branch] shunting-loop-ordering-after-fusion-3 -> origin/shunting-loop-ordering-after-fusion-3 2025-01-24T00:48:50.0580468Z * [new branch] shunting-loop-ordering-after-fusion-bm -> origin/shunting-loop-ordering-after-fusion-bm 2025-01-24T00:48:50.0581880Z * [new branch] shunting-loop-ordering-after-fusion-bm-2 -> origin/shunting-loop-ordering-after-fusion-bm-2 2025-01-24T00:48:50.0582611Z * [new branch] shunting-multi-kernel -> origin/shunting-multi-kernel 2025-01-24T00:48:50.0583192Z * [new branch] shunting-multi-kernel-2 -> origin/shunting-multi-kernel-2 2025-01-24T00:48:50.0583772Z * [new branch] shunting-multi-kernel-3 -> origin/shunting-multi-kernel-3 2025-01-24T00:48:50.0584365Z * [new branch] shunting-scale-down-rblock -> origin/shunting-scale-down-rblock 2025-01-24T00:48:50.0584995Z * [new branch] shunting-tigher-upperbound -> origin/shunting-tigher-upperbound 2025-01-24T00:48:50.0585619Z * [new branch] shunting-triton-pin-update -> origin/shunting-triton-pin-update 2025-01-24T00:48:50.0586247Z * [new branch] shunting-triton-pin-update-2 -> origin/shunting-triton-pin-update-2 2025-01-24T00:48:50.0586905Z * [new branch] shunting-triton-pin-update-3 -> origin/shunting-triton-pin-update-3 2025-01-24T00:48:50.0587560Z * [new branch] shunting-triton-pin-update-4 -> origin/shunting-triton-pin-update-4 2025-01-24T00:48:50.0588198Z * [new branch] shunting-triton-pin-update-5 -> origin/shunting-triton-pin-update-5 2025-01-24T00:48:50.0588829Z * [new branch] simplify-fq-per-channel -> origin/simplify-fq-per-channel 2025-01-24T00:48:50.0589404Z * [new branch] soulitzer/refactor-njt -> origin/soulitzer/refactor-njt 2025-01-24T00:48:50.0589929Z * [new branch] source_fn_stack -> origin/source_fn_stack 2025-01-24T00:48:50.0590449Z * [new branch] speedup-mps-string-key -> origin/speedup-mps-string-key 2025-01-24T00:48:50.0591000Z * [new branch] sqzhang/flight4 -> origin/sqzhang/flight4 2025-01-24T00:48:50.0591519Z * [new branch] sqzhang/flight4plus -> origin/sqzhang/flight4plus 2025-01-24T00:48:50.0592076Z * [new branch] sraikund/record_funct_test -> origin/sraikund/record_funct_test 2025-01-24T00:48:50.0592608Z * [new branch] sraikund16/test -> origin/sraikund16/test 2025-01-24T00:48:50.0593080Z * [new branch] standalone -> origin/standalone 2025-01-24T00:48:50.0593621Z * [new branch] subscribe_codeowners_lucasllc -> origin/subscribe_codeowners_lucasllc 2025-01-24T00:48:50.0594146Z * [new branch] super -> origin/super 2025-01-24T00:48:50.0594648Z * [new branch] support_dequant_out_dtype -> origin/support_dequant_out_dtype 2025-01-24T00:48:50.0595194Z * [new branch] svekars-patch-6 -> origin/svekars-patch-6 2025-01-24T00:48:50.0595689Z * [new branch] svekars-patch-7 -> origin/svekars-patch-7 2025-01-24T00:48:50.0596166Z * [new branch] switch-bn -> origin/switch-bn 2025-01-24T00:48:50.0596675Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-01-24T00:48:50.0597228Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-01-24T00:48:50.0598104Z * [new branch] test-cast-hook -> origin/test-cast-hook 2025-01-24T00:48:50.0598639Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-01-24T00:48:50.0599243Z * [new branch] test-torchvision-install-ci -> origin/test-torchvision-install-ci 2025-01-24T00:48:50.0599813Z * [new branch] test/inductor -> origin/test/inductor 2025-01-24T00:48:50.0600277Z * [new branch] test_imdsv2 -> origin/test_imdsv2 2025-01-24T00:48:50.0600704Z * [new branch] test_od -> origin/test_od 2025-01-24T00:48:50.0601500Z * [new branch] test_od_cudnn_bn_qat_fusion -> origin/test_od_cudnn_bn_qat_fusion 2025-01-24T00:48:50.0602044Z * [new branch] tidy_mordenize_cyy -> origin/tidy_mordenize_cyy 2025-01-24T00:48:50.0955800Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-01-24T00:48:50.0956480Z * [new branch] torch_autograd_function_ts_fix -> origin/torch_autograd_function_ts_fix 2025-01-24T00:48:50.0957047Z * [new branch] torch_export -> origin/torch_export 2025-01-24T00:48:50.0957523Z * [new branch] torch_export_only -> origin/torch_export_only 2025-01-24T00:48:50.0958059Z * [new branch] torch_logs_improvements -> origin/torch_logs_improvements 2025-01-24T00:48:50.0958556Z * [new branch] torch_np -> origin/torch_np 2025-01-24T00:48:50.0959063Z * [new branch] torchbench-pin-commit -> origin/torchbench-pin-commit 2025-01-24T00:48:50.0959640Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-01-24T00:48:50.0960211Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-01-24T00:48:50.0960737Z * [new branch] transformer_name -> origin/transformer_name 2025-01-24T00:48:50.0961240Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-01-24T00:48:50.0961718Z * [new branch] tree_vec_base -> origin/tree_vec_base 2025-01-24T00:48:50.0962181Z * [new branch] triton-update -> origin/triton-update 2025-01-24T00:48:50.0962634Z * [new branch] triton_kernel -> origin/triton_kernel 2025-01-24T00:48:50.0963120Z * [new branch] triton_kernel_perf -> origin/triton_kernel_perf 2025-01-24T00:48:50.0963655Z * [new branch] try-speedup-docbuild -> origin/try-speedup-docbuild 2025-01-24T00:48:50.0965508Z * [new branch] type_check -> origin/type_check 2025-01-24T00:48:50.0965964Z * [new branch] type_dec -> origin/type_dec 2025-01-24T00:48:50.0966624Z * [new branch] update-audio-commit-hash/12898458761-1429-1 -> origin/update-audio-commit-hash/12898458761-1429-1 2025-01-24T00:48:50.0967542Z * [new branch] update-executorch-commit-hash/11847856213-1353-1 -> origin/update-executorch-commit-hash/11847856213-1353-1 2025-01-24T00:48:50.0968491Z * [new branch] update-executorch-commit-hash/12778861619-1419-1 -> origin/update-executorch-commit-hash/12778861619-1419-1 2025-01-24T00:48:50.0969446Z * [new branch] update-executorch-commit-hash/12820045707-1423-1 -> origin/update-executorch-commit-hash/12820045707-1423-1 2025-01-24T00:48:50.0970398Z * [new branch] update-executorch-commit-hash/12838938822-1425-1 -> origin/update-executorch-commit-hash/12838938822-1425-1 2025-01-24T00:48:50.0971275Z * [new branch] update-triton-commit-hash/7164317553-91-1 -> origin/update-triton-commit-hash/7164317553-91-1 2025-01-24T00:48:50.0972104Z * [new branch] update-vision-commit-hash/5663141514-644-1 -> origin/update-vision-commit-hash/5663141514-644-1 2025-01-24T00:48:50.0973536Z * [new branch] update-vision-commit-hash/5686712198-646-1 -> origin/update-vision-commit-hash/5686712198-646-1 2025-01-24T00:48:50.0974378Z * [new branch] update-vision-commit-hash/5697383899-647-1 -> origin/update-vision-commit-hash/5697383899-647-1 2025-01-24T00:48:50.0975198Z * [new branch] update-vision-commit-hash/5703215648-648-1 -> origin/update-vision-commit-hash/5703215648-648-1 2025-01-24T00:48:50.0976022Z * [new branch] update-vision-commit-hash/5721003453-652-1 -> origin/update-vision-commit-hash/5721003453-652-1 2025-01-24T00:48:50.0977180Z * [new branch] update-vision-commit-hash/5733163916-653-1 -> origin/update-vision-commit-hash/5733163916-653-1 2025-01-24T00:48:50.0978017Z * [new branch] update-vision-commit-hash/5745082876-655-1 -> origin/update-vision-commit-hash/5745082876-655-1 2025-01-24T00:48:50.0978842Z * [new branch] update-vision-commit-hash/5756913626-656-1 -> origin/update-vision-commit-hash/5756913626-656-1 2025-01-24T00:48:50.0979870Z * [new branch] update-vision-commit-hash/5767629392-657-1 -> origin/update-vision-commit-hash/5767629392-657-1 2025-01-24T00:48:50.0980702Z * [new branch] update-vision-commit-hash/5791192212-660-1 -> origin/update-vision-commit-hash/5791192212-660-1 2025-01-24T00:48:50.0981521Z * [new branch] update-vision-commit-hash/5803321708-661-1 -> origin/update-vision-commit-hash/5803321708-661-1 2025-01-24T00:48:50.0982357Z * [new branch] update-vision-commit-hash/5815393173-662-1 -> origin/update-vision-commit-hash/5815393173-662-1 2025-01-24T00:48:50.0983193Z * [new branch] update-vision-commit-hash/5827402908-663-1 -> origin/update-vision-commit-hash/5827402908-663-1 2025-01-24T00:48:50.0984017Z * [new branch] update-vision-commit-hash/5838148554-664-1 -> origin/update-vision-commit-hash/5838148554-664-1 2025-01-24T00:48:50.1300234Z * [new branch] update-vision-commit-hash/5844184042-669-1 -> origin/update-vision-commit-hash/5844184042-669-1 2025-01-24T00:48:50.1301136Z * [new branch] update-vision-commit-hash/5850331519-670-1 -> origin/update-vision-commit-hash/5850331519-670-1 2025-01-24T00:48:50.1301977Z * [new branch] update-vision-commit-hash/5862012764-671-1 -> origin/update-vision-commit-hash/5862012764-671-1 2025-01-24T00:48:50.1302812Z * [new branch] update-vision-commit-hash/5873060393-672-1 -> origin/update-vision-commit-hash/5873060393-672-1 2025-01-24T00:48:50.1303671Z * [new branch] update-vision-commit-hash/5885149056-673-1 -> origin/update-vision-commit-hash/5885149056-673-1 2025-01-24T00:48:50.1305434Z * [new branch] update-vision-commit-hash/5897221503-674-1 -> origin/update-vision-commit-hash/5897221503-674-1 2025-01-24T00:48:50.1306279Z * [new branch] update-vision-commit-hash/5908209609-675-1 -> origin/update-vision-commit-hash/5908209609-675-1 2025-01-24T00:48:50.1307124Z * [new branch] update-vision-commit-hash/5932800208-678-1 -> origin/update-vision-commit-hash/5932800208-678-1 2025-01-24T00:48:50.1307943Z * [new branch] update-vision-commit-hash/5945368651-679-1 -> origin/update-vision-commit-hash/5945368651-679-1 2025-01-24T00:48:50.1308771Z * [new branch] update-vision-commit-hash/5957816346-680-1 -> origin/update-vision-commit-hash/5957816346-680-1 2025-01-24T00:48:50.1309607Z * [new branch] update-vision-commit-hash/5970234703-681-1 -> origin/update-vision-commit-hash/5970234703-681-1 2025-01-24T00:48:50.1311298Z * [new branch] update-vision-commit-hash/5987723897-683-1 -> origin/update-vision-commit-hash/5987723897-683-1 2025-01-24T00:48:50.1312139Z * [new branch] update-vision-commit-hash/6006315671-686-1 -> origin/update-vision-commit-hash/6006315671-686-1 2025-01-24T00:48:50.1312978Z * [new branch] update-vision-commit-hash/6018891470-687-1 -> origin/update-vision-commit-hash/6018891470-687-1 2025-01-24T00:48:50.1314387Z * [new branch] update-vision-commit-hash/6055107264-691-1 -> origin/update-vision-commit-hash/6055107264-691-1 2025-01-24T00:48:50.1315216Z * [new branch] update-vision-commit-hash/6078630218-694-1 -> origin/update-vision-commit-hash/6078630218-694-1 2025-01-24T00:48:50.1317018Z * [new branch] update-vision-commit-hash/6091086722-695-1 -> origin/update-vision-commit-hash/6091086722-695-1 2025-01-24T00:48:50.1317854Z * [new branch] update-vision-commit-hash/6116061554-699-1 -> origin/update-vision-commit-hash/6116061554-699-1 2025-01-24T00:48:50.1319134Z * [new branch] update-vision-commit-hash/6140304273-702-1 -> origin/update-vision-commit-hash/6140304273-702-1 2025-01-24T00:48:50.1319967Z * [new branch] update-vision-commit-hash/6210383723-710-1 -> origin/update-vision-commit-hash/6210383723-710-1 2025-01-24T00:48:50.1320806Z * [new branch] update-vision-commit-hash/6319671985-721-1 -> origin/update-vision-commit-hash/6319671985-721-1 2025-01-24T00:48:50.1322560Z * [new branch] update-vision-commit-hash/6345577305-723-1 -> origin/update-vision-commit-hash/6345577305-723-1 2025-01-24T00:48:50.1323390Z * [new branch] update-vision-commit-hash/6366568705-725-1 -> origin/update-vision-commit-hash/6366568705-725-1 2025-01-24T00:48:50.1324228Z * [new branch] update-vision-commit-hash/6386942932-727-1 -> origin/update-vision-commit-hash/6386942932-727-1 2025-01-24T00:48:50.1325074Z * [new branch] update-vision-commit-hash/6399845260-728-1 -> origin/update-vision-commit-hash/6399845260-728-1 2025-01-24T00:48:50.1325900Z * [new branch] update-vision-commit-hash/6412969951-729-1 -> origin/update-vision-commit-hash/6412969951-729-1 2025-01-24T00:48:50.1326724Z * [new branch] update-vision-commit-hash/6425844356-730-1 -> origin/update-vision-commit-hash/6425844356-730-1 2025-01-24T00:48:50.1328441Z * [new branch] update-vision-commit-hash/6463026337-734-1 -> origin/update-vision-commit-hash/6463026337-734-1 2025-01-24T00:48:50.1329284Z * [new branch] update-vision-commit-hash/6489506557-736-1 -> origin/update-vision-commit-hash/6489506557-736-1 2025-01-24T00:48:50.1330117Z * [new branch] update-vision-commit-hash/6520762621-739-1 -> origin/update-vision-commit-hash/6520762621-739-1 2025-01-24T00:48:50.1330940Z * [new branch] update-vision-commit-hash/6581672893-744-1 -> origin/update-vision-commit-hash/6581672893-744-1 2025-01-24T00:48:50.1331780Z * [new branch] update-vision-commit-hash/6593929043-745-1 -> origin/update-vision-commit-hash/6593929043-745-1 2025-01-24T00:48:50.1332613Z * [new branch] update-vision-commit-hash/6634009725-750-1 -> origin/update-vision-commit-hash/6634009725-750-1 2025-01-24T00:48:50.2076544Z * [new branch] update-vision-commit-hash/6673463792-754-1 -> origin/update-vision-commit-hash/6673463792-754-1 2025-01-24T00:48:50.2077475Z * [new branch] update-vision-commit-hash/6700258936-758-1 -> origin/update-vision-commit-hash/6700258936-758-1 2025-01-24T00:48:50.2078317Z * [new branch] update-vision-commit-hash/6805589684-770-1 -> origin/update-vision-commit-hash/6805589684-770-1 2025-01-24T00:48:50.2079164Z * [new branch] update-vision-commit-hash/6818989957-773-1 -> origin/update-vision-commit-hash/6818989957-773-1 2025-01-24T00:48:50.2080107Z * [new branch] update-vision-commit-hash/6830864778-774-1 -> origin/update-vision-commit-hash/6830864778-774-1 2025-01-24T00:48:50.2080931Z * [new branch] update-vision-commit-hash/6857388096-777-1 -> origin/update-vision-commit-hash/6857388096-777-1 2025-01-24T00:48:50.2081760Z * [new branch] update-vision-commit-hash/6871122584-778-1 -> origin/update-vision-commit-hash/6871122584-778-1 2025-01-24T00:48:50.2083204Z * [new branch] update-vision-commit-hash/6884505667-779-1 -> origin/update-vision-commit-hash/6884505667-779-1 2025-01-24T00:48:50.2084041Z * [new branch] update-vision-commit-hash/9010274985-1089-1 -> origin/update-vision-commit-hash/9010274985-1089-1 2025-01-24T00:48:50.2084874Z * [new branch] update-xla-commit-hash/10140112669-125-1 -> origin/update-xla-commit-hash/10140112669-125-1 2025-01-24T00:48:50.2085696Z * [new branch] update-xla-commit-hash/5711964502-56-1 -> origin/update-xla-commit-hash/5711964502-56-1 2025-01-24T00:48:50.2086864Z * [new branch] update-xla-commit-hash/5782359377-57-1 -> origin/update-xla-commit-hash/5782359377-57-1 2025-01-24T00:48:50.2087624Z * [new branch] update-xla-commit-hash/5837098370-60-1 -> origin/update-xla-commit-hash/5837098370-60-1 2025-01-24T00:48:50.2088383Z * [new branch] update-xla-commit-hash/5837494164-62-2 -> origin/update-xla-commit-hash/5837494164-62-2 2025-01-24T00:48:50.2089141Z * [new branch] update-xla-commit-hash/5853121215-70-1 -> origin/update-xla-commit-hash/5853121215-70-1 2025-01-24T00:48:50.2089893Z * [new branch] update-xla-commit-hash/5856611801-73-1 -> origin/update-xla-commit-hash/5856611801-73-1 2025-01-24T00:48:50.2090637Z * [new branch] update-xla-commit-hash/5861803330-74-1 -> origin/update-xla-commit-hash/5861803330-74-1 2025-01-24T00:48:50.2091441Z * [new branch] update-xla-commit-hash/5923384420-75-1 -> origin/update-xla-commit-hash/5923384420-75-1 2025-01-24T00:48:50.2092252Z * [new branch] update-xla-commit-hash/5997018991-76-1 -> origin/update-xla-commit-hash/5997018991-76-1 2025-01-24T00:48:50.2093016Z * [new branch] update-xla-commit-hash/6070520075-77-1 -> origin/update-xla-commit-hash/6070520075-77-1 2025-01-24T00:48:50.2093763Z * [new branch] update-xla-commit-hash/6143382673-78-1 -> origin/update-xla-commit-hash/6143382673-78-1 2025-01-24T00:48:50.2094522Z * [new branch] update-xla-commit-hash/6219563710-79-1 -> origin/update-xla-commit-hash/6219563710-79-1 2025-01-24T00:48:50.2095285Z * [new branch] update-xla-commit-hash/6296332542-80-1 -> origin/update-xla-commit-hash/6296332542-80-1 2025-01-24T00:48:50.2096034Z * [new branch] update-xla-commit-hash/6377302016-81-1 -> origin/update-xla-commit-hash/6377302016-81-1 2025-01-24T00:48:50.2096774Z * [new branch] update-xla-commit-hash/6453689944-82-1 -> origin/update-xla-commit-hash/6453689944-82-1 2025-01-24T00:48:50.2097608Z * [new branch] update-xla-commit-hash/6530489691-83-1 -> origin/update-xla-commit-hash/6530489691-83-1 2025-01-24T00:48:50.2098373Z * [new branch] update-xla-commit-hash/6610159969-84-1 -> origin/update-xla-commit-hash/6610159969-84-1 2025-01-24T00:48:50.2099117Z * [new branch] update-xla-commit-hash/6689695021-85-1 -> origin/update-xla-commit-hash/6689695021-85-1 2025-01-24T00:48:50.2099947Z * [new branch] update-xla-commit-hash/6767672412-86-1 -> origin/update-xla-commit-hash/6767672412-86-1 2025-01-24T00:48:50.2100703Z * [new branch] update-xla-commit-hash/6846986487-87-1 -> origin/update-xla-commit-hash/6846986487-87-1 2025-01-24T00:48:50.2101496Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-01-24T00:48:50.2102140Z * [new branch] update_pin -> origin/update_pin 2025-01-24T00:48:50.2102640Z * [new branch] update_rocm_yml_labels -> origin/update_rocm_yml_labels 2025-01-24T00:48:50.2103255Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-01-24T00:48:50.2103873Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-01-24T00:48:50.2517752Z * [new branch] update_slow_tests_1734939586 -> origin/update_slow_tests_1734939586 2025-01-24T00:48:50.2518370Z * [new branch] update_slow_tests_1736149192 -> origin/update_slow_tests_1736149192 2025-01-24T00:48:50.2518956Z * [new branch] update_slow_tests_1736754002 -> origin/update_slow_tests_1736754002 2025-01-24T00:48:50.2519532Z * [new branch] update_slow_tests_1737358785 -> origin/update_slow_tests_1737358785 2025-01-24T00:48:50.2520112Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-01-24T00:48:50.2521290Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-01-24T00:48:50.2521949Z * [new branch] upload-test-stats-workflow-env -> origin/upload-test-stats-workflow-env 2025-01-24T00:48:50.2522555Z * [new branch] use_torch_export_3 -> origin/use_torch_export_3 2025-01-24T00:48:50.2523031Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-01-24T00:48:50.2523466Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-01-24T00:48:50.2523882Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-01-24T00:48:50.2524284Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-01-24T00:48:50.2524689Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-01-24T00:48:50.2525103Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-01-24T00:48:50.2525504Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-01-24T00:48:50.2525944Z * [new branch] validate_fn -> origin/validate_fn 2025-01-24T00:48:50.2526419Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-01-24T00:48:50.2526908Z * [new branch] vfdev-5-patch-2 -> origin/vfdev-5-patch-2 2025-01-24T00:48:50.2527391Z * [new branch] viable/strict -> origin/viable/strict 2025-01-24T00:48:50.2527876Z * [new branch] voz/always_lift -> origin/voz/always_lift 2025-01-24T00:48:50.2528402Z * [new branch] voz/compiled_autograd_hooks -> origin/voz/compiled_autograd_hooks 2025-01-24T00:48:50.2528930Z * [new branch] voz/debug_dec -> origin/voz/debug_dec 2025-01-24T00:48:50.2529398Z * [new branch] voz/fix_fsdp -> origin/voz/fix_fsdp 2025-01-24T00:48:50.2529845Z * [new branch] voz/fix_np -> origin/voz/fix_np 2025-01-24T00:48:50.2530287Z * [new branch] voz/fix_np_2 -> origin/voz/fix_np_2 2025-01-24T00:48:50.2530766Z * [new branch] voz/fsdp_autograd -> origin/voz/fsdp_autograd 2025-01-24T00:48:50.2531265Z * [new branch] voz/fsdp_autograd2 -> origin/voz/fsdp_autograd2 2025-01-24T00:48:50.2531765Z * [new branch] voz/fsdp_autograd4 -> origin/voz/fsdp_autograd4 2025-01-24T00:48:50.2532294Z * [new branch] voz/fsdp_autograd_merge -> origin/voz/fsdp_autograd_merge 2025-01-24T00:48:50.2532850Z * [new branch] voz/fsdp_autograd_merge2 -> origin/voz/fsdp_autograd_merge2 2025-01-24T00:48:50.2533347Z * [new branch] voz/fsdp_ops -> origin/voz/fsdp_ops 2025-01-24T00:48:50.2533809Z * [new branch] voz/fsdp_ops2 -> origin/voz/fsdp_ops2 2025-01-24T00:48:50.2534263Z * [new branch] voz/fsdp_ops3 -> origin/voz/fsdp_ops3 2025-01-24T00:48:50.2534714Z * [new branch] voz/hacks -> origin/voz/hacks 2025-01-24T00:48:50.2535159Z * [new branch] voz/partials -> origin/voz/partials 2025-01-24T00:48:50.2535622Z * [new branch] voz/puffery -> origin/voz/puffery 2025-01-24T00:48:50.2537241Z * [new branch] voz/serde2 -> origin/voz/serde2 2025-01-24T00:48:50.2537764Z * [new branch] voz/soft_fork_autograd_fsdp -> origin/voz/soft_fork_autograd_fsdp 2025-01-24T00:48:50.2538316Z * [new branch] voz/torch_np -> origin/voz/torch_np 2025-01-24T00:48:50.2538831Z * [new branch] voz/torchrec_enablement -> origin/voz/torchrec_enablement 2025-01-24T00:48:50.2539470Z * [new branch] voz/torchrec_enablement2 -> origin/voz/torchrec_enablement2 2025-01-24T00:48:50.2540012Z * [new branch] wdvr-patch-1 -> origin/wdvr-patch-1 2025-01-24T00:48:50.2540919Z * [new branch] wdvr/add_boto3 -> origin/wdvr/add_boto3 2025-01-24T00:48:50.2541461Z * [new branch] wdvr/fix_cppwarnings_build -> origin/wdvr/fix_cppwarnings_build 2025-01-24T00:48:50.2541996Z * [new branch] wdvr/sccache091 -> origin/wdvr/sccache091 2025-01-24T00:48:50.2542502Z * [new branch] wdvr/sccache_nvcc -> origin/wdvr/sccache_nvcc 2025-01-24T00:48:50.2543035Z * [new branch] wdvr/sccache_simplified -> origin/wdvr/sccache_simplified 2025-01-24T00:48:50.2543574Z * [new branch] wdvr/xpu_sccache_fix -> origin/wdvr/xpu_sccache_fix 2025-01-24T00:48:50.2544058Z * [new branch] whc/flight -> origin/whc/flight 2025-01-24T00:48:50.2942155Z * [new branch] whc/flight4 -> origin/whc/flight4 2025-01-24T00:48:50.2942693Z * [new branch] whc/flight51 -> origin/whc/flight51 2025-01-24T00:48:50.2943176Z * [new branch] whc/flight53 -> origin/whc/flight53 2025-01-24T00:48:50.2943654Z * [new branch] whc/flight_full -> origin/whc/flight_full 2025-01-24T00:48:50.2946479Z * [new branch] whc/flightbase -> origin/whc/flightbase 2025-01-24T00:48:50.2947048Z * [new branch] whc/p2phang -> origin/whc/p2phang 2025-01-24T00:48:50.2947511Z * [new branch] whc/stage2 -> origin/whc/stage2 2025-01-24T00:48:50.2948116Z * [new branch] wwen/dynamo-preserve-node-metadata -> origin/wwen/dynamo-preserve-node-metadata 2025-01-24T00:48:50.2948762Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-01-24T00:48:50.2949244Z * [new branch] xmfan/ca_api -> origin/xmfan/ca_api 2025-01-24T00:48:50.2949735Z * [new branch] xmfan/ca_cudagraphs -> origin/xmfan/ca_cudagraphs 2025-01-24T00:48:50.2950229Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-01-24T00:48:50.2950681Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-01-24T00:48:50.2952758Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-01-24T00:48:50.2953244Z * [new branch] xmfan/ca_mem_base -> origin/xmfan/ca_mem_base 2025-01-24T00:48:50.2953726Z * [new branch] xmfan/ca_mem_fix -> origin/xmfan/ca_mem_fix 2025-01-24T00:48:50.2954221Z * [new branch] xmfan/ca_memory_fix -> origin/xmfan/ca_memory_fix 2025-01-24T00:48:50.2954765Z * [new branch] xmfan/ca_memory_fix_rebased -> origin/xmfan/ca_memory_fix_rebased 2025-01-24T00:48:50.2955361Z * [new branch] xmfan/ca_memory_fix_rebased2 -> origin/xmfan/ca_memory_fix_rebased2 2025-01-24T00:48:50.2955905Z * [new branch] xmfan/ca_move_to_cuda -> origin/xmfan/ca_move_to_cuda 2025-01-24T00:48:50.2956423Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-01-24T00:48:50.2956970Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-01-24T00:48:50.2959750Z * [new branch] xmfan/ca_scalar -> origin/xmfan/ca_scalar 2025-01-24T00:48:50.2960858Z * [new branch] xmfan/ca_subclass_mem_fix -> origin/xmfan/ca_subclass_mem_fix 2025-01-24T00:48:50.2961392Z * [new branch] xmfan/ca_warm_mem -> origin/xmfan/ca_warm_mem 2025-01-24T00:48:50.2961896Z * [new branch] xmfan/ca_warm_mem_base -> origin/xmfan/ca_warm_mem_base 2025-01-24T00:48:50.2962398Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-01-24T00:48:50.2962889Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-01-24T00:48:50.2963693Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-01-24T00:48:50.2970328Z * [new branch] xmfan/cacu_may27 -> origin/xmfan/cacu_may27 2025-01-24T00:48:50.2970856Z * [new branch] xmfan/circular_dep -> origin/xmfan/circular_dep 2025-01-24T00:48:50.2971446Z * [new branch] xmfan/compiled_autograd_bench -> origin/xmfan/compiled_autograd_bench 2025-01-24T00:48:50.2972112Z * [new branch] xmfan/compiled_autograd_bench_base -> origin/xmfan/compiled_autograd_bench_base 2025-01-24T00:48:50.2972814Z * [new branch] xmfan/compiled_autograd_benchmark -> origin/xmfan/compiled_autograd_benchmark 2025-01-24T00:48:50.2973461Z * [new branch] xmfan/compiled_autograd_ddp -> origin/xmfan/compiled_autograd_ddp 2025-01-24T00:48:50.2974078Z * [new branch] xmfan/compiled_autograd_feb_29 -> origin/xmfan/compiled_autograd_feb_29 2025-01-24T00:48:50.2974843Z * [new branch] xmfan/compiled_autograd_graph_breaks -> origin/xmfan/compiled_autograd_graph_breaks 2025-01-24T00:48:50.2976724Z * [new branch] xmfan/compiled_autograd_hud -> origin/xmfan/compiled_autograd_hud 2025-01-24T00:48:50.2977455Z * [new branch] xmfan/compiled_autograd_hypothetical_perf -> origin/xmfan/compiled_autograd_hypothetical_perf 2025-01-24T00:48:50.2978238Z * [new branch] xmfan/compiled_autograd_perf_no_reuse -> origin/xmfan/compiled_autograd_perf_no_reuse 2025-01-24T00:48:50.2978892Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-01-24T00:48:50.2979552Z * [new branch] xmfan/distributed_torchbench -> origin/xmfan/distributed_torchbench 2025-01-24T00:48:50.2980175Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-01-24T00:48:50.2980809Z * [new branch] xmfan/feb_10_compiled_autograd -> origin/xmfan/feb_10_compiled_autograd 2025-01-24T00:48:50.3387110Z * [new branch] xmfan/feb_10_compiled_autograd_cudagraph -> origin/xmfan/feb_10_compiled_autograd_cudagraph 2025-01-24T00:48:50.3387807Z * [new branch] xmfan/fsdp_wraps -> origin/xmfan/fsdp_wraps 2025-01-24T00:48:50.3388313Z * [new branch] xmfan/issue_123374 -> origin/xmfan/issue_123374 2025-01-24T00:48:50.3388894Z * [new branch] xmfan/oss_benchmark_script -> origin/xmfan/oss_benchmark_script 2025-01-24T00:48:50.3389453Z * [new branch] xmfan/rename_nanogpt -> origin/xmfan/rename_nanogpt 2025-01-24T00:48:50.3390002Z * [new branch] xmfan/retains_grad_hooks -> origin/xmfan/retains_grad_hooks 2025-01-24T00:48:50.3390537Z * [new branch] xmfan/segfault_test -> origin/xmfan/segfault_test 2025-01-24T00:48:50.3391034Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-01-24T00:48:50.3391528Z * [new branch] xmfan/test -> origin/xmfan/test 2025-01-24T00:48:50.3392045Z * [new branch] xmfan/yolov3_oom -> origin/xmfan/yolov3_oom 2025-01-24T00:48:50.3392596Z * [new branch] xz9/remove-run-torchbench -> origin/xz9/remove-run-torchbench 2025-01-24T00:48:50.3393155Z * [new branch] yihan_quantization -> origin/yihan_quantization 2025-01-24T00:48:50.3394215Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-01-24T00:48:50.3394724Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-01-24T00:48:50.3395229Z * [new branch] zainr/emit-debug -> origin/zainr/emit-debug 2025-01-24T00:48:50.3395847Z * [new branch] zainr/historical-correlation-fix -> origin/zainr/historical-correlation-fix 2025-01-24T00:48:50.3396450Z * [new branch] zainr/lint-fix -> origin/zainr/lint-fix 2025-01-24T00:48:50.3397330Z * [new branch] zainr/metrics-job-id -> origin/zainr/metrics-job-id 2025-01-24T00:48:50.3397916Z * [new branch] zainr/metrics-pr -> origin/zainr/metrics-pr 2025-01-24T00:48:50.3398396Z * [new branch] zainr/no-op -> origin/zainr/no-op 2025-01-24T00:48:50.3398916Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-01-24T00:48:50.3399488Z * [new branch] zainr/td-baseline-stats -> origin/zainr/td-baseline-stats 2025-01-24T00:48:50.3399993Z * [new branch] zainr/td-class -> origin/zainr/td-class 2025-01-24T00:48:50.3400496Z * [new branch] zainr/td-class-metrics -> origin/zainr/td-class-metrics 2025-01-24T00:48:50.3401027Z * [new branch] zainr/td-downgrade -> origin/zainr/td-downgrade 2025-01-24T00:48:50.3401543Z * [new branch] zainr/td-file-pass -> origin/zainr/td-file-pass 2025-01-24T00:48:50.3402063Z * [new branch] zainr/td-metrics-v2 -> origin/zainr/td-metrics-v2 2025-01-24T00:48:50.3402576Z * [new branch] zainr/td-metrics2 -> origin/zainr/td-metrics2 2025-01-24T00:48:50.3403165Z * [new branch] zainr/td-pass-class-times -> origin/zainr/td-pass-class-times 2025-01-24T00:48:50.3403802Z * [new branch] zainr/td-shard-info -> origin/zainr/td-shard-info 2025-01-24T00:48:50.3404384Z * [new branch] zainr/td-trial -> origin/zainr/td-trial 2025-01-24T00:48:50.3404903Z * [new branch] zainr/unstable -> origin/zainr/unstable 2025-01-24T00:48:50.3405490Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-01-24T00:48:50.3406049Z * [new branch] zb2p -> origin/zb2p 2025-01-24T00:48:50.3406510Z * [new branch] zbv_algo -> origin/zbv_algo 2025-01-24T00:48:50.3407067Z * [new branch] zdevito-patch-1 -> origin/zdevito-patch-1 2025-01-24T00:48:50.3407613Z * [new branch] zdevito-patch-2 -> origin/zdevito-patch-2 2025-01-24T00:48:50.3408240Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-01-24T00:48:50.3408895Z * [new branch] zhuhaozhe-patch-1 -> origin/zhuhaozhe-patch-1 2025-01-24T00:48:50.3409549Z * [new branch] zhxchen17/dynamo/0 -> origin/zhxchen17/dynamo/0 2025-01-24T00:48:50.3410159Z * [new branch] zhxchen17/dynamo/1 -> origin/zhxchen17/dynamo/1 2025-01-24T00:48:50.3410715Z * [new branch] zhxchen17/dynamo/2 -> origin/zhxchen17/dynamo/2 2025-01-24T00:48:50.3411306Z * [new branch] zhxchen17/export/1 -> origin/zhxchen17/export/1 2025-01-24T00:48:50.3411910Z * [new branch] zhxchen17/export/10 -> origin/zhxchen17/export/10 2025-01-24T00:48:50.3412528Z * [new branch] zhxchen17/export/11 -> origin/zhxchen17/export/11 2025-01-24T00:48:50.3413124Z * [new branch] zhxchen17/export/12 -> origin/zhxchen17/export/12 2025-01-24T00:48:50.3413679Z * [new branch] zhxchen17/export/13 -> origin/zhxchen17/export/13 2025-01-24T00:48:50.3414704Z * [new branch] zhxchen17/export/14 -> origin/zhxchen17/export/14 2025-01-24T00:48:50.3758712Z * [new branch] zhxchen17/export/3 -> origin/zhxchen17/export/3 2025-01-24T00:48:50.3759289Z * [new branch] zhxchen17/export/6 -> origin/zhxchen17/export/6 2025-01-24T00:48:50.3759816Z * [new branch] zhxchen17/export/7 -> origin/zhxchen17/export/7 2025-01-24T00:48:50.3760350Z * [new branch] zhxchen17/export/8 -> origin/zhxchen17/export/8 2025-01-24T00:48:50.3760861Z * [new branch] zhxchen17/export/9 -> origin/zhxchen17/export/9 2025-01-24T00:48:50.3762888Z * [new branch] zhxchen17/tmp/0 -> origin/zhxchen17/tmp/0 2025-01-24T00:48:50.3763409Z * [new branch] zhxchen17/tmp/2 -> origin/zhxchen17/tmp/2 2025-01-24T00:48:50.3763933Z * [new branch] zxiiro/docs-build.sh -> origin/zxiiro/docs-build.sh 2025-01-24T00:48:50.3764752Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-01-24T00:48:50.3765493Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-01-24T00:48:50.3765915Z * [new tag] ciflow/all/70978 -> ciflow/all/70978 2025-01-24T00:48:50.3766326Z * [new tag] ciflow/all/70979 -> ciflow/all/70979 2025-01-24T00:48:50.3766723Z * [new tag] ciflow/all/70989 -> ciflow/all/70989 2025-01-24T00:48:50.3768146Z * [new tag] ciflow/binaries/120076 -> ciflow/binaries/120076 2025-01-24T00:48:50.3768623Z * [new tag] ciflow/binaries/128672 -> ciflow/binaries/128672 2025-01-24T00:48:50.3769078Z * [new tag] ciflow/binaries/129465 -> ciflow/binaries/129465 2025-01-24T00:48:50.3769538Z * [new tag] ciflow/binaries/138175 -> ciflow/binaries/138175 2025-01-24T00:48:50.3770002Z * [new tag] ciflow/binaries/138996 -> ciflow/binaries/138996 2025-01-24T00:48:50.3770456Z * [new tag] ciflow/binaries/139760 -> ciflow/binaries/139760 2025-01-24T00:48:50.3770916Z * [new tag] ciflow/binaries/140844 -> ciflow/binaries/140844 2025-01-24T00:48:50.3771372Z * [new tag] ciflow/binaries/142040 -> ciflow/binaries/142040 2025-01-24T00:48:50.3771819Z * [new tag] ciflow/binaries/143082 -> ciflow/binaries/143082 2025-01-24T00:48:50.3772286Z * [new tag] ciflow/binaries/143360 -> ciflow/binaries/143360 2025-01-24T00:48:50.3773620Z * [new tag] ciflow/binaries/143416 -> ciflow/binaries/143416 2025-01-24T00:48:50.3774088Z * [new tag] ciflow/binaries/143791 -> ciflow/binaries/143791 2025-01-24T00:48:50.3774539Z * [new tag] ciflow/binaries/143794 -> ciflow/binaries/143794 2025-01-24T00:48:50.3775006Z * [new tag] ciflow/binaries/144046 -> ciflow/binaries/144046 2025-01-24T00:48:50.3775472Z * [new tag] ciflow/binaries/144127 -> ciflow/binaries/144127 2025-01-24T00:48:50.3775925Z * [new tag] ciflow/binaries/145119 -> ciflow/binaries/145119 2025-01-24T00:48:50.3776387Z * [new tag] ciflow/binaries/145224 -> ciflow/binaries/145224 2025-01-24T00:48:50.3776874Z * [new tag] ciflow/binaries_conda/139576 -> ciflow/binaries_conda/139576 2025-01-24T00:48:50.3777420Z * [new tag] ciflow/binaries_libtorch/139576 -> ciflow/binaries_libtorch/139576 2025-01-24T00:48:50.3777969Z * [new tag] ciflow/binaries_wheel/135189 -> ciflow/binaries_wheel/135189 2025-01-24T00:48:50.3779410Z * [new tag] ciflow/binaries_wheel/139576 -> ciflow/binaries_wheel/139576 2025-01-24T00:48:50.3780429Z * [new tag] ciflow/binaries_wheel/141584 -> ciflow/binaries_wheel/141584 2025-01-24T00:48:50.3780941Z * [new tag] ciflow/binaries_wheel/142279 -> ciflow/binaries_wheel/142279 2025-01-24T00:48:50.3781477Z * [new tag] ciflow/binaries_wheel/143388 -> ciflow/binaries_wheel/143388 2025-01-24T00:48:50.3781991Z * [new tag] ciflow/binaries_wheel/144049 -> ciflow/binaries_wheel/144049 2025-01-24T00:48:50.3782491Z * [new tag] ciflow/binaries_wheel/144842 -> ciflow/binaries_wheel/144842 2025-01-24T00:48:50.3783005Z * [new tag] ciflow/binaries_wheel/144887 -> ciflow/binaries_wheel/144887 2025-01-24T00:48:50.3783780Z * [new tag] ciflow/cuda/70978 -> ciflow/cuda/70978 2025-01-24T00:48:50.3785204Z * [new tag] ciflow/cuda/70979 -> ciflow/cuda/70979 2025-01-24T00:48:50.3785633Z * [new tag] ciflow/cuda/70989 -> ciflow/cuda/70989 2025-01-24T00:48:50.3786118Z * [new tag] ciflow/inductor-cu126/140793 -> ciflow/inductor-cu126/140793 2025-01-24T00:48:50.3786739Z * [new tag] ciflow/inductor-micro-benchmark/141910 -> ciflow/inductor-micro-benchmark/141910 2025-01-24T00:48:50.3787437Z * [new tag] ciflow/inductor-perf-compare/140195 -> ciflow/inductor-perf-compare/140195 2025-01-24T00:48:50.3788109Z * [new tag] ciflow/inductor-perf-compare/145455 -> ciflow/inductor-perf-compare/145455 2025-01-24T00:48:50.4082737Z * [new tag] ciflow/inductor-perf-test-nightly/140195 -> ciflow/inductor-perf-test-nightly/140195 2025-01-24T00:48:50.4083458Z * [new tag] ciflow/inductor-periodic/140793 -> ciflow/inductor-periodic/140793 2025-01-24T00:48:50.4084058Z * [new tag] ciflow/inductor-periodic/143560 -> ciflow/inductor-periodic/143560 2025-01-24T00:48:50.4084650Z * [new tag] ciflow/inductor-periodic/144594 -> ciflow/inductor-periodic/144594 2025-01-24T00:48:50.4085246Z * [new tag] ciflow/inductor-periodic/145455 -> ciflow/inductor-periodic/145455 2025-01-24T00:48:50.4085788Z * [new tag] ciflow/inductor-rocm/140261 -> ciflow/inductor-rocm/140261 2025-01-24T00:48:50.4086302Z * [new tag] ciflow/inductor-rocm/140989 -> ciflow/inductor-rocm/140989 2025-01-24T00:48:50.4086812Z * [new tag] ciflow/inductor-rocm/141309 -> ciflow/inductor-rocm/141309 2025-01-24T00:48:50.4087308Z * [new tag] ciflow/inductor-rocm/141355 -> ciflow/inductor-rocm/141355 2025-01-24T00:48:50.4087811Z * [new tag] ciflow/inductor-rocm/142408 -> ciflow/inductor-rocm/142408 2025-01-24T00:48:50.4088324Z * [new tag] ciflow/inductor-rocm/144985 -> ciflow/inductor-rocm/144985 2025-01-24T00:48:50.4088844Z * [new tag] ciflow/inductor-rocm/145504 -> ciflow/inductor-rocm/145504 2025-01-24T00:48:50.4089337Z * [new tag] ciflow/inductor-rocm/145518 -> ciflow/inductor-rocm/145518 2025-01-24T00:48:50.4089830Z * [new tag] ciflow/inductor/110155 -> ciflow/inductor/110155 2025-01-24T00:48:50.4090297Z * [new tag] ciflow/inductor/113257 -> ciflow/inductor/113257 2025-01-24T00:48:50.4090746Z * [new tag] ciflow/inductor/118489 -> ciflow/inductor/118489 2025-01-24T00:48:50.4091203Z * [new tag] ciflow/inductor/119496 -> ciflow/inductor/119496 2025-01-24T00:48:50.4091655Z * [new tag] ciflow/inductor/119977 -> ciflow/inductor/119977 2025-01-24T00:48:50.4092120Z * [new tag] ciflow/inductor/120076 -> ciflow/inductor/120076 2025-01-24T00:48:50.4092570Z * [new tag] ciflow/inductor/121445 -> ciflow/inductor/121445 2025-01-24T00:48:50.4093039Z * [new tag] ciflow/inductor/123661 -> ciflow/inductor/123661 2025-01-24T00:48:50.4093490Z * [new tag] ciflow/inductor/124490 -> ciflow/inductor/124490 2025-01-24T00:48:50.4094492Z * [new tag] ciflow/inductor/125270 -> ciflow/inductor/125270 2025-01-24T00:48:50.4094953Z * [new tag] ciflow/inductor/125326 -> ciflow/inductor/125326 2025-01-24T00:48:50.4095413Z * [new tag] ciflow/inductor/125428 -> ciflow/inductor/125428 2025-01-24T00:48:50.4095865Z * [new tag] ciflow/inductor/125469 -> ciflow/inductor/125469 2025-01-24T00:48:50.4096325Z * [new tag] ciflow/inductor/125806 -> ciflow/inductor/125806 2025-01-24T00:48:50.4096784Z * [new tag] ciflow/inductor/125888 -> ciflow/inductor/125888 2025-01-24T00:48:50.4097585Z * [new tag] ciflow/inductor/125995 -> ciflow/inductor/125995 2025-01-24T00:48:50.4098046Z * [new tag] ciflow/inductor/126129 -> ciflow/inductor/126129 2025-01-24T00:48:50.4098507Z * [new tag] ciflow/inductor/126348 -> ciflow/inductor/126348 2025-01-24T00:48:50.4098972Z * [new tag] ciflow/inductor/127011 -> ciflow/inductor/127011 2025-01-24T00:48:50.4099544Z * [new tag] ciflow/inductor/127171 -> ciflow/inductor/127171 2025-01-24T00:48:50.4100008Z * [new tag] ciflow/inductor/127293 -> ciflow/inductor/127293 2025-01-24T00:48:50.4100468Z * [new tag] ciflow/inductor/127294 -> ciflow/inductor/127294 2025-01-24T00:48:50.4100919Z * [new tag] ciflow/inductor/128802 -> ciflow/inductor/128802 2025-01-24T00:48:50.4101377Z * [new tag] ciflow/inductor/129352 -> ciflow/inductor/129352 2025-01-24T00:48:50.4101859Z * [new tag] ciflow/inductor/129409 -> ciflow/inductor/129409 2025-01-24T00:48:50.4102306Z * [new tag] ciflow/inductor/129420 -> ciflow/inductor/129420 2025-01-24T00:48:50.4102760Z * [new tag] ciflow/inductor/130141 -> ciflow/inductor/130141 2025-01-24T00:48:50.4103220Z * [new tag] ciflow/inductor/130499 -> ciflow/inductor/130499 2025-01-24T00:48:50.4103676Z * [new tag] ciflow/inductor/130887 -> ciflow/inductor/130887 2025-01-24T00:48:50.4104122Z * [new tag] ciflow/inductor/131354 -> ciflow/inductor/131354 2025-01-24T00:48:50.4104574Z * [new tag] ciflow/inductor/131481 -> ciflow/inductor/131481 2025-01-24T00:48:50.4105026Z * [new tag] ciflow/inductor/131493 -> ciflow/inductor/131493 2025-01-24T00:48:50.4105473Z * [new tag] ciflow/inductor/132021 -> ciflow/inductor/132021 2025-01-24T00:48:50.4105936Z * [new tag] ciflow/inductor/132414 -> ciflow/inductor/132414 2025-01-24T00:48:50.4106391Z * [new tag] ciflow/inductor/132755 -> ciflow/inductor/132755 2025-01-24T00:48:50.4432643Z * [new tag] ciflow/inductor/133044 -> ciflow/inductor/133044 2025-01-24T00:48:50.4464692Z * [new tag] ciflow/inductor/133121 -> ciflow/inductor/133121 2025-01-24T00:48:50.4465165Z * [new tag] ciflow/inductor/133287 -> ciflow/inductor/133287 2025-01-24T00:48:50.4465632Z * [new tag] ciflow/inductor/133289 -> ciflow/inductor/133289 2025-01-24T00:48:50.4466083Z * [new tag] ciflow/inductor/133296 -> ciflow/inductor/133296 2025-01-24T00:48:50.4466532Z * [new tag] ciflow/inductor/133297 -> ciflow/inductor/133297 2025-01-24T00:48:50.4466986Z * [new tag] ciflow/inductor/133307 -> ciflow/inductor/133307 2025-01-24T00:48:50.4467445Z * [new tag] ciflow/inductor/133315 -> ciflow/inductor/133315 2025-01-24T00:48:50.4467904Z * [new tag] ciflow/inductor/133392 -> ciflow/inductor/133392 2025-01-24T00:48:50.4468375Z * [new tag] ciflow/inductor/133419 -> ciflow/inductor/133419 2025-01-24T00:48:50.4470861Z * [new tag] ciflow/inductor/133423 -> ciflow/inductor/133423 2025-01-24T00:48:50.4471308Z * [new tag] ciflow/inductor/133667 -> ciflow/inductor/133667 2025-01-24T00:48:50.4471771Z * [new tag] ciflow/inductor/133753 -> ciflow/inductor/133753 2025-01-24T00:48:50.4472239Z * [new tag] ciflow/inductor/133842 -> ciflow/inductor/133842 2025-01-24T00:48:50.4472699Z * [new tag] ciflow/inductor/134681 -> ciflow/inductor/134681 2025-01-24T00:48:50.4473158Z * [new tag] ciflow/inductor/134881 -> ciflow/inductor/134881 2025-01-24T00:48:50.4474014Z * [new tag] ciflow/inductor/134969 -> ciflow/inductor/134969 2025-01-24T00:48:50.4474478Z * [new tag] ciflow/inductor/135189 -> ciflow/inductor/135189 2025-01-24T00:48:50.4474947Z * [new tag] ciflow/inductor/135337 -> ciflow/inductor/135337 2025-01-24T00:48:50.4476687Z * [new tag] ciflow/inductor/135465 -> ciflow/inductor/135465 2025-01-24T00:48:50.4477147Z * [new tag] ciflow/inductor/135708 -> ciflow/inductor/135708 2025-01-24T00:48:50.4477612Z * [new tag] ciflow/inductor/135719 -> ciflow/inductor/135719 2025-01-24T00:48:50.4478068Z * [new tag] ciflow/inductor/135792 -> ciflow/inductor/135792 2025-01-24T00:48:50.4478522Z * [new tag] ciflow/inductor/136268 -> ciflow/inductor/136268 2025-01-24T00:48:50.4478966Z * [new tag] ciflow/inductor/136355 -> ciflow/inductor/136355 2025-01-24T00:48:50.4479437Z * [new tag] ciflow/inductor/136478 -> ciflow/inductor/136478 2025-01-24T00:48:50.4479922Z * [new tag] ciflow/inductor/136702 -> ciflow/inductor/136702 2025-01-24T00:48:50.4480368Z * [new tag] ciflow/inductor/136753 -> ciflow/inductor/136753 2025-01-24T00:48:50.4480835Z * [new tag] ciflow/inductor/136802 -> ciflow/inductor/136802 2025-01-24T00:48:50.4482510Z * [new tag] ciflow/inductor/137400 -> ciflow/inductor/137400 2025-01-24T00:48:50.4482973Z * [new tag] ciflow/inductor/137493 -> ciflow/inductor/137493 2025-01-24T00:48:50.4483432Z * [new tag] ciflow/inductor/137568 -> ciflow/inductor/137568 2025-01-24T00:48:50.4483900Z * [new tag] ciflow/inductor/137583 -> ciflow/inductor/137583 2025-01-24T00:48:50.4484358Z * [new tag] ciflow/inductor/137658 -> ciflow/inductor/137658 2025-01-24T00:48:50.4484811Z * [new tag] ciflow/inductor/137662 -> ciflow/inductor/137662 2025-01-24T00:48:50.4485266Z * [new tag] ciflow/inductor/137726 -> ciflow/inductor/137726 2025-01-24T00:48:50.4485726Z * [new tag] ciflow/inductor/137808 -> ciflow/inductor/137808 2025-01-24T00:48:50.4486180Z * [new tag] ciflow/inductor/137822 -> ciflow/inductor/137822 2025-01-24T00:48:50.4486638Z * [new tag] ciflow/inductor/137846 -> ciflow/inductor/137846 2025-01-24T00:48:50.4488282Z * [new tag] ciflow/inductor/137861 -> ciflow/inductor/137861 2025-01-24T00:48:50.4488746Z * [new tag] ciflow/inductor/137884 -> ciflow/inductor/137884 2025-01-24T00:48:50.4489201Z * [new tag] ciflow/inductor/137921 -> ciflow/inductor/137921 2025-01-24T00:48:50.4489663Z * [new tag] ciflow/inductor/137959 -> ciflow/inductor/137959 2025-01-24T00:48:50.4490122Z * [new tag] ciflow/inductor/138101 -> ciflow/inductor/138101 2025-01-24T00:48:50.4490567Z * [new tag] ciflow/inductor/138185 -> ciflow/inductor/138185 2025-01-24T00:48:50.4491020Z * [new tag] ciflow/inductor/138202 -> ciflow/inductor/138202 2025-01-24T00:48:50.4491902Z * [new tag] ciflow/inductor/138213 -> ciflow/inductor/138213 2025-01-24T00:48:50.4492356Z * [new tag] ciflow/inductor/138214 -> ciflow/inductor/138214 2025-01-24T00:48:50.4492815Z * [new tag] ciflow/inductor/138282 -> ciflow/inductor/138282 2025-01-24T00:48:50.4773451Z * [new tag] ciflow/inductor/138503 -> ciflow/inductor/138503 2025-01-24T00:48:50.4773966Z * [new tag] ciflow/inductor/138513 -> ciflow/inductor/138513 2025-01-24T00:48:50.4774428Z * [new tag] ciflow/inductor/138519 -> ciflow/inductor/138519 2025-01-24T00:48:50.4775476Z * [new tag] ciflow/inductor/138555 -> ciflow/inductor/138555 2025-01-24T00:48:50.4775986Z * [new tag] ciflow/inductor/138573 -> ciflow/inductor/138573 2025-01-24T00:48:50.4776437Z * [new tag] ciflow/inductor/138626 -> ciflow/inductor/138626 2025-01-24T00:48:50.4776905Z * [new tag] ciflow/inductor/138749 -> ciflow/inductor/138749 2025-01-24T00:48:50.4777360Z * [new tag] ciflow/inductor/138871 -> ciflow/inductor/138871 2025-01-24T00:48:50.4777902Z * [new tag] ciflow/inductor/138889 -> ciflow/inductor/138889 2025-01-24T00:48:50.4778353Z * [new tag] ciflow/inductor/138929 -> ciflow/inductor/138929 2025-01-24T00:48:50.4778819Z * [new tag] ciflow/inductor/138930 -> ciflow/inductor/138930 2025-01-24T00:48:50.4779364Z * [new tag] ciflow/inductor/138938 -> ciflow/inductor/138938 2025-01-24T00:48:50.4779824Z * [new tag] ciflow/inductor/138953 -> ciflow/inductor/138953 2025-01-24T00:48:50.4780298Z * [new tag] ciflow/inductor/138963 -> ciflow/inductor/138963 2025-01-24T00:48:50.4780760Z * [new tag] ciflow/inductor/138966 -> ciflow/inductor/138966 2025-01-24T00:48:50.4781213Z * [new tag] ciflow/inductor/138999 -> ciflow/inductor/138999 2025-01-24T00:48:50.4781668Z * [new tag] ciflow/inductor/139094 -> ciflow/inductor/139094 2025-01-24T00:48:50.4782124Z * [new tag] ciflow/inductor/139098 -> ciflow/inductor/139098 2025-01-24T00:48:50.4782586Z * [new tag] ciflow/inductor/139101 -> ciflow/inductor/139101 2025-01-24T00:48:50.4783042Z * [new tag] ciflow/inductor/139102 -> ciflow/inductor/139102 2025-01-24T00:48:50.4783548Z * [new tag] ciflow/inductor/139105 -> ciflow/inductor/139105 2025-01-24T00:48:50.4784053Z * [new tag] ciflow/inductor/139135 -> ciflow/inductor/139135 2025-01-24T00:48:50.4784501Z * [new tag] ciflow/inductor/139146 -> ciflow/inductor/139146 2025-01-24T00:48:50.4784960Z * [new tag] ciflow/inductor/139171 -> ciflow/inductor/139171 2025-01-24T00:48:50.4785420Z * [new tag] ciflow/inductor/139247 -> ciflow/inductor/139247 2025-01-24T00:48:50.4785874Z * [new tag] ciflow/inductor/139271 -> ciflow/inductor/139271 2025-01-24T00:48:50.4786331Z * [new tag] ciflow/inductor/139308 -> ciflow/inductor/139308 2025-01-24T00:48:50.4786784Z * [new tag] ciflow/inductor/139325 -> ciflow/inductor/139325 2025-01-24T00:48:50.4787229Z * [new tag] ciflow/inductor/139329 -> ciflow/inductor/139329 2025-01-24T00:48:50.4787685Z * [new tag] ciflow/inductor/139338 -> ciflow/inductor/139338 2025-01-24T00:48:50.4788147Z * [new tag] ciflow/inductor/139356 -> ciflow/inductor/139356 2025-01-24T00:48:50.4788604Z * [new tag] ciflow/inductor/139357 -> ciflow/inductor/139357 2025-01-24T00:48:50.4789093Z * [new tag] ciflow/inductor/139379 -> ciflow/inductor/139379 2025-01-24T00:48:50.4790021Z * [new tag] ciflow/inductor/139384 -> ciflow/inductor/139384 2025-01-24T00:48:50.4790490Z * [new tag] ciflow/inductor/139421 -> ciflow/inductor/139421 2025-01-24T00:48:50.4790941Z * [new tag] ciflow/inductor/139437 -> ciflow/inductor/139437 2025-01-24T00:48:50.4791399Z * [new tag] ciflow/inductor/139535 -> ciflow/inductor/139535 2025-01-24T00:48:50.4791856Z * [new tag] ciflow/inductor/139561 -> ciflow/inductor/139561 2025-01-24T00:48:50.4792304Z * [new tag] ciflow/inductor/139672 -> ciflow/inductor/139672 2025-01-24T00:48:50.4793044Z * [new tag] ciflow/inductor/139697 -> ciflow/inductor/139697 2025-01-24T00:48:50.4793512Z * [new tag] ciflow/inductor/139708 -> ciflow/inductor/139708 2025-01-24T00:48:50.4793975Z * [new tag] ciflow/inductor/139796 -> ciflow/inductor/139796 2025-01-24T00:48:50.4794439Z * [new tag] ciflow/inductor/139840 -> ciflow/inductor/139840 2025-01-24T00:48:50.4794953Z * [new tag] ciflow/inductor/139864 -> ciflow/inductor/139864 2025-01-24T00:48:50.4795458Z * [new tag] ciflow/inductor/139928 -> ciflow/inductor/139928 2025-01-24T00:48:50.4795905Z * [new tag] ciflow/inductor/139975 -> ciflow/inductor/139975 2025-01-24T00:48:50.4796366Z * [new tag] ciflow/inductor/139976 -> ciflow/inductor/139976 2025-01-24T00:48:50.4796829Z * [new tag] ciflow/inductor/140032 -> ciflow/inductor/140032 2025-01-24T00:48:50.4797279Z * [new tag] ciflow/inductor/140048 -> ciflow/inductor/140048 2025-01-24T00:48:50.5123648Z * [new tag] ciflow/inductor/140084 -> ciflow/inductor/140084 2025-01-24T00:48:50.5124176Z * [new tag] ciflow/inductor/140132 -> ciflow/inductor/140132 2025-01-24T00:48:50.5124648Z * [new tag] ciflow/inductor/140146 -> ciflow/inductor/140146 2025-01-24T00:48:50.5125152Z * [new tag] ciflow/inductor/140159 -> ciflow/inductor/140159 2025-01-24T00:48:50.5125625Z * [new tag] ciflow/inductor/140195 -> ciflow/inductor/140195 2025-01-24T00:48:50.5126086Z * [new tag] ciflow/inductor/140283 -> ciflow/inductor/140283 2025-01-24T00:48:50.5126538Z * [new tag] ciflow/inductor/140328 -> ciflow/inductor/140328 2025-01-24T00:48:50.5126987Z * [new tag] ciflow/inductor/140362 -> ciflow/inductor/140362 2025-01-24T00:48:50.5127454Z * [new tag] ciflow/inductor/140677 -> ciflow/inductor/140677 2025-01-24T00:48:50.5127918Z * [new tag] ciflow/inductor/140746 -> ciflow/inductor/140746 2025-01-24T00:48:50.5128365Z * [new tag] ciflow/inductor/140747 -> ciflow/inductor/140747 2025-01-24T00:48:50.5128824Z * [new tag] ciflow/inductor/140756 -> ciflow/inductor/140756 2025-01-24T00:48:50.5129285Z * [new tag] ciflow/inductor/140807 -> ciflow/inductor/140807 2025-01-24T00:48:50.5129729Z * [new tag] ciflow/inductor/140858 -> ciflow/inductor/140858 2025-01-24T00:48:50.5130191Z * [new tag] ciflow/inductor/140979 -> ciflow/inductor/140979 2025-01-24T00:48:50.5130648Z * [new tag] ciflow/inductor/141055 -> ciflow/inductor/141055 2025-01-24T00:48:50.5131111Z * [new tag] ciflow/inductor/141082 -> ciflow/inductor/141082 2025-01-24T00:48:50.5131572Z * [new tag] ciflow/inductor/141096 -> ciflow/inductor/141096 2025-01-24T00:48:50.5132027Z * [new tag] ciflow/inductor/141097 -> ciflow/inductor/141097 2025-01-24T00:48:50.5132481Z * [new tag] ciflow/inductor/141131 -> ciflow/inductor/141131 2025-01-24T00:48:50.5132933Z * [new tag] ciflow/inductor/141168 -> ciflow/inductor/141168 2025-01-24T00:48:50.5134036Z * [new tag] ciflow/inductor/141193 -> ciflow/inductor/141193 2025-01-24T00:48:50.5134504Z * [new tag] ciflow/inductor/141195 -> ciflow/inductor/141195 2025-01-24T00:48:50.5134953Z * [new tag] ciflow/inductor/141213 -> ciflow/inductor/141213 2025-01-24T00:48:50.5135414Z * [new tag] ciflow/inductor/141226 -> ciflow/inductor/141226 2025-01-24T00:48:50.5135873Z * [new tag] ciflow/inductor/141309 -> ciflow/inductor/141309 2025-01-24T00:48:50.5136331Z * [new tag] ciflow/inductor/141342 -> ciflow/inductor/141342 2025-01-24T00:48:50.5136935Z * [new tag] ciflow/inductor/141347 -> ciflow/inductor/141347 2025-01-24T00:48:50.5137403Z * [new tag] ciflow/inductor/141393 -> ciflow/inductor/141393 2025-01-24T00:48:50.5137892Z * [new tag] ciflow/inductor/141489 -> ciflow/inductor/141489 2025-01-24T00:48:50.5138348Z * [new tag] ciflow/inductor/141493 -> ciflow/inductor/141493 2025-01-24T00:48:50.5138806Z * [new tag] ciflow/inductor/141496 -> ciflow/inductor/141496 2025-01-24T00:48:50.5139334Z * [new tag] ciflow/inductor/141588 -> ciflow/inductor/141588 2025-01-24T00:48:50.5139785Z * [new tag] ciflow/inductor/141641 -> ciflow/inductor/141641 2025-01-24T00:48:50.5140262Z * [new tag] ciflow/inductor/141659 -> ciflow/inductor/141659 2025-01-24T00:48:50.5140724Z * [new tag] ciflow/inductor/141684 -> ciflow/inductor/141684 2025-01-24T00:48:50.5141177Z * [new tag] ciflow/inductor/141697 -> ciflow/inductor/141697 2025-01-24T00:48:50.5141643Z * [new tag] ciflow/inductor/141700 -> ciflow/inductor/141700 2025-01-24T00:48:50.5142098Z * [new tag] ciflow/inductor/141702 -> ciflow/inductor/141702 2025-01-24T00:48:50.5142555Z * [new tag] ciflow/inductor/141720 -> ciflow/inductor/141720 2025-01-24T00:48:50.5143007Z * [new tag] ciflow/inductor/141730 -> ciflow/inductor/141730 2025-01-24T00:48:50.5143467Z * [new tag] ciflow/inductor/141795 -> ciflow/inductor/141795 2025-01-24T00:48:50.5143920Z * [new tag] ciflow/inductor/141842 -> ciflow/inductor/141842 2025-01-24T00:48:50.5144366Z * [new tag] ciflow/inductor/141889 -> ciflow/inductor/141889 2025-01-24T00:48:50.5144819Z * [new tag] ciflow/inductor/141940 -> ciflow/inductor/141940 2025-01-24T00:48:50.5145283Z * [new tag] ciflow/inductor/141944 -> ciflow/inductor/141944 2025-01-24T00:48:50.5145737Z * [new tag] ciflow/inductor/141947 -> ciflow/inductor/141947 2025-01-24T00:48:50.5146191Z * [new tag] ciflow/inductor/141961 -> ciflow/inductor/141961 2025-01-24T00:48:50.5146657Z * [new tag] ciflow/inductor/142026 -> ciflow/inductor/142026 2025-01-24T00:48:50.5147105Z * [new tag] ciflow/inductor/142046 -> ciflow/inductor/142046 2025-01-24T00:48:50.5447967Z * [new tag] ciflow/inductor/142091 -> ciflow/inductor/142091 2025-01-24T00:48:50.5448510Z * [new tag] ciflow/inductor/142092 -> ciflow/inductor/142092 2025-01-24T00:48:50.5448979Z * [new tag] ciflow/inductor/142105 -> ciflow/inductor/142105 2025-01-24T00:48:50.5449437Z * [new tag] ciflow/inductor/142163 -> ciflow/inductor/142163 2025-01-24T00:48:50.5449938Z * [new tag] ciflow/inductor/142272 -> ciflow/inductor/142272 2025-01-24T00:48:50.5450396Z * [new tag] ciflow/inductor/142273 -> ciflow/inductor/142273 2025-01-24T00:48:50.5450855Z * [new tag] ciflow/inductor/142295 -> ciflow/inductor/142295 2025-01-24T00:48:50.5451508Z * [new tag] ciflow/inductor/142296 -> ciflow/inductor/142296 2025-01-24T00:48:50.5451975Z * [new tag] ciflow/inductor/142309 -> ciflow/inductor/142309 2025-01-24T00:48:50.5452432Z * [new tag] ciflow/inductor/142350 -> ciflow/inductor/142350 2025-01-24T00:48:50.5452878Z * [new tag] ciflow/inductor/142372 -> ciflow/inductor/142372 2025-01-24T00:48:50.5453336Z * [new tag] ciflow/inductor/142407 -> ciflow/inductor/142407 2025-01-24T00:48:50.5453802Z * [new tag] ciflow/inductor/142483 -> ciflow/inductor/142483 2025-01-24T00:48:50.5454780Z * [new tag] ciflow/inductor/142513 -> ciflow/inductor/142513 2025-01-24T00:48:50.5455251Z * [new tag] ciflow/inductor/142830 -> ciflow/inductor/142830 2025-01-24T00:48:50.5455708Z * [new tag] ciflow/inductor/142851 -> ciflow/inductor/142851 2025-01-24T00:48:50.5456175Z * [new tag] ciflow/inductor/142861 -> ciflow/inductor/142861 2025-01-24T00:48:50.5456622Z * [new tag] ciflow/inductor/143044 -> ciflow/inductor/143044 2025-01-24T00:48:50.5457085Z * [new tag] ciflow/inductor/143061 -> ciflow/inductor/143061 2025-01-24T00:48:50.5457545Z * [new tag] ciflow/inductor/143103 -> ciflow/inductor/143103 2025-01-24T00:48:50.5457994Z * [new tag] ciflow/inductor/143220 -> ciflow/inductor/143220 2025-01-24T00:48:50.5458454Z * [new tag] ciflow/inductor/143275 -> ciflow/inductor/143275 2025-01-24T00:48:50.5458915Z * [new tag] ciflow/inductor/143286 -> ciflow/inductor/143286 2025-01-24T00:48:50.5459451Z * [new tag] ciflow/inductor/143296 -> ciflow/inductor/143296 2025-01-24T00:48:50.5459914Z * [new tag] ciflow/inductor/143313 -> ciflow/inductor/143313 2025-01-24T00:48:50.5460385Z * [new tag] ciflow/inductor/143378 -> ciflow/inductor/143378 2025-01-24T00:48:50.5460843Z * [new tag] ciflow/inductor/143387 -> ciflow/inductor/143387 2025-01-24T00:48:50.5461290Z * [new tag] ciflow/inductor/143405 -> ciflow/inductor/143405 2025-01-24T00:48:50.5461744Z * [new tag] ciflow/inductor/143408 -> ciflow/inductor/143408 2025-01-24T00:48:50.5462196Z * [new tag] ciflow/inductor/143411 -> ciflow/inductor/143411 2025-01-24T00:48:50.5462648Z * [new tag] ciflow/inductor/143417 -> ciflow/inductor/143417 2025-01-24T00:48:50.5463109Z * [new tag] ciflow/inductor/143456 -> ciflow/inductor/143456 2025-01-24T00:48:50.5463559Z * [new tag] ciflow/inductor/143457 -> ciflow/inductor/143457 2025-01-24T00:48:50.5464003Z * [new tag] ciflow/inductor/143464 -> ciflow/inductor/143464 2025-01-24T00:48:50.5464464Z * [new tag] ciflow/inductor/143475 -> ciflow/inductor/143475 2025-01-24T00:48:50.5464917Z * [new tag] ciflow/inductor/143525 -> ciflow/inductor/143525 2025-01-24T00:48:50.5465362Z * [new tag] ciflow/inductor/143527 -> ciflow/inductor/143527 2025-01-24T00:48:50.5465816Z * [new tag] ciflow/inductor/143533 -> ciflow/inductor/143533 2025-01-24T00:48:50.5466271Z * [new tag] ciflow/inductor/143534 -> ciflow/inductor/143534 2025-01-24T00:48:50.5466739Z * [new tag] ciflow/inductor/143544 -> ciflow/inductor/143544 2025-01-24T00:48:50.5467196Z * [new tag] ciflow/inductor/143559 -> ciflow/inductor/143559 2025-01-24T00:48:50.5467653Z * [new tag] ciflow/inductor/143622 -> ciflow/inductor/143622 2025-01-24T00:48:50.5468106Z * [new tag] ciflow/inductor/143631 -> ciflow/inductor/143631 2025-01-24T00:48:50.5468690Z * [new tag] ciflow/inductor/143638 -> ciflow/inductor/143638 2025-01-24T00:48:50.5469150Z * [new tag] ciflow/inductor/143671 -> ciflow/inductor/143671 2025-01-24T00:48:50.5469619Z * [new tag] ciflow/inductor/143683 -> ciflow/inductor/143683 2025-01-24T00:48:50.5470079Z * [new tag] ciflow/inductor/143712 -> ciflow/inductor/143712 2025-01-24T00:48:50.5470554Z * [new tag] ciflow/inductor/143808 -> ciflow/inductor/143808 2025-01-24T00:48:50.5471007Z * [new tag] ciflow/inductor/143812 -> ciflow/inductor/143812 2025-01-24T00:48:50.5772961Z * [new tag] ciflow/inductor/143833 -> ciflow/inductor/143833 2025-01-24T00:48:50.5773479Z * [new tag] ciflow/inductor/143872 -> ciflow/inductor/143872 2025-01-24T00:48:50.5773960Z * [new tag] ciflow/inductor/143877 -> ciflow/inductor/143877 2025-01-24T00:48:50.5774511Z * [new tag] ciflow/inductor/143880 -> ciflow/inductor/143880 2025-01-24T00:48:50.5775021Z * [new tag] ciflow/inductor/143961 -> ciflow/inductor/143961 2025-01-24T00:48:50.5775467Z * [new tag] ciflow/inductor/143987 -> ciflow/inductor/143987 2025-01-24T00:48:50.5775922Z * [new tag] ciflow/inductor/144002 -> ciflow/inductor/144002 2025-01-24T00:48:50.5776382Z * [new tag] ciflow/inductor/144008 -> ciflow/inductor/144008 2025-01-24T00:48:50.5776830Z * [new tag] ciflow/inductor/144017 -> ciflow/inductor/144017 2025-01-24T00:48:50.5777289Z * [new tag] ciflow/inductor/144020 -> ciflow/inductor/144020 2025-01-24T00:48:50.5777752Z * [new tag] ciflow/inductor/144073 -> ciflow/inductor/144073 2025-01-24T00:48:50.5778198Z * [new tag] ciflow/inductor/144097 -> ciflow/inductor/144097 2025-01-24T00:48:50.5778656Z * [new tag] ciflow/inductor/144108 -> ciflow/inductor/144108 2025-01-24T00:48:50.5779109Z * [new tag] ciflow/inductor/144114 -> ciflow/inductor/144114 2025-01-24T00:48:50.5779632Z * [new tag] ciflow/inductor/144115 -> ciflow/inductor/144115 2025-01-24T00:48:50.5780138Z * [new tag] ciflow/inductor/144120 -> ciflow/inductor/144120 2025-01-24T00:48:50.5780646Z * [new tag] ciflow/inductor/144172 -> ciflow/inductor/144172 2025-01-24T00:48:50.5781108Z * [new tag] ciflow/inductor/144193 -> ciflow/inductor/144193 2025-01-24T00:48:50.5781558Z * [new tag] ciflow/inductor/144234 -> ciflow/inductor/144234 2025-01-24T00:48:50.5782013Z * [new tag] ciflow/inductor/144272 -> ciflow/inductor/144272 2025-01-24T00:48:50.5782466Z * [new tag] ciflow/inductor/144288 -> ciflow/inductor/144288 2025-01-24T00:48:50.5782923Z * [new tag] ciflow/inductor/144293 -> ciflow/inductor/144293 2025-01-24T00:48:50.5783383Z * [new tag] ciflow/inductor/144294 -> ciflow/inductor/144294 2025-01-24T00:48:50.5783845Z * [new tag] ciflow/inductor/144303 -> ciflow/inductor/144303 2025-01-24T00:48:50.5784289Z * [new tag] ciflow/inductor/144332 -> ciflow/inductor/144332 2025-01-24T00:48:50.5784747Z * [new tag] ciflow/inductor/144333 -> ciflow/inductor/144333 2025-01-24T00:48:50.5785203Z * [new tag] ciflow/inductor/144349 -> ciflow/inductor/144349 2025-01-24T00:48:50.5785704Z * [new tag] ciflow/inductor/144353 -> ciflow/inductor/144353 2025-01-24T00:48:50.5786195Z * [new tag] ciflow/inductor/144365 -> ciflow/inductor/144365 2025-01-24T00:48:50.5786659Z * [new tag] ciflow/inductor/144366 -> ciflow/inductor/144366 2025-01-24T00:48:50.5787266Z * [new tag] ciflow/inductor/144395 -> ciflow/inductor/144395 2025-01-24T00:48:50.5787715Z * [new tag] ciflow/inductor/144405 -> ciflow/inductor/144405 2025-01-24T00:48:50.5788168Z * [new tag] ciflow/inductor/144413 -> ciflow/inductor/144413 2025-01-24T00:48:50.5788621Z * [new tag] ciflow/inductor/144414 -> ciflow/inductor/144414 2025-01-24T00:48:50.5789065Z * [new tag] ciflow/inductor/144420 -> ciflow/inductor/144420 2025-01-24T00:48:50.5789521Z * [new tag] ciflow/inductor/144421 -> ciflow/inductor/144421 2025-01-24T00:48:50.5790061Z * [new tag] ciflow/inductor/144422 -> ciflow/inductor/144422 2025-01-24T00:48:50.5790524Z * [new tag] ciflow/inductor/144423 -> ciflow/inductor/144423 2025-01-24T00:48:50.5790975Z * [new tag] ciflow/inductor/144424 -> ciflow/inductor/144424 2025-01-24T00:48:50.5791500Z * [new tag] ciflow/inductor/144438 -> ciflow/inductor/144438 2025-01-24T00:48:50.5791999Z * [new tag] ciflow/inductor/144452 -> ciflow/inductor/144452 2025-01-24T00:48:50.5792450Z * [new tag] ciflow/inductor/144458 -> ciflow/inductor/144458 2025-01-24T00:48:50.5792901Z * [new tag] ciflow/inductor/144485 -> ciflow/inductor/144485 2025-01-24T00:48:50.5793358Z * [new tag] ciflow/inductor/144492 -> ciflow/inductor/144492 2025-01-24T00:48:50.5793802Z * [new tag] ciflow/inductor/144501 -> ciflow/inductor/144501 2025-01-24T00:48:50.5794257Z * [new tag] ciflow/inductor/144505 -> ciflow/inductor/144505 2025-01-24T00:48:50.5794712Z * [new tag] ciflow/inductor/144507 -> ciflow/inductor/144507 2025-01-24T00:48:50.5813406Z * [new tag] ciflow/inductor/144513 -> ciflow/inductor/144513 2025-01-24T00:48:50.5813909Z * [new tag] ciflow/inductor/144515 -> ciflow/inductor/144515 2025-01-24T00:48:50.6111954Z * [new tag] ciflow/inductor/144516 -> ciflow/inductor/144516 2025-01-24T00:48:50.6112460Z * [new tag] ciflow/inductor/144526 -> ciflow/inductor/144526 2025-01-24T00:48:50.6112941Z * [new tag] ciflow/inductor/144527 -> ciflow/inductor/144527 2025-01-24T00:48:50.6113409Z * [new tag] ciflow/inductor/144528 -> ciflow/inductor/144528 2025-01-24T00:48:50.6113861Z * [new tag] ciflow/inductor/144542 -> ciflow/inductor/144542 2025-01-24T00:48:50.6114352Z * [new tag] ciflow/inductor/144546 -> ciflow/inductor/144546 2025-01-24T00:48:50.6114809Z * [new tag] ciflow/inductor/144547 -> ciflow/inductor/144547 2025-01-24T00:48:50.6115269Z * [new tag] ciflow/inductor/144549 -> ciflow/inductor/144549 2025-01-24T00:48:50.6115721Z * [new tag] ciflow/inductor/144550 -> ciflow/inductor/144550 2025-01-24T00:48:50.6116197Z * [new tag] ciflow/inductor/144551 -> ciflow/inductor/144551 2025-01-24T00:48:50.6116666Z * [new tag] ciflow/inductor/144553 -> ciflow/inductor/144553 2025-01-24T00:48:50.6117116Z * [new tag] ciflow/inductor/144555 -> ciflow/inductor/144555 2025-01-24T00:48:50.6117577Z * [new tag] ciflow/inductor/144556 -> ciflow/inductor/144556 2025-01-24T00:48:50.6118052Z * [new tag] ciflow/inductor/144569 -> ciflow/inductor/144569 2025-01-24T00:48:50.6118515Z * [new tag] ciflow/inductor/144579 -> ciflow/inductor/144579 2025-01-24T00:48:50.6118974Z * [new tag] ciflow/inductor/144598 -> ciflow/inductor/144598 2025-01-24T00:48:50.6119443Z * [new tag] ciflow/inductor/144640 -> ciflow/inductor/144640 2025-01-24T00:48:50.6119912Z * [new tag] ciflow/inductor/144642 -> ciflow/inductor/144642 2025-01-24T00:48:50.6120590Z * [new tag] ciflow/inductor/144646 -> ciflow/inductor/144646 2025-01-24T00:48:50.6121061Z * [new tag] ciflow/inductor/144695 -> ciflow/inductor/144695 2025-01-24T00:48:50.6121526Z * [new tag] ciflow/inductor/144700 -> ciflow/inductor/144700 2025-01-24T00:48:50.6122009Z * [new tag] ciflow/inductor/144707 -> ciflow/inductor/144707 2025-01-24T00:48:50.6122472Z * [new tag] ciflow/inductor/144712 -> ciflow/inductor/144712 2025-01-24T00:48:50.6122935Z * [new tag] ciflow/inductor/144721 -> ciflow/inductor/144721 2025-01-24T00:48:50.6123510Z * [new tag] ciflow/inductor/144724 -> ciflow/inductor/144724 2025-01-24T00:48:50.6123973Z * [new tag] ciflow/inductor/144733 -> ciflow/inductor/144733 2025-01-24T00:48:50.6124438Z * [new tag] ciflow/inductor/144741 -> ciflow/inductor/144741 2025-01-24T00:48:50.6124925Z * [new tag] ciflow/inductor/144765 -> ciflow/inductor/144765 2025-01-24T00:48:50.6125379Z * [new tag] ciflow/inductor/144771 -> ciflow/inductor/144771 2025-01-24T00:48:50.6125836Z * [new tag] ciflow/inductor/144773 -> ciflow/inductor/144773 2025-01-24T00:48:50.6126304Z * [new tag] ciflow/inductor/144829 -> ciflow/inductor/144829 2025-01-24T00:48:50.6126752Z * [new tag] ciflow/inductor/144865 -> ciflow/inductor/144865 2025-01-24T00:48:50.6127210Z * [new tag] ciflow/inductor/144880 -> ciflow/inductor/144880 2025-01-24T00:48:50.6127677Z * [new tag] ciflow/inductor/144894 -> ciflow/inductor/144894 2025-01-24T00:48:50.6128123Z * [new tag] ciflow/inductor/144905 -> ciflow/inductor/144905 2025-01-24T00:48:50.6128578Z * [new tag] ciflow/inductor/144910 -> ciflow/inductor/144910 2025-01-24T00:48:50.6129053Z * [new tag] ciflow/inductor/144925 -> ciflow/inductor/144925 2025-01-24T00:48:50.6129515Z * [new tag] ciflow/inductor/144940 -> ciflow/inductor/144940 2025-01-24T00:48:50.6129961Z * [new tag] ciflow/inductor/144943 -> ciflow/inductor/144943 2025-01-24T00:48:50.6130421Z * [new tag] ciflow/inductor/144953 -> ciflow/inductor/144953 2025-01-24T00:48:50.6130875Z * [new tag] ciflow/inductor/144974 -> ciflow/inductor/144974 2025-01-24T00:48:50.6131322Z * [new tag] ciflow/inductor/144975 -> ciflow/inductor/144975 2025-01-24T00:48:50.6131785Z * [new tag] ciflow/inductor/144979 -> ciflow/inductor/144979 2025-01-24T00:48:50.6132255Z * [new tag] ciflow/inductor/144980 -> ciflow/inductor/144980 2025-01-24T00:48:50.6132854Z * [new tag] ciflow/inductor/144985 -> ciflow/inductor/144985 2025-01-24T00:48:50.6133326Z * [new tag] ciflow/inductor/144986 -> ciflow/inductor/144986 2025-01-24T00:48:50.6133785Z * [new tag] ciflow/inductor/144999 -> ciflow/inductor/144999 2025-01-24T00:48:50.6134242Z * [new tag] ciflow/inductor/145024 -> ciflow/inductor/145024 2025-01-24T00:48:50.6134707Z * [new tag] ciflow/inductor/145047 -> ciflow/inductor/145047 2025-01-24T00:48:50.6135167Z * [new tag] ciflow/inductor/145059 -> ciflow/inductor/145059 2025-01-24T00:48:50.6444181Z * [new tag] ciflow/inductor/145061 -> ciflow/inductor/145061 2025-01-24T00:48:50.6444751Z * [new tag] ciflow/inductor/145082 -> ciflow/inductor/145082 2025-01-24T00:48:50.6445233Z * [new tag] ciflow/inductor/145083 -> ciflow/inductor/145083 2025-01-24T00:48:50.6445694Z * [new tag] ciflow/inductor/145095 -> ciflow/inductor/145095 2025-01-24T00:48:50.6446351Z * [new tag] ciflow/inductor/145103 -> ciflow/inductor/145103 2025-01-24T00:48:50.6446809Z * [new tag] ciflow/inductor/145104 -> ciflow/inductor/145104 2025-01-24T00:48:50.6447279Z * [new tag] ciflow/inductor/145117 -> ciflow/inductor/145117 2025-01-24T00:48:50.6447759Z * [new tag] ciflow/inductor/145119 -> ciflow/inductor/145119 2025-01-24T00:48:50.6448211Z * [new tag] ciflow/inductor/145120 -> ciflow/inductor/145120 2025-01-24T00:48:50.6448686Z * [new tag] ciflow/inductor/145122 -> ciflow/inductor/145122 2025-01-24T00:48:50.6449284Z * [new tag] ciflow/inductor/145128 -> ciflow/inductor/145128 2025-01-24T00:48:50.6449785Z * [new tag] ciflow/inductor/145130 -> ciflow/inductor/145130 2025-01-24T00:48:50.6450343Z * [new tag] ciflow/inductor/145132 -> ciflow/inductor/145132 2025-01-24T00:48:50.6450826Z * [new tag] ciflow/inductor/145148 -> ciflow/inductor/145148 2025-01-24T00:48:50.6451283Z * [new tag] ciflow/inductor/145150 -> ciflow/inductor/145150 2025-01-24T00:48:50.6451765Z * [new tag] ciflow/inductor/145153 -> ciflow/inductor/145153 2025-01-24T00:48:50.6452239Z * [new tag] ciflow/inductor/145156 -> ciflow/inductor/145156 2025-01-24T00:48:50.6452703Z * [new tag] ciflow/inductor/145194 -> ciflow/inductor/145194 2025-01-24T00:48:50.6453160Z * [new tag] ciflow/inductor/145196 -> ciflow/inductor/145196 2025-01-24T00:48:50.6453638Z * [new tag] ciflow/inductor/145204 -> ciflow/inductor/145204 2025-01-24T00:48:50.6454104Z * [new tag] ciflow/inductor/145223 -> ciflow/inductor/145223 2025-01-24T00:48:50.6454554Z * [new tag] ciflow/inductor/145245 -> ciflow/inductor/145245 2025-01-24T00:48:50.6455022Z * [new tag] ciflow/inductor/145248 -> ciflow/inductor/145248 2025-01-24T00:48:50.6455484Z * [new tag] ciflow/inductor/145250 -> ciflow/inductor/145250 2025-01-24T00:48:50.6455982Z * [new tag] ciflow/inductor/145254 -> ciflow/inductor/145254 2025-01-24T00:48:50.6456545Z * [new tag] ciflow/inductor/145303 -> ciflow/inductor/145303 2025-01-24T00:48:50.6457049Z * [new tag] ciflow/inductor/145307 -> ciflow/inductor/145307 2025-01-24T00:48:50.6457517Z * [new tag] ciflow/inductor/145311 -> ciflow/inductor/145311 2025-01-24T00:48:50.6457970Z * [new tag] ciflow/inductor/145318 -> ciflow/inductor/145318 2025-01-24T00:48:50.6458428Z * [new tag] ciflow/inductor/145321 -> ciflow/inductor/145321 2025-01-24T00:48:50.6458890Z * [new tag] ciflow/inductor/145323 -> ciflow/inductor/145323 2025-01-24T00:48:50.6459414Z * [new tag] ciflow/inductor/145331 -> ciflow/inductor/145331 2025-01-24T00:48:50.6459898Z * [new tag] ciflow/inductor/145353 -> ciflow/inductor/145353 2025-01-24T00:48:50.6460357Z * [new tag] ciflow/inductor/145354 -> ciflow/inductor/145354 2025-01-24T00:48:50.6460805Z * [new tag] ciflow/inductor/145373 -> ciflow/inductor/145373 2025-01-24T00:48:50.6461287Z * [new tag] ciflow/inductor/145375 -> ciflow/inductor/145375 2025-01-24T00:48:50.6461748Z * [new tag] ciflow/inductor/145381 -> ciflow/inductor/145381 2025-01-24T00:48:50.6462254Z * [new tag] ciflow/inductor/145400 -> ciflow/inductor/145400 2025-01-24T00:48:50.6462742Z * [new tag] ciflow/inductor/145403 -> ciflow/inductor/145403 2025-01-24T00:48:50.6463202Z * [new tag] ciflow/inductor/145407 -> ciflow/inductor/145407 2025-01-24T00:48:50.6463775Z * [new tag] ciflow/inductor/145415 -> ciflow/inductor/145415 2025-01-24T00:48:50.6464226Z * [new tag] ciflow/inductor/145421 -> ciflow/inductor/145421 2025-01-24T00:48:50.6464693Z * [new tag] ciflow/inductor/145422 -> ciflow/inductor/145422 2025-01-24T00:48:50.6465166Z * [new tag] ciflow/inductor/145426 -> ciflow/inductor/145426 2025-01-24T00:48:50.6465615Z * [new tag] ciflow/inductor/145427 -> ciflow/inductor/145427 2025-01-24T00:48:50.6466079Z * [new tag] ciflow/inductor/145429 -> ciflow/inductor/145429 2025-01-24T00:48:50.6466637Z * [new tag] ciflow/inductor/145431 -> ciflow/inductor/145431 2025-01-24T00:48:50.6467112Z * [new tag] ciflow/inductor/145435 -> ciflow/inductor/145435 2025-01-24T00:48:50.6467561Z * [new tag] ciflow/inductor/145448 -> ciflow/inductor/145448 2025-01-24T00:48:50.6778903Z * [new tag] ciflow/inductor/145455 -> ciflow/inductor/145455 2025-01-24T00:48:50.6779591Z * [new tag] ciflow/inductor/145459 -> ciflow/inductor/145459 2025-01-24T00:48:50.6780062Z * [new tag] ciflow/inductor/145475 -> ciflow/inductor/145475 2025-01-24T00:48:50.6780538Z * [new tag] ciflow/inductor/145479 -> ciflow/inductor/145479 2025-01-24T00:48:50.6781020Z * [new tag] ciflow/inductor/145490 -> ciflow/inductor/145490 2025-01-24T00:48:50.6781482Z * [new tag] ciflow/inductor/145506 -> ciflow/inductor/145506 2025-01-24T00:48:50.6781955Z * [new tag] ciflow/inductor/145509 -> ciflow/inductor/145509 2025-01-24T00:48:50.6782429Z * [new tag] ciflow/inductor/145513 -> ciflow/inductor/145513 2025-01-24T00:48:50.6782893Z * [new tag] ciflow/inductor/145515 -> ciflow/inductor/145515 2025-01-24T00:48:50.6783361Z * [new tag] ciflow/inductor/145518 -> ciflow/inductor/145518 2025-01-24T00:48:50.6783829Z * [new tag] ciflow/inductor/145519 -> ciflow/inductor/145519 2025-01-24T00:48:50.6784287Z * [new tag] ciflow/inductor/145523 -> ciflow/inductor/145523 2025-01-24T00:48:50.6784737Z * [new tag] ciflow/inductor/145527 -> ciflow/inductor/145527 2025-01-24T00:48:50.6785296Z * [new tag] ciflow/inductor/145532 -> ciflow/inductor/145532 2025-01-24T00:48:50.6785774Z * [new tag] ciflow/inductor/145533 -> ciflow/inductor/145533 2025-01-24T00:48:50.6786239Z * [new tag] ciflow/inductor/145537 -> ciflow/inductor/145537 2025-01-24T00:48:50.6786700Z * [new tag] ciflow/inductor/145538 -> ciflow/inductor/145538 2025-01-24T00:48:50.6787170Z * [new tag] ciflow/inductor/145539 -> ciflow/inductor/145539 2025-01-24T00:48:50.6787634Z * [new tag] ciflow/inductor/145540 -> ciflow/inductor/145540 2025-01-24T00:48:50.6788079Z * [new tag] ciflow/inductor/145542 -> ciflow/inductor/145542 2025-01-24T00:48:50.6788536Z * [new tag] ciflow/inductor/145545 -> ciflow/inductor/145545 2025-01-24T00:48:50.6788996Z * [new tag] ciflow/inductor/145546 -> ciflow/inductor/145546 2025-01-24T00:48:50.6789448Z * [new tag] ciflow/inductor/145547 -> ciflow/inductor/145547 2025-01-24T00:48:50.6789910Z * [new tag] ciflow/inductor/145548 -> ciflow/inductor/145548 2025-01-24T00:48:50.6790370Z * [new tag] ciflow/inductor/145549 -> ciflow/inductor/145549 2025-01-24T00:48:50.6790879Z * [new tag] ciflow/inductor/145551 -> ciflow/inductor/145551 2025-01-24T00:48:50.6791380Z * [new tag] ciflow/inductor/145552 -> ciflow/inductor/145552 2025-01-24T00:48:50.6792051Z * [new tag] ciflow/inductor/145553 -> ciflow/inductor/145553 2025-01-24T00:48:50.6792516Z * [new tag] ciflow/inductor/145554 -> ciflow/inductor/145554 2025-01-24T00:48:50.6792974Z * [new tag] ciflow/inductor/145558 -> ciflow/inductor/145558 2025-01-24T00:48:50.6793442Z * [new tag] ciflow/inductor/145559 -> ciflow/inductor/145559 2025-01-24T00:48:50.6793905Z * [new tag] ciflow/inductor/145562 -> ciflow/inductor/145562 2025-01-24T00:48:50.6794364Z * [new tag] ciflow/inductor/145565 -> ciflow/inductor/145565 2025-01-24T00:48:50.6794964Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-01-24T00:48:50.6795444Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-01-24T00:48:50.6795915Z * [new tag] ciflow/inductor/88106 -> ciflow/inductor/88106 2025-01-24T00:48:50.6796429Z * [new tag] ciflow/inductor/88196 -> ciflow/inductor/88196 2025-01-24T00:48:50.6796936Z * [new tag] ciflow/inductor/88998 -> ciflow/inductor/88998 2025-01-24T00:48:50.6797396Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-01-24T00:48:50.6797887Z * [new tag] ciflow/linux-aarch64/125888 -> ciflow/linux-aarch64/125888 2025-01-24T00:48:50.6798400Z * [new tag] ciflow/linux-aarch64/126050 -> ciflow/linux-aarch64/126050 2025-01-24T00:48:50.6798896Z * [new tag] ciflow/linux-aarch64/126054 -> ciflow/linux-aarch64/126054 2025-01-24T00:48:50.6799384Z * [new tag] ciflow/linux-aarch64/133297 -> ciflow/linux-aarch64/133297 2025-01-24T00:48:50.6799889Z * [new tag] ciflow/linux-aarch64/133315 -> ciflow/linux-aarch64/133315 2025-01-24T00:48:50.6800380Z * [new tag] ciflow/linux-aarch64/133392 -> ciflow/linux-aarch64/133392 2025-01-24T00:48:50.6800871Z * [new tag] ciflow/linux-aarch64/133419 -> ciflow/linux-aarch64/133419 2025-01-24T00:48:50.6801368Z * [new tag] ciflow/linux-aarch64/133423 -> ciflow/linux-aarch64/133423 2025-01-24T00:48:50.6801866Z * [new tag] ciflow/linux-aarch64/133667 -> ciflow/linux-aarch64/133667 2025-01-24T00:48:50.6802458Z * [new tag] ciflow/linux-aarch64/133753 -> ciflow/linux-aarch64/133753 2025-01-24T00:48:50.7733371Z * [new tag] ciflow/linux-aarch64/135058 -> ciflow/linux-aarch64/135058 2025-01-24T00:48:50.7733995Z * [new tag] ciflow/linux-aarch64/135333 -> ciflow/linux-aarch64/135333 2025-01-24T00:48:50.7734548Z * [new tag] ciflow/linux-aarch64/135792 -> ciflow/linux-aarch64/135792 2025-01-24T00:48:50.7735051Z * [new tag] ciflow/linux-aarch64/136355 -> ciflow/linux-aarch64/136355 2025-01-24T00:48:50.7735586Z * [new tag] ciflow/linux-aarch64/137562 -> ciflow/linux-aarch64/137562 2025-01-24T00:48:50.7736119Z * [new tag] ciflow/linux-aarch64/137568 -> ciflow/linux-aarch64/137568 2025-01-24T00:48:50.7736625Z * [new tag] ciflow/linux-aarch64/137995 -> ciflow/linux-aarch64/137995 2025-01-24T00:48:50.7737119Z * [new tag] ciflow/linux-aarch64/138388 -> ciflow/linux-aarch64/138388 2025-01-24T00:48:50.7737685Z * [new tag] ciflow/linux-aarch64/138889 -> ciflow/linux-aarch64/138889 2025-01-24T00:48:50.7738206Z * [new tag] ciflow/linux-aarch64/139243 -> ciflow/linux-aarch64/139243 2025-01-24T00:48:50.7738696Z * [new tag] ciflow/linux-aarch64/139973 -> ciflow/linux-aarch64/139973 2025-01-24T00:48:50.7739303Z * [new tag] ciflow/linux-aarch64/140159 -> ciflow/linux-aarch64/140159 2025-01-24T00:48:50.7739860Z * [new tag] ciflow/linux-aarch64/140362 -> ciflow/linux-aarch64/140362 2025-01-24T00:48:50.7740357Z * [new tag] ciflow/linux-aarch64/142501 -> ciflow/linux-aarch64/142501 2025-01-24T00:48:50.7741045Z * [new tag] ciflow/linux-aarch64/142760 -> ciflow/linux-aarch64/142760 2025-01-24T00:48:50.7741540Z * [new tag] ciflow/linux-aarch64/143741 -> ciflow/linux-aarch64/143741 2025-01-24T00:48:50.7742015Z * [new tag] ciflow/mps/102148 -> ciflow/mps/102148 2025-01-24T00:48:50.7742436Z * [new tag] ciflow/mps/119496 -> ciflow/mps/119496 2025-01-24T00:48:50.7742851Z * [new tag] ciflow/mps/120076 -> ciflow/mps/120076 2025-01-24T00:48:50.7743262Z * [new tag] ciflow/mps/133423 -> ciflow/mps/133423 2025-01-24T00:48:50.7743799Z * [new tag] ciflow/mps/133667 -> ciflow/mps/133667 2025-01-24T00:48:50.7744215Z * [new tag] ciflow/mps/137562 -> ciflow/mps/137562 2025-01-24T00:48:50.7744625Z * [new tag] ciflow/mps/138640 -> ciflow/mps/138640 2025-01-24T00:48:50.7745102Z * [new tag] ciflow/mps/139469 -> ciflow/mps/139469 2025-01-24T00:48:50.7745548Z * [new tag] ciflow/mps/140159 -> ciflow/mps/140159 2025-01-24T00:48:50.7745955Z * [new tag] ciflow/mps/140211 -> ciflow/mps/140211 2025-01-24T00:48:50.7746376Z * [new tag] ciflow/mps/140371 -> ciflow/mps/140371 2025-01-24T00:48:50.7746776Z * [new tag] ciflow/mps/140725 -> ciflow/mps/140725 2025-01-24T00:48:50.7747193Z * [new tag] ciflow/mps/140869 -> ciflow/mps/140869 2025-01-24T00:48:50.7747606Z * [new tag] ciflow/mps/141795 -> ciflow/mps/141795 2025-01-24T00:48:50.7748011Z * [new tag] ciflow/mps/142202 -> ciflow/mps/142202 2025-01-24T00:48:50.7748420Z * [new tag] ciflow/mps/142477 -> ciflow/mps/142477 2025-01-24T00:48:50.7748836Z * [new tag] ciflow/mps/143630 -> ciflow/mps/143630 2025-01-24T00:48:50.7749242Z * [new tag] ciflow/mps/143656 -> ciflow/mps/143656 2025-01-24T00:48:50.7749661Z * [new tag] ciflow/mps/143911 -> ciflow/mps/143911 2025-01-24T00:48:50.7750075Z * [new tag] ciflow/mps/143966 -> ciflow/mps/143966 2025-01-24T00:48:50.7750532Z * [new tag] ciflow/mps/144193 -> ciflow/mps/144193 2025-01-24T00:48:50.7750976Z * [new tag] ciflow/mps/144405 -> ciflow/mps/144405 2025-01-24T00:48:50.7751389Z * [new tag] ciflow/mps/144664 -> ciflow/mps/144664 2025-01-24T00:48:50.7751799Z * [new tag] ciflow/mps/145512 -> ciflow/mps/145512 2025-01-24T00:48:50.7752204Z * [new tag] ciflow/mps/145526 -> ciflow/mps/145526 2025-01-24T00:48:50.7752614Z * [new tag] ciflow/mps/145533 -> ciflow/mps/145533 2025-01-24T00:48:50.7753031Z * [new tag] ciflow/mps/145568 -> ciflow/mps/145568 2025-01-24T00:48:50.7753475Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-01-24T00:48:50.7753954Z * [new tag] ciflow/periodic/123020 -> ciflow/periodic/123020 2025-01-24T00:48:50.7754423Z * [new tag] ciflow/periodic/131296 -> ciflow/periodic/131296 2025-01-24T00:48:50.7754877Z * [new tag] ciflow/periodic/131493 -> ciflow/periodic/131493 2025-01-24T00:48:50.7755336Z * [new tag] ciflow/periodic/132742 -> ciflow/periodic/132742 2025-01-24T00:48:50.7755798Z * [new tag] ciflow/periodic/132755 -> ciflow/periodic/132755 2025-01-24T00:48:50.7756306Z * [new tag] ciflow/periodic/134817 -> ciflow/periodic/134817 2025-01-24T00:48:50.8081004Z * [new tag] ciflow/periodic/138503 -> ciflow/periodic/138503 2025-01-24T00:48:50.8081765Z * [new tag] ciflow/periodic/138573 -> ciflow/periodic/138573 2025-01-24T00:48:50.8082241Z * [new tag] ciflow/periodic/139225 -> ciflow/periodic/139225 2025-01-24T00:48:50.8082713Z * [new tag] ciflow/periodic/139576 -> ciflow/periodic/139576 2025-01-24T00:48:50.8083171Z * [new tag] ciflow/periodic/140293 -> ciflow/periodic/140293 2025-01-24T00:48:50.8083636Z * [new tag] ciflow/periodic/140989 -> ciflow/periodic/140989 2025-01-24T00:48:50.8084099Z * [new tag] ciflow/periodic/141168 -> ciflow/periodic/141168 2025-01-24T00:48:50.8084693Z * [new tag] ciflow/periodic/141309 -> ciflow/periodic/141309 2025-01-24T00:48:50.8086113Z * [new tag] ciflow/periodic/141355 -> ciflow/periodic/141355 2025-01-24T00:48:50.8086586Z * [new tag] ciflow/periodic/141588 -> ciflow/periodic/141588 2025-01-24T00:48:50.8087058Z * [new tag] ciflow/periodic/141730 -> ciflow/periodic/141730 2025-01-24T00:48:50.8087526Z * [new tag] ciflow/periodic/142179 -> ciflow/periodic/142179 2025-01-24T00:48:50.8087984Z * [new tag] ciflow/periodic/143959 -> ciflow/periodic/143959 2025-01-24T00:48:50.8088442Z * [new tag] ciflow/periodic/144953 -> ciflow/periodic/144953 2025-01-24T00:48:50.8088894Z * [new tag] ciflow/periodic/145130 -> ciflow/periodic/145130 2025-01-24T00:48:50.8089355Z * [new tag] ciflow/periodic/145416 -> ciflow/periodic/145416 2025-01-24T00:48:50.8089815Z * [new tag] ciflow/periodic/145504 -> ciflow/periodic/145504 2025-01-24T00:48:50.8090280Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-01-24T00:48:50.8091614Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-01-24T00:48:50.8092112Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-01-24T00:48:50.8092564Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-01-24T00:48:50.8093061Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-01-24T00:48:50.8093605Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-01-24T00:48:50.8094152Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-01-24T00:48:50.8094696Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-01-24T00:48:50.8095232Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-01-24T00:48:50.8095779Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-01-24T00:48:50.8096309Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-01-24T00:48:50.8097648Z * [new tag] ciflow/rocm/121885 -> ciflow/rocm/121885 2025-01-24T00:48:50.8098088Z * [new tag] ciflow/rocm/124424 -> ciflow/rocm/124424 2025-01-24T00:48:50.8098507Z * [new tag] ciflow/rocm/129409 -> ciflow/rocm/129409 2025-01-24T00:48:50.8098917Z * [new tag] ciflow/rocm/134817 -> ciflow/rocm/134817 2025-01-24T00:48:50.8099386Z * [new tag] ciflow/rocm/137136 -> ciflow/rocm/137136 2025-01-24T00:48:50.8099797Z * [new tag] ciflow/rocm/138964 -> ciflow/rocm/138964 2025-01-24T00:48:50.8100233Z * [new tag] ciflow/rocm/139469 -> ciflow/rocm/139469 2025-01-24T00:48:50.8100651Z * [new tag] ciflow/rocm/139975 -> ciflow/rocm/139975 2025-01-24T00:48:50.8101067Z * [new tag] ciflow/rocm/140261 -> ciflow/rocm/140261 2025-01-24T00:48:50.8101653Z * [new tag] ciflow/rocm/140293 -> ciflow/rocm/140293 2025-01-24T00:48:50.8102969Z * [new tag] ciflow/rocm/140989 -> ciflow/rocm/140989 2025-01-24T00:48:50.8103409Z * [new tag] ciflow/rocm/141309 -> ciflow/rocm/141309 2025-01-24T00:48:50.8103826Z * [new tag] ciflow/rocm/141355 -> ciflow/rocm/141355 2025-01-24T00:48:50.8104242Z * [new tag] ciflow/rocm/142408 -> ciflow/rocm/142408 2025-01-24T00:48:50.8104667Z * [new tag] ciflow/rocm/143286 -> ciflow/rocm/143286 2025-01-24T00:48:50.8105204Z * [new tag] ciflow/rocm/143416 -> ciflow/rocm/143416 2025-01-24T00:48:50.8105633Z * [new tag] ciflow/rocm/143971 -> ciflow/rocm/143971 2025-01-24T00:48:50.8106062Z * [new tag] ciflow/rocm/144120 -> ciflow/rocm/144120 2025-01-24T00:48:50.8106485Z * [new tag] ciflow/rocm/144441 -> ciflow/rocm/144441 2025-01-24T00:48:50.8106904Z * [new tag] ciflow/rocm/144476 -> ciflow/rocm/144476 2025-01-24T00:48:50.8107326Z * [new tag] ciflow/rocm/144572 -> ciflow/rocm/144572 2025-01-24T00:48:50.8108622Z * [new tag] ciflow/rocm/144664 -> ciflow/rocm/144664 2025-01-24T00:48:50.8412164Z * [new tag] ciflow/rocm/144865 -> ciflow/rocm/144865 2025-01-24T00:48:50.8412626Z * [new tag] ciflow/rocm/144942 -> ciflow/rocm/144942 2025-01-24T00:48:50.8413110Z * [new tag] ciflow/rocm/144985 -> ciflow/rocm/144985 2025-01-24T00:48:50.8413554Z * [new tag] ciflow/rocm/145083 -> ciflow/rocm/145083 2025-01-24T00:48:50.8413981Z * [new tag] ciflow/rocm/145130 -> ciflow/rocm/145130 2025-01-24T00:48:50.8414399Z * [new tag] ciflow/rocm/145227 -> ciflow/rocm/145227 2025-01-24T00:48:50.8414816Z * [new tag] ciflow/rocm/145294 -> ciflow/rocm/145294 2025-01-24T00:48:50.8415231Z * [new tag] ciflow/rocm/145416 -> ciflow/rocm/145416 2025-01-24T00:48:50.8415654Z * [new tag] ciflow/rocm/145475 -> ciflow/rocm/145475 2025-01-24T00:48:50.8416066Z * [new tag] ciflow/rocm/145490 -> ciflow/rocm/145490 2025-01-24T00:48:50.8416479Z * [new tag] ciflow/rocm/145504 -> ciflow/rocm/145504 2025-01-24T00:48:50.8416894Z * [new tag] ciflow/rocm/145518 -> ciflow/rocm/145518 2025-01-24T00:48:50.8417309Z * [new tag] ciflow/s390/137995 -> ciflow/s390/137995 2025-01-24T00:48:50.8417729Z * [new tag] ciflow/s390/142346 -> ciflow/s390/142346 2025-01-24T00:48:50.8418128Z * [new tag] ciflow/s390/143959 -> ciflow/s390/143959 2025-01-24T00:48:50.8418593Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-01-24T00:48:50.8419025Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-01-24T00:48:50.8419868Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-01-24T00:48:50.8420648Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-01-24T00:48:50.8421083Z * [new tag] ciflow/slow/139975 -> ciflow/slow/139975 2025-01-24T00:48:50.8421500Z * [new tag] ciflow/slow/141588 -> ciflow/slow/141588 2025-01-24T00:48:50.8421920Z * [new tag] ciflow/slow/144865 -> ciflow/slow/144865 2025-01-24T00:48:50.8422333Z * [new tag] ciflow/slow/145206 -> ciflow/slow/145206 2025-01-24T00:48:50.8422743Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-01-24T00:48:50.8423358Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-01-24T00:48:50.8423834Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-01-24T00:48:50.8424258Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-01-24T00:48:50.8424677Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-01-24T00:48:50.8425098Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-01-24T00:48:50.8425534Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-01-24T00:48:50.8426076Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-01-24T00:48:50.8426826Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-01-24T00:48:50.8427567Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-01-24T00:48:50.8428004Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-01-24T00:48:50.8428448Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-01-24T00:48:50.8428877Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-01-24T00:48:50.8429306Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-01-24T00:48:50.8430101Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-01-24T00:48:50.8430869Z * [new tag] ciflow/trunk/108303 -> ciflow/trunk/108303 2025-01-24T00:48:50.8431305Z * [new tag] ciflow/trunk/113257 -> ciflow/trunk/113257 2025-01-24T00:48:50.8431736Z * [new tag] ciflow/trunk/113258 -> ciflow/trunk/113258 2025-01-24T00:48:50.8432169Z * [new tag] ciflow/trunk/115749 -> ciflow/trunk/115749 2025-01-24T00:48:50.8432593Z * [new tag] ciflow/trunk/120076 -> ciflow/trunk/120076 2025-01-24T00:48:50.8433009Z * [new tag] ciflow/trunk/121445 -> ciflow/trunk/121445 2025-01-24T00:48:50.8433448Z * [new tag] ciflow/trunk/123020 -> ciflow/trunk/123020 2025-01-24T00:48:50.8433881Z * [new tag] ciflow/trunk/124424 -> ciflow/trunk/124424 2025-01-24T00:48:50.8434306Z * [new tag] ciflow/trunk/124490 -> ciflow/trunk/124490 2025-01-24T00:48:50.8434771Z * [new tag] ciflow/trunk/125469 -> ciflow/trunk/125469 2025-01-24T00:48:50.8435194Z * [new tag] ciflow/trunk/125806 -> ciflow/trunk/125806 2025-01-24T00:48:50.8764240Z * [new tag] ciflow/trunk/125888 -> ciflow/trunk/125888 2025-01-24T00:48:50.8764730Z * [new tag] ciflow/trunk/125995 -> ciflow/trunk/125995 2025-01-24T00:48:50.8765288Z * [new tag] ciflow/trunk/126050 -> ciflow/trunk/126050 2025-01-24T00:48:50.8765821Z * [new tag] ciflow/trunk/126054 -> ciflow/trunk/126054 2025-01-24T00:48:50.8766308Z * [new tag] ciflow/trunk/126635 -> ciflow/trunk/126635 2025-01-24T00:48:50.8766739Z * [new tag] ciflow/trunk/127171 -> ciflow/trunk/127171 2025-01-24T00:48:50.8767164Z * [new tag] ciflow/trunk/127370 -> ciflow/trunk/127370 2025-01-24T00:48:50.8767593Z * [new tag] ciflow/trunk/127919 -> ciflow/trunk/127919 2025-01-24T00:48:50.8768024Z * [new tag] ciflow/trunk/128672 -> ciflow/trunk/128672 2025-01-24T00:48:50.8768459Z * [new tag] ciflow/trunk/129352 -> ciflow/trunk/129352 2025-01-24T00:48:50.8768881Z * [new tag] ciflow/trunk/129409 -> ciflow/trunk/129409 2025-01-24T00:48:50.8769496Z * [new tag] ciflow/trunk/129420 -> ciflow/trunk/129420 2025-01-24T00:48:50.8769932Z * [new tag] ciflow/trunk/130140 -> ciflow/trunk/130140 2025-01-24T00:48:50.8770375Z * [new tag] ciflow/trunk/130141 -> ciflow/trunk/130141 2025-01-24T00:48:50.8770802Z * [new tag] ciflow/trunk/130752 -> ciflow/trunk/130752 2025-01-24T00:48:50.8771218Z * [new tag] ciflow/trunk/131296 -> ciflow/trunk/131296 2025-01-24T00:48:50.8771639Z * [new tag] ciflow/trunk/131354 -> ciflow/trunk/131354 2025-01-24T00:48:50.8772189Z * [new tag] ciflow/trunk/131481 -> ciflow/trunk/131481 2025-01-24T00:48:50.8772609Z * [new tag] ciflow/trunk/131493 -> ciflow/trunk/131493 2025-01-24T00:48:50.8773039Z * [new tag] ciflow/trunk/131507 -> ciflow/trunk/131507 2025-01-24T00:48:50.8773470Z * [new tag] ciflow/trunk/132021 -> ciflow/trunk/132021 2025-01-24T00:48:50.8773910Z * [new tag] ciflow/trunk/132742 -> ciflow/trunk/132742 2025-01-24T00:48:50.8774329Z * [new tag] ciflow/trunk/132755 -> ciflow/trunk/132755 2025-01-24T00:48:50.8774739Z * [new tag] ciflow/trunk/133044 -> ciflow/trunk/133044 2025-01-24T00:48:50.8775163Z * [new tag] ciflow/trunk/133222 -> ciflow/trunk/133222 2025-01-24T00:48:50.8775581Z * [new tag] ciflow/trunk/133289 -> ciflow/trunk/133289 2025-01-24T00:48:50.8775995Z * [new tag] ciflow/trunk/133296 -> ciflow/trunk/133296 2025-01-24T00:48:50.8776410Z * [new tag] ciflow/trunk/133297 -> ciflow/trunk/133297 2025-01-24T00:48:50.8776825Z * [new tag] ciflow/trunk/133315 -> ciflow/trunk/133315 2025-01-24T00:48:50.8777235Z * [new tag] ciflow/trunk/133392 -> ciflow/trunk/133392 2025-01-24T00:48:50.8777657Z * [new tag] ciflow/trunk/133419 -> ciflow/trunk/133419 2025-01-24T00:48:50.8778072Z * [new tag] ciflow/trunk/133423 -> ciflow/trunk/133423 2025-01-24T00:48:50.8778486Z * [new tag] ciflow/trunk/133667 -> ciflow/trunk/133667 2025-01-24T00:48:50.8778909Z * [new tag] ciflow/trunk/133753 -> ciflow/trunk/133753 2025-01-24T00:48:50.8779439Z * [new tag] ciflow/trunk/134219 -> ciflow/trunk/134219 2025-01-24T00:48:50.8779864Z * [new tag] ciflow/trunk/134515 -> ciflow/trunk/134515 2025-01-24T00:48:50.8780290Z * [new tag] ciflow/trunk/134667 -> ciflow/trunk/134667 2025-01-24T00:48:50.8780717Z * [new tag] ciflow/trunk/134969 -> ciflow/trunk/134969 2025-01-24T00:48:50.8781145Z * [new tag] ciflow/trunk/135058 -> ciflow/trunk/135058 2025-01-24T00:48:50.8781569Z * [new tag] ciflow/trunk/135189 -> ciflow/trunk/135189 2025-01-24T00:48:50.8781991Z * [new tag] ciflow/trunk/135337 -> ciflow/trunk/135337 2025-01-24T00:48:50.8782413Z * [new tag] ciflow/trunk/135338 -> ciflow/trunk/135338 2025-01-24T00:48:50.8782825Z * [new tag] ciflow/trunk/135465 -> ciflow/trunk/135465 2025-01-24T00:48:50.8783258Z * [new tag] ciflow/trunk/135631 -> ciflow/trunk/135631 2025-01-24T00:48:50.8783678Z * [new tag] ciflow/trunk/135719 -> ciflow/trunk/135719 2025-01-24T00:48:50.8784093Z * [new tag] ciflow/trunk/136241 -> ciflow/trunk/136241 2025-01-24T00:48:50.8784514Z * [new tag] ciflow/trunk/136824 -> ciflow/trunk/136824 2025-01-24T00:48:50.8784944Z * [new tag] ciflow/trunk/136835 -> ciflow/trunk/136835 2025-01-24T00:48:50.8785491Z * [new tag] ciflow/trunk/136993 -> ciflow/trunk/136993 2025-01-24T00:48:50.8785903Z * [new tag] ciflow/trunk/137400 -> ciflow/trunk/137400 2025-01-24T00:48:50.8786321Z * [new tag] ciflow/trunk/137570 -> ciflow/trunk/137570 2025-01-24T00:48:50.9119568Z * [new tag] ciflow/trunk/137580 -> ciflow/trunk/137580 2025-01-24T00:48:50.9120053Z * [new tag] ciflow/trunk/137726 -> ciflow/trunk/137726 2025-01-24T00:48:50.9120495Z * [new tag] ciflow/trunk/137822 -> ciflow/trunk/137822 2025-01-24T00:48:50.9121152Z * [new tag] ciflow/trunk/137921 -> ciflow/trunk/137921 2025-01-24T00:48:50.9121598Z * [new tag] ciflow/trunk/138175 -> ciflow/trunk/138175 2025-01-24T00:48:50.9122023Z * [new tag] ciflow/trunk/138213 -> ciflow/trunk/138213 2025-01-24T00:48:50.9122466Z * [new tag] ciflow/trunk/138618 -> ciflow/trunk/138618 2025-01-24T00:48:50.9122901Z * [new tag] ciflow/trunk/138626 -> ciflow/trunk/138626 2025-01-24T00:48:50.9123313Z * [new tag] ciflow/trunk/138628 -> ciflow/trunk/138628 2025-01-24T00:48:50.9123744Z * [new tag] ciflow/trunk/138672 -> ciflow/trunk/138672 2025-01-24T00:48:50.9124172Z * [new tag] ciflow/trunk/138684 -> ciflow/trunk/138684 2025-01-24T00:48:50.9124589Z * [new tag] ciflow/trunk/138749 -> ciflow/trunk/138749 2025-01-24T00:48:50.9125006Z * [new tag] ciflow/trunk/138871 -> ciflow/trunk/138871 2025-01-24T00:48:50.9125431Z * [new tag] ciflow/trunk/138889 -> ciflow/trunk/138889 2025-01-24T00:48:50.9125849Z * [new tag] ciflow/trunk/138923 -> ciflow/trunk/138923 2025-01-24T00:48:50.9126272Z * [new tag] ciflow/trunk/138938 -> ciflow/trunk/138938 2025-01-24T00:48:50.9126701Z * [new tag] ciflow/trunk/138964 -> ciflow/trunk/138964 2025-01-24T00:48:50.9127129Z * [new tag] ciflow/trunk/138996 -> ciflow/trunk/138996 2025-01-24T00:48:50.9127546Z * [new tag] ciflow/trunk/138998 -> ciflow/trunk/138998 2025-01-24T00:48:50.9127966Z * [new tag] ciflow/trunk/139094 -> ciflow/trunk/139094 2025-01-24T00:48:50.9128389Z * [new tag] ciflow/trunk/139135 -> ciflow/trunk/139135 2025-01-24T00:48:50.9128821Z * [new tag] ciflow/trunk/139171 -> ciflow/trunk/139171 2025-01-24T00:48:50.9129250Z * [new tag] ciflow/trunk/139217 -> ciflow/trunk/139217 2025-01-24T00:48:50.9129667Z * [new tag] ciflow/trunk/139219 -> ciflow/trunk/139219 2025-01-24T00:48:50.9130081Z * [new tag] ciflow/trunk/139225 -> ciflow/trunk/139225 2025-01-24T00:48:50.9130508Z * [new tag] ciflow/trunk/139308 -> ciflow/trunk/139308 2025-01-24T00:48:50.9130929Z * [new tag] ciflow/trunk/139338 -> ciflow/trunk/139338 2025-01-24T00:48:50.9131347Z * [new tag] ciflow/trunk/139380 -> ciflow/trunk/139380 2025-01-24T00:48:50.9131763Z * [new tag] ciflow/trunk/139426 -> ciflow/trunk/139426 2025-01-24T00:48:50.9132188Z * [new tag] ciflow/trunk/139535 -> ciflow/trunk/139535 2025-01-24T00:48:50.9132615Z * [new tag] ciflow/trunk/139576 -> ciflow/trunk/139576 2025-01-24T00:48:50.9133037Z * [new tag] ciflow/trunk/139750 -> ciflow/trunk/139750 2025-01-24T00:48:50.9133457Z * [new tag] ciflow/trunk/139796 -> ciflow/trunk/139796 2025-01-24T00:48:50.9133885Z * [new tag] ciflow/trunk/139820 -> ciflow/trunk/139820 2025-01-24T00:48:50.9134450Z * [new tag] ciflow/trunk/139864 -> ciflow/trunk/139864 2025-01-24T00:48:50.9134883Z * [new tag] ciflow/trunk/139919 -> ciflow/trunk/139919 2025-01-24T00:48:50.9135318Z * [new tag] ciflow/trunk/139932 -> ciflow/trunk/139932 2025-01-24T00:48:50.9135752Z * [new tag] ciflow/trunk/139966 -> ciflow/trunk/139966 2025-01-24T00:48:50.9136172Z * [new tag] ciflow/trunk/139971 -> ciflow/trunk/139971 2025-01-24T00:48:50.9136605Z * [new tag] ciflow/trunk/139975 -> ciflow/trunk/139975 2025-01-24T00:48:50.9137129Z * [new tag] ciflow/trunk/139976 -> ciflow/trunk/139976 2025-01-24T00:48:50.9137553Z * [new tag] ciflow/trunk/139985 -> ciflow/trunk/139985 2025-01-24T00:48:50.9137987Z * [new tag] ciflow/trunk/140061 -> ciflow/trunk/140061 2025-01-24T00:48:50.9139366Z * [new tag] ciflow/trunk/140084 -> ciflow/trunk/140084 2025-01-24T00:48:50.9139812Z * [new tag] ciflow/trunk/140159 -> ciflow/trunk/140159 2025-01-24T00:48:50.9140239Z * [new tag] ciflow/trunk/140200 -> ciflow/trunk/140200 2025-01-24T00:48:50.9140666Z * [new tag] ciflow/trunk/140211 -> ciflow/trunk/140211 2025-01-24T00:48:50.9141087Z * [new tag] ciflow/trunk/140256 -> ciflow/trunk/140256 2025-01-24T00:48:50.9141528Z * [new tag] ciflow/trunk/140298 -> ciflow/trunk/140298 2025-01-24T00:48:50.9141961Z * [new tag] ciflow/trunk/140323 -> ciflow/trunk/140323 2025-01-24T00:48:50.9142389Z * [new tag] ciflow/trunk/140362 -> ciflow/trunk/140362 2025-01-24T00:48:50.9483776Z * [new tag] ciflow/trunk/140365 -> ciflow/trunk/140365 2025-01-24T00:48:50.9484245Z * [new tag] ciflow/trunk/140399 -> ciflow/trunk/140399 2025-01-24T00:48:50.9484698Z * [new tag] ciflow/trunk/140677 -> ciflow/trunk/140677 2025-01-24T00:48:50.9485123Z * [new tag] ciflow/trunk/140734 -> ciflow/trunk/140734 2025-01-24T00:48:50.9485555Z * [new tag] ciflow/trunk/140793 -> ciflow/trunk/140793 2025-01-24T00:48:50.9485978Z * [new tag] ciflow/trunk/140836 -> ciflow/trunk/140836 2025-01-24T00:48:50.9486405Z * [new tag] ciflow/trunk/140868 -> ciflow/trunk/140868 2025-01-24T00:48:50.9486824Z * [new tag] ciflow/trunk/140989 -> ciflow/trunk/140989 2025-01-24T00:48:50.9487263Z * [new tag] ciflow/trunk/141002 -> ciflow/trunk/141002 2025-01-24T00:48:50.9487684Z * [new tag] ciflow/trunk/141038 -> ciflow/trunk/141038 2025-01-24T00:48:50.9488103Z * [new tag] ciflow/trunk/141117 -> ciflow/trunk/141117 2025-01-24T00:48:50.9489748Z * [new tag] ciflow/trunk/141131 -> ciflow/trunk/141131 2025-01-24T00:48:50.9490177Z * [new tag] ciflow/trunk/141136 -> ciflow/trunk/141136 2025-01-24T00:48:50.9490600Z * [new tag] ciflow/trunk/141168 -> ciflow/trunk/141168 2025-01-24T00:48:50.9491038Z * [new tag] ciflow/trunk/141195 -> ciflow/trunk/141195 2025-01-24T00:48:50.9491472Z * [new tag] ciflow/trunk/141226 -> ciflow/trunk/141226 2025-01-24T00:48:50.9491885Z * [new tag] ciflow/trunk/141257 -> ciflow/trunk/141257 2025-01-24T00:48:50.9492318Z * [new tag] ciflow/trunk/141309 -> ciflow/trunk/141309 2025-01-24T00:48:50.9492740Z * [new tag] ciflow/trunk/141468 -> ciflow/trunk/141468 2025-01-24T00:48:50.9493159Z * [new tag] ciflow/trunk/141489 -> ciflow/trunk/141489 2025-01-24T00:48:50.9493566Z * [new tag] ciflow/trunk/141503 -> ciflow/trunk/141503 2025-01-24T00:48:50.9494187Z * [new tag] ciflow/trunk/141508 -> ciflow/trunk/141508 2025-01-24T00:48:50.9495871Z * [new tag] ciflow/trunk/141530 -> ciflow/trunk/141530 2025-01-24T00:48:50.9496293Z * [new tag] ciflow/trunk/141588 -> ciflow/trunk/141588 2025-01-24T00:48:50.9496723Z * [new tag] ciflow/trunk/141697 -> ciflow/trunk/141697 2025-01-24T00:48:50.9497152Z * [new tag] ciflow/trunk/141730 -> ciflow/trunk/141730 2025-01-24T00:48:50.9497659Z * [new tag] ciflow/trunk/141791 -> ciflow/trunk/141791 2025-01-24T00:48:50.9498221Z * [new tag] ciflow/trunk/141796 -> ciflow/trunk/141796 2025-01-24T00:48:50.9498656Z * [new tag] ciflow/trunk/141842 -> ciflow/trunk/141842 2025-01-24T00:48:50.9499083Z * [new tag] ciflow/trunk/141889 -> ciflow/trunk/141889 2025-01-24T00:48:50.9499561Z * [new tag] ciflow/trunk/141910 -> ciflow/trunk/141910 2025-01-24T00:48:50.9499985Z * [new tag] ciflow/trunk/141914 -> ciflow/trunk/141914 2025-01-24T00:48:50.9501655Z * [new tag] ciflow/trunk/141959 -> ciflow/trunk/141959 2025-01-24T00:48:50.9502078Z * [new tag] ciflow/trunk/141961 -> ciflow/trunk/141961 2025-01-24T00:48:50.9502502Z * [new tag] ciflow/trunk/142067 -> ciflow/trunk/142067 2025-01-24T00:48:50.9502921Z * [new tag] ciflow/trunk/142091 -> ciflow/trunk/142091 2025-01-24T00:48:50.9503345Z * [new tag] ciflow/trunk/142092 -> ciflow/trunk/142092 2025-01-24T00:48:50.9503768Z * [new tag] ciflow/trunk/142097 -> ciflow/trunk/142097 2025-01-24T00:48:50.9504192Z * [new tag] ciflow/trunk/142179 -> ciflow/trunk/142179 2025-01-24T00:48:50.9504617Z * [new tag] ciflow/trunk/142263 -> ciflow/trunk/142263 2025-01-24T00:48:50.9505038Z * [new tag] ciflow/trunk/142272 -> ciflow/trunk/142272 2025-01-24T00:48:50.9505464Z * [new tag] ciflow/trunk/142273 -> ciflow/trunk/142273 2025-01-24T00:48:50.9505885Z * [new tag] ciflow/trunk/142346 -> ciflow/trunk/142346 2025-01-24T00:48:50.9506302Z * [new tag] ciflow/trunk/142350 -> ciflow/trunk/142350 2025-01-24T00:48:50.9506718Z * [new tag] ciflow/trunk/142372 -> ciflow/trunk/142372 2025-01-24T00:48:50.9507140Z * [new tag] ciflow/trunk/142477 -> ciflow/trunk/142477 2025-01-24T00:48:50.9507552Z * [new tag] ciflow/trunk/142821 -> ciflow/trunk/142821 2025-01-24T00:48:50.9507977Z * [new tag] ciflow/trunk/142848 -> ciflow/trunk/142848 2025-01-24T00:48:50.9508404Z * [new tag] ciflow/trunk/142859 -> ciflow/trunk/142859 2025-01-24T00:48:50.9508821Z * [new tag] ciflow/trunk/142861 -> ciflow/trunk/142861 2025-01-24T00:48:50.9842137Z * [new tag] ciflow/trunk/142865 -> ciflow/trunk/142865 2025-01-24T00:48:50.9842599Z * [new tag] ciflow/trunk/143082 -> ciflow/trunk/143082 2025-01-24T00:48:50.9843045Z * [new tag] ciflow/trunk/143093 -> ciflow/trunk/143093 2025-01-24T00:48:50.9843468Z * [new tag] ciflow/trunk/143168 -> ciflow/trunk/143168 2025-01-24T00:48:50.9843902Z * [new tag] ciflow/trunk/143220 -> ciflow/trunk/143220 2025-01-24T00:48:50.9844341Z * [new tag] ciflow/trunk/143261 -> ciflow/trunk/143261 2025-01-24T00:48:50.9844760Z * [new tag] ciflow/trunk/143303 -> ciflow/trunk/143303 2025-01-24T00:48:50.9845181Z * [new tag] ciflow/trunk/143313 -> ciflow/trunk/143313 2025-01-24T00:48:50.9847504Z * [new tag] ciflow/trunk/143347 -> ciflow/trunk/143347 2025-01-24T00:48:50.9847934Z * [new tag] ciflow/trunk/143360 -> ciflow/trunk/143360 2025-01-24T00:48:50.9848359Z * [new tag] ciflow/trunk/143378 -> ciflow/trunk/143378 2025-01-24T00:48:50.9848784Z * [new tag] ciflow/trunk/143402 -> ciflow/trunk/143402 2025-01-24T00:48:50.9849201Z * [new tag] ciflow/trunk/143416 -> ciflow/trunk/143416 2025-01-24T00:48:50.9849617Z * [new tag] ciflow/trunk/143417 -> ciflow/trunk/143417 2025-01-24T00:48:50.9850183Z * [new tag] ciflow/trunk/143451 -> ciflow/trunk/143451 2025-01-24T00:48:50.9850617Z * [new tag] ciflow/trunk/143475 -> ciflow/trunk/143475 2025-01-24T00:48:50.9851029Z * [new tag] ciflow/trunk/143622 -> ciflow/trunk/143622 2025-01-24T00:48:50.9851464Z * [new tag] ciflow/trunk/143630 -> ciflow/trunk/143630 2025-01-24T00:48:50.9851887Z * [new tag] ciflow/trunk/143671 -> ciflow/trunk/143671 2025-01-24T00:48:50.9853227Z * [new tag] ciflow/trunk/143712 -> ciflow/trunk/143712 2025-01-24T00:48:50.9853670Z * [new tag] ciflow/trunk/143733 -> ciflow/trunk/143733 2025-01-24T00:48:50.9854101Z * [new tag] ciflow/trunk/143806 -> ciflow/trunk/143806 2025-01-24T00:48:50.9854518Z * [new tag] ciflow/trunk/143808 -> ciflow/trunk/143808 2025-01-24T00:48:50.9854943Z * [new tag] ciflow/trunk/143822 -> ciflow/trunk/143822 2025-01-24T00:48:50.9855367Z * [new tag] ciflow/trunk/143833 -> ciflow/trunk/143833 2025-01-24T00:48:50.9855796Z * [new tag] ciflow/trunk/143879 -> ciflow/trunk/143879 2025-01-24T00:48:50.9856214Z * [new tag] ciflow/trunk/143880 -> ciflow/trunk/143880 2025-01-24T00:48:50.9856644Z * [new tag] ciflow/trunk/143894 -> ciflow/trunk/143894 2025-01-24T00:48:50.9857071Z * [new tag] ciflow/trunk/143896 -> ciflow/trunk/143896 2025-01-24T00:48:50.9857489Z * [new tag] ciflow/trunk/143961 -> ciflow/trunk/143961 2025-01-24T00:48:50.9858774Z * [new tag] ciflow/trunk/143966 -> ciflow/trunk/143966 2025-01-24T00:48:50.9859256Z * [new tag] ciflow/trunk/144011 -> ciflow/trunk/144011 2025-01-24T00:48:50.9859679Z * [new tag] ciflow/trunk/144017 -> ciflow/trunk/144017 2025-01-24T00:48:50.9860117Z * [new tag] ciflow/trunk/144019 -> ciflow/trunk/144019 2025-01-24T00:48:50.9860556Z * [new tag] ciflow/trunk/144020 -> ciflow/trunk/144020 2025-01-24T00:48:50.9860988Z * [new tag] ciflow/trunk/144046 -> ciflow/trunk/144046 2025-01-24T00:48:50.9861410Z * [new tag] ciflow/trunk/144115 -> ciflow/trunk/144115 2025-01-24T00:48:50.9861835Z * [new tag] ciflow/trunk/144120 -> ciflow/trunk/144120 2025-01-24T00:48:50.9862259Z * [new tag] ciflow/trunk/144138 -> ciflow/trunk/144138 2025-01-24T00:48:50.9862676Z * [new tag] ciflow/trunk/144172 -> ciflow/trunk/144172 2025-01-24T00:48:50.9863101Z * [new tag] ciflow/trunk/144177 -> ciflow/trunk/144177 2025-01-24T00:48:50.9864391Z * [new tag] ciflow/trunk/144268 -> ciflow/trunk/144268 2025-01-24T00:48:50.9864836Z * [new tag] ciflow/trunk/144341 -> ciflow/trunk/144341 2025-01-24T00:48:50.9865266Z * [new tag] ciflow/trunk/144354 -> ciflow/trunk/144354 2025-01-24T00:48:50.9865697Z * [new tag] ciflow/trunk/144368 -> ciflow/trunk/144368 2025-01-24T00:48:50.9866612Z * [new tag] ciflow/trunk/144378 -> ciflow/trunk/144378 2025-01-24T00:48:50.9867046Z * [new tag] ciflow/trunk/144441 -> ciflow/trunk/144441 2025-01-24T00:48:50.9867477Z * [new tag] ciflow/trunk/144452 -> ciflow/trunk/144452 2025-01-24T00:48:50.9867907Z * [new tag] ciflow/trunk/144468 -> ciflow/trunk/144468 2025-01-24T00:48:50.9868324Z * [new tag] ciflow/trunk/144485 -> ciflow/trunk/144485 2025-01-24T00:48:50.9868744Z * [new tag] ciflow/trunk/144492 -> ciflow/trunk/144492 2025-01-24T00:48:50.9870778Z * [new tag] ciflow/trunk/144498 -> ciflow/trunk/144498 2025-01-24T00:48:51.0202213Z * [new tag] ciflow/trunk/144508 -> ciflow/trunk/144508 2025-01-24T00:48:51.0202703Z * [new tag] ciflow/trunk/144513 -> ciflow/trunk/144513 2025-01-24T00:48:51.0203166Z * [new tag] ciflow/trunk/144590 -> ciflow/trunk/144590 2025-01-24T00:48:51.0203591Z * [new tag] ciflow/trunk/144616 -> ciflow/trunk/144616 2025-01-24T00:48:51.0204045Z * [new tag] ciflow/trunk/144642 -> ciflow/trunk/144642 2025-01-24T00:48:51.0204497Z * [new tag] ciflow/trunk/144644 -> ciflow/trunk/144644 2025-01-24T00:48:51.0204918Z * [new tag] ciflow/trunk/144646 -> ciflow/trunk/144646 2025-01-24T00:48:51.0205334Z * [new tag] ciflow/trunk/144664 -> ciflow/trunk/144664 2025-01-24T00:48:51.0205767Z * [new tag] ciflow/trunk/144695 -> ciflow/trunk/144695 2025-01-24T00:48:51.0206200Z * [new tag] ciflow/trunk/144700 -> ciflow/trunk/144700 2025-01-24T00:48:51.0206612Z * [new tag] ciflow/trunk/144707 -> ciflow/trunk/144707 2025-01-24T00:48:51.0207030Z * [new tag] ciflow/trunk/144708 -> ciflow/trunk/144708 2025-01-24T00:48:51.0207450Z * [new tag] ciflow/trunk/144721 -> ciflow/trunk/144721 2025-01-24T00:48:51.0207875Z * [new tag] ciflow/trunk/144733 -> ciflow/trunk/144733 2025-01-24T00:48:51.0208287Z * [new tag] ciflow/trunk/144763 -> ciflow/trunk/144763 2025-01-24T00:48:51.0208707Z * [new tag] ciflow/trunk/144771 -> ciflow/trunk/144771 2025-01-24T00:48:51.0209132Z * [new tag] ciflow/trunk/144773 -> ciflow/trunk/144773 2025-01-24T00:48:51.0209544Z * [new tag] ciflow/trunk/144829 -> ciflow/trunk/144829 2025-01-24T00:48:51.0209973Z * [new tag] ciflow/trunk/144841 -> ciflow/trunk/144841 2025-01-24T00:48:51.0210397Z * [new tag] ciflow/trunk/144865 -> ciflow/trunk/144865 2025-01-24T00:48:51.0210807Z * [new tag] ciflow/trunk/144880 -> ciflow/trunk/144880 2025-01-24T00:48:51.0211238Z * [new tag] ciflow/trunk/144894 -> ciflow/trunk/144894 2025-01-24T00:48:51.0211659Z * [new tag] ciflow/trunk/144910 -> ciflow/trunk/144910 2025-01-24T00:48:51.0212084Z * [new tag] ciflow/trunk/144940 -> ciflow/trunk/144940 2025-01-24T00:48:51.0212497Z * [new tag] ciflow/trunk/144953 -> ciflow/trunk/144953 2025-01-24T00:48:51.0212913Z * [new tag] ciflow/trunk/144956 -> ciflow/trunk/144956 2025-01-24T00:48:51.0213332Z * [new tag] ciflow/trunk/144975 -> ciflow/trunk/144975 2025-01-24T00:48:51.0213752Z * [new tag] ciflow/trunk/144985 -> ciflow/trunk/144985 2025-01-24T00:48:51.0214186Z * [new tag] ciflow/trunk/144994 -> ciflow/trunk/144994 2025-01-24T00:48:51.0214604Z * [new tag] ciflow/trunk/144999 -> ciflow/trunk/144999 2025-01-24T00:48:51.0215815Z * [new tag] ciflow/trunk/145031 -> ciflow/trunk/145031 2025-01-24T00:48:51.0216245Z * [new tag] ciflow/trunk/145047 -> ciflow/trunk/145047 2025-01-24T00:48:51.0216667Z * [new tag] ciflow/trunk/145060 -> ciflow/trunk/145060 2025-01-24T00:48:51.0217080Z * [new tag] ciflow/trunk/145061 -> ciflow/trunk/145061 2025-01-24T00:48:51.0217505Z * [new tag] ciflow/trunk/145083 -> ciflow/trunk/145083 2025-01-24T00:48:51.0217928Z * [new tag] ciflow/trunk/145116 -> ciflow/trunk/145116 2025-01-24T00:48:51.0218475Z * [new tag] ciflow/trunk/145119 -> ciflow/trunk/145119 2025-01-24T00:48:51.0218891Z * [new tag] ciflow/trunk/145120 -> ciflow/trunk/145120 2025-01-24T00:48:51.0219382Z * [new tag] ciflow/trunk/145128 -> ciflow/trunk/145128 2025-01-24T00:48:51.0219810Z * [new tag] ciflow/trunk/145130 -> ciflow/trunk/145130 2025-01-24T00:48:51.0220228Z * [new tag] ciflow/trunk/145132 -> ciflow/trunk/145132 2025-01-24T00:48:51.0220650Z * [new tag] ciflow/trunk/145136 -> ciflow/trunk/145136 2025-01-24T00:48:51.0221125Z * [new tag] ciflow/trunk/145148 -> ciflow/trunk/145148 2025-01-24T00:48:51.0221589Z * [new tag] ciflow/trunk/145153 -> ciflow/trunk/145153 2025-01-24T00:48:51.0222008Z * [new tag] ciflow/trunk/145156 -> ciflow/trunk/145156 2025-01-24T00:48:51.0222435Z * [new tag] ciflow/trunk/145204 -> ciflow/trunk/145204 2025-01-24T00:48:51.0222851Z * [new tag] ciflow/trunk/145206 -> ciflow/trunk/145206 2025-01-24T00:48:51.0223271Z * [new tag] ciflow/trunk/145224 -> ciflow/trunk/145224 2025-01-24T00:48:51.0223695Z * [new tag] ciflow/trunk/145227 -> ciflow/trunk/145227 2025-01-24T00:48:51.0224126Z * [new tag] ciflow/trunk/145241 -> ciflow/trunk/145241 2025-01-24T00:48:51.0224542Z * [new tag] ciflow/trunk/145245 -> ciflow/trunk/145245 2025-01-24T00:48:51.0224961Z * [new tag] ciflow/trunk/145250 -> ciflow/trunk/145250 2025-01-24T00:48:51.0554180Z * [new tag] ciflow/trunk/145254 -> ciflow/trunk/145254 2025-01-24T00:48:51.0554617Z * [new tag] ciflow/trunk/145269 -> ciflow/trunk/145269 2025-01-24T00:48:51.0555046Z * [new tag] ciflow/trunk/145288 -> ciflow/trunk/145288 2025-01-24T00:48:51.0555500Z * [new tag] ciflow/trunk/145303 -> ciflow/trunk/145303 2025-01-24T00:48:51.0555922Z * [new tag] ciflow/trunk/145307 -> ciflow/trunk/145307 2025-01-24T00:48:51.0556364Z * [new tag] ciflow/trunk/145311 -> ciflow/trunk/145311 2025-01-24T00:48:51.0556792Z * [new tag] ciflow/trunk/145318 -> ciflow/trunk/145318 2025-01-24T00:48:51.0557211Z * [new tag] ciflow/trunk/145321 -> ciflow/trunk/145321 2025-01-24T00:48:51.0557624Z * [new tag] ciflow/trunk/145323 -> ciflow/trunk/145323 2025-01-24T00:48:51.0558046Z * [new tag] ciflow/trunk/145331 -> ciflow/trunk/145331 2025-01-24T00:48:51.0558463Z * [new tag] ciflow/trunk/145373 -> ciflow/trunk/145373 2025-01-24T00:48:51.0558873Z * [new tag] ciflow/trunk/145375 -> ciflow/trunk/145375 2025-01-24T00:48:51.0559303Z * [new tag] ciflow/trunk/145391 -> ciflow/trunk/145391 2025-01-24T00:48:51.0559720Z * [new tag] ciflow/trunk/145399 -> ciflow/trunk/145399 2025-01-24T00:48:51.0560147Z * [new tag] ciflow/trunk/145407 -> ciflow/trunk/145407 2025-01-24T00:48:51.0560565Z * [new tag] ciflow/trunk/145412 -> ciflow/trunk/145412 2025-01-24T00:48:51.0561519Z * [new tag] ciflow/trunk/145417 -> ciflow/trunk/145417 2025-01-24T00:48:51.0561948Z * [new tag] ciflow/trunk/145421 -> ciflow/trunk/145421 2025-01-24T00:48:51.0562373Z * [new tag] ciflow/trunk/145435 -> ciflow/trunk/145435 2025-01-24T00:48:51.0562803Z * [new tag] ciflow/trunk/145436 -> ciflow/trunk/145436 2025-01-24T00:48:51.0563241Z * [new tag] ciflow/trunk/145443 -> ciflow/trunk/145443 2025-01-24T00:48:51.0563656Z * [new tag] ciflow/trunk/145449 -> ciflow/trunk/145449 2025-01-24T00:48:51.0564206Z * [new tag] ciflow/trunk/145450 -> ciflow/trunk/145450 2025-01-24T00:48:51.0564638Z * [new tag] ciflow/trunk/145465 -> ciflow/trunk/145465 2025-01-24T00:48:51.0565056Z * [new tag] ciflow/trunk/145490 -> ciflow/trunk/145490 2025-01-24T00:48:51.0565493Z * [new tag] ciflow/trunk/145494 -> ciflow/trunk/145494 2025-01-24T00:48:51.0565933Z * [new tag] ciflow/trunk/145495 -> ciflow/trunk/145495 2025-01-24T00:48:51.0566360Z * [new tag] ciflow/trunk/145502 -> ciflow/trunk/145502 2025-01-24T00:48:51.0566774Z * [new tag] ciflow/trunk/145506 -> ciflow/trunk/145506 2025-01-24T00:48:51.0567199Z * [new tag] ciflow/trunk/145509 -> ciflow/trunk/145509 2025-01-24T00:48:51.0567619Z * [new tag] ciflow/trunk/145513 -> ciflow/trunk/145513 2025-01-24T00:48:51.0568036Z * [new tag] ciflow/trunk/145517 -> ciflow/trunk/145517 2025-01-24T00:48:51.0568458Z * [new tag] ciflow/trunk/145519 -> ciflow/trunk/145519 2025-01-24T00:48:51.0568883Z * [new tag] ciflow/trunk/145524 -> ciflow/trunk/145524 2025-01-24T00:48:51.0569302Z * [new tag] ciflow/trunk/145530 -> ciflow/trunk/145530 2025-01-24T00:48:51.0569726Z * [new tag] ciflow/trunk/145531 -> ciflow/trunk/145531 2025-01-24T00:48:51.0570148Z * [new tag] ciflow/trunk/145533 -> ciflow/trunk/145533 2025-01-24T00:48:51.0570571Z * [new tag] ciflow/trunk/145539 -> ciflow/trunk/145539 2025-01-24T00:48:51.0570986Z * [new tag] ciflow/trunk/145542 -> ciflow/trunk/145542 2025-01-24T00:48:51.0571407Z * [new tag] ciflow/trunk/145545 -> ciflow/trunk/145545 2025-01-24T00:48:51.0571828Z * [new tag] ciflow/trunk/145547 -> ciflow/trunk/145547 2025-01-24T00:48:51.0572240Z * [new tag] ciflow/trunk/145550 -> ciflow/trunk/145550 2025-01-24T00:48:51.0572669Z * [new tag] ciflow/trunk/145551 -> ciflow/trunk/145551 2025-01-24T00:48:51.0573096Z * [new tag] ciflow/trunk/145552 -> ciflow/trunk/145552 2025-01-24T00:48:51.0573518Z * [new tag] ciflow/trunk/145553 -> ciflow/trunk/145553 2025-01-24T00:48:51.0573939Z * [new tag] ciflow/trunk/145554 -> ciflow/trunk/145554 2025-01-24T00:48:51.0574361Z * [new tag] ciflow/trunk/145558 -> ciflow/trunk/145558 2025-01-24T00:48:51.0574774Z * [new tag] ciflow/trunk/145559 -> ciflow/trunk/145559 2025-01-24T00:48:51.0575192Z * [new tag] ciflow/trunk/70978 -> ciflow/trunk/70978 2025-01-24T00:48:51.0575619Z * [new tag] ciflow/trunk/70979 -> ciflow/trunk/70979 2025-01-24T00:48:51.0576060Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-01-24T00:48:51.0915168Z * [new tag] ciflow/xpu/132945 -> ciflow/xpu/132945 2025-01-24T00:48:51.0915629Z * [new tag] ciflow/xpu/133307 -> ciflow/xpu/133307 2025-01-24T00:48:51.0917641Z * [new tag] ciflow/xpu/135189 -> ciflow/xpu/135189 2025-01-24T00:48:51.0918072Z * [new tag] ciflow/xpu/135337 -> ciflow/xpu/135337 2025-01-24T00:48:51.0918477Z * [new tag] ciflow/xpu/135465 -> ciflow/xpu/135465 2025-01-24T00:48:51.0918897Z * [new tag] ciflow/xpu/137566 -> ciflow/xpu/137566 2025-01-24T00:48:51.0919309Z * [new tag] ciflow/xpu/137570 -> ciflow/xpu/137570 2025-01-24T00:48:51.0919713Z * [new tag] ciflow/xpu/137580 -> ciflow/xpu/137580 2025-01-24T00:48:51.0920261Z * [new tag] ciflow/xpu/138889 -> ciflow/xpu/138889 2025-01-24T00:48:51.0920683Z * [new tag] ciflow/xpu/139171 -> ciflow/xpu/139171 2025-01-24T00:48:51.0921094Z * [new tag] ciflow/xpu/139469 -> ciflow/xpu/139469 2025-01-24T00:48:51.0921504Z * [new tag] ciflow/xpu/139971 -> ciflow/xpu/139971 2025-01-24T00:48:51.0921940Z * [new tag] ciflow/xpu/140362 -> ciflow/xpu/140362 2025-01-24T00:48:51.0922918Z * [new tag] ciflow/xpu/140365 -> ciflow/xpu/140365 2025-01-24T00:48:51.0923691Z * [new tag] ciflow/xpu/140372 -> ciflow/xpu/140372 2025-01-24T00:48:51.0924090Z * [new tag] ciflow/xpu/140389 -> ciflow/xpu/140389 2025-01-24T00:48:51.0924502Z * [new tag] ciflow/xpu/140677 -> ciflow/xpu/140677 2025-01-24T00:48:51.0924906Z * [new tag] ciflow/xpu/140686 -> ciflow/xpu/140686 2025-01-24T00:48:51.0925323Z * [new tag] ciflow/xpu/140972 -> ciflow/xpu/140972 2025-01-24T00:48:51.0925731Z * [new tag] ciflow/xpu/141318 -> ciflow/xpu/141318 2025-01-24T00:48:51.0926143Z * [new tag] ciflow/xpu/142040 -> ciflow/xpu/142040 2025-01-24T00:48:51.0926550Z * [new tag] ciflow/xpu/142067 -> ciflow/xpu/142067 2025-01-24T00:48:51.0926963Z * [new tag] ciflow/xpu/142097 -> ciflow/xpu/142097 2025-01-24T00:48:51.0927378Z * [new tag] ciflow/xpu/143597 -> ciflow/xpu/143597 2025-01-24T00:48:51.0927786Z * [new tag] ciflow/xpu/143784 -> ciflow/xpu/143784 2025-01-24T00:48:51.0929065Z * [new tag] ciflow/xpu/143833 -> ciflow/xpu/143833 2025-01-24T00:48:51.0929489Z * [new tag] ciflow/xpu/144046 -> ciflow/xpu/144046 2025-01-24T00:48:51.0929911Z * [new tag] ciflow/xpu/144368 -> ciflow/xpu/144368 2025-01-24T00:48:51.0930323Z * [new tag] ciflow/xpu/144378 -> ciflow/xpu/144378 2025-01-24T00:48:51.0930741Z * [new tag] ciflow/xpu/144385 -> ciflow/xpu/144385 2025-01-24T00:48:51.0931156Z * [new tag] ciflow/xpu/144452 -> ciflow/xpu/144452 2025-01-24T00:48:51.0931559Z * [new tag] ciflow/xpu/144473 -> ciflow/xpu/144473 2025-01-24T00:48:51.0931975Z * [new tag] ciflow/xpu/144644 -> ciflow/xpu/144644 2025-01-24T00:48:51.0932382Z * [new tag] ciflow/xpu/144664 -> ciflow/xpu/144664 2025-01-24T00:48:51.0932781Z * [new tag] ciflow/xpu/144722 -> ciflow/xpu/144722 2025-01-24T00:48:51.0933192Z * [new tag] ciflow/xpu/145060 -> ciflow/xpu/145060 2025-01-24T00:48:51.0933606Z * [new tag] ciflow/xpu/145083 -> ciflow/xpu/145083 2025-01-24T00:48:51.0934882Z * [new tag] ciflow/xpu/145248 -> ciflow/xpu/145248 2025-01-24T00:48:51.0935295Z * [new tag] ciflow/xpu/145490 -> ciflow/xpu/145490 2025-01-24T00:48:51.0935704Z * [new tag] cslpull75 -> cslpull75 2025-01-24T00:48:51.0936528Z * [new tag] cslpull76 -> cslpull76 2025-01-24T00:48:51.0936906Z * [new tag] cslpull77 -> cslpull77 2025-01-24T00:48:51.0937290Z * [new tag] cslpull78 -> cslpull78 2025-01-24T00:48:51.0937672Z * [new tag] cslpull79 -> cslpull79 2025-01-24T00:48:51.0938039Z * [new tag] cslpull80 -> cslpull80 2025-01-24T00:48:51.0938414Z * [new tag] cslpull81 -> cslpull81 2025-01-24T00:48:51.0938794Z * [new tag] cslpull82 -> cslpull82 2025-01-24T00:48:51.0939342Z * [new tag] cslpull83 -> cslpull83 2025-01-24T00:48:51.0940696Z * [new tag] cslpull84 -> cslpull84 2025-01-24T00:48:51.0941078Z * [new tag] cslpull85 -> cslpull85 2025-01-24T00:48:51.0941451Z * [new tag] cslpull86 -> cslpull86 2025-01-24T00:48:51.0941829Z * [new tag] cslpull87 -> cslpull87 2025-01-24T00:48:51.0942202Z * [new tag] cslpull88 -> cslpull88 2025-01-24T00:48:51.0942592Z * [new tag] cslpull89 -> cslpull89 2025-01-24T00:48:51.1344314Z * [new tag] cslpull90 -> cslpull90 2025-01-24T00:48:51.1344783Z * [new tag] cslpull91 -> cslpull91 2025-01-24T00:48:51.1345174Z * [new tag] cslpull92 -> cslpull92 2025-01-24T00:48:51.1345575Z * [new tag] flight_5 -> flight_5 2025-01-24T00:48:51.1345963Z * [new tag] flight_5.1 -> flight_5.1 2025-01-24T00:48:51.1346345Z * [new tag] flight_5.2 -> flight_5.2 2025-01-24T00:48:51.1346736Z * [new tag] flight_5.3 -> flight_5.3 2025-01-24T00:48:51.1347105Z * [new tag] forpull1 -> forpull1 2025-01-24T00:48:51.1347512Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-01-24T00:48:51.1347957Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-01-24T00:48:51.1349343Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-01-24T00:48:51.1349798Z * [new tag] nightly-binary -> nightly-binary 2025-01-24T00:48:51.1350254Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-01-24T00:48:51.1350688Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-01-24T00:48:51.1351087Z * [new tag] v0.1.1 -> v0.1.1 2025-01-24T00:48:51.1351453Z * [new tag] v0.1.10 -> v0.1.10 2025-01-24T00:48:51.1351818Z * [new tag] v0.1.11 -> v0.1.11 2025-01-24T00:48:51.1352197Z * [new tag] v0.1.12 -> v0.1.12 2025-01-24T00:48:51.1352551Z * [new tag] v0.1.2 -> v0.1.2 2025-01-24T00:48:51.1352902Z * [new tag] v0.1.3 -> v0.1.3 2025-01-24T00:48:51.1353248Z * [new tag] v0.1.4 -> v0.1.4 2025-01-24T00:48:51.1353607Z * [new tag] v0.1.5 -> v0.1.5 2025-01-24T00:48:51.1353960Z * [new tag] v0.1.6 -> v0.1.6 2025-01-24T00:48:51.1355198Z * [new tag] v0.1.7 -> v0.1.7 2025-01-24T00:48:51.1355555Z * [new tag] v0.1.8 -> v0.1.8 2025-01-24T00:48:51.1355904Z * [new tag] v0.1.9 -> v0.1.9 2025-01-24T00:48:51.1356240Z * [new tag] v0.2.0 -> v0.2.0 2025-01-24T00:48:51.1357137Z * [new tag] v0.3.0 -> v0.3.0 2025-01-24T00:48:51.1357486Z * [new tag] v0.3.1 -> v0.3.1 2025-01-24T00:48:51.1357838Z * [new tag] v0.4.0 -> v0.4.0 2025-01-24T00:48:51.1358174Z * [new tag] v0.4.1 -> v0.4.1 2025-01-24T00:48:51.1358531Z * [new tag] v1.0.0 -> v1.0.0 2025-01-24T00:48:51.1358891Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-01-24T00:48:51.1359241Z * [new tag] v1.0.1 -> v1.0.1 2025-01-24T00:48:51.1360362Z * [new tag] v1.0rc0 -> v1.0rc0 2025-01-24T00:48:51.1361147Z * [new tag] v1.0rc1 -> v1.0rc1 2025-01-24T00:48:51.1361503Z * [new tag] v1.1.0 -> v1.1.0 2025-01-24T00:48:51.1361872Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-01-24T00:48:51.1362246Z * [new tag] v1.10.0 -> v1.10.0 2025-01-24T00:48:51.1362606Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-01-24T00:48:51.1362990Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-01-24T00:48:51.1363366Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-01-24T00:48:51.1363724Z * [new tag] v1.10.1 -> v1.10.1 2025-01-24T00:48:51.1364093Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-01-24T00:48:51.1364466Z * [new tag] v1.10.2 -> v1.10.2 2025-01-24T00:48:51.1364834Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-01-24T00:48:51.1365191Z * [new tag] v1.11.0 -> v1.11.0 2025-01-24T00:48:51.1366446Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-01-24T00:48:51.1366840Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-01-24T00:48:51.1367216Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-01-24T00:48:51.1367601Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-01-24T00:48:51.1367972Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-01-24T00:48:51.1368339Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-01-24T00:48:51.1368717Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-01-24T00:48:51.1369095Z * [new tag] v1.12.0 -> v1.12.0 2025-01-24T00:48:51.1369455Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-01-24T00:48:51.1369838Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-01-24T00:48:51.1370226Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-01-24T00:48:51.1722283Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-01-24T00:48:51.1722730Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-01-24T00:48:51.1723112Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-01-24T00:48:51.1723486Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-01-24T00:48:51.1723864Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-01-24T00:48:51.1724235Z * [new tag] v1.12.1 -> v1.12.1 2025-01-24T00:48:51.1724630Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-01-24T00:48:51.1725000Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-01-24T00:48:51.1725391Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-01-24T00:48:51.1725759Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-01-24T00:48:51.1726631Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-01-24T00:48:51.1727005Z * [new tag] v1.13.0 -> v1.13.0 2025-01-24T00:48:51.1727377Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-01-24T00:48:51.1727748Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-01-24T00:48:51.1728120Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-01-24T00:48:51.1728488Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-01-24T00:48:51.1728984Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-01-24T00:48:51.1729363Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-01-24T00:48:51.1729743Z * [new tag] v1.13.1 -> v1.13.1 2025-01-24T00:48:51.1730110Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-01-24T00:48:51.1730492Z * [new tag] v1.2.0 -> v1.2.0 2025-01-24T00:48:51.1730863Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-01-24T00:48:51.1731218Z * [new tag] v1.3.0 -> v1.3.0 2025-01-24T00:48:51.1731578Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-01-24T00:48:51.1731941Z * [new tag] v1.3.1 -> v1.3.1 2025-01-24T00:48:51.1732294Z * [new tag] v1.4.0 -> v1.4.0 2025-01-24T00:48:51.1732646Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-01-24T00:48:51.1733009Z * [new tag] v1.4.1 -> v1.4.1 2025-01-24T00:48:51.1733364Z * [new tag] v1.5.0 -> v1.5.0 2025-01-24T00:48:51.1733723Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-01-24T00:48:51.1734101Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-01-24T00:48:51.1734480Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-01-24T00:48:51.1734850Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-01-24T00:48:51.1735220Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-01-24T00:48:51.1735582Z * [new tag] v1.5.1 -> v1.5.1 2025-01-24T00:48:51.1735938Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-01-24T00:48:51.1736301Z * [new tag] v1.6.0 -> v1.6.0 2025-01-24T00:48:51.1736673Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-01-24T00:48:51.1737036Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-01-24T00:48:51.1737409Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-01-24T00:48:51.1737784Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-01-24T00:48:51.1738153Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-01-24T00:48:51.1738516Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-01-24T00:48:51.1738887Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-01-24T00:48:51.1739330Z * [new tag] v1.7.0 -> v1.7.0 2025-01-24T00:48:51.1739689Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-01-24T00:48:51.1740071Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-01-24T00:48:51.1740458Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-01-24T00:48:51.1740824Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-01-24T00:48:51.1741199Z * [new tag] v1.7.1 -> v1.7.1 2025-01-24T00:48:51.1741566Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-01-24T00:48:51.1742302Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-01-24T00:48:51.1742694Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-01-24T00:48:51.1743068Z * [new tag] v1.8.0 -> v1.8.0 2025-01-24T00:48:51.1743423Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-01-24T00:48:51.1743800Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-01-24T00:48:51.1744175Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-01-24T00:48:51.1744658Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-01-24T00:48:51.1745028Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-01-24T00:48:51.2100494Z * [new tag] v1.8.1 -> v1.8.1 2025-01-24T00:48:51.2100933Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-01-24T00:48:51.2101337Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-01-24T00:48:51.2101717Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-01-24T00:48:51.2102083Z * [new tag] v1.8.2 -> v1.8.2 2025-01-24T00:48:51.2102444Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-01-24T00:48:51.2102825Z * [new tag] v1.9.0 -> v1.9.0 2025-01-24T00:48:51.2103191Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-01-24T00:48:51.2103554Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-01-24T00:48:51.2103920Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-01-24T00:48:51.2104288Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-01-24T00:48:51.2104659Z * [new tag] v1.9.1 -> v1.9.1 2025-01-24T00:48:51.2105020Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-01-24T00:48:51.2105392Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-01-24T00:48:51.2105756Z * [new tag] v2.0.0 -> v2.0.0 2025-01-24T00:48:51.2106110Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-01-24T00:48:51.2106484Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-01-24T00:48:51.2106854Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-01-24T00:48:51.2107242Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-01-24T00:48:51.2107672Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-01-24T00:48:51.2108171Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-01-24T00:48:51.2108572Z * [new tag] v2.0.1 -> v2.0.1 2025-01-24T00:48:51.2126340Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-01-24T00:48:51.2126756Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-01-24T00:48:51.2127143Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-01-24T00:48:51.2127524Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-01-24T00:48:51.2127884Z * [new tag] v2.1.0 -> v2.1.0 2025-01-24T00:48:51.2128256Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-01-24T00:48:51.2128629Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-01-24T00:48:51.2129015Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-01-24T00:48:51.2129392Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-01-24T00:48:51.2129774Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-01-24T00:48:51.2130705Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-01-24T00:48:51.2131082Z * [new tag] v2.1.1 -> v2.1.1 2025-01-24T00:48:51.2131461Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-01-24T00:48:51.2131839Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-01-24T00:48:51.2132206Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-01-24T00:48:51.2132585Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-01-24T00:48:51.2132964Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-01-24T00:48:51.2133446Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-01-24T00:48:51.2133815Z * [new tag] v2.1.2 -> v2.1.2 2025-01-24T00:48:51.2134197Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-01-24T00:48:51.2134563Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-01-24T00:48:51.2134947Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-01-24T00:48:51.2135323Z * [new tag] v2.2.0 -> v2.2.0 2025-01-24T00:48:51.2135681Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-01-24T00:48:51.2136063Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-01-24T00:48:51.2136432Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-01-24T00:48:51.2136794Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-01-24T00:48:51.2137166Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-01-24T00:48:51.2137537Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-01-24T00:48:51.2137913Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-01-24T00:48:51.2138279Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-01-24T00:48:51.2138652Z * [new tag] v2.2.1 -> v2.2.1 2025-01-24T00:48:51.2139021Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-01-24T00:48:51.2139482Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-01-24T00:48:51.2139863Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-01-24T00:48:51.2140233Z * [new tag] v2.2.2 -> v2.2.2 2025-01-24T00:48:51.5189754Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-01-24T00:48:51.5190205Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-01-24T00:48:51.5190613Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-01-24T00:48:51.5190994Z * [new tag] v2.3.0 -> v2.3.0 2025-01-24T00:48:51.5191370Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-01-24T00:48:51.5191755Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-01-24T00:48:51.5192140Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-01-24T00:48:51.5192532Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-01-24T00:48:51.5192900Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-01-24T00:48:51.5193272Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-01-24T00:48:51.5193642Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-01-24T00:48:51.5194012Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-01-24T00:48:51.5194383Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-01-24T00:48:51.5194760Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-01-24T00:48:51.5195129Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-01-24T00:48:51.5196118Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-01-24T00:48:51.5196490Z * [new tag] v2.3.1 -> v2.3.1 2025-01-24T00:48:51.5196862Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-01-24T00:48:51.5197229Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-01-24T00:48:51.5197609Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-01-24T00:48:51.5197984Z * [new tag] v2.4.0 -> v2.4.0 2025-01-24T00:48:51.5198350Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-01-24T00:48:51.5198858Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-01-24T00:48:51.5199240Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-01-24T00:48:51.5199611Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-01-24T00:48:51.5199998Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-01-24T00:48:51.5200386Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-01-24T00:48:51.5200761Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-01-24T00:48:51.5201128Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-01-24T00:48:51.5201513Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-01-24T00:48:51.5201888Z * [new tag] v2.4.1 -> v2.4.1 2025-01-24T00:48:51.5202252Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-01-24T00:48:51.5202634Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-01-24T00:48:51.5203008Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-01-24T00:48:51.5203367Z * [new tag] v2.5.0 -> v2.5.0 2025-01-24T00:48:51.5203727Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-01-24T00:48:51.5204105Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-01-24T00:48:51.5204476Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-01-24T00:48:51.5204849Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-01-24T00:48:51.5205229Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-01-24T00:48:51.5205594Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-01-24T00:48:51.5205971Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-01-24T00:48:51.5206351Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-01-24T00:48:51.5206719Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-01-24T00:48:51.5207102Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-01-24T00:48:51.5207468Z * [new tag] v2.5.1 -> v2.5.1 2025-01-24T00:48:51.5207838Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-01-24T00:48:51.5208202Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-01-24T00:48:51.5208572Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-01-24T00:48:51.5208942Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-01-24T00:48:51.5209311Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-01-24T00:48:51.5209682Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-01-24T00:48:51.5210057Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-01-24T00:48:51.5210424Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-01-24T00:48:51.5210816Z * [new tag] whc_flight_1 -> whc_flight_1 2025-01-24T00:48:51.5211209Z * [new tag] whc_flight_2 -> whc_flight_2 2025-01-24T00:48:51.5211732Z * [new tag] whc_flight_4 -> whc_flight_4 2025-01-24T00:48:51.5398463Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet d087145b9259b4cfbcb758dc0bca6a6e5d75d08f^{object} 2025-01-24T00:48:51.5641240Z d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:48:51.5676824Z ##[endgroup] 2025-01-24T00:48:51.5677227Z ##[group]Determining the checkout info 2025-01-24T00:48:51.5678529Z ##[endgroup] 2025-01-24T00:48:51.5688544Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-01-24T00:48:51.5970851Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-01-24T00:48:51.6236448Z ##[group]Checking out the ref 2025-01-24T00:48:51.6248889Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:48:52.6861802Z Updating files: 10% (1953/18011) 2025-01-24T00:48:52.7548032Z Updating files: 11% (1982/18011) 2025-01-24T00:48:52.8192750Z Updating files: 12% (2162/18011) 2025-01-24T00:48:52.9883052Z Updating files: 13% (2342/18011) 2025-01-24T00:48:53.0679110Z Updating files: 14% (2522/18011) 2025-01-24T00:48:53.1338485Z Updating files: 15% (2702/18011) 2025-01-24T00:48:53.1834530Z Updating files: 16% (2882/18011) 2025-01-24T00:48:53.2290363Z Updating files: 17% (3062/18011) 2025-01-24T00:48:53.2765887Z Updating files: 18% (3242/18011) 2025-01-24T00:48:53.3318002Z Updating files: 19% (3423/18011) 2025-01-24T00:48:53.3808614Z Updating files: 20% (3603/18011) 2025-01-24T00:48:53.4268063Z Updating files: 21% (3783/18011) 2025-01-24T00:48:54.0326480Z Updating files: 22% (3963/18011) 2025-01-24T00:48:54.0748736Z Updating files: 22% (3977/18011) 2025-01-24T00:48:54.1187970Z Updating files: 23% (4143/18011) 2025-01-24T00:48:54.1633446Z Updating files: 24% (4323/18011) 2025-01-24T00:48:54.2139457Z Updating files: 25% (4503/18011) 2025-01-24T00:48:54.2647167Z Updating files: 26% (4683/18011) 2025-01-24T00:48:54.3220077Z Updating files: 27% (4863/18011) 2025-01-24T00:48:54.3824234Z Updating files: 28% (5044/18011) 2025-01-24T00:48:54.4574692Z Updating files: 29% (5224/18011) 2025-01-24T00:48:54.5324721Z Updating files: 30% (5404/18011) 2025-01-24T00:48:54.5919275Z Updating files: 31% (5584/18011) 2025-01-24T00:48:54.6474702Z Updating files: 32% (5764/18011) 2025-01-24T00:48:54.6754257Z Updating files: 33% (5944/18011) 2025-01-24T00:48:54.7107782Z Updating files: 33% (6028/18011) 2025-01-24T00:48:54.8373063Z Updating files: 34% (6124/18011) 2025-01-24T00:48:54.9693350Z Updating files: 35% (6304/18011) 2025-01-24T00:48:55.0372913Z Updating files: 36% (6484/18011) 2025-01-24T00:48:55.1027697Z Updating files: 37% (6665/18011) 2025-01-24T00:48:55.1722431Z Updating files: 38% (6845/18011) 2025-01-24T00:48:55.3009197Z Updating files: 39% (7025/18011) 2025-01-24T00:48:55.3697814Z Updating files: 40% (7205/18011) 2025-01-24T00:48:55.3972215Z Updating files: 41% (7385/18011) 2025-01-24T00:48:55.4219446Z Updating files: 42% (7565/18011) 2025-01-24T00:48:55.4473156Z Updating files: 43% (7745/18011) 2025-01-24T00:48:55.4735036Z Updating files: 44% (7925/18011) 2025-01-24T00:48:55.4985969Z Updating files: 45% (8105/18011) 2025-01-24T00:48:55.5314600Z Updating files: 46% (8286/18011) 2025-01-24T00:48:55.5623826Z Updating files: 47% (8466/18011) 2025-01-24T00:48:55.5877769Z Updating files: 48% (8646/18011) 2025-01-24T00:48:55.6136350Z Updating files: 49% (8826/18011) 2025-01-24T00:48:55.6419778Z Updating files: 50% (9006/18011) 2025-01-24T00:48:55.6715356Z Updating files: 51% (9186/18011) 2025-01-24T00:48:55.6758710Z Updating files: 52% (9366/18011) 2025-01-24T00:48:55.7000485Z Updating files: 52% (9395/18011) 2025-01-24T00:48:55.7326531Z Updating files: 53% (9546/18011) 2025-01-24T00:48:55.7616575Z Updating files: 54% (9726/18011) 2025-01-24T00:48:55.7936067Z Updating files: 55% (9907/18011) 2025-01-24T00:48:55.8244815Z Updating files: 56% (10087/18011) 2025-01-24T00:48:55.8565401Z Updating files: 57% (10267/18011) 2025-01-24T00:48:55.8865359Z Updating files: 58% (10447/18011) 2025-01-24T00:48:55.9191671Z Updating files: 59% (10627/18011) 2025-01-24T00:48:55.9510207Z Updating files: 60% (10807/18011) 2025-01-24T00:48:55.9845510Z Updating files: 61% (10987/18011) 2025-01-24T00:48:56.0153203Z Updating files: 62% (11167/18011) 2025-01-24T00:48:56.0493382Z Updating files: 63% (11347/18011) 2025-01-24T00:48:56.0798622Z Updating files: 64% (11528/18011) 2025-01-24T00:48:56.1786536Z Updating files: 65% (11708/18011) 2025-01-24T00:48:56.2103417Z Updating files: 66% (11888/18011) 2025-01-24T00:48:56.2430121Z Updating files: 67% (12068/18011) 2025-01-24T00:48:56.2710372Z Updating files: 68% (12248/18011) 2025-01-24T00:48:56.3712569Z Updating files: 69% (12428/18011) 2025-01-24T00:48:56.4226778Z Updating files: 70% (12608/18011) 2025-01-24T00:48:56.5107158Z Updating files: 71% (12788/18011) 2025-01-24T00:48:56.5682954Z Updating files: 72% (12968/18011) 2025-01-24T00:48:56.6511527Z Updating files: 73% (13149/18011) 2025-01-24T00:48:56.6770375Z Updating files: 74% (13329/18011) 2025-01-24T00:48:56.7364520Z Updating files: 74% (13371/18011) 2025-01-24T00:48:56.8496238Z Updating files: 75% (13509/18011) 2025-01-24T00:48:56.9067928Z Updating files: 76% (13689/18011) 2025-01-24T00:48:57.3436159Z Updating files: 77% (13869/18011) 2025-01-24T00:48:57.4159659Z Updating files: 78% (14049/18011) 2025-01-24T00:48:57.4943431Z Updating files: 79% (14229/18011) 2025-01-24T00:48:57.5790668Z Updating files: 80% (14409/18011) 2025-01-24T00:48:57.6645193Z Updating files: 81% (14589/18011) 2025-01-24T00:48:57.6797640Z Updating files: 82% (14770/18011) 2025-01-24T00:48:57.8311421Z Updating files: 82% (14783/18011) 2025-01-24T00:48:57.8961750Z Updating files: 83% (14950/18011) 2025-01-24T00:48:57.9637274Z Updating files: 84% (15130/18011) 2025-01-24T00:48:58.0271796Z Updating files: 85% (15310/18011) 2025-01-24T00:48:58.0891122Z Updating files: 86% (15490/18011) 2025-01-24T00:48:58.1484522Z Updating files: 87% (15670/18011) 2025-01-24T00:48:58.2036833Z Updating files: 88% (15850/18011) 2025-01-24T00:48:58.2621776Z Updating files: 89% (16030/18011) 2025-01-24T00:48:58.3333870Z Updating files: 90% (16210/18011) 2025-01-24T00:48:58.3939254Z Updating files: 91% (16391/18011) 2025-01-24T00:48:58.4544577Z Updating files: 92% (16571/18011) 2025-01-24T00:48:58.5949954Z Updating files: 93% (16751/18011) 2025-01-24T00:48:58.6667239Z Updating files: 94% (16931/18011) 2025-01-24T00:48:58.6933646Z Updating files: 95% (17111/18011) 2025-01-24T00:48:58.7387072Z Updating files: 95% (17184/18011) 2025-01-24T00:48:58.7953203Z Updating files: 96% (17291/18011) 2025-01-24T00:48:58.8827550Z Updating files: 97% (17471/18011) 2025-01-24T00:48:58.9581776Z Updating files: 98% (17651/18011) 2025-01-24T00:48:59.1261923Z Updating files: 99% (17831/18011) 2025-01-24T00:48:59.1262273Z Updating files: 100% (18011/18011) 2025-01-24T00:48:59.1262597Z Updating files: 100% (18011/18011), done. 2025-01-24T00:48:59.1695074Z Note: switching to 'd087145b9259b4cfbcb758dc0bca6a6e5d75d08f'. 2025-01-24T00:48:59.1695407Z 2025-01-24T00:48:59.1695627Z You are in 'detached HEAD' state. You can look around, make experimental 2025-01-24T00:48:59.1696168Z changes and commit them, and you can discard any commits you make in this 2025-01-24T00:48:59.1696748Z state without impacting any branches by switching back to a branch. 2025-01-24T00:48:59.1697109Z 2025-01-24T00:48:59.1697317Z If you want to create a new branch to retain commits you create, you may 2025-01-24T00:48:59.1697831Z do so (now or later) by using -c with the switch command. Example: 2025-01-24T00:48:59.1698119Z 2025-01-24T00:48:59.1698241Z git switch -c 2025-01-24T00:48:59.1698442Z 2025-01-24T00:48:59.1698542Z Or undo this operation with: 2025-01-24T00:48:59.1698705Z 2025-01-24T00:48:59.1698860Z git switch - 2025-01-24T00:48:59.1699194Z 2025-01-24T00:48:59.1699428Z Turn off this advice by setting config variable advice.detachedHead to false 2025-01-24T00:48:59.1699782Z 2025-01-24T00:48:59.1700007Z HEAD is now at d087145b925 Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24T00:48:59.1928567Z ##[endgroup] 2025-01-24T00:48:59.1928980Z ##[group]Setting up auth for fetching submodules 2025-01-24T00:48:59.1946548Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-01-24T00:48:59.2203753Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-01-24T00:48:59.2449625Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-01-24T00:48:59.2712687Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-01-24T00:48:59.2975039Z ##[endgroup] 2025-01-24T00:48:59.2975516Z ##[group]Fetching submodules 2025-01-24T00:48:59.2978923Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-01-24T00:48:59.7735376Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2025-01-24T00:49:00.2002216Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-01-24T00:49:00.2003265Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-01-24T00:49:00.2004288Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-01-24T00:49:00.2005245Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-01-24T00:49:00.2006093Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-01-24T00:49:00.2007309Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-01-24T00:49:00.2008666Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-01-24T00:49:00.2009762Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-01-24T00:49:00.2010801Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-01-24T00:49:00.2011877Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-01-24T00:49:00.2012844Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-01-24T00:49:00.2013830Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-01-24T00:49:00.2014803Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-01-24T00:49:00.2015813Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2025-01-24T00:49:00.2016750Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-01-24T00:49:00.2017840Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-01-24T00:49:00.2018928Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-01-24T00:49:00.2019870Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-01-24T00:49:00.2021072Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2025-01-24T00:49:00.2022000Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-01-24T00:49:00.2022893Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-01-24T00:49:00.2023720Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-01-24T00:49:00.2024646Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-01-24T00:49:00.2025731Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-01-24T00:49:00.2026704Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-01-24T00:49:00.2027618Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2025-01-24T00:49:00.2028482Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-01-24T00:49:00.2029322Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-01-24T00:49:00.2030358Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-01-24T00:49:00.2031616Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-01-24T00:49:00.2032707Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-01-24T00:49:00.2033716Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-01-24T00:49:00.2034798Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-01-24T00:49:00.2076582Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-01-24T00:49:00.2077633Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-01-24T00:49:00.2078569Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-01-24T00:49:00.2079504Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-01-24T00:49:00.6901151Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2025-01-24T00:49:01.0867389Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2025-01-24T00:49:01.4499677Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2025-01-24T00:49:02.0493311Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2025-01-24T00:49:02.5579189Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2025-01-24T00:49:05.1133818Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-01-24T00:49:16.8290676Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2025-01-24T00:49:17.4823516Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2025-01-24T00:49:19.7302732Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2025-01-24T00:49:20.4822092Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2025-01-24T00:49:21.2815383Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2025-01-24T00:49:22.7492904Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2025-01-24T00:49:25.6021387Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2025-01-24T00:49:31.4883907Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2025-01-24T00:49:33.6568935Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2025-01-24T00:49:35.3502418Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2025-01-24T00:49:36.7762639Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2025-01-24T00:49:37.4306025Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-01-24T00:49:37.9501554Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2025-01-24T00:49:39.1740632Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2025-01-24T00:49:39.6868329Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2025-01-24T00:49:40.1044208Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2025-01-24T00:49:41.8394036Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2025-01-24T00:49:42.4611896Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kleidiai'... 2025-01-24T00:49:43.3230718Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2025-01-24T00:49:43.9782585Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2025-01-24T00:49:50.4864779Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2025-01-24T00:49:53.1219753Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2025-01-24T00:50:00.2271552Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-01-24T00:50:00.6342579Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2025-01-24T00:50:10.8933306Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2025-01-24T00:50:11.2633614Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2025-01-24T00:50:12.0058967Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2025-01-24T00:50:13.2385408Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2025-01-24T00:50:13.7399570Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2025-01-24T00:50:14.6356852Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2025-01-24T00:50:15.2268258Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2025-01-24T00:50:15.3205004Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-01-24T00:50:15.4126523Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-01-24T00:50:15.4856773Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-01-24T00:50:15.6226656Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-01-24T00:50:15.9777168Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2025-01-24T00:50:16.1557464Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-01-24T00:50:21.1341412Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-01-24T00:50:21.4895736Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2025-01-24T00:50:23.8358219Z Submodule path 'third_party/composable_kernel': checked out '50ee4267e27b875d149e642f4cebd47be1dc3b57' 2025-01-24T00:50:23.9758615Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2025-01-24T00:50:24.6145604Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-01-24T00:50:24.7818751Z Submodule path 'third_party/cudnn_frontend': checked out 'ee971b18ee428ff55b444ac93876cfbd377d304f' 2025-01-24T00:50:27.9503753Z Submodule path 'third_party/cutlass': checked out 'bf9da7b76c766d7ee7d536afc77880a4ef1f1156' 2025-01-24T00:50:29.1954342Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2025-01-24T00:50:29.5078403Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2025-01-24T00:50:29.5245598Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2025-01-24T00:50:29.5246899Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T00:50:29.5247951Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2025-01-24T00:50:29.5249031Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2025-01-24T00:50:29.5251174Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T00:50:30.5890842Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2025-01-24T00:50:31.4632611Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2025-01-24T00:50:34.6346873Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2025-01-24T00:50:36.0708220Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2025-01-24T00:50:36.5852632Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2025-01-24T00:50:36.7406373Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2025-01-24T00:50:37.6056199Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2025-01-24T00:50:39.6706644Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2025-01-24T00:50:39.9118383Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2025-01-24T00:50:40.0081293Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2025-01-24T00:50:41.2628383Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2025-01-24T00:50:41.4127907Z Submodule path 'third_party/fmt': checked out 'e3ddede6c4ee818825c4e5a6dfa1d384860c27d9' 2025-01-24T00:50:41.7768562Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-01-24T00:50:41.9401481Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2025-01-24T00:50:42.1457346Z Submodule path 'third_party/googletest': checked out 'b514bdc898e2951020cbdca1304b75f5950d1f59' 2025-01-24T00:50:42.2351205Z Submodule path 'third_party/ideep': checked out 'e026f3b0318087fe19e2b062e8edf55bfe7a522c' 2025-01-24T00:50:42.2444972Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-01-24T00:50:54.4685275Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-01-24T00:50:56.9420959Z Submodule path 'third_party/ideep/mkl-dnn': checked out '66f0cb9eb66affd2da3bf5f8d897376f04aae6af' 2025-01-24T00:50:57.0832222Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2025-01-24T00:50:57.3766157Z Submodule path 'third_party/kineto': checked out 'bc1616a65cfe552516ce62f81ead48e45c85e18c' 2025-01-24T00:50:57.3896752Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T00:50:57.3898008Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T00:50:57.3899206Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T00:50:58.4620696Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-01-24T00:51:00.1166927Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-01-24T00:51:01.4576994Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-01-24T00:51:01.7279895Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-01-24T00:51:01.7505480Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T00:51:01.7506842Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T00:51:01.7508162Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T00:51:01.7509557Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T00:51:01.7510933Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T00:51:01.7512411Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T00:51:01.7513859Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T00:51:01.7515214Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T00:51:03.4470840Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-01-24T00:51:04.0418133Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-01-24T00:51:05.6590116Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-01-24T00:51:06.1660635Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-01-24T00:51:06.8614613Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-01-24T00:51:08.2325553Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-01-24T00:51:15.3838997Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-01-24T00:51:15.7725989Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-01-24T00:51:16.5675507Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-01-24T00:51:16.7006086Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-01-24T00:51:17.0150199Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-01-24T00:51:17.0964280Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-01-24T00:51:17.1059386Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T00:51:17.6190530Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-01-24T00:51:17.6894958Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-01-24T00:51:17.8256260Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-01-24T00:51:18.0339382Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-01-24T00:51:18.4615097Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-01-24T00:51:18.5588659Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-01-24T00:51:18.6976985Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-01-24T00:51:19.0675366Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-01-24T00:51:19.2190838Z Submodule path 'third_party/kleidiai': checked out '202603f38a9df9d2ded89f12b41ded621c71d4ea' 2025-01-24T00:51:19.4059634Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2025-01-24T00:51:19.5528530Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2025-01-24T00:51:20.4809436Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2025-01-24T00:51:22.8466454Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2025-01-24T00:51:22.8584561Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-01-24T00:51:24.2077959Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-01-24T00:51:24.3726143Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2025-01-24T00:51:25.3179880Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-01-24T00:51:25.3424309Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T00:51:25.3425568Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T00:51:25.3426726Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T00:51:25.3427901Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T00:51:25.3429365Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T00:51:25.3430910Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T00:51:25.3432504Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T00:51:25.3433673Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T00:51:25.9601729Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-01-24T00:51:27.3169524Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-01-24T00:51:27.8929806Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-01-24T00:51:35.4442311Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-01-24T00:51:35.9005252Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-01-24T00:51:36.2716685Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-01-24T00:51:36.7692781Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-01-24T00:51:44.8186799Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-01-24T00:51:44.9284225Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-01-24T00:51:45.1209574Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-01-24T00:51:45.1976893Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-01-24T00:51:45.6864623Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-01-24T00:51:45.7891528Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-01-24T00:51:45.9712068Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-01-24T00:51:46.1943283Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-01-24T00:51:46.2054523Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T00:51:46.2055974Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T00:51:48.3007508Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-01-24T00:51:49.6267265Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-01-24T00:51:50.2909191Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-01-24T00:51:50.4861237Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-01-24T00:51:55.7521723Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-01-24T00:51:55.8934096Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2025-01-24T00:51:57.5989536Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-01-24T00:51:57.6105823Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-01-24T00:51:57.6107011Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-01-24T00:51:58.2676431Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-01-24T00:51:59.6236174Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-01-24T00:51:59.7050223Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-01-24T00:51:59.9423843Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-01-24T00:52:00.0228580Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-01-24T00:52:00.1104913Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-01-24T00:52:00.3006752Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-01-24T00:52:00.4252902Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-01-24T00:52:01.2435415Z Submodule path 'third_party/sleef': checked out '56e1f79cb140fb9326d612d0be06b5250565cade' 2025-01-24T00:52:01.5481074Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2025-01-24T00:52:01.5634327Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-01-24T00:52:01.5635549Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-01-24T00:52:01.5636684Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-01-24T00:52:01.5637746Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T00:52:02.9791023Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-01-24T00:52:03.3899033Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-01-24T00:52:05.6667080Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-01-24T00:52:07.0250162Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-01-24T00:52:07.2113631Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-01-24T00:52:07.3242450Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-01-24T00:52:07.6163364Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2025-01-24T00:52:07.7523250Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-01-24T00:52:07.7620110Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T00:52:08.3239075Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-01-24T00:52:08.3760820Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-01-24T00:52:08.3991723Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-01-24T00:52:08.7551319Z Entering 'android/libs/fbjni' 2025-01-24T00:52:08.7925971Z Entering 'third_party/FP16' 2025-01-24T00:52:08.8284185Z Entering 'third_party/FXdiv' 2025-01-24T00:52:08.8644930Z Entering 'third_party/NNPACK' 2025-01-24T00:52:08.8992759Z Entering 'third_party/NVTX' 2025-01-24T00:52:08.9346292Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T00:52:08.9737994Z Entering 'third_party/XNNPACK' 2025-01-24T00:52:09.0102722Z Entering 'third_party/benchmark' 2025-01-24T00:52:09.0460172Z Entering 'third_party/composable_kernel' 2025-01-24T00:52:09.0824701Z Entering 'third_party/cpp-httplib' 2025-01-24T00:52:09.1197464Z Entering 'third_party/cpuinfo' 2025-01-24T00:52:09.1550312Z Entering 'third_party/cudnn_frontend' 2025-01-24T00:52:09.1906181Z Entering 'third_party/cutlass' 2025-01-24T00:52:09.2285240Z Entering 'third_party/eigen' 2025-01-24T00:52:09.2648305Z Entering 'third_party/fbgemm' 2025-01-24T00:52:09.3028726Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T00:52:09.3426329Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T00:52:09.3784013Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T00:52:09.4155401Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T00:52:09.4516668Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T00:52:09.4887343Z Entering 'third_party/flatbuffers' 2025-01-24T00:52:09.5248735Z Entering 'third_party/fmt' 2025-01-24T00:52:09.5602584Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T00:52:09.5958755Z Entering 'third_party/gloo' 2025-01-24T00:52:09.6335197Z Entering 'third_party/googletest' 2025-01-24T00:52:09.6680267Z Entering 'third_party/ideep' 2025-01-24T00:52:09.7010587Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T00:52:09.7428997Z Entering 'third_party/ittapi' 2025-01-24T00:52:09.7805264Z Entering 'third_party/kineto' 2025-01-24T00:52:09.8155085Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T00:52:09.8500853Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T00:52:09.8864323Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T00:52:09.9256082Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T00:52:09.9610502Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T00:52:09.9957428Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T00:52:10.0346690Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T00:52:10.0703560Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T00:52:10.1110052Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T00:52:10.1468564Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T00:52:10.1843008Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T00:52:10.2211849Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T00:52:10.2597399Z Entering 'third_party/kleidiai' 2025-01-24T00:52:10.2955526Z Entering 'third_party/mimalloc' 2025-01-24T00:52:10.3310767Z Entering 'third_party/nccl/nccl' 2025-01-24T00:52:10.3665840Z Entering 'third_party/nlohmann' 2025-01-24T00:52:10.4055948Z Entering 'third_party/onnx' 2025-01-24T00:52:10.4415685Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T00:52:10.4848434Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T00:52:10.5219451Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T00:52:10.5565149Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T00:52:10.5919714Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T00:52:10.6291952Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T00:52:10.6646101Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T00:52:10.7010821Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T00:52:10.7359843Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T00:52:10.7691599Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T00:52:10.8057882Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T00:52:10.8433536Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T00:52:10.8827303Z Entering 'third_party/pocketfft' 2025-01-24T00:52:10.9224414Z Entering 'third_party/protobuf' 2025-01-24T00:52:10.9565844Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T00:52:10.9927584Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T00:52:11.0290174Z Entering 'third_party/psimd' 2025-01-24T00:52:11.0634448Z Entering 'third_party/pthreadpool' 2025-01-24T00:52:11.0987578Z Entering 'third_party/pybind11' 2025-01-24T00:52:11.1350498Z Entering 'third_party/python-peachpy' 2025-01-24T00:52:11.1717306Z Entering 'third_party/sleef' 2025-01-24T00:52:11.2068494Z Entering 'third_party/tensorpipe' 2025-01-24T00:52:11.2405199Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T00:52:11.2804568Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T00:52:11.3166113Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T00:52:11.3522153Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T00:52:11.3853035Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T00:52:11.4332201Z ##[endgroup] 2025-01-24T00:52:11.4332734Z ##[group]Persisting credentials for submodules 2025-01-24T00:52:11.4345307Z [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-01-24T00:52:11.7768722Z Entering 'android/libs/fbjni' 2025-01-24T00:52:11.8338294Z Entering 'third_party/FP16' 2025-01-24T00:52:11.8890623Z Entering 'third_party/FXdiv' 2025-01-24T00:52:11.9439567Z Entering 'third_party/NNPACK' 2025-01-24T00:52:11.9988780Z Entering 'third_party/NVTX' 2025-01-24T00:52:12.0546263Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T00:52:12.1089023Z Entering 'third_party/XNNPACK' 2025-01-24T00:52:12.1701149Z Entering 'third_party/benchmark' 2025-01-24T00:52:12.2251580Z Entering 'third_party/composable_kernel' 2025-01-24T00:52:12.2822079Z Entering 'third_party/cpp-httplib' 2025-01-24T00:52:12.3372341Z Entering 'third_party/cpuinfo' 2025-01-24T00:52:12.3938898Z Entering 'third_party/cudnn_frontend' 2025-01-24T00:52:12.4502013Z Entering 'third_party/cutlass' 2025-01-24T00:52:12.5061416Z Entering 'third_party/eigen' 2025-01-24T00:52:12.5611746Z Entering 'third_party/fbgemm' 2025-01-24T00:52:12.6143657Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T00:52:12.6695279Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T00:52:12.7246676Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T00:52:12.7815588Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T00:52:12.8366000Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T00:52:12.8936189Z Entering 'third_party/flatbuffers' 2025-01-24T00:52:12.9517989Z Entering 'third_party/fmt' 2025-01-24T00:52:13.0060174Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T00:52:13.0605321Z Entering 'third_party/gloo' 2025-01-24T00:52:13.1147507Z Entering 'third_party/googletest' 2025-01-24T00:52:13.1697147Z Entering 'third_party/ideep' 2025-01-24T00:52:13.2236134Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T00:52:13.2799510Z Entering 'third_party/ittapi' 2025-01-24T00:52:13.3363352Z Entering 'third_party/kineto' 2025-01-24T00:52:13.3903521Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T00:52:13.4439002Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T00:52:13.5017667Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T00:52:13.5574104Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T00:52:13.6135318Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T00:52:13.6678811Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T00:52:13.7248969Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T00:52:13.7798766Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T00:52:13.8364576Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T00:52:13.8927045Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T00:52:13.9510105Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T00:52:14.0078372Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T00:52:14.0658749Z Entering 'third_party/kleidiai' 2025-01-24T00:52:14.1214628Z Entering 'third_party/mimalloc' 2025-01-24T00:52:14.1761395Z Entering 'third_party/nccl/nccl' 2025-01-24T00:52:14.2323316Z Entering 'third_party/nlohmann' 2025-01-24T00:52:14.2905499Z Entering 'third_party/onnx' 2025-01-24T00:52:14.3463206Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T00:52:14.4025764Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T00:52:14.4568199Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T00:52:14.5145877Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T00:52:14.5694067Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T00:52:14.6259171Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T00:52:14.6820651Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T00:52:14.7375329Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T00:52:14.7917515Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T00:52:14.8448983Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T00:52:14.9049085Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T00:52:14.9631689Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T00:52:15.0226390Z Entering 'third_party/pocketfft' 2025-01-24T00:52:15.0781493Z Entering 'third_party/protobuf' 2025-01-24T00:52:15.1370372Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T00:52:15.1938579Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T00:52:15.2565383Z Entering 'third_party/psimd' 2025-01-24T00:52:15.3122053Z Entering 'third_party/pthreadpool' 2025-01-24T00:52:15.3679762Z Entering 'third_party/pybind11' 2025-01-24T00:52:15.4225593Z Entering 'third_party/python-peachpy' 2025-01-24T00:52:15.4792735Z Entering 'third_party/sleef' 2025-01-24T00:52:15.5332685Z Entering 'third_party/tensorpipe' 2025-01-24T00:52:15.5877589Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T00:52:15.6432751Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T00:52:15.6978808Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T00:52:15.7546326Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T00:52:15.8082629Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T00:52:15.8767297Z [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-01-24T00:52:16.2317042Z Entering 'android/libs/fbjni' 2025-01-24T00:52:16.2887696Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-01-24T00:52:16.3035102Z Entering 'third_party/FP16' 2025-01-24T00:52:16.3624658Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-01-24T00:52:16.3749846Z Entering 'third_party/FXdiv' 2025-01-24T00:52:16.4283094Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-01-24T00:52:16.4408030Z Entering 'third_party/NNPACK' 2025-01-24T00:52:16.4923727Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-01-24T00:52:16.5050915Z Entering 'third_party/NVTX' 2025-01-24T00:52:16.5570476Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-01-24T00:52:16.5727506Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T00:52:16.6249594Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-01-24T00:52:16.6379430Z Entering 'third_party/XNNPACK' 2025-01-24T00:52:16.6911669Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-01-24T00:52:16.7059779Z Entering 'third_party/benchmark' 2025-01-24T00:52:16.7596037Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-01-24T00:52:16.7723639Z Entering 'third_party/composable_kernel' 2025-01-24T00:52:16.8268005Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-01-24T00:52:16.8420307Z Entering 'third_party/cpp-httplib' 2025-01-24T00:52:16.8935821Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-01-24T00:52:16.9066585Z Entering 'third_party/cpuinfo' 2025-01-24T00:52:16.9595127Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-01-24T00:52:16.9738077Z Entering 'third_party/cudnn_frontend' 2025-01-24T00:52:17.0334733Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-01-24T00:52:17.0465433Z Entering 'third_party/cutlass' 2025-01-24T00:52:17.1005651Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-01-24T00:52:17.1170371Z Entering 'third_party/eigen' 2025-01-24T00:52:17.1699632Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2025-01-24T00:52:17.1827070Z Entering 'third_party/fbgemm' 2025-01-24T00:52:17.2336326Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-01-24T00:52:17.2459339Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T00:52:17.2989436Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2025-01-24T00:52:17.3114283Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T00:52:17.3640481Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2025-01-24T00:52:17.3813711Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T00:52:17.4339368Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2025-01-24T00:52:17.4474186Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T00:52:17.5003339Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2025-01-24T00:52:17.5131915Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T00:52:17.5669054Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2025-01-24T00:52:17.5816152Z Entering 'third_party/flatbuffers' 2025-01-24T00:52:17.6354984Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-01-24T00:52:17.6487434Z Entering 'third_party/fmt' 2025-01-24T00:52:17.7004133Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-01-24T00:52:17.7149989Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T00:52:17.7664352Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-01-24T00:52:17.7813931Z Entering 'third_party/gloo' 2025-01-24T00:52:17.8380168Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-01-24T00:52:17.8507070Z Entering 'third_party/googletest' 2025-01-24T00:52:17.9058594Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-01-24T00:52:17.9182632Z Entering 'third_party/ideep' 2025-01-24T00:52:17.9704924Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-01-24T00:52:17.9818461Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T00:52:18.0355042Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-01-24T00:52:18.0511970Z Entering 'third_party/ittapi' 2025-01-24T00:52:18.1041595Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-01-24T00:52:18.1172739Z Entering 'third_party/kineto' 2025-01-24T00:52:18.1705722Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-01-24T00:52:18.1819472Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T00:52:18.2352138Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-01-24T00:52:18.2470823Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T00:52:18.2996562Z 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-01-24T00:52:18.3136304Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T00:52:18.3680139Z 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-01-24T00:52:18.3810867Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T00:52:18.4367287Z 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-01-24T00:52:18.4495343Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T00:52:18.5031713Z 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-01-24T00:52:18.5151133Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T00:52:18.5816283Z 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-01-24T00:52:18.5964633Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T00:52:18.6509434Z 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-01-24T00:52:18.6638888Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T00:52:18.7173078Z 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-01-24T00:52:18.7302576Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T00:52:18.7851733Z 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-01-24T00:52:18.8003269Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T00:52:18.8537839Z 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-01-24T00:52:18.8699577Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T00:52:18.9242939Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-01-24T00:52:18.9374440Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T00:52:18.9903230Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-01-24T00:52:19.0047031Z Entering 'third_party/kleidiai' 2025-01-24T00:52:19.0603690Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-01-24T00:52:19.0731711Z Entering 'third_party/mimalloc' 2025-01-24T00:52:19.1258165Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-01-24T00:52:19.1384332Z Entering 'third_party/nccl/nccl' 2025-01-24T00:52:19.1909677Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2025-01-24T00:52:19.2034367Z Entering 'third_party/nlohmann' 2025-01-24T00:52:19.2550488Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-01-24T00:52:19.2678683Z Entering 'third_party/onnx' 2025-01-24T00:52:19.3205617Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-01-24T00:52:19.3340901Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T00:52:19.3875993Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-01-24T00:52:19.4021289Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T00:52:19.4562034Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-01-24T00:52:19.4676470Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T00:52:19.5203452Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-01-24T00:52:19.5333767Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T00:52:19.5890174Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-01-24T00:52:19.6017934Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T00:52:19.6557810Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-01-24T00:52:19.6686744Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T00:52:19.7220362Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-01-24T00:52:19.7354721Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T00:52:19.7883696Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-01-24T00:52:19.8014624Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T00:52:19.8558805Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-01-24T00:52:19.8686410Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T00:52:19.9224439Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-01-24T00:52:19.9340376Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T00:52:19.9892130Z 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-01-24T00:52:20.0020610Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T00:52:20.0541936Z 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-01-24T00:52:20.0684469Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T00:52:20.1201880Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-01-24T00:52:20.1377528Z Entering 'third_party/pocketfft' 2025-01-24T00:52:20.1907878Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-01-24T00:52:20.2035316Z Entering 'third_party/protobuf' 2025-01-24T00:52:20.2567620Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-01-24T00:52:20.2693846Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T00:52:20.3234887Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-01-24T00:52:20.3369259Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T00:52:20.3900812Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-01-24T00:52:20.4046533Z Entering 'third_party/psimd' 2025-01-24T00:52:20.4565024Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-01-24T00:52:20.4694477Z Entering 'third_party/pthreadpool' 2025-01-24T00:52:20.5244823Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-01-24T00:52:20.5395598Z Entering 'third_party/pybind11' 2025-01-24T00:52:20.5918978Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-01-24T00:52:20.6046884Z Entering 'third_party/python-peachpy' 2025-01-24T00:52:20.6571516Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-01-24T00:52:20.6697097Z Entering 'third_party/sleef' 2025-01-24T00:52:20.7213817Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-01-24T00:52:20.7344773Z Entering 'third_party/tensorpipe' 2025-01-24T00:52:20.7874531Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-01-24T00:52:20.7988498Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T00:52:20.8539536Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-01-24T00:52:20.8664949Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T00:52:20.9184859Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-01-24T00:52:20.9309347Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T00:52:20.9836659Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-01-24T00:52:20.9968661Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T00:52:21.0504373Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-01-24T00:52:21.0615417Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T00:52:21.1158149Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-01-24T00:52:21.1747313Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2025-01-24T00:52:21.5280989Z Entering 'android/libs/fbjni' 2025-01-24T00:52:21.5633688Z Entering 'third_party/FP16' 2025-01-24T00:52:21.5983084Z Entering 'third_party/FXdiv' 2025-01-24T00:52:21.6334269Z Entering 'third_party/NNPACK' 2025-01-24T00:52:21.6678495Z Entering 'third_party/NVTX' 2025-01-24T00:52:21.7027830Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T00:52:21.7372577Z Entering 'third_party/XNNPACK' 2025-01-24T00:52:21.7735233Z Entering 'third_party/benchmark' 2025-01-24T00:52:21.8078686Z Entering 'third_party/composable_kernel' 2025-01-24T00:52:21.8434919Z Entering 'third_party/cpp-httplib' 2025-01-24T00:52:21.8781509Z Entering 'third_party/cpuinfo' 2025-01-24T00:52:21.9144627Z Entering 'third_party/cudnn_frontend' 2025-01-24T00:52:21.9497481Z Entering 'third_party/cutlass' 2025-01-24T00:52:21.9859216Z Entering 'third_party/eigen' 2025-01-24T00:52:22.0230449Z Entering 'third_party/fbgemm' 2025-01-24T00:52:22.0576659Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T00:52:22.0925228Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T00:52:22.1274274Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T00:52:22.1638393Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T00:52:22.2037588Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T00:52:22.2405650Z Entering 'third_party/flatbuffers' 2025-01-24T00:52:22.2762347Z Entering 'third_party/fmt' 2025-01-24T00:52:22.3171706Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T00:52:22.3531824Z Entering 'third_party/gloo' 2025-01-24T00:52:22.3904675Z Entering 'third_party/googletest' 2025-01-24T00:52:22.4253777Z Entering 'third_party/ideep' 2025-01-24T00:52:22.4599613Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T00:52:22.4981302Z Entering 'third_party/ittapi' 2025-01-24T00:52:22.5336833Z Entering 'third_party/kineto' 2025-01-24T00:52:22.5680161Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T00:52:22.6039879Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T00:52:22.6394476Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T00:52:22.6754852Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T00:52:22.7114498Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T00:52:22.7468635Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T00:52:22.7946708Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T00:52:22.8304803Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T00:52:22.8671103Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T00:52:22.9025648Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T00:52:22.9403756Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T00:52:22.9766151Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T00:52:23.0133362Z Entering 'third_party/kleidiai' 2025-01-24T00:52:23.0495434Z Entering 'third_party/mimalloc' 2025-01-24T00:52:23.0852539Z Entering 'third_party/nccl/nccl' 2025-01-24T00:52:23.1203082Z Entering 'third_party/nlohmann' 2025-01-24T00:52:23.1552477Z Entering 'third_party/onnx' 2025-01-24T00:52:23.2266586Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T00:52:23.2670262Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T00:52:23.3016078Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T00:52:23.3378746Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T00:52:23.3777520Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T00:52:23.4128130Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T00:52:23.4512795Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T00:52:23.4860377Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T00:52:23.5212490Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T00:52:23.5569619Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T00:52:23.5942081Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T00:52:23.6323726Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T00:52:23.6738603Z Entering 'third_party/pocketfft' 2025-01-24T00:52:23.7119857Z Entering 'third_party/protobuf' 2025-01-24T00:52:23.7471542Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T00:52:23.7839895Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T00:52:23.8239849Z Entering 'third_party/psimd' 2025-01-24T00:52:23.8624684Z Entering 'third_party/pthreadpool' 2025-01-24T00:52:23.8982364Z Entering 'third_party/pybind11' 2025-01-24T00:52:23.9379425Z Entering 'third_party/python-peachpy' 2025-01-24T00:52:23.9738293Z Entering 'third_party/sleef' 2025-01-24T00:52:24.0110933Z Entering 'third_party/tensorpipe' 2025-01-24T00:52:24.0441488Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T00:52:24.0801588Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T00:52:24.1176590Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T00:52:24.1540487Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T00:52:24.1884659Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T00:52:24.2379144Z [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-01-24T00:52:24.6080171Z Entering 'android/libs/fbjni' 2025-01-24T00:52:24.6451625Z Entering 'third_party/FP16' 2025-01-24T00:52:24.6804791Z Entering 'third_party/FXdiv' 2025-01-24T00:52:24.7162548Z Entering 'third_party/NNPACK' 2025-01-24T00:52:24.7513968Z Entering 'third_party/NVTX' 2025-01-24T00:52:24.7874053Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T00:52:24.8242685Z Entering 'third_party/XNNPACK' 2025-01-24T00:52:24.8621267Z Entering 'third_party/benchmark' 2025-01-24T00:52:24.8970845Z Entering 'third_party/composable_kernel' 2025-01-24T00:52:24.9336173Z Entering 'third_party/cpp-httplib' 2025-01-24T00:52:24.9731604Z Entering 'third_party/cpuinfo' 2025-01-24T00:52:25.0085062Z Entering 'third_party/cudnn_frontend' 2025-01-24T00:52:25.0449326Z Entering 'third_party/cutlass' 2025-01-24T00:52:25.0808785Z Entering 'third_party/eigen' 2025-01-24T00:52:25.1161510Z Entering 'third_party/fbgemm' 2025-01-24T00:52:25.1502729Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T00:52:25.1878423Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T00:52:25.2230224Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T00:52:25.2590641Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T00:52:25.2943763Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T00:52:25.3364459Z Entering 'third_party/flatbuffers' 2025-01-24T00:52:25.3724178Z Entering 'third_party/fmt' 2025-01-24T00:52:25.4082879Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T00:52:25.4439455Z Entering 'third_party/gloo' 2025-01-24T00:52:25.4794134Z Entering 'third_party/googletest' 2025-01-24T00:52:25.5140685Z Entering 'third_party/ideep' 2025-01-24T00:52:25.5496350Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T00:52:25.5883873Z Entering 'third_party/ittapi' 2025-01-24T00:52:25.6255493Z Entering 'third_party/kineto' 2025-01-24T00:52:25.6600834Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T00:52:25.6952318Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T00:52:25.7357561Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T00:52:25.7726155Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T00:52:25.8092949Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T00:52:25.8442234Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T00:52:25.8822050Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T00:52:25.9234930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T00:52:25.9593982Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T00:52:25.9972297Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T00:52:26.0356035Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T00:52:26.0720016Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T00:52:26.1264529Z Entering 'third_party/kleidiai' 2025-01-24T00:52:26.1612870Z Entering 'third_party/mimalloc' 2025-01-24T00:52:26.1965057Z Entering 'third_party/nccl/nccl' 2025-01-24T00:52:26.2352346Z Entering 'third_party/nlohmann' 2025-01-24T00:52:26.2706485Z Entering 'third_party/onnx' 2025-01-24T00:52:26.3102537Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T00:52:26.3488553Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T00:52:26.3834765Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T00:52:26.4214808Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T00:52:26.4578274Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T00:52:26.4940705Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T00:52:26.5321560Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T00:52:26.5686744Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T00:52:26.6053294Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T00:52:26.6403835Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T00:52:26.6770196Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T00:52:26.7148069Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T00:52:26.7544087Z Entering 'third_party/pocketfft' 2025-01-24T00:52:26.7904217Z Entering 'third_party/protobuf' 2025-01-24T00:52:26.8257592Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T00:52:26.8631614Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T00:52:26.9034832Z Entering 'third_party/psimd' 2025-01-24T00:52:26.9408535Z Entering 'third_party/pthreadpool' 2025-01-24T00:52:26.9777218Z Entering 'third_party/pybind11' 2025-01-24T00:52:27.0138235Z Entering 'third_party/python-peachpy' 2025-01-24T00:52:27.0491571Z Entering 'third_party/sleef' 2025-01-24T00:52:27.0861042Z Entering 'third_party/tensorpipe' 2025-01-24T00:52:27.1201857Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T00:52:27.1622762Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T00:52:27.1995834Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T00:52:27.2351018Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T00:52:27.2689211Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T00:52:27.3171233Z ##[endgroup] 2025-01-24T00:52:27.3452475Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-01-24T00:52:27.3664566Z d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:52:27.3952930Z Prepare all required actions 2025-01-24T00:52:27.4022861Z ##[group]Run ./.github/actions/setup-win 2025-01-24T00:52:27.4023157Z with: 2025-01-24T00:52:27.4023365Z cuda-version: 12.1 2025-01-24T00:52:27.4023586Z env: 2025-01-24T00:52:27.4023767Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:27.4024022Z ##[endgroup] 2025-01-24T00:52:27.4101222Z ##[group]Run set -euo pipefail 2025-01-24T00:52:27.4101530Z set -euo pipefail 2025-01-24T00:52:27.4101801Z function get_ec2_metadata() { 2025-01-24T00:52:27.4102158Z  # Pulled from instance metadata endpoint for EC2 2025-01-24T00:52:27.4102761Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-01-24T00:52:27.4103323Z  category=$1 2025-01-24T00:52:27.4104222Z  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-01-24T00:52:27.4105094Z } 2025-01-24T00:52:27.4105333Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-01-24T00:52:27.4105785Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-01-24T00:52:27.4106272Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-01-24T00:52:27.4106665Z echo "system info $(uname -a)" 2025-01-24T00:52:27.4126564Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:52:27.4127007Z env: 2025-01-24T00:52:27.4127188Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:27.4127434Z ##[endgroup] 2025-01-24T00:52:27.4788446Z ami-id: ami-05638636f7a000c6a 2025-01-24T00:52:27.5148731Z instance-id: i-0b996af9dac157b79 2025-01-24T00:52:27.5570307Z instance-type: c5d.4xlarge 2025-01-24T00:52:27.5764328Z system info MSYS_NT-10.0-17763 EC2AMAZ-PEHGJN5 3.5.4-cbe555e0.x86_64 2024-10-10 20:32 UTC x86_64 Msys 2025-01-24T00:52:27.5878266Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-01-24T00:52:27.5879256Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-01-24T00:52:27.5894981Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T00:52:27.5895554Z env: 2025-01-24T00:52:27.5895810Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:27.5896052Z ##[endgroup] 2025-01-24T00:52:27.9472767Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T00:52:27.9521318Z Finished 2025-01-24T00:52:27.9843093Z ##[group]Run # Windows conda is baked into the AMI at this location 2025-01-24T00:52:27.9843620Z # Windows conda is baked into the AMI at this location 2025-01-24T00:52:27.9844035Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2025-01-24T00:52:27.9844374Z  2025-01-24T00:52:27.9844562Z { 2025-01-24T00:52:27.9844823Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2025-01-24T00:52:27.9845219Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2025-01-24T00:52:27.9845571Z  echo "CONDA_INSTALL=${CONDA} install"; 2025-01-24T00:52:27.9845877Z } >> "${GITHUB_ENV}" 2025-01-24T00:52:27.9865166Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:52:27.9865688Z env: 2025-01-24T00:52:27.9865925Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:27.9866164Z ##[endgroup] 2025-01-24T00:52:28.0156555Z ##[group]Run set +e 2025-01-24T00:52:28.0157816Z set +e 2025-01-24T00:52:28.0158035Z set -x 2025-01-24T00:52:28.0159004Z  2025-01-24T00:52:28.0159231Z PYTHON3=$(${CONDA_RUN} which python3) 2025-01-24T00:52:28.0159542Z EXIT_CODE=$? 2025-01-24T00:52:28.0159752Z  2025-01-24T00:52:28.0161231Z if [[ "${EXIT_CODE}" == "0" ]]; then 2025-01-24T00:52:28.0161682Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2025-01-24T00:52:28.0162058Z  2025-01-24T00:52:28.0162279Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2025-01-24T00:52:28.0163665Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-01-24T00:52:28.0163983Z else 2025-01-24T00:52:28.0164450Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2025-01-24T00:52:28.0165171Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2025-01-24T00:52:28.0165859Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2025-01-24T00:52:28.0166443Z  # needed. In both cases, Python binary is just called python 2025-01-24T00:52:28.0166849Z  PYTHON=$(${CONDA_RUN} which python) 2025-01-24T00:52:28.0167155Z  EXIT_CODE=$? 2025-01-24T00:52:28.0167380Z  2025-01-24T00:52:28.0167584Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2025-01-24T00:52:28.0168046Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2025-01-24T00:52:28.0169343Z  2025-01-24T00:52:28.0169627Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2025-01-24T00:52:28.0170171Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2025-01-24T00:52:28.0170636Z  # here pointing to Python 2025-01-24T00:52:28.0170952Z  ln -s "${PYTHON}" "${PYTHON3}" 2025-01-24T00:52:28.0171232Z  2025-01-24T00:52:28.0171437Z  PYTHON_PATH=$(dirname "${PYTHON}") 2025-01-24T00:52:28.0171792Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-01-24T00:52:28.0172102Z  else 2025-01-24T00:52:28.0172341Z  echo "Found no Python using ${CONDA_RUN}" 2025-01-24T00:52:28.0172655Z  fi 2025-01-24T00:52:28.0172847Z fi 2025-01-24T00:52:28.0196062Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:52:28.0196504Z env: 2025-01-24T00:52:28.0196687Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:28.0197073Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:52:28.0198641Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:52:28.0199131Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:52:28.0199489Z ##[endgroup] 2025-01-24T00:52:28.0506243Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2025-01-24T00:52:29.6075416Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2025-01-24T00:52:29.6075804Z + EXIT_CODE=0 2025-01-24T00:52:29.6076104Z + [[ 0 == \0 ]] 2025-01-24T00:52:29.6076505Z + echo 'Found Python3 at /c/Jenkins/Miniconda3/python3, adding it into GITHUB_PATH' 2025-01-24T00:52:29.6077160Z Found Python3 at /c/Jenkins/Miniconda3/python3, adding it into GITHUB_PATH 2025-01-24T00:52:29.6146323Z ++ dirname /c/Jenkins/Miniconda3/python3 2025-01-24T00:52:29.6220747Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2025-01-24T00:52:29.6221120Z + echo /c/Jenkins/Miniconda3 2025-01-24T00:52:29.6331500Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-01-24T00:52:29.6332189Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-01-24T00:52:29.6332707Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2025-01-24T00:52:29.6354752Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:52:29.6355305Z env: 2025-01-24T00:52:29.6355668Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:29.6356145Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:52:29.6356693Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:52:29.6357770Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:52:29.6358165Z ##[endgroup] 2025-01-24T00:52:29.7322525Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-01-24T00:52:29.7323579Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-01-24T00:52:29.7324413Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-01-24T00:52:29.7324943Z # that it doesn't interfere 2025-01-24T00:52:29.7325452Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-01-24T00:52:29.7341578Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T00:52:29.7342113Z env: 2025-01-24T00:52:29.7342378Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:29.7342832Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:52:29.7343484Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:52:29.7344067Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:52:29.7344523Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:52:29.7344869Z ##[endgroup] 2025-01-24T00:52:30.0985957Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T00:52:30.1052334Z Finished 2025-01-24T00:52:30.6314415Z ##[group]Run choco install handle -y 2025-01-24T00:52:30.6314753Z choco install handle -y 2025-01-24T00:52:30.6315033Z handle C:\actions-runner\_work\ 2025-01-24T00:52:30.6332587Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T00:52:30.6333099Z env: 2025-01-24T00:52:30.6333393Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:30.6334096Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:52:30.6334824Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:52:30.6335307Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:52:30.6335713Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:52:30.6336017Z ##[endgroup] 2025-01-24T00:52:30.9885479Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T00:52:30.9929168Z Finished 2025-01-24T00:52:32.2854032Z Chocolatey v2.4.0 2025-01-24T00:52:32.4579646Z Installing the following packages: 2025-01-24T00:52:32.4584615Z handle 2025-01-24T00:52:32.4588544Z By installing, you accept licenses for the packages. 2025-01-24T00:52:33.0235247Z handle v5.0.0 already installed. 2025-01-24T00:52:33.0235877Z Use --force to reinstall, specify a version to install, or try upgrade. 2025-01-24T00:52:33.0333711Z 2025-01-24T00:52:33.0334111Z Chocolatey installed 0/1 packages. 2025-01-24T00:52:33.0334638Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2025-01-24T00:52:33.0337586Z 2025-01-24T00:52:33.0340885Z Warnings: 2025-01-24T00:52:33.0346717Z - handle - handle v5.0.0 already installed. 2025-01-24T00:52:33.0347193Z Use --force to reinstall, specify a version to install, or try upgrade. 2025-01-24T00:52:33.1024479Z 2025-01-24T00:52:33.1024911Z Nthandle v5.0 - Handle viewer 2025-01-24T00:52:33.1025268Z Copyright (C) 1997-2022 Mark Russinovich 2025-01-24T00:52:33.1025585Z Sysinternals - www.sysinternals.com 2025-01-24T00:52:33.1025782Z 2025-01-24T00:52:33.1350880Z powershell.exe pid: 4796 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T00:52:33.1351503Z handle.exe pid: 5996 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T00:52:33.1352322Z handle.exe pid: 1576 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T00:52:33.1353045Z handle64.exe pid: 784 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T00:52:33.1671397Z ##[group]Run python3 .github/scripts/parse_ref.py 2025-01-24T00:52:33.1671846Z python3 .github/scripts/parse_ref.py 2025-01-24T00:52:33.1691171Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:52:33.1691608Z env: 2025-01-24T00:52:33.1691795Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:33.1692181Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:52:33.1692704Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:52:33.1693197Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:52:33.1693603Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:52:33.1693923Z ##[endgroup] 2025-01-24T00:52:33.2528195Z Prepare all required actions 2025-01-24T00:52:33.2568498Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-01-24T00:52:33.2568826Z with: 2025-01-24T00:52:33.2569207Z github-token: *** 2025-01-24T00:52:33.2569417Z env: 2025-01-24T00:52:33.2569596Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:33.2569980Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:52:33.2570516Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:52:33.2571184Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:52:33.2571884Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:52:33.2572255Z ##[endgroup] 2025-01-24T00:52:33.2644824Z ##[group]Run set -eux 2025-01-24T00:52:33.2645078Z set -eux 2025-01-24T00:52:33.2645493Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-01-24T00:52:33.2666984Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:52:33.2667492Z env: 2025-01-24T00:52:33.2667683Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:33.2668141Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:52:33.2668704Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:52:33.2669182Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:52:33.2669595Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:52:33.2670089Z GITHUB_TOKEN: *** 2025-01-24T00:52:33.2670307Z ##[endgroup] 2025-01-24T00:52:33.2859664Z + python3 .github/scripts/get_workflow_job_id.py 12940918145 i-0b996af9dac157b79 2025-01-24T00:52:33.7245949Z setting job-id=36096145016 2025-01-24T00:52:33.7246379Z setting job-name=win-vs2019-cuda12.1-py3 / build 2025-01-24T00:52:33.7560842Z Prepare all required actions 2025-01-24T00:52:33.7561324Z Getting action download info 2025-01-24T00:52:33.8776272Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-01-24T00:52:34.0193588Z ##[group]Run ./.github/actions/filter-test-configs 2025-01-24T00:52:34.0193920Z with: 2025-01-24T00:52:34.0194283Z github-token: *** 2025-01-24T00:52:34.0194530Z job-name: win-vs2019-cuda12.1-py3 / build 2025-01-24T00:52:34.0194832Z env: 2025-01-24T00:52:34.0195020Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:34.0195402Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:52:34.0195941Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:52:34.0196512Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:52:34.0196919Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:52:34.0197216Z ##[endgroup] 2025-01-24T00:52:34.0509007Z ##[group]Run nick-fields/retry@v3.0.0 2025-01-24T00:52:34.0509452Z with: 2025-01-24T00:52:34.0509646Z shell: bash 2025-01-24T00:52:34.0509865Z timeout_minutes: 10 2025-01-24T00:52:34.0510089Z max_attempts: 5 2025-01-24T00:52:34.0510309Z retry_wait_seconds: 30 2025-01-24T00:52:34.0511130Z 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-01-24T00:52:34.0511984Z polling_interval_seconds: 1 2025-01-24T00:52:34.0512275Z warning_on_retry: true 2025-01-24T00:52:34.0512513Z continue_on_error: false 2025-01-24T00:52:34.0512753Z env: 2025-01-24T00:52:34.0512935Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:34.0513340Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:52:34.0513881Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:52:34.0514374Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:52:34.0514800Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:52:34.0515335Z GITHUB_TOKEN: *** 2025-01-24T00:52:34.0515542Z ##[endgroup] 2025-01-24T00:52:34.1711977Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-01-24T00:52:34.6922671Z Requirement already satisfied: requests==2.27.1 in c:\jenkins\miniconda3\lib\site-packages (2.27.1) 2025-01-24T00:52:34.6929787Z Requirement already satisfied: pyyaml==6.0.1 in c:\jenkins\miniconda3\lib\site-packages (6.0.1) 2025-01-24T00:52:34.7066974Z 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-01-24T00:52:34.7072904Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2024.8.30) 2025-01-24T00:52:34.7085621Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2.0.4) 2025-01-24T00:52:34.7099452Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2025-01-24T00:52:36.1651452Z Command completed after 1 attempt(s). 2025-01-24T00:52:36.1801871Z ##[group]Run set -x 2025-01-24T00:52:36.1802117Z set -x 2025-01-24T00:52:36.1802316Z  2025-01-24T00:52:36.1802666Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-01-24T00:52:36.1803131Z # in runner workspace 2025-01-24T00:52:36.1803495Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-01-24T00:52:36.1822918Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:52:36.1823370Z env: 2025-01-24T00:52:36.1823559Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:36.1823935Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:52:36.1825801Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:52:36.1826349Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:52:36.1826744Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:52:36.1827043Z ##[endgroup] 2025-01-24T00:52:36.2300711Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2025-01-24T00:52:36.2915934Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-01-24T00:52:36.2916317Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-01-24T00:52:36.2916812Z echo "Job name: ${JOB_NAME}" 2025-01-24T00:52:36.2917071Z  2025-01-24T00:52:36.2917441Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-01-24T00:52:36.2917902Z # in runner workspace 2025-01-24T00:52:36.2918300Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-01-24T00:52:36.2918774Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-01-24T00:52:36.2919086Z  --job-name "${JOB_NAME}" \ 2025-01-24T00:52:36.2919513Z  --test-matrix "" \ 2025-01-24T00:52:36.2919790Z  --selected-test-configs "" \ 2025-01-24T00:52:36.2920097Z  --pr-number "${PR_NUMBER}" \ 2025-01-24T00:52:36.2920374Z  --tag "${TAG}" \ 2025-01-24T00:52:36.2920642Z  --event-name "${EVENT_NAME}" \ 2025-01-24T00:52:36.2920943Z  --schedule "${SCHEDULE}" \ 2025-01-24T00:52:36.2921222Z  --branch "${HEAD_BRANCH}" 2025-01-24T00:52:36.2940780Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:52:36.2941291Z env: 2025-01-24T00:52:36.2941524Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:36.2941913Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:52:36.2942453Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:52:36.2942954Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:52:36.2943368Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:52:36.2943881Z GITHUB_TOKEN: *** 2025-01-24T00:52:36.2944119Z JOB_NAME: win-vs2019-cuda12.1-py3 / build 2025-01-24T00:52:36.2944396Z PR_NUMBER: 2025-01-24T00:52:36.2944593Z TAG: ciflow/trunk/145539 2025-01-24T00:52:36.2944817Z EVENT_NAME: push 2025-01-24T00:52:36.2945014Z SCHEDULE: 2025-01-24T00:52:36.2945194Z HEAD_BRANCH: 2025-01-24T00:52:36.2945380Z ##[endgroup] 2025-01-24T00:52:36.3134750Z Workflow: trunk 2025-01-24T00:52:36.3135036Z Job name: win-vs2019-cuda12.1-py3 / build 2025-01-24T00:52:36.4459358Z C:\actions-runner\_work\pytorch\pytorch\.github\scripts\filter_test_configs.py:555: UserWarning: Invalid test matrix input '', exiting 2025-01-24T00:52:36.4460188Z warnings.warn(f"Invalid test matrix input '{args.test_matrix}', exiting") 2025-01-24T00:52:36.4678725Z ##[group]Run echo "Filtered matrix:" 2025-01-24T00:52:36.4679071Z echo "Filtered matrix:" 2025-01-24T00:52:36.4679348Z echo "" 2025-01-24T00:52:36.4679551Z  2025-01-24T00:52:36.4679727Z echo 2025-01-24T00:52:36.4680010Z echo "Is the current job unstable? " 2025-01-24T00:52:36.4680309Z  2025-01-24T00:52:36.4680521Z echo 2025-01-24T00:52:36.4680739Z echo "Is keep-going label set? " 2025-01-24T00:52:36.4681015Z  2025-01-24T00:52:36.4681174Z echo 2025-01-24T00:52:36.4681375Z echo "Renabled issues? " 2025-01-24T00:52:36.4700796Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:52:36.4701232Z env: 2025-01-24T00:52:36.4701425Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:36.4701808Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:52:36.4702329Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:52:36.4703402Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:52:36.4703846Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:52:36.4704220Z ##[endgroup] 2025-01-24T00:52:36.4890459Z Filtered matrix: 2025-01-24T00:52:36.4890671Z 2025-01-24T00:52:36.4890678Z 2025-01-24T00:52:36.4890776Z Is the current job unstable? 2025-01-24T00:52:36.4890968Z 2025-01-24T00:52:36.4891100Z Is keep-going label set? 2025-01-24T00:52:36.4891324Z 2025-01-24T00:52:36.4891458Z Renabled issues? 2025-01-24T00:52:36.5035094Z Prepare all required actions 2025-01-24T00:52:36.5035520Z Getting action download info 2025-01-24T00:52:36.6075474Z ##[group]Run ./.github/actions/pytest-cache-download 2025-01-24T00:52:36.6075804Z with: 2025-01-24T00:52:36.6076006Z cache_dir: .pytest_cache 2025-01-24T00:52:36.6076287Z job_identifier: trunk_win-vs2019-cuda12.1-py3 2025-01-24T00:52:36.6076695Z s3_bucket: gha-artifacts 2025-01-24T00:52:36.6076927Z env: 2025-01-24T00:52:36.6077106Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:36.6077495Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:52:36.6078218Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:52:36.6078705Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:52:36.6079123Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:52:36.6079424Z ##[endgroup] 2025-01-24T00:52:36.6171640Z ##[group]Run nick-fields/retry@v3.0.0 2025-01-24T00:52:36.6172013Z with: 2025-01-24T00:52:36.6172208Z shell: bash 2025-01-24T00:52:36.6172420Z timeout_minutes: 5 2025-01-24T00:52:36.6172623Z max_attempts: 5 2025-01-24T00:52:36.6172834Z retry_wait_seconds: 30 2025-01-24T00:52:36.6173135Z command: set -eu python3 -m pip install boto3==1.35.42 2025-01-24T00:52:36.6173481Z polling_interval_seconds: 1 2025-01-24T00:52:36.6173736Z warning_on_retry: true 2025-01-24T00:52:36.6173971Z continue_on_error: false 2025-01-24T00:52:36.6174188Z env: 2025-01-24T00:52:36.6174367Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:36.6174753Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:52:36.6175276Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:52:36.6175769Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:52:36.6176176Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:52:36.6176465Z ##[endgroup] 2025-01-24T00:52:37.9641266Z Collecting boto3==1.35.42 2025-01-24T00:52:37.9795497Z Using cached boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-01-24T00:52:37.9866505Z 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-01-24T00:52:37.9873305Z 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-01-24T00:52:37.9880450Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (0.10.1) 2025-01-24T00:52:37.9950125Z 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-01-24T00:52:37.9962625Z 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-01-24T00:52:38.0023878Z 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-01-24T00:52:38.0899897Z Using cached boto3-1.35.42-py3-none-any.whl (139 kB) 2025-01-24T00:52:38.8652407Z Installing collected packages: boto3 2025-01-24T00:52:38.8654194Z Attempting uninstall: boto3 2025-01-24T00:52:38.8661724Z Found existing installation: boto3 1.35.33 2025-01-24T00:52:38.8817033Z Uninstalling boto3-1.35.33: 2025-01-24T00:52:38.8870272Z Successfully uninstalled boto3-1.35.33 2025-01-24T00:52:39.0534850Z Successfully installed boto3-1.35.42 2025-01-24T00:52:39.7371604Z Command completed after 1 attempt(s). 2025-01-24T00:52:39.7527887Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2025-01-24T00:52:39.7528376Z python3 .github/scripts/pytest_cache.py \ 2025-01-24T00:52:39.7528741Z  --download \ 2025-01-24T00:52:39.7530404Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2025-01-24T00:52:39.7530787Z  --pr_identifier $GITHUB_REF \ 2025-01-24T00:52:39.7531106Z  --job_identifier $JOB_IDENTIFIER \ 2025-01-24T00:52:39.7531422Z  --temp_dir $RUNNER_TEMP \ 2025-01-24T00:52:39.7531699Z  --repo $REPO \ 2025-01-24T00:52:39.7531934Z  --bucket $BUCKET \ 2025-01-24T00:52:39.7551249Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:52:39.7551750Z env: 2025-01-24T00:52:39.7551947Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:39.7552496Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:52:39.7553043Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:52:39.7553528Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:52:39.7553938Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:52:39.7554246Z CACHE_DIR: .pytest_cache 2025-01-24T00:52:39.7554524Z JOB_IDENTIFIER: trunk_win-vs2019-cuda12.1-py3 2025-01-24T00:52:39.7554841Z REPO: pytorch/pytorch 2025-01-24T00:52:39.7555066Z BUCKET: gha-artifacts 2025-01-24T00:52:39.7555285Z ##[endgroup] 2025-01-24T00:52:40.5861444Z PR identifier for `refs/tags/ciflow/trunk/145539` is `176fb65f7225139c8cde115d0862147c` 2025-01-24T00:52:40.5863187Z Downloading cache with args Namespace(upload=False, download=True, cache_dir='C:\\actions-runner\\_work\\pytorch\\pytorch/.pytest_cache', pr_identifier='refs/tags/ciflow/trunk/145539', job_identifier='trunk_win-vs2019-cuda12.1-py3', sha=None, test_config=None, shard=None, repo='pytorch/pytorch', temp_dir='C:\\actions-runner\\_work\\_temp', bucket='gha-artifacts') 2025-01-24T00:52:40.6492409Z There were no files matching the prefix `pytest_cache/pytorch/pytorch/176fb65f7225139c8cde115d0862147c/trunk_win-vs2019-cuda12_1-py3` in bucket `gha-artifacts` 2025-01-24T00:52:40.6600704Z ##[group]Run .ci/pytorch/win-build.sh 2025-01-24T00:52:40.6601059Z .ci/pytorch/win-build.sh 2025-01-24T00:52:40.6620159Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:52:40.6620604Z env: 2025-01-24T00:52:40.6620799Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:52:40.6621251Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:52:40.6621871Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:52:40.6622401Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:52:40.6622800Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:52:40.6623200Z PYTORCH_FINAL_PACKAGE_DIR: /c/12940918145/build-results/ 2025-01-24T00:52:40.6623540Z BRANCH: 2025-01-24T00:52:40.6623751Z BUILD_ENVIRONMENT: win-vs2019-cuda12.1-py3 2025-01-24T00:52:40.6624045Z BUILD_WHEEL: 1 2025-01-24T00:52:40.6624242Z MAX_JOBS: 8 2025-01-24T00:52:40.6624461Z CUDA_VERSION: 12.1 2025-01-24T00:52:40.6624667Z PYTHON_VERSION: 3.9 2025-01-24T00:52:40.6624902Z SCCACHE_BUCKET: ossci-compiler-cache 2025-01-24T00:52:40.6625194Z SCCACHE_S3_KEY_PREFIX: trunk 2025-01-24T00:52:40.6625437Z SCCACHE_REGION: us-east-1 2025-01-24T00:52:40.6625672Z VC_PRODUCT: BuildTools 2025-01-24T00:52:40.6625889Z VC_VERSION: 2025-01-24T00:52:40.6626071Z VC_YEAR: 2019 2025-01-24T00:52:40.6626401Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-01-24T00:52:40.6626812Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T00:52:40.6627053Z PR_NUMBER: 2025-01-24T00:52:40.6627282Z SHA1: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:52:40.6627635Z DEBUG: 0 2025-01-24T00:52:40.6627848Z TORCH_CUDA_ARCH_LIST: 8.6 2025-01-24T00:52:40.6628111Z USE_CUDA: 1 2025-01-24T00:52:40.6628299Z USE_XPU: 0 2025-01-24T00:52:40.6628511Z XPU_VERSION: 2025-01-24T00:52:40.6628756Z OUR_GITHUB_JOB_ID: 36096145016 2025-01-24T00:52:40.6629013Z ##[endgroup] 2025-01-24T00:52:40.7944180Z ++ [[ win-vs2019-cuda12.1-py3 == *rocm* ]] 2025-01-24T00:52:40.7944556Z ++ BUILD_TEST_LIBTORCH=0 2025-01-24T00:52:40.7944951Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common-build.sh 2025-01-24T00:52:40.7946768Z ++ [[ win-vs2019-cuda12.1-py3 != *win-* ]] 2025-01-24T00:52:40.7947206Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-01-24T00:52:40.7947699Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-01-24T00:52:40.8004859Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-01-24T00:52:40.8110500Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2025-01-24T00:52:40.8111189Z + export TMP_DIR_WIN 2025-01-24T00:52:40.8111508Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/12940918145/build-results/ 2025-01-24T00:52:40.8111936Z + PYTORCH_FINAL_PACKAGE_DIR=/c/12940918145/build-results/ 2025-01-24T00:52:40.8112312Z + [[ -n /c/12940918145/build-results/ ]] 2025-01-24T00:52:40.8112608Z + mkdir -p /c/12940918145/build-results/ 2025-01-24T00:52:40.8254526Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-01-24T00:52:40.8255270Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-01-24T00:52:40.8255749Z + set +ex 2025-01-24T00:52:41.6993470Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2025-01-24T00:52:41.7134544Z 2025-01-24T00:52:41.7135162Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" (set BUILD_TYPE=debug ) ELSE (set BUILD_TYPE=release ) 2025-01-24T00:52:41.7138214Z 2025-01-24T00:52:41.7142392Z 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-01-24T00:52:41.7145004Z 2025-01-24T00:52:41.7145587Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-01-24T00:52:41.7146285Z 2025-01-24T00:52:41.7146836Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_magma.bat 2025-01-24T00:52:41.7155815Z 2025-01-24T00:52:41.7156388Z C:\actions-runner\_work\pytorch\pytorch>if "12.1" == "cpu" ( 2025-01-24T00:52:41.7156943Z echo skip magma installation for cpu builds 2025-01-24T00:52:41.7157269Z exit /b 0 2025-01-24T00:52:41.7157493Z ) 2025-01-24T00:52:41.7157590Z 2025-01-24T00:52:41.7157897Z C:\actions-runner\_work\pytorch\pytorch>rem remove dot in cuda_version, fox example 11.1 to 111 2025-01-24T00:52:41.7159085Z 2025-01-24T00:52:41.7159598Z C:\actions-runner\_work\pytorch\pytorch>if not "1" == "1" (exit /b 0 ) 2025-01-24T00:52:41.7161072Z 2025-01-24T00:52:41.7161357Z C:\actions-runner\_work\pytorch\pytorch>if x121 == x12.1 ( 2025-01-24T00:52:41.7161843Z echo CUDA version 12.1 format isn't correct, which doesn't contain '.' 2025-01-24T00:52:41.7162254Z exit /b 1 2025-01-24T00:52:41.7162428Z ) 2025-01-24T00:52:41.7162564Z 2025-01-24T00:52:41.7162849Z C:\actions-runner\_work\pytorch\pytorch>set VERSION_SUFFIX=121 2025-01-24T00:52:41.7164973Z 2025-01-24T00:52:41.7165216Z C:\actions-runner\_work\pytorch\pytorch>set CUDA_SUFFIX=cuda121 2025-01-24T00:52:41.7167629Z 2025-01-24T00:52:41.7167899Z C:\actions-runner\_work\pytorch\pytorch>if "cuda121" == "" ( 2025-01-24T00:52:41.7168409Z echo unknown CUDA version, please set `CUDA_VERSION` higher than 10.2 2025-01-24T00:52:41.7168852Z exit /b 1 2025-01-24T00:52:41.7169075Z ) 2025-01-24T00:52:41.7170746Z 2025-01-24T00:52:41.7171042Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2025-01-24T00:52:41.7172744Z if "win-vs2019-cuda12.1-py3" == "" (curl --retry 3 --retry-all-errors -k https://s3.amazonaws.com/ossci-windows/magma_2.5.4_cuda121_release.7z --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda121_release.7z ) else (aws s3 cp s3://ossci-windows/magma_2.5.4_cuda121_release.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda121_release.7z --quiet ) 2025-01-24T00:52:41.7174578Z if errorlevel 1 exit /b 2025-01-24T00:52:41.7174871Z if not errorlevel 0 exit /b 2025-01-24T00:52:41.7175557Z 7z x -aoa C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda121_release.7z -oC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma 2025-01-24T00:52:41.7176258Z if errorlevel 1 exit /b 2025-01-24T00:52:41.7176506Z if not errorlevel 0 exit /b 2025-01-24T00:52:41.7176728Z ) 2025-01-24T00:52:43.9501390Z 2025-01-24T00:52:43.9501938Z 7-Zip 24.08 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-08-11 2025-01-24T00:52:43.9502258Z 2025-01-24T00:52:43.9502359Z Scanning the drive for archives: 2025-01-24T00:52:43.9502629Z 1 file, 61758995 bytes (59 MiB) 2025-01-24T00:52:43.9502789Z 2025-01-24T00:52:43.9503147Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda121_release.7z 2025-01-24T00:52:46.4687689Z -- 2025-01-24T00:52:46.4688181Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda121_release.7z 2025-01-24T00:52:46.4688685Z Type = 7z 2025-01-24T00:52:46.4688877Z Physical Size = 61758995 2025-01-24T00:52:46.4689108Z Headers Size = 937 2025-01-24T00:52:46.4689317Z Method = LZMA2:24 2025-01-24T00:52:46.4689507Z Solid = + 2025-01-24T00:52:46.4690453Z Blocks = 1 2025-01-24T00:52:46.4690577Z 2025-01-24T00:52:46.4690674Z Everything is Ok 2025-01-24T00:52:46.4690801Z 2025-01-24T00:52:46.4690872Z Folders: 2 2025-01-24T00:52:46.4691055Z Files: 68 2025-01-24T00:52:46.4691235Z Size: 143782746 2025-01-24T00:52:46.4691446Z Compressed: 61758995 2025-01-24T00:52:46.4708297Z 2025-01-24T00:52:46.4708896Z C:\actions-runner\_work\pytorch\pytorch>set MAGMA_HOME=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma 2025-01-24T00:52:46.4712375Z 2025-01-24T00:52:46.4712663Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-01-24T00:52:46.4713483Z 2025-01-24T00:52:46.4713733Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-01-24T00:52:46.4714771Z 2025-01-24T00:52:46.4715361Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_sccache.bat 2025-01-24T00:52:46.4725505Z 2025-01-24T00:52:46.4726169Z C:\actions-runner\_work\pytorch\pytorch>mkdir C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin 2025-01-24T00:52:46.4730729Z 2025-01-24T00:52:46.4730946Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2025-01-24T00:52:46.4731447Z IF EXIST C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ( 2025-01-24T00:52:46.4731919Z taskkill /im sccache.exe /f /t || ver 1>nul 2025-01-24T00:52:46.4732425Z del C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe || ver 1>nul 2025-01-24T00:52:46.4732893Z ) 2025-01-24T00:52:46.4734212Z if "win-vs2019-cuda12.1-py3" == "" (curl --retry 3 --retry-all-errors -k https://s3.amazonaws.com/ossci-windows/sccache-v0.7.4.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ) else (aws s3 cp s3://ossci-windows/sccache-v0.7.4.exe C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ) 2025-01-24T00:52:46.4735588Z ) 2025-01-24T00:52:47.7484520Z Completed 256.0 KiB/18.8 MiB (759.1 KiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7598363Z Completed 512.0 KiB/18.8 MiB (1.4 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7609216Z Completed 768.0 KiB/18.8 MiB (2.0 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7618010Z Completed 1.0 MiB/18.8 MiB (2.6 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7627536Z Completed 1.2 MiB/18.8 MiB (3.3 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7636726Z Completed 1.5 MiB/18.8 MiB (3.9 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7642833Z Completed 1.8 MiB/18.8 MiB (4.6 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7649905Z Completed 2.0 MiB/18.8 MiB (5.2 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7656082Z Completed 2.2 MiB/18.8 MiB (5.9 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7662515Z Completed 2.5 MiB/18.8 MiB (6.5 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7668801Z Completed 2.8 MiB/18.8 MiB (7.2 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7676137Z Completed 3.0 MiB/18.8 MiB (7.8 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7682966Z Completed 3.2 MiB/18.8 MiB (8.4 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7692031Z Completed 3.5 MiB/18.8 MiB (9.1 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7701092Z Completed 3.8 MiB/18.8 MiB (9.7 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7704345Z Completed 4.0 MiB/18.8 MiB (10.3 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7710778Z Completed 4.2 MiB/18.8 MiB (10.9 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7721742Z Completed 4.5 MiB/18.8 MiB (11.6 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7729959Z Completed 4.8 MiB/18.8 MiB (12.2 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7737488Z Completed 5.0 MiB/18.8 MiB (12.9 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7740782Z Completed 5.2 MiB/18.8 MiB (13.4 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7747277Z Completed 5.5 MiB/18.8 MiB (14.0 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7755473Z Completed 5.8 MiB/18.8 MiB (14.7 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7765011Z Completed 6.0 MiB/18.8 MiB (15.3 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7773061Z Completed 6.2 MiB/18.8 MiB (15.9 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7774704Z Completed 6.5 MiB/18.8 MiB (16.5 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7780832Z Completed 6.8 MiB/18.8 MiB (17.2 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7787932Z Completed 7.0 MiB/18.8 MiB (17.8 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7793849Z Completed 7.2 MiB/18.8 MiB (18.4 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7797613Z Completed 7.5 MiB/18.8 MiB (19.1 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7801823Z Completed 7.8 MiB/18.8 MiB (19.7 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7808875Z Completed 8.0 MiB/18.8 MiB (20.3 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7814107Z Completed 8.2 MiB/18.8 MiB (21.0 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7819520Z Completed 8.5 MiB/18.8 MiB (21.6 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7822312Z Completed 8.8 MiB/18.8 MiB (22.2 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7828096Z Completed 9.0 MiB/18.8 MiB (22.9 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7834113Z Completed 9.2 MiB/18.8 MiB (23.5 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7841374Z Completed 9.5 MiB/18.8 MiB (24.2 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7847135Z Completed 9.8 MiB/18.8 MiB (24.8 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7856793Z Completed 10.0 MiB/18.8 MiB (25.4 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7871950Z Completed 10.2 MiB/18.8 MiB (26.1 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7888024Z Completed 10.5 MiB/18.8 MiB (26.7 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7897897Z Completed 10.8 MiB/18.8 MiB (27.3 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.7903950Z Completed 11.0 MiB/18.8 MiB (28.0 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.8751383Z Completed 11.1 MiB/18.8 MiB (28.1 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.8797338Z Completed 11.3 MiB/18.8 MiB (23.2 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.8835924Z Completed 11.6 MiB/18.8 MiB (23.4 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.8875524Z Completed 11.8 MiB/18.8 MiB (23.9 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.8896613Z Completed 12.1 MiB/18.8 MiB (23.9 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.8926254Z Completed 12.3 MiB/18.8 MiB (24.3 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.8947445Z Completed 12.6 MiB/18.8 MiB (24.6 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.8968284Z Completed 12.8 MiB/18.8 MiB (25.0 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.8988864Z Completed 13.1 MiB/18.8 MiB (25.4 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9009445Z Completed 13.3 MiB/18.8 MiB (25.8 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9022349Z Completed 13.6 MiB/18.8 MiB (26.2 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9041589Z Completed 13.8 MiB/18.8 MiB (26.6 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9054625Z Completed 14.1 MiB/18.8 MiB (27.1 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9070742Z Completed 14.3 MiB/18.8 MiB (27.6 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9083256Z Completed 14.6 MiB/18.8 MiB (27.8 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9093824Z Completed 14.8 MiB/18.8 MiB (28.3 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9104307Z Completed 15.1 MiB/18.8 MiB (28.7 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9114090Z Completed 15.3 MiB/18.8 MiB (29.2 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9124462Z Completed 15.6 MiB/18.8 MiB (29.7 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9133534Z Completed 15.8 MiB/18.8 MiB (30.2 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9142992Z Completed 16.1 MiB/18.8 MiB (30.6 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9152600Z Completed 16.3 MiB/18.8 MiB (31.1 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9163843Z Completed 16.6 MiB/18.8 MiB (31.6 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9170808Z Completed 16.8 MiB/18.8 MiB (31.5 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9179064Z Completed 17.1 MiB/18.8 MiB (31.9 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9187054Z Completed 17.3 MiB/18.8 MiB (32.3 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9198336Z Completed 17.6 MiB/18.8 MiB (32.7 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9205129Z Completed 17.8 MiB/18.8 MiB (33.1 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9230866Z Completed 18.1 MiB/18.8 MiB (33.5 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9235637Z Completed 18.3 MiB/18.8 MiB (33.9 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9242874Z Completed 18.6 MiB/18.8 MiB (34.3 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9252220Z Completed 18.8 MiB/18.8 MiB (34.7 MiB/s) with 1 file(s) remaining 2025-01-24T00:52:47.9252799Z download: s3://ossci-windows/sccache-v0.7.4.exe to build\win_tmp\bin\sccache.exe 2025-01-24T00:52:48.0332036Z 2025-01-24T00:52:48.0332674Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-01-24T00:52:48.0333054Z 2025-01-24T00:52:48.0333393Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-01-24T00:52:48.0335334Z 2025-01-24T00:52:48.0335934Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2025-01-24T00:52:48.0336367Z set CUDA_VERSION=xpu 2025-01-24T00:52:48.0336899Z call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\..\windows\internal\xpu_install.bat 2025-01-24T00:52:48.0337494Z if errorlevel 1 exit /b 1 2025-01-24T00:52:48.0337729Z ) 2025-01-24T00:52:48.0337839Z 2025-01-24T00:52:48.0338424Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2025-01-24T00:52:48.0348381Z 2025-01-24T00:52:48.0349123Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cuda12.1-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2025-01-24T00:52:48.0352049Z 2025-01-24T00:52:48.0352525Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2025-01-24T00:52:48.0355079Z 2025-01-24T00:52:48.0355337Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2025-01-24T00:52:48.0356651Z 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-01-24T00:52:48.0357740Z if errorlevel 1 exit /b 2025-01-24T00:52:48.0358015Z if not errorlevel 0 exit /b 2025-01-24T00:52:48.0358844Z 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-01-24T00:52:48.0359675Z if errorlevel 1 exit /b 2025-01-24T00:52:48.0359921Z if not errorlevel 0 exit /b 2025-01-24T00:52:48.0360160Z ) 2025-01-24T00:52:48.0360253Z 2025-01-24T00:52:48.0360613Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-01-24T00:52:49.2822736Z Requirement already satisfied: mkl-include==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (2021.4.0) 2025-01-24T00:52:49.2830238Z Requirement already satisfied: mkl-devel==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (2021.4.0) 2025-01-24T00:52:49.2864533Z Requirement already satisfied: mkl==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (from mkl-devel==2021.4.0) (2021.4.0) 2025-01-24T00:52:49.2891146Z 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-01-24T00:52:49.2896876Z 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-01-24T00:52:50.3449324Z ********************************************************************** 2025-01-24T00:52:50.3449804Z ** Visual Studio 2019 Developer Command Prompt v16.11.42 2025-01-24T00:52:50.3450592Z ** Copyright (c) 2021 Microsoft Corporation 2025-01-24T00:52:50.3450945Z ********************************************************************** 2025-01-24T00:52:50.7921336Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-01-24T00:52:50.7954784Z 2025-01-24T00:52:50.7955324Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2025-01-24T00:52:50.7958567Z 2025-01-24T00:52:50.7958976Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "1" == "1" goto cuda_build_end 2025-01-24T00:52:50.7960331Z 2025-01-24T00:52:50.7960810Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2025-01-24T00:52:50.7963148Z 2025-01-24T00:52:50.7963414Z (base) C:\actions-runner\_work\pytorch\pytorch>if x121 == x12.1 ( 2025-01-24T00:52:50.7963911Z echo CUDA version 12.1 format isn't correct, which doesn't contain '.' 2025-01-24T00:52:50.7964305Z goto fail 2025-01-24T00:52:50.7964477Z ) 2025-01-24T00:52:50.7964581Z 2025-01-24T00:52:50.7965302Z (base) C:\actions-runner\_work\pytorch\pytorch>rem version transformer, for example 10.1 to 10_1. 2025-01-24T00:52:50.7965937Z 2025-01-24T00:52:50.7966268Z (base) C:\actions-runner\_work\pytorch\pytorch>if x121 == x12.1 ( 2025-01-24T00:52:50.7966779Z echo CUDA version 12.1 format isn't correct, which doesn't contain '.' 2025-01-24T00:52:50.7967173Z goto fail 2025-01-24T00:52:50.7967339Z ) 2025-01-24T00:52:50.7967441Z 2025-01-24T00:52:50.7967934Z (base) C:\actions-runner\_work\pytorch\pytorch>set VERSION_SUFFIX=12_1 2025-01-24T00:52:50.7970199Z 2025-01-24T00:52:50.7970740Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH_V12_1=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2025-01-24T00:52:50.7972706Z 2025-01-24T00:52:50.7973279Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_LIB_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64 2025-01-24T00:52:50.7975336Z 2025-01-24T00:52:50.7975877Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_TOOLKIT_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2025-01-24T00:52:50.7977657Z 2025-01-24T00:52:50.7978266Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2025-01-24T00:52:50.7980369Z 2025-01-24T00:52:50.7988826Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\libnvvp;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-01-24T00:52:50.7996884Z 2025-01-24T00:52:50.7997097Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2025-01-24T00:52:50.7997416Z 2025-01-24T00:52:50.8005544Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\libnvvp;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-01-24T00:52:50.8013829Z 2025-01-24T00:52:50.8014109Z (base) C:\actions-runner\_work\pytorch\pytorch>if "8.6" == "" set TORCH_CUDA_ARCH_LIST=8.6 2025-01-24T00:52:50.8014501Z 2025-01-24T00:52:50.8014711Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IDLE_TIMEOUT=0 2025-01-24T00:52:50.8015073Z 2025-01-24T00:52:50.8015367Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IGNORE_SERVER_IO_ERROR=1 2025-01-24T00:52:50.8015734Z 2025-01-24T00:52:50.8015939Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2025-01-24T00:52:50.8689294Z Stopping sccache server... 2025-01-24T00:52:51.8710205Z sccache: error: couldn't connect to server 2025-01-24T00:52:51.8712632Z sccache: caused by: No connection could be made because the target machine actively refused it. (os error 10061) 2025-01-24T00:52:51.8736871Z 2025-01-24T00:52:51.8737456Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --start-server 2025-01-24T00:52:51.8831792Z sccache: Starting the server... 2025-01-24T00:52:51.9908497Z 2025-01-24T00:52:51.9909078Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --zero-stats 2025-01-24T00:52:52.0024184Z Compile requests 0 2025-01-24T00:52:52.0024594Z Compile requests executed 0 2025-01-24T00:52:52.0024887Z Cache hits 0 2025-01-24T00:52:52.0025193Z Cache misses 0 2025-01-24T00:52:52.0025549Z Cache timeouts 0 2025-01-24T00:52:52.0025822Z Cache read errors 0 2025-01-24T00:52:52.0026099Z Forced recaches 0 2025-01-24T00:52:52.0026377Z Cache write errors 0 2025-01-24T00:52:52.0026676Z Compilation failures 0 2025-01-24T00:52:52.0026945Z Cache errors 0 2025-01-24T00:52:52.0027227Z Non-cacheable compilations 0 2025-01-24T00:52:52.0027521Z Non-cacheable calls 0 2025-01-24T00:52:52.0027799Z Non-compilation calls 0 2025-01-24T00:52:52.0028094Z Unsupported compiler calls 0 2025-01-24T00:52:52.0028389Z Average cache write 0.000 s 2025-01-24T00:52:52.0028686Z Average compiler 0.000 s 2025-01-24T00:52:52.0028986Z Average cache read hit 0.000 s 2025-01-24T00:52:52.0029287Z Failed distributed compilations 0 2025-01-24T00:52:52.0029682Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2025-01-24T00:52:52.0030096Z Version (client) 0.7.4 2025-01-24T00:52:52.0044859Z 2025-01-24T00:52:52.0045282Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_C_COMPILER_LAUNCHER=sccache 2025-01-24T00:52:52.0047550Z 2025-01-24T00:52:52.0047955Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CXX_COMPILER_LAUNCHER=sccache 2025-01-24T00:52:52.0050255Z 2025-01-24T00:52:52.0050779Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_GENERATOR=Ninja 2025-01-24T00:52:52.0054406Z 2025-01-24T00:52:52.0054989Z (base) C:\actions-runner\_work\pytorch\pytorch>if "1" == "1" ( 2025-01-24T00:52:52.0055349Z 2025-01-24T00:52:52.0055516Z 2025-01-24T00:52:52.0055666Z 2025-01-24T00:52:52.0056465Z 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-01-24T00:52:52.0057588Z if errorlevel 1 goto fail 2025-01-24T00:52:52.0057849Z if not errorlevel 0 goto fail 2025-01-24T00:52:52.0059068Z echo @"C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\randomtemp.exe" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\nvcc.exe" %* 1>"C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat" 2025-01-24T00:52:52.0060439Z cat C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-01-24T00:52:52.0061076Z set CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-01-24T00:52:52.0061940Z for /F "usebackq delims=" %n in (`cygpath -m "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\nvcc.exe"`) do set CMAKE_CUDA_COMPILER=%n 2025-01-24T00:52:52.0063170Z 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-01-24T00:52:52.0064008Z ) 2025-01-24T00:52:52.0064210Z The system cannot find the drive specified. 2025-01-24T00:52:52.0064542Z The system cannot find the drive specified. 2025-01-24T00:52:52.0064860Z The system cannot find the drive specified. 2025-01-24T00:52:52.6312744Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-01-24T00:52:52.6313267Z Dload Upload Total Spent Left Speed 2025-01-24T00:52:52.6313518Z 2025-01-24T00:52:52.7140972Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-01-24T00:52:52.7141408Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-01-24T00:52:52.7442311Z 2025-01-24T00:52:52.7442979Z 100 303k 100 303k 0 0 2499k 0 --:--:-- --:--:-- --:--:-- 2499k 2025-01-24T00:52:52.7631223Z @"C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\randomtemp.exe" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\nvcc.exe" %* 2025-01-24T00:52:52.7849902Z 2025-01-24T00:52:52.7851012Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CUDA_COMPILER=C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/bin/nvcc.exe 2025-01-24T00:52:52.7855122Z 2025-01-24T00:52:52.7855610Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2025-01-24T00:52:52.7856065Z ALLUSERSPROFILE=C:\ProgramData 2025-01-24T00:52:52.7856551Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-01-24T00:52:52.7857039Z APPDATA=C:\Users\runneruser\AppData\Roaming 2025-01-24T00:52:52.7857353Z AWS_DEFAULT_REGION=us-east-1 2025-01-24T00:52:52.7857605Z AWS_EXECUTION_ENV=EC2 2025-01-24T00:52:52.7857817Z BRANCH= 2025-01-24T00:52:52.7858018Z BUILD_ENVIRONMENT=win-vs2019-cuda12.1-py3 2025-01-24T00:52:52.7858310Z BUILD_TYPE=release 2025-01-24T00:52:52.7858514Z BUILD_WHEEL=1 2025-01-24T00:52:52.7858693Z CI=true 2025-01-24T00:52:52.7859099Z CMAKE_CUDA_COMPILER=C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/bin/nvcc.exe 2025-01-24T00:52:52.7860148Z 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-01-24T00:52:52.7861006Z CMAKE_CXX_COMPILER_LAUNCHER=sccache 2025-01-24T00:52:52.7861292Z CMAKE_C_COMPILER_LAUNCHER=sccache 2025-01-24T00:52:52.7861551Z CMAKE_GENERATOR=Ninja 2025-01-24T00:52:52.7861774Z CommandPromptType=Native 2025-01-24T00:52:52.7862065Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2025-01-24T00:52:52.7862446Z COMPUTERNAME=EC2AMAZ-PEHGJN5 2025-01-24T00:52:52.7862740Z COMSPEC=C:\Windows\system32\cmd.exe 2025-01-24T00:52:52.7863159Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:52:52.7863625Z CONDA_DEFAULT_ENV=base 2025-01-24T00:52:52.7863924Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2025-01-24T00:52:52.7864415Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:52:52.7865096Z CONDA_PARENT_DIR=C:\Jenkins 2025-01-24T00:52:52.7865395Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2025-01-24T00:52:52.7865699Z CONDA_PROMPT_MODIFIER=(base) 2025-01-24T00:52:52.7866040Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2025-01-24T00:52:52.7866550Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:52:52.7867020Z CONDA_SHLVL=1 2025-01-24T00:52:52.7867400Z CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-01-24T00:52:52.7867971Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2025-01-24T00:52:52.7868463Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2025-01-24T00:52:52.7868963Z CUDA_PATH_V12_1=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2025-01-24T00:52:52.7869460Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2025-01-24T00:52:52.7869952Z CUDA_PATH_V12_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-01-24T00:52:52.7870337Z CUDA_SUFFIX=cuda121 2025-01-24T00:52:52.7870687Z CUDA_TOOLKIT_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2025-01-24T00:52:52.7871091Z CUDA_VERSION=12.1 2025-01-24T00:52:52.7872072Z ChocolateyInstall=C:\ProgramData\chocolatey 2025-01-24T00:52:52.7872663Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2025-01-24T00:52:52.7873117Z CommonProgramW6432=C:\Program Files\Common Files 2025-01-24T00:52:52.7873583Z CUDNN_LIB_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64 2025-01-24T00:52:52.7874119Z CUDNN_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2025-01-24T00:52:52.7874502Z DEBUG=0 2025-01-24T00:52:52.7874842Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2025-01-24T00:52:52.7875303Z DISTUTILS_USE_SDK=1 2025-01-24T00:52:52.7875566Z DriverData=C:\Windows\System32\Drivers\DriverData 2025-01-24T00:52:52.7875888Z EC2LAUNCH_TELEMETRY=1 2025-01-24T00:52:52.7876281Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2025-01-24T00:52:52.7876736Z Framework40Version=v4.0 2025-01-24T00:52:52.7877009Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2025-01-24T00:52:52.7877411Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2025-01-24T00:52:52.7877861Z FrameworkVersion=v4.0.30319 2025-01-24T00:52:52.7878138Z FrameworkVersion64=v4.0.30319 2025-01-24T00:52:52.7878430Z GITHUB_ACTION=build 2025-01-24T00:52:52.7878666Z GITHUB_ACTIONS=true 2025-01-24T00:52:52.7878865Z GITHUB_ACTION_REF= 2025-01-24T00:52:52.7879078Z GITHUB_ACTION_REPOSITORY= 2025-01-24T00:52:52.7879328Z GITHUB_ACTOR=pytorch-bot[bot] 2025-01-24T00:52:52.7879582Z GITHUB_ACTOR_ID=54816060 2025-01-24T00:52:52.7879849Z GITHUB_API_URL=https://api.github.com 2025-01-24T00:52:52.7880121Z GITHUB_BASE_REF= 2025-01-24T00:52:52.7880575Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_53966fc7-a4d1-42a4-984d-df15bd7c51f1 2025-01-24T00:52:52.7881118Z GITHUB_EVENT_NAME=push 2025-01-24T00:52:52.7881476Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2025-01-24T00:52:52.7881956Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-01-24T00:52:52.7882281Z GITHUB_HEAD_REF= 2025-01-24T00:52:52.7882477Z GITHUB_JOB=build 2025-01-24T00:52:52.7882948Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_53966fc7-a4d1-42a4-984d-df15bd7c51f1 2025-01-24T00:52:52.7883752Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_53966fc7-a4d1-42a4-984d-df15bd7c51f1 2025-01-24T00:52:52.7884382Z GITHUB_REF=refs/tags/ciflow/trunk/145539 2025-01-24T00:52:52.7884685Z GITHUB_REF_NAME=ciflow/trunk/145539 2025-01-24T00:52:52.7884973Z GITHUB_REF_PROTECTED=false 2025-01-24T00:52:52.7885215Z GITHUB_REF_TYPE=tag 2025-01-24T00:52:52.7885447Z GITHUB_REPOSITORY=pytorch/pytorch 2025-01-24T00:52:52.7885728Z GITHUB_REPOSITORY_ID=65600975 2025-01-24T00:52:52.7886667Z GITHUB_REPOSITORY_OWNER=pytorch 2025-01-24T00:52:52.7886945Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-01-24T00:52:52.7887220Z GITHUB_RETENTION_DAYS=90 2025-01-24T00:52:52.7887446Z GITHUB_RUN_ATTEMPT=1 2025-01-24T00:52:52.7887664Z GITHUB_RUN_ID=12940918145 2025-01-24T00:52:52.7887907Z GITHUB_RUN_NUMBER=113598 2025-01-24T00:52:52.7888147Z GITHUB_SERVER_URL=https://github.com 2025-01-24T00:52:52.7888479Z GITHUB_SHA=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:52:52.7889082Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_53966fc7-a4d1-42a4-984d-df15bd7c51f1 2025-01-24T00:52:52.7890013Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_53966fc7-a4d1-42a4-984d-df15bd7c51f1 2025-01-24T00:52:52.7890628Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2025-01-24T00:52:52.7890936Z GITHUB_WORKFLOW=trunk 2025-01-24T00:52:52.7891379Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/145539 2025-01-24T00:52:52.7891977Z GITHUB_WORKFLOW_SHA=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:52:52.7892424Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2025-01-24T00:52:52.7892766Z GIT_DEFAULT_BRANCH=main 2025-01-24T00:52:52.7892998Z HOME=C:\Users\runneruser 2025-01-24T00:52:52.7894897Z 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-01-24T00:52:52.7897006Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-01-24T00:52:52.7898462Z 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-01-24T00:52:52.7900866Z 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-01-24T00:52:52.7902422Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2025-01-24T00:52:52.7902867Z MAGMA_HOME=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma 2025-01-24T00:52:52.7903282Z MAX_JOBS=8 2025-01-24T00:52:52.7903562Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2025-01-24T00:52:52.7903942Z NUMBER_OF_PROCESSORS=16 2025-01-24T00:52:52.7904170Z OS=Windows_NT 2025-01-24T00:52:52.7904364Z OUR_GITHUB_JOB_ID=36096145016 2025-01-24T00:52:52.7912301Z PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\libnvvp;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-01-24T00:52:52.7920990Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2025-01-24T00:52:52.7921438Z Platform=x64 2025-01-24T00:52:52.7921650Z PROCESSOR_ARCHITECTURE=AMD64 2025-01-24T00:52:52.7922031Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2025-01-24T00:52:52.7922449Z PROCESSOR_LEVEL=6 2025-01-24T00:52:52.7922673Z PROCESSOR_REVISION=5507 2025-01-24T00:52:52.7922910Z PROGRAMFILES=C:\Program Files 2025-01-24T00:52:52.7923168Z PROMPT=(base) $P$G 2025-01-24T00:52:52.7923369Z PR_NUMBER= 2025-01-24T00:52:52.7923837Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2025-01-24T00:52:52.7924398Z PUBLIC=C:\Users\Public 2025-01-24T00:52:52.7924917Z *** 2025-01-24T00:52:52.7925095Z PYTHON_VERSION=3.9 2025-01-24T00:52:52.7925373Z PYTORCH_FINAL_PACKAGE_DIR=C:/12940918145/build-results/ 2025-01-24T00:52:52.7925721Z ProgramData=C:\ProgramData 2025-01-24T00:52:52.7925984Z ProgramFiles(x86)=C:\Program Files (x86) 2025-01-24T00:52:52.7926290Z ProgramW6432=C:\Program Files 2025-01-24T00:52:52.7926538Z RUNNER_ARCH=X64 2025-01-24T00:52:52.7926741Z RUNNER_ENVIRONMENT=self-hosted 2025-01-24T00:52:52.7927012Z RUNNER_NAME=i-0b996af9dac157b79 2025-01-24T00:52:52.7927260Z RUNNER_OS=Windows 2025-01-24T00:52:52.7927479Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2025-01-24T00:52:52.7927812Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2025-01-24T00:52:52.7928225Z RUNNER_TRACKING_ID=github_ae0f47cd-b754-48c3-ace0-6d2ed2999777 2025-01-24T00:52:52.7928629Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2025-01-24T00:52:52.7928968Z SCCACHE_BUCKET=ossci-compiler-cache 2025-01-24T00:52:52.7929248Z SCCACHE_IDLE_TIMEOUT=0 2025-01-24T00:52:52.7929476Z SCCACHE_IGNORE_SERVER_IO_ERROR=1 2025-01-24T00:52:52.7929742Z SCCACHE_REGION=us-east-1 2025-01-24T00:52:52.7929981Z SCCACHE_S3_KEY_PREFIX=trunk 2025-01-24T00:52:52.7930408Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-01-24T00:52:52.7930925Z SHA1=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:52:52.7931221Z SHLVL=2 2025-01-24T00:52:52.7931469Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2025-01-24T00:52:52.7931810Z SYSTEMDRIVE=C: 2025-01-24T00:52:52.7932012Z SYSTEMROOT=C:\Windows 2025-01-24T00:52:52.7932249Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:52:52.7932543Z TERM=xterm-256color 2025-01-24T00:52:52.7932780Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:52:52.7933081Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:52:52.7933455Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-01-24T00:52:52.7933912Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2025-01-24T00:52:52.7934283Z TORCH_CUDA_ARCH_LIST=8.6 2025-01-24T00:52:52.7934914Z UCRTVersion=10.0.19041.0 2025-01-24T00:52:52.7935231Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-01-24T00:52:52.7935608Z UPDATEFILE=update.finished 2025-01-24T00:52:52.7935864Z USERDOMAIN=EC2AMAZ-PEHGJN5 2025-01-24T00:52:52.7936098Z USERNAME=runneruser 2025-01-24T00:52:52.7936344Z USERPROFILE=C:\Users\runneruser 2025-01-24T00:52:52.7936590Z USE_CUDA=1 2025-01-24T00:52:52.7936757Z USE_XPU=0 2025-01-24T00:52:52.7937155Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2025-01-24T00:52:52.7937800Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2025-01-24T00:52:52.7938481Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2025-01-24T00:52:52.7939296Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2025-01-24T00:52:52.7939835Z VCToolsVersion=14.29.30133 2025-01-24T00:52:52.7940088Z VC_PRODUCT=BuildTools 2025-01-24T00:52:52.7940293Z VC_VERSION= 2025-01-24T00:52:52.7940473Z VC_YEAR=2019 2025-01-24T00:52:52.7940669Z VERBOSE_ARG='SilentlyContinue' 2025-01-24T00:52:52.7940925Z VERSION_SUFFIX=12_1 2025-01-24T00:52:52.7941146Z VisualStudioVersion=16.0 2025-01-24T00:52:52.7941695Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2025-01-24T00:52:52.7942188Z VSCMD_ARG_app_plat=Desktop 2025-01-24T00:52:52.7942435Z VSCMD_ARG_HOST_ARCH=x64 2025-01-24T00:52:52.7942654Z VSCMD_ARG_TGT_ARCH=x64 2025-01-24T00:52:52.7942871Z VSCMD_VER=16.11.42 2025-01-24T00:52:52.7943223Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2025-01-24T00:52:52.7943631Z WINDIR=C:\Windows 2025-01-24T00:52:52.7944214Z 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-01-24T00:52:52.7944974Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2025-01-24T00:52:52.7945409Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-01-24T00:52:52.7945765Z WindowsSDKLibVersion=10.0.19041.0\ 2025-01-24T00:52:52.7946193Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2025-01-24T00:52:52.7946643Z WindowsSDKVersion=10.0.19041.0\ 2025-01-24T00:52:52.7947171Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2025-01-24T00:52:52.7948112Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2025-01-24T00:52:52.7948632Z XPU_VERSION= 2025-01-24T00:52:52.7949031Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2025-01-24T00:52:52.7949521Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2025-01-24T00:52:52.7950047Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2025-01-24T00:52:52.7950587Z __DOTNET_ADD_64BIT=1 2025-01-24T00:52:52.7950817Z __DOTNET_PREFERRED_BITNESS=64 2025-01-24T00:52:52.7954175Z __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-01-24T00:52:52.7957878Z 2025-01-24T00:52:52.7958126Z (base) C:\actions-runner\_work\pytorch\pytorch>python setup.py bdist_wheel 2025-01-24T00:52:53.1055153Z Building wheel torch-2.7.0a0+gitd087145 2025-01-24T00:52:54.3204024Z -- The CXX compiler identification is MSVC 19.29.30157.0 2025-01-24T00:52:54.4869163Z -- The C compiler identification is MSVC 19.29.30157.0 2025-01-24T00:52:54.5459528Z -- Detecting CXX compiler ABI info 2025-01-24T00:52:55.0646320Z -- Detecting CXX compiler ABI info - done 2025-01-24T00:52:55.0667712Z -- 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-01-24T00:52:55.0687347Z -- Detecting CXX compile features 2025-01-24T00:52:55.0704693Z -- Detecting CXX compile features - done 2025-01-24T00:52:55.0798891Z -- Detecting C compiler ABI info 2025-01-24T00:52:55.3873748Z -- Detecting C compiler ABI info - done 2025-01-24T00:52:55.3897455Z -- 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-01-24T00:52:55.3901196Z -- Detecting C compile features 2025-01-24T00:52:55.3908400Z -- Detecting C compile features - done 2025-01-24T00:52:55.3996092Z -- Not forcing any particular BLAS to be found 2025-01-24T00:52:55.4039544Z CMake Warning at CMakeLists.txt:422 (message): 2025-01-24T00:52:55.4039970Z TensorPipe cannot be used on Windows. Set it to OFF 2025-01-24T00:52:55.4040246Z 2025-01-24T00:52:55.4040251Z 2025-01-24T00:52:55.4040376Z CMake Warning at CMakeLists.txt:424 (message): 2025-01-24T00:52:55.4040742Z KleidiAI cannot be used on Windows. Set it to OFF 2025-01-24T00:52:55.4040985Z 2025-01-24T00:52:55.4040988Z 2025-01-24T00:52:55.4278004Z -- Performing Test C_HAS_AVX_1 2025-01-24T00:52:55.8428866Z -- Performing Test C_HAS_AVX_1 - Success 2025-01-24T00:52:55.8434182Z -- Performing Test C_HAS_AVX2_1 2025-01-24T00:52:56.3076549Z -- Performing Test C_HAS_AVX2_1 - Success 2025-01-24T00:52:56.3082660Z -- Performing Test C_HAS_AVX512_1 2025-01-24T00:52:56.7807747Z -- Performing Test C_HAS_AVX512_1 - Success 2025-01-24T00:52:56.7813750Z -- Performing Test CXX_HAS_AVX_1 2025-01-24T00:52:57.2402979Z -- Performing Test CXX_HAS_AVX_1 - Success 2025-01-24T00:52:57.2408344Z -- Performing Test CXX_HAS_AVX2_1 2025-01-24T00:52:57.6155183Z -- Performing Test CXX_HAS_AVX2_1 - Success 2025-01-24T00:52:57.6161278Z -- Performing Test CXX_HAS_AVX512_1 2025-01-24T00:52:58.0955717Z -- Performing Test CXX_HAS_AVX512_1 - Success 2025-01-24T00:52:58.0959092Z -- Current compiler supports avx2 extension. Will build perfkernels. 2025-01-24T00:52:58.0963645Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2025-01-24T00:52:58.5125418Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2025-01-24T00:52:58.5126521Z -- Current compiler supports avx512f extension. Will build fbgemm. 2025-01-24T00:52:58.5140674Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2025-01-24T00:52:58.8263598Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed 2025-01-24T00:52:58.8280154Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2025-01-24T00:52:59.1363261Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed 2025-01-24T00:52:59.1381572Z -- Could not find hardware support for NEON on this machine. 2025-01-24T00:52:59.1381971Z -- No OMAP3 processor on this machine. 2025-01-24T00:52:59.1382272Z -- No OMAP4 processor on this machine. 2025-01-24T00:52:59.1382684Z -- Compiler does not support SVE extension. Will not build perfkernels. 2025-01-24T00:52:59.1526251Z -- Performing Test HAS/UTF_8 2025-01-24T00:52:59.5519984Z -- Performing Test HAS/UTF_8 - Success 2025-01-24T00:53:00.7249563Z -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 (found version "12.1") 2025-01-24T00:53:07.7158694Z -- The CUDA compiler identification is NVIDIA 12.1.105 2025-01-24T00:53:07.7358876Z -- Detecting CUDA compiler ABI info 2025-01-24T00:53:14.0733337Z -- Detecting CUDA compiler ABI info - done 2025-01-24T00:53:14.1013792Z -- Check for working CUDA compiler: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/bin/nvcc.exe - skipped 2025-01-24T00:53:14.1017867Z -- Detecting CUDA compile features 2025-01-24T00:53:14.1024200Z -- Detecting CUDA compile features - done 2025-01-24T00:53:14.1109385Z -- Found CUDAToolkit: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/include (found version "12.1.105") 2025-01-24T00:53:14.9657293Z -- PyTorch: CUDA detected: 12.1 2025-01-24T00:53:14.9657837Z -- PyTorch: CUDA nvcc is: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-01-24T00:53:14.9658522Z -- PyTorch: CUDA toolkit directory: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 2025-01-24T00:53:15.5033879Z -- PyTorch: Header version is: 12.1 2025-01-24T00:53:16.0447666Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter 2025-01-24T00:53:16.0488639Z CMake Warning at cmake/public/cuda.cmake:140 (message): 2025-01-24T00:53:16.0489045Z Failed to compute shorthash for libnvrtc.so 2025-01-24T00:53:16.0489367Z Call Stack (most recent call first): 2025-01-24T00:53:16.0489682Z cmake/Dependencies.cmake:44 (include) 2025-01-24T00:53:16.0490204Z CMakeLists.txt:865 (include) 2025-01-24T00:53:16.0490393Z 2025-01-24T00:53:16.0490398Z 2025-01-24T00:53:16.0494300Z -- Found nvtx3: C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX/c/include 2025-01-24T00:53:16.0532843Z -- Found CUDNN: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cudnn.lib 2025-01-24T00:53:16.1699781Z -- Could NOT find CUSPARSELT (missing: CUSPARSELT_LIBRARY_PATH CUSPARSELT_INCLUDE_PATH) 2025-01-24T00:53:16.1700390Z CMake Warning at cmake/public/cuda.cmake:243 (message): 2025-01-24T00:53:16.1700808Z Cannot find cuSPARSELt library. Turning the option off 2025-01-24T00:53:16.1701196Z Call Stack (most recent call first): 2025-01-24T00:53:16.1701511Z cmake/Dependencies.cmake:44 (include) 2025-01-24T00:53:16.1701804Z CMakeLists.txt:865 (include) 2025-01-24T00:53:16.1701976Z 2025-01-24T00:53:16.1701981Z 2025-01-24T00:53:16.1962719Z -- Could NOT find CUDSS (missing: CUDSS_LIBRARY_PATH CUDSS_INCLUDE_PATH) 2025-01-24T00:53:16.1963679Z CMake Warning at cmake/public/cuda.cmake:259 (message): 2025-01-24T00:53:16.1964123Z Cannot find CUDSS library. Turning the option off 2025-01-24T00:53:16.1964486Z Call Stack (most recent call first): 2025-01-24T00:53:16.1964796Z cmake/Dependencies.cmake:44 (include) 2025-01-24T00:53:16.1965087Z CMakeLists.txt:865 (include) 2025-01-24T00:53:16.1965254Z 2025-01-24T00:53:16.1965259Z 2025-01-24T00:53:16.1965418Z -- USE_CUFILE is set to 0. Compiling without cuFile support 2025-01-24T00:53:16.1967821Z -- Added CUDA NVCC flags for: -gencode;arch=compute_86,code=sm_86 2025-01-24T00:53:16.2005488Z -- Building using own protobuf under third_party per request. 2025-01-24T00:53:16.2005898Z -- Use custom protobuf build. 2025-01-24T00:53:16.2044050Z -- 2025-01-24T00:53:16.2044251Z -- 3.13.0.0 2025-01-24T00:53:16.2104193Z -- Looking for pthread.h 2025-01-24T00:53:16.3070453Z -- Looking for pthread.h - not found 2025-01-24T00:53:16.3083930Z -- Found Threads: TRUE 2025-01-24T00:53:16.3753196Z -- Caffe2 protobuf include directory: $$ 2025-01-24T00:53:16.3777635Z -- Trying to find preferred BLAS backend of choice: MKL 2025-01-24T00:53:16.3840764Z -- MKL_THREADING = OMP 2025-01-24T00:53:16.3850047Z -- Looking for sys/types.h 2025-01-24T00:53:16.6836182Z -- Looking for sys/types.h - found 2025-01-24T00:53:16.6845603Z -- Looking for stdint.h 2025-01-24T00:53:16.9892079Z -- Looking for stdint.h - found 2025-01-24T00:53:16.9902714Z -- Looking for stddef.h 2025-01-24T00:53:17.3922614Z -- Looking for stddef.h - found 2025-01-24T00:53:17.3924406Z -- Check size of void* 2025-01-24T00:53:17.7452243Z -- Check size of void* - done 2025-01-24T00:53:17.7616146Z -- Looking for cblas_sgemm 2025-01-24T00:53:18.1012611Z -- Looking for cblas_sgemm - found 2025-01-24T00:53:18.1016185Z -- Looking for cblas_gemm_bf16bf16f32 2025-01-24T00:53:18.4238389Z -- Looking for cblas_gemm_bf16bf16f32 - found 2025-01-24T00:53:18.4240128Z -- Looking for cblas_gemm_f16f16f32 2025-01-24T00:53:18.6530429Z -- Looking for cblas_gemm_f16f16f32 - not found 2025-01-24T00:53:18.7185437Z -- 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-01-24T00:53:18.7186451Z -- MKL include directory: C:/Jenkins/Miniconda3/Library/include 2025-01-24T00:53:18.7186824Z -- MKL OpenMP type: 2025-01-24T00:53:18.7187050Z -- MKL OpenMP library: 2025-01-24T00:53:18.8836246Z -- The ASM compiler identification is MSVC 2025-01-24T00:53:18.8848140Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-01-24T00:53:18.9095377Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-01-24T00:53:18.9122689Z -- Generating microkernels.cmake 2025-01-24T00:53:23.4566696Z 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-01-24T00:53:23.4568134Z 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-01-24T00:53:23.4569017Z No microkernel found in src\reference\binary-elementwise.cc 2025-01-24T00:53:23.4569428Z No microkernel found in src\reference\packing.cc 2025-01-24T00:53:23.4569833Z No microkernel found in src\reference\unary-elementwise.cc 2025-01-24T00:53:23.6234055Z -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.47.0.windows.2") 2025-01-24T00:53:23.7262755Z -- git version: v1.6.1 normalized to 1.6.1 2025-01-24T00:53:23.7263121Z -- Version: 1.6.1 2025-01-24T00:53:23.7279886Z -- Looking for shm_open in rt 2025-01-24T00:53:23.8892939Z -- Looking for shm_open in rt - not found 2025-01-24T00:53:23.8895839Z -- Performing Test HAVE_STD_REGEX 2025-01-24T00:53:23.8896162Z -- Performing Test HAVE_STD_REGEX 2025-01-24T00:53:25.0823561Z -- Performing Test HAVE_STD_REGEX -- success 2025-01-24T00:53:25.0823962Z -- Performing Test HAVE_GNU_POSIX_REGEX 2025-01-24T00:53:25.0824266Z -- Performing Test HAVE_GNU_POSIX_REGEX 2025-01-24T00:53:25.2010657Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2025-01-24T00:53:25.2011096Z -- Performing Test HAVE_POSIX_REGEX 2025-01-24T00:53:25.2011397Z -- Performing Test HAVE_POSIX_REGEX 2025-01-24T00:53:25.3019185Z -- Performing Test HAVE_POSIX_REGEX -- failed to compile 2025-01-24T00:53:25.3019619Z -- Performing Test HAVE_STEADY_CLOCK 2025-01-24T00:53:25.3019904Z -- Performing Test HAVE_STEADY_CLOCK 2025-01-24T00:53:25.7801775Z -- Performing Test HAVE_STEADY_CLOCK -- success 2025-01-24T00:53:25.8716357Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found version "3.9.19") 2025-01-24T00:53:25.8732739Z -- Performing Test COMPILER_SUPPORTS_AVX512 2025-01-24T00:53:26.1768414Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2025-01-24T00:53:27.3182673Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-01-24T00:53:27.3183637Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2025-01-24T00:53:27.3184187Z does not match the name of the calling package (OpenMP). This can lead to 2025-01-24T00:53:27.3184712Z problems in calling code that expects `find_package` result variables 2025-01-24T00:53:27.3185135Z (e.g., `_FOUND`) to follow a certain pattern. 2025-01-24T00:53:27.3185459Z Call Stack (most recent call first): 2025-01-24T00:53:27.3185878Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2025-01-24T00:53:27.3186579Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2025-01-24T00:53:27.3187044Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T00:53:27.3187368Z 2025-01-24T00:53:27.3187501Z -- Found OpenMP_C: -openmp:experimental 2025-01-24T00:53:27.6657574Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-01-24T00:53:27.6666589Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2025-01-24T00:53:27.6667153Z does not match the name of the calling package (OpenMP). This can lead to 2025-01-24T00:53:27.6667686Z problems in calling code that expects `find_package` result variables 2025-01-24T00:53:27.6668123Z (e.g., `_FOUND`) to follow a certain pattern. 2025-01-24T00:53:27.6668441Z Call Stack (most recent call first): 2025-01-24T00:53:27.6668866Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2025-01-24T00:53:27.6669368Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2025-01-24T00:53:27.6669832Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T00:53:27.6670154Z 2025-01-24T00:53:27.6670540Z CMake Warning at third_party/fbgemm/CMakeLists.txt:138 (message): 2025-01-24T00:53:27.6670962Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2025-01-24T00:53:27.6671172Z 2025-01-24T00:53:27.6671176Z 2025-01-24T00:53:27.6671309Z -- Found OpenMP_CXX: -openmp:experimental 2025-01-24T00:53:27.6671621Z -- Found OpenMP: TRUE 2025-01-24T00:53:27.9122639Z CMake Warning at third_party/fbgemm/CMakeLists.txt:232 (message): 2025-01-24T00:53:27.9123070Z ========== 2025-01-24T00:53:27.9123192Z 2025-01-24T00:53:27.9123197Z 2025-01-24T00:53:27.9123384Z CMake Warning at third_party/fbgemm/CMakeLists.txt:233 (message): 2025-01-24T00:53:27.9123780Z CMAKE_BUILD_TYPE = Release 2025-01-24T00:53:27.9123945Z 2025-01-24T00:53:27.9123949Z 2025-01-24T00:53:27.9124159Z CMake Warning at third_party/fbgemm/CMakeLists.txt:234 (message): 2025-01-24T00:53:27.9124591Z CMAKE_CXX_FLAGS_DEBUG is /Z7 /Ob0 /Od /RTC1 /bigobj 2025-01-24T00:53:27.9124828Z 2025-01-24T00:53:27.9124832Z 2025-01-24T00:53:27.9125025Z CMake Warning at third_party/fbgemm/CMakeLists.txt:235 (message): 2025-01-24T00:53:27.9125451Z CMAKE_CXX_FLAGS_RELEASE is /O2 /Ob2 /DNDEBUG /bigobj 2025-01-24T00:53:27.9125701Z 2025-01-24T00:53:27.9125705Z 2025-01-24T00:53:27.9125885Z CMake Warning at third_party/fbgemm/CMakeLists.txt:236 (message): 2025-01-24T00:53:27.9126249Z ========== 2025-01-24T00:53:27.9126356Z 2025-01-24T00:53:27.9126360Z 2025-01-24T00:53:27.9516865Z ** AsmJit Summary ** 2025-01-24T00:53:27.9517375Z ASMJIT_DIR=C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit 2025-01-24T00:53:27.9517883Z ASMJIT_TEST=FALSE 2025-01-24T00:53:27.9518116Z ASMJIT_TARGET_TYPE=SHARED 2025-01-24T00:53:27.9518352Z ASMJIT_DEPS= 2025-01-24T00:53:27.9518598Z ASMJIT_LIBS=asmjit 2025-01-24T00:53:27.9518817Z ASMJIT_CFLAGS= 2025-01-24T00:53:27.9519262Z ASMJIT_PRIVATE_CFLAGS=-MP;-GF;-Zc:__cplusplus;-Zc:inline;-Zc:strictStrings;-Zc:threadSafeInit-;-W4 2025-01-24T00:53:27.9519852Z ASMJIT_PRIVATE_CFLAGS_DBG=-GS 2025-01-24T00:53:27.9520152Z ASMJIT_PRIVATE_CFLAGS_REL=-GS-;-O2;-Oi 2025-01-24T00:53:27.9775312Z -- Using third party subdirectory Eigen. 2025-01-24T00:53:29.5788986Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter Development.Module NumPy 2025-01-24T00:53:29.5789711Z -- Using third_party/pybind11. 2025-01-24T00:53:29.5790945Z -- pybind11 include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2025-01-24T00:53:29.5831548Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2025-01-24T00:53:29.5832041Z -- Using third_party/opentelemetry-cpp. 2025-01-24T00:53:29.5832696Z -- opentelemetry api include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2025-01-24T00:53:30.6013390Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2025-01-24T00:53:31.3862016Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2025-01-24T00:53:31.3865054Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2025-01-24T00:53:31.3867864Z CMake Warning at cmake/Dependencies.cmake:945 (message): 2025-01-24T00:53:31.3868389Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2025-01-24T00:53:31.3868790Z Call Stack (most recent call first): 2025-01-24T00:53:31.3869088Z CMakeLists.txt:865 (include) 2025-01-24T00:53:31.3869273Z 2025-01-24T00:53:31.3869277Z 2025-01-24T00:53:31.3903357Z -- Adding OpenMP CXX_FLAGS: -openmp:experimental 2025-01-24T00:53:31.3927900Z -- Found CUB: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/include 2025-01-24T00:53:31.3953280Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2025-01-24T00:53:31.3953902Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-01-24T00:53:31.3954552Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-01-24T00:53:31.3955839Z set the policy and suppress this warning. 2025-01-24T00:53:31.3956094Z 2025-01-24T00:53:31.3956365Z For compatibility with older versions of CMake, option is clearing the 2025-01-24T00:53:31.3956839Z normal variable 'BUILD_BENCHMARK'. 2025-01-24T00:53:31.3957280Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T00:53:31.3957636Z 2025-01-24T00:53:31.3957822Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:35 (option): 2025-01-24T00:53:31.3958430Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-01-24T00:53:31.3959022Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-01-24T00:53:31.3959514Z set the policy and suppress this warning. 2025-01-24T00:53:31.3959882Z 2025-01-24T00:53:31.3960120Z For compatibility with older versions of CMake, option is clearing the 2025-01-24T00:53:31.3960609Z normal variable 'USE_NCCL'. 2025-01-24T00:53:31.3961007Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T00:53:31.3961350Z 2025-01-24T00:53:31.3961590Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:36 (option): 2025-01-24T00:53:31.3962135Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-01-24T00:53:31.3962768Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-01-24T00:53:31.3963252Z set the policy and suppress this warning. 2025-01-24T00:53:31.3963471Z 2025-01-24T00:53:31.3963725Z For compatibility with older versions of CMake, option is clearing the 2025-01-24T00:53:31.3964191Z normal variable 'USE_RCCL'. 2025-01-24T00:53:31.3964593Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T00:53:31.3964964Z 2025-01-24T00:53:31.3965042Z -- MSVC detected 2025-01-24T00:53:31.3965250Z -- Set USE_REDIS OFF 2025-01-24T00:53:31.3974754Z -- Set USE_IBVERBS OFF 2025-01-24T00:53:31.3975008Z -- Set USE_NCCL OFF 2025-01-24T00:53:31.3975222Z -- Set USE_RCCL OFF 2025-01-24T00:53:31.3975430Z -- Set USE_LIBUV ON 2025-01-24T00:53:31.3975669Z -- Only USE_LIBUV is supported on Windows 2025-01-24T00:53:31.3975984Z -- Gloo build as SHARED library 2025-01-24T00:53:31.3982365Z CMake Warning (dev) at third_party/gloo/cmake/Cuda.cmake:109 (find_package): 2025-01-24T00:53:31.3982933Z Policy CMP0074 is not set: find_package uses _ROOT variables. 2025-01-24T00:53:31.3983496Z Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy 2025-01-24T00:53:31.3983976Z command to set the policy and suppress this warning. 2025-01-24T00:53:31.3984243Z 2025-01-24T00:53:31.3984365Z CMake variable CUDAToolkit_ROOT is set to: 2025-01-24T00:53:31.3984586Z 2025-01-24T00:53:31.3984939Z C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 2025-01-24T00:53:31.3985208Z 2025-01-24T00:53:31.3985368Z For compatibility, CMake is ignoring the variable. 2025-01-24T00:53:31.3985762Z Call Stack (most recent call first): 2025-01-24T00:53:31.3986128Z third_party/gloo/cmake/Dependencies.cmake:115 (include) 2025-01-24T00:53:31.3986556Z third_party/gloo/CMakeLists.txt:111 (include) 2025-01-24T00:53:31.3986984Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T00:53:31.3987302Z 2025-01-24T00:53:31.4017370Z -- Found CUDAToolkit: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/include (found suitable version "12.1.105", minimum required is "7.0") 2025-01-24T00:53:32.2487601Z -- CUDA detected: 12.1.105 2025-01-24T00:53:32.3243700Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-01-24T00:53:32.3251908Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-01-24T00:53:32.3260625Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-01-24T00:53:33.0634030Z -- 2025-01-24T00:53:33.0634334Z -- ******** Summary ******** 2025-01-24T00:53:33.0634877Z -- CMake version : 3.22.1 2025-01-24T00:53:33.0635288Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2025-01-24T00:53:33.0635709Z -- System : Windows 2025-01-24T00:53:33.0636372Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-01-24T00:53:33.0637023Z -- C++ compiler version : 19.29.30157.0 2025-01-24T00:53:33.0637597Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL /EHsc /wd26812 2025-01-24T00:53:33.0638141Z -- Build type : Release 2025-01-24T00:53:33.0638582Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2025-01-24T00:53:33.0640278Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 2025-01-24T00:53:33.0641892Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2025-01-24T00:53:33.0642762Z -- CMAKE_MODULE_PATH : C:/actions-runner/_work/pytorch/pytorch/cmake/Modules;C:/actions-runner/_work/pytorch/pytorch/cmake/public/../Modules_CUDA_fix 2025-01-24T00:53:33.0643466Z -- 2025-01-24T00:53:33.0643675Z -- ONNX version : 1.17.0 2025-01-24T00:53:33.0644002Z -- ONNX NAMESPACE : onnx_torch 2025-01-24T00:53:33.0644334Z -- ONNX_USE_LITE_PROTO : OFF 2025-01-24T00:53:33.0644639Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2025-01-24T00:53:33.0644946Z -- Protobuf_USE_STATIC_LIBS : ON 2025-01-24T00:53:33.0645258Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2025-01-24T00:53:33.0645575Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2025-01-24T00:53:33.0645875Z -- ONNX_WERROR : OFF 2025-01-24T00:53:33.0646157Z -- ONNX_BUILD_TESTS : OFF 2025-01-24T00:53:33.0646456Z -- ONNX_BUILD_SHARED_LIBS : 2025-01-24T00:53:33.0646763Z -- BUILD_SHARED_LIBS : OFF 2025-01-24T00:53:33.0647026Z -- 2025-01-24T00:53:33.0647223Z -- Protobuf compiler : 2025-01-24T00:53:33.0647520Z -- Protobuf includes : 2025-01-24T00:53:33.0647809Z -- Protobuf libraries : 2025-01-24T00:53:33.0648115Z -- BUILD_ONNX_PYTHON : OFF 2025-01-24T00:53:33.0648662Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2025-01-24T00:53:33.0649064Z -- Adding -DNDEBUG to compile flags 2025-01-24T00:53:33.0690854Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2025-01-24T00:53:33.1621399Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2025-01-24T00:53:33.1623593Z -- Compiling with MAGMA support 2025-01-24T00:53:33.1624205Z -- MAGMA INCLUDE DIRECTORIES: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/magma/include 2025-01-24T00:53:33.1624995Z -- MAGMA LIBRARIES: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/magma/lib/magma.lib 2025-01-24T00:53:33.1625496Z -- MAGMA V2 check: 0 2025-01-24T00:53:33.1627868Z -- Could not find hardware support for NEON on this machine. 2025-01-24T00:53:33.1628262Z -- No OMAP3 processor on this machine. 2025-01-24T00:53:33.1628587Z -- No OMAP4 processor on this machine. 2025-01-24T00:53:33.1644768Z -- Looking for sbgemm_ 2025-01-24T00:53:33.3734651Z -- Looking for sbgemm_ - not found 2025-01-24T00:53:33.3752202Z -- Found a library with LAPACK API (mkl). 2025-01-24T00:53:33.3753071Z disabling ROCM because NOT USE_ROCM is set 2025-01-24T00:53:33.3753434Z -- MIOpen not found. Compiling without MIOpen support 2025-01-24T00:53:33.3763911Z -- Will build oneDNN UKERNEL 2025-01-24T00:53:33.3854241Z -- MKLDNN_CPU_RUNTIME = OMP 2025-01-24T00:53:33.3876453Z -- DNNL_TARGET_ARCH: X64 2025-01-24T00:53:33.3906202Z -- DNNL_LIBRARY_NAME: dnnl 2025-01-24T00:53:33.4000429Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-01-24T00:53:33.4001296Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2025-01-24T00:53:33.4001843Z does not match the name of the calling package (OpenMP). This can lead to 2025-01-24T00:53:33.4002358Z problems in calling code that expects `find_package` result variables 2025-01-24T00:53:33.4002790Z (e.g., `_FOUND`) to follow a certain pattern. 2025-01-24T00:53:33.4003132Z Call Stack (most recent call first): 2025-01-24T00:53:33.4003548Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2025-01-24T00:53:33.4004068Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2025-01-24T00:53:33.4004524Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2025-01-24T00:53:33.4004978Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T00:53:33.4005301Z 2025-01-24T00:53:33.4005785Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-01-24T00:53:33.4006592Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2025-01-24T00:53:33.4007131Z does not match the name of the calling package (OpenMP). This can lead to 2025-01-24T00:53:33.4007639Z problems in calling code that expects `find_package` result variables 2025-01-24T00:53:33.4008078Z (e.g., `_FOUND`) to follow a certain pattern. 2025-01-24T00:53:33.4008397Z Call Stack (most recent call first): 2025-01-24T00:53:33.4008802Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2025-01-24T00:53:33.4009321Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2025-01-24T00:53:33.4009770Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2025-01-24T00:53:33.4010218Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T00:53:33.4010532Z 2025-01-24T00:53:33.4406008Z -- Enabled testing coverage: CI 2025-01-24T00:53:33.4419567Z -- Enabled workload: TRAINING 2025-01-24T00:53:33.4419906Z -- Enabled primitives: ALL 2025-01-24T00:53:33.4420181Z -- Enabled primitive CPU ISA: ALL 2025-01-24T00:53:33.4420466Z -- Enabled primitive GPU ISA: ALL 2025-01-24T00:53:33.4420730Z -- Enabled GeMM kernels ISA: ALL 2025-01-24T00:53:33.4512750Z -- Primitive cache is enabled 2025-01-24T00:53:33.4513202Z -- Experimental functionality for ukernels is enabled 2025-01-24T00:53:33.5253609Z -- The ASM_MASM compiler identification is MSVC 2025-01-24T00:53:33.6437834Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/ml64.exe 2025-01-24T00:53:33.7042907Z -- Graph component is enabled 2025-01-24T00:53:33.7189342Z -- Graph compiler backend is disabled. 2025-01-24T00:53:33.7336590Z -- Found MKL-DNN: TRUE 2025-01-24T00:53:33.7413513Z -- {fmt} version: 11.1.1 2025-01-24T00:53:33.7413777Z -- Build type: Release 2025-01-24T00:53:33.7497227Z -- Using CPU-only version of Kineto 2025-01-24T00:53:33.7497552Z -- Configuring Kineto dependency: 2025-01-24T00:53:33.7498035Z -- KINETO_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2025-01-24T00:53:33.7498521Z -- KINETO_BUILD_TESTS = OFF 2025-01-24T00:53:33.7498773Z -- KINETO_LIBRARY_TYPE = static 2025-01-24T00:53:33.7980515Z INFO CUDA_SOURCE_DIR = 2025-01-24T00:53:33.7980858Z INFO ROCM_SOURCE_DIR = 2025-01-24T00:53:33.8393331Z INFO CUPTI unavailable or disabled - not building GPU profilers 2025-01-24T00:53:33.9221184Z -- Kineto: FMT_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt 2025-01-24T00:53:33.9221722Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2025-01-24T00:53:33.9222301Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2025-01-24T00:53:33.9222944Z INFO DYNOLOG_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2025-01-24T00:53:33.9223949Z INFO IPCFABRIC_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2025-01-24T00:53:33.9224840Z -- Kineto: FMT_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt/include 2025-01-24T00:53:33.9249356Z -- Configured Kineto (CPU) 2025-01-24T00:53:33.9286014Z -- Performing Test HAS/WD4624 2025-01-24T00:53:34.2492661Z -- Performing Test HAS/WD4624 - Success 2025-01-24T00:53:34.2507400Z -- Performing Test HAS/WD4068 2025-01-24T00:53:34.5614069Z -- Performing Test HAS/WD4068 - Success 2025-01-24T00:53:34.5628465Z -- Performing Test HAS/WD4067 2025-01-24T00:53:34.8756488Z -- Performing Test HAS/WD4067 - Success 2025-01-24T00:53:34.8771140Z -- Performing Test HAS/WD4267 2025-01-24T00:53:35.1752066Z -- Performing Test HAS/WD4267 - Success 2025-01-24T00:53:35.1766570Z -- Performing Test HAS/WD4661 2025-01-24T00:53:35.4782286Z -- Performing Test HAS/WD4661 - Success 2025-01-24T00:53:35.4796876Z -- Performing Test HAS/WD4717 2025-01-24T00:53:35.7860649Z -- Performing Test HAS/WD4717 - Success 2025-01-24T00:53:35.7875414Z -- Performing Test HAS/WD4244 2025-01-24T00:53:36.0891098Z -- Performing Test HAS/WD4244 - Success 2025-01-24T00:53:36.0905344Z -- Performing Test HAS/WD4804 2025-01-24T00:53:36.3856562Z -- Performing Test HAS/WD4804 - Success 2025-01-24T00:53:36.3871138Z -- Performing Test HAS/WD4273 2025-01-24T00:53:36.6867495Z -- Performing Test HAS/WD4273 - Success 2025-01-24T00:53:36.6882627Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2025-01-24T00:53:36.7600328Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2025-01-24T00:53:36.7677674Z -- 2025-01-24T00:53:36.7678650Z -- Use the C++ compiler to compile (MI_USE_CXX=ON) 2025-01-24T00:53:36.7681840Z -- 2025-01-24T00:53:36.7682074Z -- Library base name: mimalloc 2025-01-24T00:53:36.7682338Z -- Version : 1.8 2025-01-24T00:53:36.7682567Z -- Build type : release 2025-01-24T00:53:36.7683167Z -- C++ Compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-01-24T00:53:36.7683809Z -- Compiler flags : /Zc:__cplusplus 2025-01-24T00:53:36.7684074Z -- Compiler defines : 2025-01-24T00:53:36.7684372Z -- Link libraries : psapi;shell32;user32;advapi32;bcrypt 2025-01-24T00:53:36.7684733Z -- Build targets : static 2025-01-24T00:53:36.7684961Z -- 2025-01-24T00:53:36.7795816Z -- Performing Test HAS_WDEPRECATED 2025-01-24T00:53:36.8473347Z -- Performing Test HAS_WDEPRECATED - Failed 2025-01-24T00:53:36.8476832Z -- don't use NUMA 2025-01-24T00:53:36.8554061Z -- Looking for backtrace 2025-01-24T00:53:36.9416311Z -- Looking for backtrace - not found 2025-01-24T00:53:36.9483737Z -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) 2025-01-24T00:53:41.0377491Z -- headers outputs: 2025-01-24T00:53:44.1107367Z -- sources outputs: 2025-01-24T00:53:45.7585269Z -- declarations_yaml outputs: 2025-01-24T00:53:45.7705783Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2025-01-24T00:53:51.1888569Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2025-01-24T00:53:51.4532532Z -- Using ATen parallel backend: OMP 2025-01-24T00:53:52.0530856Z -- Found OpenSSL: C:/Jenkins/Miniconda3/Library/lib/libcrypto.lib (found version "3.0.15") 2025-01-24T00:53:52.2637314Z -- Check size of long double 2025-01-24T00:53:52.7035286Z -- Check size of long double - done 2025-01-24T00:53:52.7043323Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2025-01-24T00:53:52.8167804Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2025-01-24T00:53:52.8175352Z -- Performing Test COMPILER_SUPPORTS_SSE2 2025-01-24T00:53:53.2115216Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2025-01-24T00:53:53.2120998Z -- Performing Test COMPILER_SUPPORTS_SSE4 2025-01-24T00:53:53.6074137Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2025-01-24T00:53:53.6078951Z -- Performing Test COMPILER_SUPPORTS_AVX 2025-01-24T00:53:54.1050544Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2025-01-24T00:53:54.1055377Z -- Performing Test COMPILER_SUPPORTS_FMA4 2025-01-24T00:53:54.5058090Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2025-01-24T00:53:54.5063248Z -- Performing Test COMPILER_SUPPORTS_AVX2 2025-01-24T00:53:54.9584263Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2025-01-24T00:53:54.9589989Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2025-01-24T00:53:55.3549446Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2025-01-24T00:53:55.3734534Z -- Found OpenMP_C: -openmp:experimental (found version "2.0") 2025-01-24T00:53:55.3739527Z -- Found OpenMP_CXX: -openmp:experimental (found version "2.0") 2025-01-24T00:53:55.3744113Z -- Found OpenMP: TRUE (found version "2.0") 2025-01-24T00:53:55.3749229Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2025-01-24T00:53:55.8632433Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2025-01-24T00:53:55.8636762Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2025-01-24T00:53:55.9707785Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2025-01-24T00:53:55.9712474Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2025-01-24T00:53:56.0809247Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2025-01-24T00:53:56.0814773Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2025-01-24T00:53:56.2730964Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed 2025-01-24T00:53:56.2735819Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2025-01-24T00:53:56.3602274Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2025-01-24T00:53:56.5441882Z Target system: Windows-10.0.17763 2025-01-24T00:53:56.5442255Z Target processor: AMD64 2025-01-24T00:53:56.5442515Z -- Configuring build for SLEEF-v3.7.0 2025-01-24T00:53:56.5442863Z Host system: Windows-10.0.17763 2025-01-24T00:53:56.5443151Z Host processor: AMD64 2025-01-24T00:53:56.5443795Z 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-01-24T00:53:56.5444487Z CMake: 3.22.1 2025-01-24T00:53:56.5444787Z Make program: C:/Jenkins/Miniconda3/Library/bin/ninja.exe 2025-01-24T00:53:56.5445325Z -- Using option `/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE ` to compile libsleef 2025-01-24T00:53:56.5445820Z -- Building shared libs : OFF 2025-01-24T00:53:56.5446103Z -- Building static test bins: OFF 2025-01-24T00:53:56.5446379Z -- MPFR : LIB_MPFR-NOTFOUND 2025-01-24T00:53:56.5446853Z -- GMP : LIBGMP-NOTFOUND 2025-01-24T00:53:56.5447090Z -- RT : 2025-01-24T00:53:56.5447294Z -- FFTW3 : LIBFFTW3-NOTFOUND 2025-01-24T00:53:56.5447552Z -- OPENSSL : 3.0.15 2025-01-24T00:53:56.5447790Z -- SDE : SDE_COMMAND-NOTFOUND 2025-01-24T00:53:56.5448065Z -- COMPILER_SUPPORTS_OPENMP : FALSE 2025-01-24T00:53:56.5771605Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2025-01-24T00:53:56.5772242Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2025-01-24T00:53:56.5773080Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2025-01-24T00:53:56.5773905Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2025-01-24T00:53:57.2676683Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2025-01-24T00:53:57.3392068Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Failed 2025-01-24T00:53:57.3398570Z -- 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-01-24T00:53:57.5617603Z CMake Warning at CMakeLists.txt:1278 (message): 2025-01-24T00:53:57.5618145Z Generated cmake files are only fully tested if one builds with system glog, 2025-01-24T00:53:57.5618714Z gflags, and protobuf. Other settings may generate files that are not well 2025-01-24T00:53:57.5619140Z tested. 2025-01-24T00:53:57.5619291Z 2025-01-24T00:53:57.5619296Z 2025-01-24T00:53:57.5651313Z -- 2025-01-24T00:53:57.5651593Z -- ******** Summary ******** 2025-01-24T00:53:57.5651857Z -- General: 2025-01-24T00:53:57.5652072Z -- CMake version : 3.22.1 2025-01-24T00:53:57.5652534Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2025-01-24T00:53:57.5652959Z -- System : Windows 2025-01-24T00:53:57.5653612Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-01-24T00:53:57.5654257Z -- C++ compiler id : MSVC 2025-01-24T00:53:57.5654547Z -- C++ compiler version : 19.29.30157.0 2025-01-24T00:53:57.5654876Z -- Using ccache if found : OFF 2025-01-24T00:53:57.5656219Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE /wd4624 /wd4068 /wd4067 /wd4267 /wd4661 /wd4717 /wd4244 /wd4804 /wd4273 2025-01-24T00:53:57.5657700Z -- Shared LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-01-24T00:53:57.5658243Z -- Static LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-01-24T00:53:57.5658798Z -- Module LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-01-24T00:53:57.5659210Z -- Build type : Release 2025-01-24T00:53:57.5660444Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;_CRT_SECURE_NO_DEPRECATE=1;IDEEP_USE_MKL;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS;FLASHATTENTION_DISABLE_ALIBI;EXPORT_AOTI_FUNCTIONS;WIN32_LEAN_AND_MEAN;_UCRT_LEGACY_INFINITY;NOMINMAX;USE_MIMALLOC 2025-01-24T00:53:57.5662882Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 2025-01-24T00:53:57.5664774Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2025-01-24T00:53:57.5665210Z -- USE_GOLD_LINKER : OFF 2025-01-24T00:53:57.5665455Z -- 2025-01-24T00:53:57.5665655Z -- TORCH_VERSION : 2.7.0 2025-01-24T00:53:57.5665950Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2025-01-24T00:53:57.5666243Z -- BUILD_BINARY : OFF 2025-01-24T00:53:57.5666522Z -- BUILD_CUSTOM_PROTOBUF : ON 2025-01-24T00:53:57.5666794Z -- Link local protobuf : ON 2025-01-24T00:53:57.5667049Z -- BUILD_PYTHON : True 2025-01-24T00:53:57.5667344Z -- Python version : 3.9.19 2025-01-24T00:53:57.5667701Z -- Python executable : C:\Jenkins\Miniconda3\python.exe 2025-01-24T00:53:57.5668148Z -- Python library : C:/Jenkins/Miniconda3/libs/python39.lib 2025-01-24T00:53:57.5668604Z -- Python includes : C:/Jenkins/Miniconda3/include 2025-01-24T00:53:57.5669057Z -- Python site-package : C:\Jenkins\Miniconda3\Lib\site-packages 2025-01-24T00:53:57.5669445Z -- BUILD_SHARED_LIBS : ON 2025-01-24T00:53:57.5669868Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2025-01-24T00:53:57.5670244Z -- BUILD_TEST : True 2025-01-24T00:53:57.5670504Z -- BUILD_JNI : OFF 2025-01-24T00:53:57.5670817Z -- BUILD_MOBILE_AUTOGRAD : OFF 2025-01-24T00:53:57.5671090Z -- BUILD_LITE_INTERPRETER: OFF 2025-01-24T00:53:57.5671351Z -- INTERN_BUILD_MOBILE : 2025-01-24T00:53:57.5671620Z -- TRACING_BASED : OFF 2025-01-24T00:53:57.5671886Z -- USE_BLAS : 1 2025-01-24T00:53:57.5672128Z -- BLAS : mkl 2025-01-24T00:53:57.5672399Z -- BLAS_HAS_SBGEMM : 2025-01-24T00:53:57.5672640Z -- USE_LAPACK : 1 2025-01-24T00:53:57.5672883Z -- LAPACK : mkl 2025-01-24T00:53:57.5673130Z -- USE_ASAN : OFF 2025-01-24T00:53:57.5673399Z -- USE_TSAN : OFF 2025-01-24T00:53:57.5673649Z -- USE_CPP_CODE_COVERAGE : OFF 2025-01-24T00:53:57.5673899Z -- USE_CUDA : 1 2025-01-24T00:53:57.5674153Z -- Split CUDA : 2025-01-24T00:53:57.5674404Z -- CUDA static link : OFF 2025-01-24T00:53:57.5674658Z -- USE_CUDNN : ON 2025-01-24T00:53:57.5674910Z -- USE_CUSPARSELT : OFF 2025-01-24T00:53:57.5675168Z -- USE_CUDSS : OFF 2025-01-24T00:53:57.5675404Z -- USE_CUFILE : OFF 2025-01-24T00:53:57.5675663Z -- CUDA version : 12.1 2025-01-24T00:53:57.5675927Z -- USE_FLASH_ATTENTION : OFF 2025-01-24T00:53:57.5676233Z -- USE_MEM_EFF_ATTENTION : ON 2025-01-24T00:53:57.5676510Z -- cuDNN version : 9.1.0 2025-01-24T00:53:57.5676965Z -- CUDA root directory : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 2025-01-24T00:53:57.5677604Z -- CUDA library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cuda.lib 2025-01-24T00:53:57.5678328Z -- cudart library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cudart.lib 2025-01-24T00:53:57.5679039Z -- cublas library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cublas.lib 2025-01-24T00:53:57.5679723Z -- cufft library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cufft.lib 2025-01-24T00:53:57.5680491Z -- curand library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/curand.lib 2025-01-24T00:53:57.5681222Z -- cusparse library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cusparse.lib 2025-01-24T00:53:57.5681941Z -- cuDNN library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cudnn.lib 2025-01-24T00:53:57.5682627Z -- nvrtc : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/nvrtc.lib 2025-01-24T00:53:57.5683435Z -- CUDA include path : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/include 2025-01-24T00:53:57.5684084Z -- NVCC executable : C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-01-24T00:53:57.5684771Z -- CUDA compiler : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/bin/nvcc.exe 2025-01-24T00:53:57.5688889Z -- 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-01-24T00:53:57.5692607Z -- CUDA host compiler : 2025-01-24T00:53:57.5692874Z -- CUDA --device-c : OFF 2025-01-24T00:53:57.5693137Z -- USE_TENSORRT : 2025-01-24T00:53:57.5693381Z -- USE_XPU : 0 2025-01-24T00:53:57.5693623Z -- USE_ROCM : OFF 2025-01-24T00:53:57.5693873Z -- BUILD_NVFUSER : 2025-01-24T00:53:57.5694154Z -- USE_EIGEN_FOR_BLAS : 2025-01-24T00:53:57.5694400Z -- USE_FBGEMM : ON 2025-01-24T00:53:57.5694697Z -- USE_FAKELOWP : OFF 2025-01-24T00:53:57.5694950Z -- USE_KINETO : ON 2025-01-24T00:53:57.5695198Z -- USE_GFLAGS : OFF 2025-01-24T00:53:57.5695457Z -- USE_GLOG : OFF 2025-01-24T00:53:57.5695769Z -- USE_LITE_PROTO : OFF 2025-01-24T00:53:57.5696024Z -- USE_PYTORCH_METAL : OFF 2025-01-24T00:53:57.5696360Z -- USE_PYTORCH_METAL_EXPORT : OFF 2025-01-24T00:53:57.5696730Z -- USE_MPS : OFF 2025-01-24T00:53:57.5696983Z -- CAN_COMPILE_METAL : 2025-01-24T00:53:57.5697235Z -- USE_MKL : ON 2025-01-24T00:53:57.5697473Z -- USE_STATIC_MKL : OFF 2025-01-24T00:53:57.5697719Z -- USE_MKLDNN : ON 2025-01-24T00:53:57.5697951Z -- USE_MKLDNN_ACL : OFF 2025-01-24T00:53:57.5698220Z -- USE_MKLDNN_CBLAS : OFF 2025-01-24T00:53:57.5698464Z -- USE_UCC : OFF 2025-01-24T00:53:57.5698702Z -- USE_ITT : ON 2025-01-24T00:53:57.5698941Z -- USE_NCCL : OFF 2025-01-24T00:53:57.5699188Z -- USE_NNPACK : OFF 2025-01-24T00:53:57.5699424Z -- USE_NUMPY : ON 2025-01-24T00:53:57.5699679Z -- USE_OBSERVERS : ON 2025-01-24T00:53:57.5699937Z -- USE_OPENCL : OFF 2025-01-24T00:53:57.5700217Z -- USE_OPENMP : ON 2025-01-24T00:53:57.5700465Z -- USE_MIMALLOC : ON 2025-01-24T00:53:57.5700769Z -- USE_MIMALLOC_ON_MKL : OFF 2025-01-24T00:53:57.5701032Z -- USE_VULKAN : OFF 2025-01-24T00:53:57.5701279Z -- USE_PROF : OFF 2025-01-24T00:53:57.5701537Z -- USE_PYTORCH_QNNPACK : OFF 2025-01-24T00:53:57.5701781Z -- USE_XNNPACK : ON 2025-01-24T00:53:57.5702036Z -- USE_DISTRIBUTED : ON 2025-01-24T00:53:57.5702286Z -- USE_MPI : OFF 2025-01-24T00:53:57.5702531Z -- USE_GLOO : ON 2025-01-24T00:53:57.5702802Z -- USE_GLOO_WITH_OPENSSL : OFF 2025-01-24T00:53:57.5703072Z -- USE_TENSORPIPE : OFF 2025-01-24T00:53:57.5708533Z -- Public Dependencies : caffe2::mkl 2025-01-24T00:53:57.5709398Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;XNNPACK;microkernels-prod;fbgemm;ittnotify;fp16;caffe2::openmp;gloo;fmt::fmt-header-only;kineto 2025-01-24T00:53:57.5710377Z -- Public CUDA Deps. : 2025-01-24T00:53:57.5712447Z -- Private CUDA Deps. : caffe2::curand;caffe2::cufft;caffe2::cublas;torch::cudnn;gloo_cuda;fmt::fmt-header-only;C:/Jenkins/Miniconda3/Library/lib/mkl_intel_lp64_dll.lib;C:/Jenkins/Miniconda3/Library/lib/mkl_intel_thread_dll.lib;C:/Jenkins/Miniconda3/Library/lib/mkl_core_dll.lib;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cudart_static.lib;CUDA::cusparse;CUDA::cufft;CUDA::cusolver;torch::magma;ATEN_CUDA_FILES_GEN_LIB 2025-01-24T00:53:57.5714387Z -- USE_COREML_DELEGATE : OFF 2025-01-24T00:53:57.5714684Z -- BUILD_LAZY_TS_BACKEND : ON 2025-01-24T00:53:57.5714963Z -- USE_ROCM_KERNEL_ASSERT : OFF 2025-01-24T00:53:57.5749201Z -- Performing Test HAS_WMISSING_PROTOTYPES 2025-01-24T00:53:57.6468396Z -- Performing Test HAS_WMISSING_PROTOTYPES - Failed 2025-01-24T00:53:57.6484396Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2025-01-24T00:53:57.7186112Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed 2025-01-24T00:53:57.7252698Z -- Configuring done 2025-01-24T00:54:07.9169690Z -- Generating done 2025-01-24T00:54:08.1856710Z CMake Warning: 2025-01-24T00:54:08.1857341Z Manually-specified variables were not used by the project: 2025-01-24T00:54:08.1857659Z 2025-01-24T00:54:08.1857748Z BUILD_ENVIRONMENT 2025-01-24T00:54:08.1857974Z BUILD_TYPE 2025-01-24T00:54:08.1858161Z BUILD_WHEEL 2025-01-24T00:54:08.1858287Z 2025-01-24T00:54:08.1858291Z 2025-01-24T00:54:08.1887852Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/build 2025-01-24T00:54:14.6192312Z [1/4] Generating ATen declarations_yaml 2025-01-24T00:54:21.4826873Z [2/4] Generating ATen headers 2025-01-24T00:54:22.1532783Z [3/4] Generating ATen sources 2025-01-24T00:54:27.7861679Z [1/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2025-01-24T00:54:27.7894400Z [2/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2025-01-24T00:54:27.7948856Z [3/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2025-01-24T00:54:27.8005745Z [4/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any_lite.cc.obj 2025-01-24T00:54:27.8021346Z [5/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_util.cc.obj 2025-01-24T00:54:27.8074243Z [6/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set.cc.obj 2025-01-24T00:54:27.8524044Z [7/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2025-01-24T00:54:27.8751192Z [8/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\arena.cc.obj 2025-01-24T00:54:28.0332136Z [9/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\strtod.cc.obj 2025-01-24T00:54:28.0600575Z [10/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2025-01-24T00:54:28.0673314Z [11/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2025-01-24T00:54:28.0689883Z [12/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2025-01-24T00:54:28.1353090Z [13/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\parse_context.cc.obj 2025-01-24T00:54:28.1437855Z [14/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message_lite.cc.obj 2025-01-24T00:54:28.1699078Z [15/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\repeated_field.cc.obj 2025-01-24T00:54:28.2803880Z [16/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2025-01-24T00:54:28.3257611Z [17/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\status.cc.obj 2025-01-24T00:54:28.3560552Z [18/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\int128.cc.obj 2025-01-24T00:54:28.3901675Z [19/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2025-01-24T00:54:28.3965668Z [20/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2025-01-24T00:54:28.3985900Z [21/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\io_win32.cc.obj 2025-01-24T00:54:28.4823906Z [22/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\common.cc.obj 2025-01-24T00:54:28.4882725Z [23/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2025-01-24T00:54:28.5386586Z [24/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2025-01-24T00:54:28.6232131Z [25/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\time.cc.obj 2025-01-24T00:54:28.6366497Z [26/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2025-01-24T00:54:28.7007606Z [27/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.cc.obj 2025-01-24T00:54:28.7066780Z [28/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2025-01-24T00:54:28.7467808Z [29/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.pb.cc.obj 2025-01-24T00:54:28.8318037Z [30/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\api.pb.cc.obj 2025-01-24T00:54:28.8730851Z [31/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\importer.cc.obj 2025-01-24T00:54:28.9086920Z [32/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\parser.cc.obj 2025-01-24T00:54:29.0555158Z [33/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\duration.pb.cc.obj 2025-01-24T00:54:29.0575384Z [34/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.cc.obj 2025-01-24T00:54:29.0644185Z [35/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.pb.cc.obj 2025-01-24T00:54:29.0778627Z [36/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor_database.cc.obj 2025-01-24T00:54:29.1198807Z [37/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\dynamic_message.cc.obj 2025-01-24T00:54:29.1211978Z [38/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\gzip_stream.cc.obj 2025-01-24T00:54:29.1751380Z [39/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\empty.pb.cc.obj 2025-01-24T00:54:29.2466471Z [40/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set_heavy.cc.obj 2025-01-24T00:54:29.2640833Z [41/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\field_mask.pb.cc.obj 2025-01-24T00:54:29.3343075Z [42/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\printer.cc.obj 2025-01-24T00:54:29.3863508Z [43/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\tokenizer.cc.obj 2025-01-24T00:54:29.3968567Z [44/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven.cc.obj 2025-01-24T00:54:29.4416558Z [45/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_reflection.cc.obj 2025-01-24T00:54:29.4643919Z [46/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\map_field.cc.obj 2025-01-24T00:54:29.5353933Z [47/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\service.cc.obj 2025-01-24T00:54:29.5750006Z [48/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message.cc.obj 2025-01-24T00:54:29.6211984Z [49/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\reflection_ops.cc.obj 2025-01-24T00:54:29.6626314Z [50/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\substitute.cc.obj 2025-01-24T00:54:29.6779885Z [51/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\source_context.pb.cc.obj 2025-01-24T00:54:29.7384872Z [52/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\struct.pb.cc.obj 2025-01-24T00:54:29.8051605Z [53/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\timestamp.pb.cc.obj 2025-01-24T00:54:29.8470525Z [54/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\text_format.cc.obj 2025-01-24T00:54:29.8942147Z [55/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\unknown_field_set.cc.obj 2025-01-24T00:54:29.9116563Z [56/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\type.pb.cc.obj 2025-01-24T00:54:29.9266706Z [57/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\delimited_message_util.cc.obj 2025-01-24T00:54:29.9733000Z [58/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_comparator.cc.obj 2025-01-24T00:54:30.0175572Z [59/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_mask_util.cc.obj 2025-01-24T00:54:30.1042242Z [60/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\datapiece.cc.obj 2025-01-24T00:54:30.1116664Z [61/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\error_listener.cc.obj 2025-01-24T00:54:30.1665538Z [62/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\default_value_objectwriter.cc.obj 2025-01-24T00:54:30.2435617Z [63/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\field_mask_utility.cc.obj 2025-01-24T00:54:30.2513564Z [64/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_escaping.cc.obj 2025-01-24T00:54:30.2613632Z [65/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_stream_parser.cc.obj 2025-01-24T00:54:30.2869232Z [66/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_objectwriter.cc.obj 2025-01-24T00:54:30.3646780Z [67/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\object_writer.cc.obj 2025-01-24T00:54:30.4657869Z [68/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\proto_writer.cc.obj 2025-01-24T00:54:30.4850187Z [69/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectsource.cc.obj 2025-01-24T00:54:30.5401027Z [70/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectwriter.cc.obj 2025-01-24T00:54:30.6007867Z [71/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info.cc.obj 2025-01-24T00:54:30.6429677Z [72/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info_test_helper.cc.obj 2025-01-24T00:54:30.6516059Z [73/7518] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\version.rc.res 2025-01-24T00:54:30.6602131Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-01-24T00:54:30.6602492Z 2025-01-24T00:54:30.6602497Z 2025-01-24T00:54:30.6602669Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-01-24T00:54:30.6602947Z 2025-01-24T00:54:30.6602952Z 2025-01-24T00:54:30.6602955Z 2025-01-24T00:54:30.6602959Z 2025-01-24T00:54:30.6603466Z [74/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\json_util.cc.obj 2025-01-24T00:54:30.6874586Z [75/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\utility.cc.obj 2025-01-24T00:54:30.7690548Z [76/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\message_differencer.cc.obj 2025-01-24T00:54:30.8802501Z [77/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\type_resolver_util.cc.obj 2025-01-24T00:54:30.9394976Z [78/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format.cc.obj 2025-01-24T00:54:30.9507889Z [79/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wrappers.pb.cc.obj 2025-01-24T00:54:31.0260142Z [80/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\code_generator.cc.obj 2025-01-24T00:54:31.0744834Z [81/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum.cc.obj 2025-01-24T00:54:31.1509840Z [82/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum_field.cc.obj 2025-01-24T00:54:31.2428811Z [83/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\command_line_interface.cc.obj 2025-01-24T00:54:31.2691812Z [84/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_extension.cc.obj 2025-01-24T00:54:31.2902072Z [85/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\time_util.cc.obj 2025-01-24T00:54:31.3124461Z [86/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_field.cc.obj 2025-01-24T00:54:31.3445234Z [87/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_file.cc.obj 2025-01-24T00:54:31.4058850Z [88/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_generator.cc.obj 2025-01-24T00:54:31.4746087Z [89/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_helpers.cc.obj 2025-01-24T00:54:31.5215889Z [90/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_map_field.cc.obj 2025-01-24T00:54:31.6365594Z [91/7518] Linking CXX static library lib\libprotobuf.lib 2025-01-24T00:54:31.6457674Z [92/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message_field.cc.obj 2025-01-24T00:54:31.6630001Z [93/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message.cc.obj 2025-01-24T00:54:31.6780619Z [94/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_padding_optimizer.cc.obj 2025-01-24T00:54:31.7196879Z [95/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc.obj 2025-01-24T00:54:31.7742896Z [96/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_service.cc.obj 2025-01-24T00:54:31.7825627Z [97/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_doc_comment.cc.obj 2025-01-24T00:54:31.8429023Z [98/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_string_field.cc.obj 2025-01-24T00:54:32.0185651Z [99/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum.cc.obj 2025-01-24T00:54:32.0210145Z [100/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum_field.cc.obj 2025-01-24T00:54:32.0413505Z [101/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_field_base.cc.obj 2025-01-24T00:54:32.0546336Z [102/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_generator.cc.obj 2025-01-24T00:54:32.0984344Z [103/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_helpers.cc.obj 2025-01-24T00:54:32.1689689Z [104/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_map_field.cc.obj 2025-01-24T00:54:32.1708658Z [105/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message.cc.obj 2025-01-24T00:54:32.2178427Z [106/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message_field.cc.obj 2025-01-24T00:54:32.4019075Z [107/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_reflection_class.cc.obj 2025-01-24T00:54:32.4160007Z [108/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc.obj 2025-01-24T00:54:32.4184246Z [109/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.cc.obj 2025-01-24T00:54:32.4492635Z [110/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.cc.obj 2025-01-24T00:54:32.5127957Z [111/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.cc.obj 2025-01-24T00:54:32.5341212Z [112/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_wrapper_field.cc.obj 2025-01-24T00:54:32.5453590Z [113/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_source_generator_base.cc.obj 2025-01-24T00:54:32.6211141Z [114/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_context.cc.obj 2025-01-24T00:54:32.6723379Z [115/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_doc_comment.cc.obj 2025-01-24T00:54:32.7963491Z [116/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field.cc.obj 2025-01-24T00:54:32.7989592Z [117/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum.cc.obj 2025-01-24T00:54:32.8297248Z [118/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field_lite.cc.obj 2025-01-24T00:54:32.8878496Z [119/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_lite.cc.obj 2025-01-24T00:54:32.9124925Z [120/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension.cc.obj 2025-01-24T00:54:32.9255541Z [121/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension_lite.cc.obj 2025-01-24T00:54:33.0045864Z [122/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_field.cc.obj 2025-01-24T00:54:33.0660270Z [123/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_file.cc.obj 2025-01-24T00:54:33.1585151Z [124/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator.cc.obj 2025-01-24T00:54:33.1747171Z [125/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator_factory.cc.obj 2025-01-24T00:54:33.2146508Z [126/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_helpers.cc.obj 2025-01-24T00:54:33.2699206Z [127/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field.cc.obj 2025-01-24T00:54:33.3293687Z [128/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field_lite.cc.obj 2025-01-24T00:54:33.3383524Z [129/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message.cc.obj 2025-01-24T00:54:33.3929043Z [130/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder.cc.obj 2025-01-24T00:54:33.4377680Z [131/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder_lite.cc.obj 2025-01-24T00:54:33.5335817Z [132/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field.cc.obj 2025-01-24T00:54:33.5607820Z [133/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field_lite.cc.obj 2025-01-24T00:54:33.5966355Z [134/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_lite.cc.obj 2025-01-24T00:54:33.6313351Z [135/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_name_resolver.cc.obj 2025-01-24T00:54:33.7011209Z [136/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field.cc.obj 2025-01-24T00:54:33.7024070Z [137/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\well_known_types_embed.cc.obj 2025-01-24T00:54:33.7117229Z [138/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field_lite.cc.obj 2025-01-24T00:54:33.7794091Z [139/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_service.cc.obj 2025-01-24T00:54:33.8507735Z [140/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_shared_code_generator.cc.obj 2025-01-24T00:54:33.9269297Z [141/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field.cc.obj 2025-01-24T00:54:33.9366236Z [142/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field_lite.cc.obj 2025-01-24T00:54:34.0002249Z [143/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\js_generator.cc.obj 2025-01-24T00:54:34.0610349Z [144/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum.cc.obj 2025-01-24T00:54:34.0713138Z [145/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum_field.cc.obj 2025-01-24T00:54:34.0847768Z [146/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_extension.cc.obj 2025-01-24T00:54:34.1612750Z [147/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_field.cc.obj 2025-01-24T00:54:34.2619092Z [148/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_file.cc.obj 2025-01-24T00:54:34.3173003Z [149/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_generator.cc.obj 2025-01-24T00:54:34.3677764Z [150/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_helpers.cc.obj 2025-01-24T00:54:34.3946544Z [151/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_map_field.cc.obj 2025-01-24T00:54:34.4530469Z [152/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message_field.cc.obj 2025-01-24T00:54:34.4626515Z [153/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_oneof.cc.obj 2025-01-24T00:54:34.5079690Z [154/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message.cc.obj 2025-01-24T00:54:34.5329367Z [155/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.cc.obj 2025-01-24T00:54:34.5431402Z [156/7518] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\version.rc.res 2025-01-24T00:54:34.6431848Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-01-24T00:54:34.6432564Z 2025-01-24T00:54:34.6432570Z 2025-01-24T00:54:34.6432756Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-01-24T00:54:34.6433050Z 2025-01-24T00:54:34.6433055Z 2025-01-24T00:54:34.6433060Z 2025-01-24T00:54:34.6433064Z 2025-01-24T00:54:34.6433650Z [157/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\php\php_generator.cc.obj 2025-01-24T00:54:34.6587196Z [158/7518] Building RC object third_party\protobuf\cmake\CMakeFiles\protoc.dir\version.rc.res 2025-01-24T00:54:34.6905757Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-01-24T00:54:34.6906439Z 2025-01-24T00:54:34.6906477Z 2025-01-24T00:54:34.6906822Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-01-24T00:54:34.6907356Z 2025-01-24T00:54:34.6907363Z 2025-01-24T00:54:34.6907368Z 2025-01-24T00:54:34.6907373Z 2025-01-24T00:54:34.6907991Z [159/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.cc.obj 2025-01-24T00:54:34.7651800Z [160/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.pb.cc.obj 2025-01-24T00:54:34.7725559Z [161/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\zip_writer.cc.obj 2025-01-24T00:54:34.7926533Z [162/7518] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\legacy-api.c.obj 2025-01-24T00:54:34.8118517Z [163/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\python\python_generator.cc.obj 2025-01-24T00:54:34.8237125Z [164/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\ruby\ruby_generator.cc.obj 2025-01-24T00:54:34.8336515Z [165/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\protoc.dir\__\src\google\protobuf\compiler\main.cc.obj 2025-01-24T00:54:34.9054336Z [166/7518] Building C object sleef\src\libm\CMakeFiles\mkrename.dir\mkrename.c.obj 2025-01-24T00:54:34.9130911Z [167/7518] Building C object sleef\src\libm\CMakeFiles\mkalias.dir\mkalias.c.obj 2025-01-24T00:54:34.9197937Z [168/7518] Building C object sleef\src\libm\CMakeFiles\mkdisp.dir\mkdisp.c.obj 2025-01-24T00:54:34.9495436Z [169/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\subprocess.cc.obj 2025-01-24T00:54:35.2265253Z [170/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\cache.c.obj 2025-01-24T00:54:35.2435670Z [171/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\init.c.obj 2025-01-24T00:54:35.2588530Z [172/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\api.c.obj 2025-01-24T00:54:35.2599896Z [173/7518] Linking CXX static library lib\libprotoc.lib 2025-01-24T00:54:35.2676192Z [174/7518] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\portable-api.c.obj 2025-01-24T00:54:35.3237674Z 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-01-24T00:54:35.3239445Z [175/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\info.c.obj 2025-01-24T00:54:35.3318848Z [176/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\vendor.c.obj 2025-01-24T00:54:35.3392197Z [177/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\init.c.obj 2025-01-24T00:54:35.3510270Z [178/7518] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\memory.c.obj 2025-01-24T00:54:35.3573071Z 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-01-24T00:54:35.3574128Z [179/7518] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\fastpath.c.obj 2025-01-24T00:54:35.3825916Z 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-01-24T00:54:35.3827821Z [180/7518] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\windows.c.obj 2025-01-24T00:54:35.4093159Z 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-01-24T00:54:35.4094762Z [181/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\name.c.obj 2025-01-24T00:54:35.4125840Z [182/7518] Linking C static library lib\pthreadpool.lib 2025-01-24T00:54:35.4295959Z [183/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\isa.c.obj 2025-01-24T00:54:35.4385386Z [184/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\topology.c.obj 2025-01-24T00:54:35.4445804Z [185/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\init.c.obj 2025-01-24T00:54:35.4662697Z [186/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\uarch.c.obj 2025-01-24T00:54:35.4713684Z [187/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\descriptor.c.obj 2025-01-24T00:54:35.5072193Z [188/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\deterministic.c.obj 2025-01-24T00:54:35.5479875Z [189/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-avgpool\f16-avgpool-9p8x-minmax-f16c-c8.c.obj 2025-01-24T00:54:35.5556616Z [190/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-avgpool\f16-avgpool-9x-minmax-f16c-c8.c.obj 2025-01-24T00:54:35.5997859Z [191/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\log.c.obj 2025-01-24T00:54:35.6012383Z [192/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3.c.obj 2025-01-24T00:54:35.6218643Z [193/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3.c.obj 2025-01-24T00:54:35.6494498Z [194/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3-acc2.c.obj 2025-01-24T00:54:35.6615647Z [195/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u16.c.obj 2025-01-24T00:54:35.6692860Z [196/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3.c.obj 2025-01-24T00:54:35.7142045Z [197/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u16.c.obj 2025-01-24T00:54:35.7396098Z [198/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u1.c.obj 2025-01-24T00:54:35.7582148Z [199/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u4.c.obj 2025-01-24T00:54:35.7643206Z [200/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u16.c.obj 2025-01-24T00:54:35.7702119Z [201/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u32.c.obj 2025-01-24T00:54:35.7787368Z [202/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u16.c.obj 2025-01-24T00:54:35.7870718Z [203/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\windows\init.c.obj 2025-01-24T00:54:35.7933662Z [204/7518] Linking CXX executable bin\protoc.exe 2025-01-24T00:54:35.8522609Z [205/7518] 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-01-24T00:54:35.8726548Z [206/7518] 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-01-24T00:54:35.8807326Z [207/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c64.c.obj 2025-01-24T00:54:35.8857974Z [208/7518] 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-01-24T00:54:35.8943235Z [209/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c32.c.obj 2025-01-24T00:54:35.8999018Z [210/7518] 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-01-24T00:54:35.9018415Z [211/7518] Running gen_proto.py on onnx/onnx.in.proto 2025-01-24T00:54:35.9200686Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx.in.proto 2025-01-24T00:54:35.9201501Z 2025-01-24T00:54:35.9202253Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto 2025-01-24T00:54:35.9202997Z 2025-01-24T00:54:35.9203582Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto3 2025-01-24T00:54:35.9204459Z 2025-01-24T00:54:35.9204978Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-ml.pb.h 2025-01-24T00:54:35.9205647Z 2025-01-24T00:54:35.9205939Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_pb.py 2025-01-24T00:54:35.9206356Z 2025-01-24T00:54:35.9206932Z [212/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc4.c.obj 2025-01-24T00:54:35.9601862Z [213/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc4.c.obj 2025-01-24T00:54:35.9723455Z [214/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c8.c.obj 2025-01-24T00:54:35.9885901Z [215/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-maxpool\f16-maxpool-9p8x-minmax-f16c-c8.c.obj 2025-01-24T00:54:36.0082686Z [216/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-pavgpool\f16-pavgpool-9p8x-minmax-avx2-c8.c.obj 2025-01-24T00:54:36.0188379Z [217/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-pavgpool\f16-pavgpool-9x-minmax-avx2-c8.c.obj 2025-01-24T00:54:36.0289709Z [218/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u4.c.obj 2025-01-24T00:54:36.0426692Z [219/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u4.c.obj 2025-01-24T00:54:36.0844268Z [220/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\f16-rmax-f16c-u32.c.obj 2025-01-24T00:54:36.0964624Z [221/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc4.c.obj 2025-01-24T00:54:36.1146792Z [222/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rmax-scalar-u2-acc2.c.obj 2025-01-24T00:54:36.1289486Z [223/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc4.c.obj 2025-01-24T00:54:36.1363939Z [224/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u2-acc2.c.obj 2025-01-24T00:54:36.1465428Z [225/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.obj 2025-01-24T00:54:36.1565841Z [226/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vadd-f16c-u16.c.obj 2025-01-24T00:54:36.1922822Z [227/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vaddc-f16c-u16.c.obj 2025-01-24T00:54:36.2229255Z [228/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vdiv-f16c-u8.c.obj 2025-01-24T00:54:36.2354125Z [229/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vdivc-f16c-u8.c.obj 2025-01-24T00:54:36.2490163Z [230/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmax-f16c-u16.c.obj 2025-01-24T00:54:36.2629943Z [231/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmin-f16c-u16.c.obj 2025-01-24T00:54:36.2649717Z [232/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u16.c.obj 2025-01-24T00:54:36.2749245Z [233/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vminc-f16c-u16.c.obj 2025-01-24T00:54:36.2998591Z [234/7518] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-01-24T00:54:36.3080203Z [235/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmul-f16c-u16.c.obj 2025-01-24T00:54:36.3464724Z [236/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmulc-f16c-u16.c.obj 2025-01-24T00:54:36.3614404Z [237/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vprelu-f16c-u16.c.obj 2025-01-24T00:54:36.3757667Z [238/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vpreluc-f16c-u16.c.obj 2025-01-24T00:54:36.3837376Z [239/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrpreluc-f16c-u16.c.obj 2025-01-24T00:54:36.3976250Z [240/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrdivc-f16c-u8.c.obj 2025-01-24T00:54:36.3996829Z [241/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrsubc-f16c-u16.c.obj 2025-01-24T00:54:36.4283582Z [242/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u16.c.obj 2025-01-24T00:54:36.4410144Z [243/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u16.c.obj 2025-01-24T00:54:36.4549229Z [244/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsub-f16c-u16.c.obj 2025-01-24T00:54:36.4755250Z [245/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsubc-f16c-u16.c.obj 2025-01-24T00:54:36.5003363Z [246/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u16.c.obj 2025-01-24T00:54:36.5021752Z [247/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u16.c.obj 2025-01-24T00:54:36.5157645Z [248/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u16.c.obj 2025-01-24T00:54:36.5220666Z [249/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u16.c.obj 2025-01-24T00:54:36.5372155Z [250/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c8-minmax-fma3-2x.c.obj 2025-01-24T00:54:36.5613328Z [251/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u16.c.obj 2025-01-24T00:54:36.5699231Z [252/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u16.c.obj 2025-01-24T00:54:36.5990911Z [253/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u16.c.obj 2025-01-24T00:54:36.6141349Z [254/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u16.c.obj 2025-01-24T00:54:36.6295858Z [255/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u32.c.obj 2025-01-24T00:54:36.6367849Z [256/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.obj 2025-01-24T00:54:36.6512730Z [257/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u32.c.obj 2025-01-24T00:54:36.6637071Z [258/7518] 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-01-24T00:54:36.6836713Z [259/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u32.c.obj 2025-01-24T00:54:36.6901704Z [260/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vabs-sse2-u16.c.obj 2025-01-24T00:54:36.7092470Z [261/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-4x-sse2-c4.c.obj 2025-01-24T00:54:36.7272089Z [262/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-4x-scalar-c1.c.obj 2025-01-24T00:54:36.7361081Z [263/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vneg-sse2-u16.c.obj 2025-01-24T00:54:36.7414832Z [264/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-sse2-c4.c.obj 2025-01-24T00:54:36.7487368Z [265/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vsqr-f16c-u16.c.obj 2025-01-24T00:54:36.7504846Z [266/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-scalar-c1.c.obj 2025-01-24T00:54:36.7777354Z [267/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9x-scalar-c1.c.obj 2025-01-24T00:54:36.7886954Z [268/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9x-sse2-c4.c.obj 2025-01-24T00:54:36.8115257Z [269/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-scalar-c1.c.obj 2025-01-24T00:54:36.8291374Z [270/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-sse-c4.c.obj 2025-01-24T00:54:36.8426967Z [271/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9x-minmax-scalar-c1.c.obj 2025-01-24T00:54:36.8527182Z [272/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9x-minmax-sse-c4.c.obj 2025-01-24T00:54:36.8583314Z [273/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.obj 2025-01-24T00:54:36.8644836Z [274/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.obj 2025-01-24T00:54:36.9008666Z [275/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f.c.obj 2025-01-24T00:54:36.9148130Z [276/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar-acc2.c.obj 2025-01-24T00:54:36.9403097Z [277/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar-acc2.c.obj 2025-01-24T00:54:36.9586552Z [278/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx.c.obj 2025-01-24T00:54:36.9761398Z [279/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3.c.obj 2025-01-24T00:54:36.9867694Z [280/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse.c.obj 2025-01-24T00:54:36.9969085Z [281/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.obj 2025-01-24T00:54:37.0025671Z [282/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx.c.obj 2025-01-24T00:54:37.0229197Z [283/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f.c.obj 2025-01-24T00:54:37.0614491Z [284/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar-acc2.c.obj 2025-01-24T00:54:37.0695880Z [285/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3.c.obj 2025-01-24T00:54:37.0844034Z [286/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar-acc2.c.obj 2025-01-24T00:54:37.1020853Z [287/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx.c.obj 2025-01-24T00:54:37.1034267Z [288/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse.c.obj 2025-01-24T00:54:37.1232255Z [289/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3.c.obj 2025-01-24T00:54:37.1292827Z [290/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f.c.obj 2025-01-24T00:54:37.1409890Z [291/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar-acc2.c.obj 2025-01-24T00:54:37.1925944Z [292/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse.c.obj 2025-01-24T00:54:37.2101158Z [293/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar-acc2.c.obj 2025-01-24T00:54:37.2156690Z [294/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.obj 2025-01-24T00:54:37.2268483Z [295/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2025-01-24T00:54:37.2457127Z [296/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx.c.obj 2025-01-24T00:54:37.2533541Z [297/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.obj 2025-01-24T00:54:37.2648889Z [298/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.obj 2025-01-24T00:54:37.2741195Z [299/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f.c.obj 2025-01-24T00:54:37.3238312Z [300/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3.c.obj 2025-01-24T00:54:37.3394404Z [301/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar-acc2.c.obj 2025-01-24T00:54:37.3458119Z [302/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar-acc2.c.obj 2025-01-24T00:54:37.3620811Z [303/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse.c.obj 2025-01-24T00:54:37.3712957Z [304/7518] 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-01-24T00:54:37.3977967Z [305/7518] 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-01-24T00:54:37.3992901Z [306/7518] 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-01-24T00:54:37.4169084Z [307/7518] 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-01-24T00:54:37.4553576Z [308/7518] 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-01-24T00:54:37.4617695Z [309/7518] 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-01-24T00:54:37.4741888Z [310/7518] 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-01-24T00:54:37.4922057Z [311/7518] 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-01-24T00:54:37.5096740Z [312/7518] 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-01-24T00:54:37.5870163Z [313/7518] 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-01-24T00:54:37.6146727Z [314/7518] 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-01-24T00:54:40.5421922Z [315/7518] 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-01-24T00:54:40.5693543Z [316/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u24.c.obj 2025-01-24T00:54:40.5891078Z [317/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u16.c.obj 2025-01-24T00:54:40.6049606Z [318/7518] 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-01-24T00:54:40.6997076Z [319/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u16.c.obj 2025-01-24T00:54:40.7157822Z [320/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u4.c.obj 2025-01-24T00:54:40.7326812Z [321/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u2.c.obj 2025-01-24T00:54:40.7549713Z [322/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u16.c.obj 2025-01-24T00:54:40.7838936Z [323/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u8.c.obj 2025-01-24T00:54:40.7915108Z [324/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx-broadcast.c.obj 2025-01-24T00:54:40.8030054Z [325/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T00:54:40.8244293Z [326/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:54:40.8257474Z [327/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:54:40.8507626Z [328/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-minmax-scalar.c.obj 2025-01-24T00:54:40.8632570Z [329/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-relu-scalar.c.obj 2025-01-24T00:54:40.9004433Z [330/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-scalar.c.obj 2025-01-24T00:54:40.9241245Z [331/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-load1.c.obj 2025-01-24T00:54:40.9494873Z [332/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-relu-scalar.c.obj 2025-01-24T00:54:40.9549128Z [333/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-minmax-scalar.c.obj 2025-01-24T00:54:40.9762933Z [334/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T00:54:41.0029040Z [335/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2-scalar.c.obj 2025-01-24T00:54:41.0043940Z [336/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2-minmax-scalar.c.obj 2025-01-24T00:54:41.0056968Z [337/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-scalar.c.obj 2025-01-24T00:54:41.0587204Z [338/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2c4-minmax-sse.c.obj 2025-01-24T00:54:41.0667094Z [339/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-minmax-scalar.c.obj 2025-01-24T00:54:41.0825906Z [340/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-relu-scalar.c.obj 2025-01-24T00:54:41.0880798Z [341/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-scalar.c.obj 2025-01-24T00:54:41.1503512Z [342/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:54:41.1640027Z [343/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p8.c.obj 2025-01-24T00:54:41.1751764Z [344/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c2.c.obj 2025-01-24T00:54:41.1824495Z [345/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p4.c.obj 2025-01-24T00:54:41.1999049Z [346/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c8.c.obj 2025-01-24T00:54:41.2079970Z [347/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx-broadcast.c.obj 2025-01-24T00:54:41.2133889Z [348/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-7x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:54:41.2700328Z [349/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx-broadcast.c.obj 2025-01-24T00:54:41.2878693Z [350/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:54:41.2946688Z [351/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T00:54:41.3039755Z [352/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-load1.c.obj 2025-01-24T00:54:41.3186774Z [353/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:54:41.3213715Z [354/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-relu-scalar.c.obj 2025-01-24T00:54:41.3270097Z [355/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-scalar.c.obj 2025-01-24T00:54:41.3322361Z [356/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-minmax-scalar.c.obj 2025-01-24T00:54:41.3962728Z [357/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-load1.c.obj 2025-01-24T00:54:41.4207933Z [358/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-relu-scalar.c.obj 2025-01-24T00:54:41.4334620Z [359/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-scalar.c.obj 2025-01-24T00:54:41.4385320Z [360/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T00:54:41.4548841Z [361/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2-scalar.c.obj 2025-01-24T00:54:41.4598110Z [362/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2c4-minmax-sse.c.obj 2025-01-24T00:54:41.4744359Z [363/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-minmax-scalar.c.obj 2025-01-24T00:54:41.4829085Z [364/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2-minmax-scalar.c.obj 2025-01-24T00:54:41.5172246Z [365/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-minmax-scalar.c.obj 2025-01-24T00:54:41.5511243Z [366/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-scalar.c.obj 2025-01-24T00:54:41.5658661Z [367/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-load1.c.obj 2025-01-24T00:54:41.5764682Z [368/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-relu-scalar.c.obj 2025-01-24T00:54:41.5818166Z [369/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx-broadcast.c.obj 2025-01-24T00:54:41.5956708Z [370/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-7x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:54:41.6096431Z [371/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-01-24T00:54:41.6244606Z [372/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.obj 2025-01-24T00:54:41.6277483Z [373/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-sse-c4.c.obj 2025-01-24T00:54:41.6557375Z [374/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-scalar-c1.c.obj 2025-01-24T00:54:41.6669535Z [375/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-sse-c4.c.obj 2025-01-24T00:54:41.6851054Z [376/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-scalar-c1.c.obj 2025-01-24T00:54:41.6911414Z [377/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-sse-c4.c.obj 2025-01-24T00:54:41.7385355Z [378/7518] 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-01-24T00:54:41.7696587Z [379/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2025-01-24T00:54:41.7858633Z [380/7518] 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-01-24T00:54:41.7869447Z [381/7518] 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-01-24T00:54:41.7948720Z [382/7518] 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-01-24T00:54:41.8072819Z [383/7518] 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-01-24T00:54:41.8195711Z [384/7518] 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-01-24T00:54:41.8301147Z [385/7518] 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-01-24T00:54:41.8792950Z [386/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2025-01-24T00:54:41.9066517Z [387/7518] 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-01-24T00:54:41.9337416Z [388/7518] 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-01-24T00:54:41.9352050Z [389/7518] 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-01-24T00:54:41.9406373Z [390/7518] 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-01-24T00:54:41.9639400Z [391/7518] 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-01-24T00:54:41.9822310Z [392/7518] 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-01-24T00:54:41.9837511Z [393/7518] 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-01-24T00:54:42.0077327Z [394/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2025-01-24T00:54:42.0402990Z [395/7518] 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-01-24T00:54:42.0698554Z [396/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2025-01-24T00:54:42.0852768Z [397/7518] 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-01-24T00:54:42.1021268Z [398/7518] 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-01-24T00:54:42.1077673Z [399/7518] 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-01-24T00:54:42.1274067Z [400/7518] 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-01-24T00:54:42.1528331Z [401/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u64.c.obj 2025-01-24T00:54:42.1642156Z [402/7518] 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-01-24T00:54:42.1709735Z [403/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u128.c.obj 2025-01-24T00:54:42.1881545Z [404/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u1.c.obj 2025-01-24T00:54:42.1940154Z [405/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u32.c.obj 2025-01-24T00:54:42.2138253Z [406/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u4.c.obj 2025-01-24T00:54:42.2211089Z [407/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u4.c.obj 2025-01-24T00:54:42.2358748Z [408/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u32.c.obj 2025-01-24T00:54:42.2830242Z [409/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u64.c.obj 2025-01-24T00:54:42.2949397Z [410/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u32.c.obj 2025-01-24T00:54:42.2966446Z [411/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u32.c.obj 2025-01-24T00:54:42.3051210Z [412/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u1.c.obj 2025-01-24T00:54:42.3217064Z [413/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u4.c.obj 2025-01-24T00:54:42.3231259Z [414/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u4.c.obj 2025-01-24T00:54:42.3286266Z [415/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u128.c.obj 2025-01-24T00:54:42.3394668Z [416/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u32.c.obj 2025-01-24T00:54:42.4049566Z [417/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.obj 2025-01-24T00:54:42.4232792Z [418/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u32-acc2.c.obj 2025-01-24T00:54:42.4323905Z [419/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c64.c.obj 2025-01-24T00:54:42.4343323Z [420/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.obj 2025-01-24T00:54:42.4356373Z [421/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.obj 2025-01-24T00:54:42.4406974Z [422/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c32.c.obj 2025-01-24T00:54:42.4799914Z [423/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-scalar.c.obj 2025-01-24T00:54:42.4819629Z [424/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.obj 2025-01-24T00:54:42.5077644Z [425/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c16.c.obj 2025-01-24T00:54:42.5295227Z [426/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc4.c.obj 2025-01-24T00:54:42.5484894Z [427/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc4.c.obj 2025-01-24T00:54:42.5541378Z [428/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc4.c.obj 2025-01-24T00:54:42.5733327Z [429/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc4.c.obj 2025-01-24T00:54:42.5872075Z [430/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc4.c.obj 2025-01-24T00:54:42.5887949Z [431/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc4.c.obj 2025-01-24T00:54:42.5943679Z [432/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc4.c.obj 2025-01-24T00:54:42.6134499Z [433/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc4.c.obj 2025-01-24T00:54:42.6343038Z [434/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc4.c.obj 2025-01-24T00:54:42.6537563Z [435/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc4.c.obj 2025-01-24T00:54:42.6758595Z [436/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc4.c.obj 2025-01-24T00:54:42.6816380Z [437/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc4.c.obj 2025-01-24T00:54:42.7010782Z [438/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-32x1-minmax-sse.c.obj 2025-01-24T00:54:42.7178387Z [439/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x4-minmax-scalar.c.obj 2025-01-24T00:54:42.7290510Z [440/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x2-minmax-scalar.c.obj 2025-01-24T00:54:42.7508754Z [441/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar.c.obj 2025-01-24T00:54:42.7576794Z [442/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-avx-u16.c.obj 2025-01-24T00:54:42.7850974Z [443/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-avx512f-u32.c.obj 2025-01-24T00:54:42.7952085Z [444/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-scalar-u8.c.obj 2025-01-24T00:54:42.8014356Z [445/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-sse-u8.c.obj 2025-01-24T00:54:42.8173762Z [446/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-avx-u16.c.obj 2025-01-24T00:54:42.8441923Z [447/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-avx512f-u32.c.obj 2025-01-24T00:54:42.8459334Z [448/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u8.c.obj 2025-01-24T00:54:42.8854115Z [449/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-avx-u16.c.obj 2025-01-24T00:54:42.8957507Z [450/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-sse-u8.c.obj 2025-01-24T00:54:42.9017225Z [451/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-avx512f-u32.c.obj 2025-01-24T00:54:42.9156106Z [452/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u2.c.obj 2025-01-24T00:54:42.9284426Z [453/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-sse-u8.c.obj 2025-01-24T00:54:42.9365772Z [454/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-avx-u16.c.obj 2025-01-24T00:54:42.9604689Z [455/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-avx512f-u32.c.obj 2025-01-24T00:54:42.9685295Z [456/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u2.c.obj 2025-01-24T00:54:43.0036930Z [457/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-sse-u8.c.obj 2025-01-24T00:54:43.0145615Z [458/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-avx-u16.c.obj 2025-01-24T00:54:43.0239906Z [459/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u32.c.obj 2025-01-24T00:54:43.0384066Z [460/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-scalar-u8.c.obj 2025-01-24T00:54:43.0552365Z [461/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u16.c.obj 2025-01-24T00:54:43.0626237Z [462/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-sse-u8.c.obj 2025-01-24T00:54:43.0781000Z [463/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u32.c.obj 2025-01-24T00:54:43.0848467Z [464/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u8.c.obj 2025-01-24T00:54:43.1205906Z [465/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u8.c.obj 2025-01-24T00:54:43.1274271Z [466/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-avx-u16.c.obj 2025-01-24T00:54:43.1427841Z [467/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u32.c.obj 2025-01-24T00:54:43.1482140Z [468/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-scalar-u8.c.obj 2025-01-24T00:54:43.1718990Z [469/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-sse-u8.c.obj 2025-01-24T00:54:43.1768700Z [470/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-avx-u16.c.obj 2025-01-24T00:54:43.1874882Z [471/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u32.c.obj 2025-01-24T00:54:43.1976590Z [472/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-scalar-u8.c.obj 2025-01-24T00:54:43.2350147Z [473/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-sse-u8.c.obj 2025-01-24T00:54:43.2462084Z [474/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-avx-u16.c.obj 2025-01-24T00:54:43.2610342Z [475/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-scalar-u8.c.obj 2025-01-24T00:54:43.2723064Z [476/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-avx512f-u32.c.obj 2025-01-24T00:54:43.2800757Z [477/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-sse-u8.c.obj 2025-01-24T00:54:43.2973720Z [478/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-avx-u16.c.obj 2025-01-24T00:54:43.3155054Z [479/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u8.c.obj 2025-01-24T00:54:43.3298639Z [480/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-avx512f-u32.c.obj 2025-01-24T00:54:43.3521763Z [481/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-sse-u8.c.obj 2025-01-24T00:54:43.3600533Z [482/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-avx-u16.c.obj 2025-01-24T00:54:43.3718341Z [483/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-avx512f-u32.c.obj 2025-01-24T00:54:43.3886432Z [484/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u8.c.obj 2025-01-24T00:54:43.3954923Z [485/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-sse2-u8.c.obj 2025-01-24T00:54:43.4077973Z [486/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-avx-u16.c.obj 2025-01-24T00:54:43.4351623Z [487/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-avx512f-u32.c.obj 2025-01-24T00:54:43.4468953Z [488/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u8.c.obj 2025-01-24T00:54:43.4683020Z [489/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-avx-u16.c.obj 2025-01-24T00:54:43.4701673Z [490/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-sse2-u8.c.obj 2025-01-24T00:54:43.4851660Z [491/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-avx512f-u32.c.obj 2025-01-24T00:54:43.5050112Z [492/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-sse-u8.c.obj 2025-01-24T00:54:43.5063961Z [493/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u2.c.obj 2025-01-24T00:54:43.5221357Z [494/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-avx-u16.c.obj 2025-01-24T00:54:43.5615557Z [495/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-avx512f-u32.c.obj 2025-01-24T00:54:43.5628903Z [496/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u8.c.obj 2025-01-24T00:54:43.5792229Z [497/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-avx-u16.c.obj 2025-01-24T00:54:43.5898270Z [498/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-sse2-u8.c.obj 2025-01-24T00:54:43.5992269Z [499/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-avx512f-u32.c.obj 2025-01-24T00:54:43.6184784Z [500/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-sse-u8.c.obj 2025-01-24T00:54:43.6252371Z [501/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u8.c.obj 2025-01-24T00:54:43.6431479Z [502/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u16.c.obj 2025-01-24T00:54:43.6767098Z [503/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u32.c.obj 2025-01-24T00:54:43.6784160Z [504/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u8.c.obj 2025-01-24T00:54:43.7026133Z [505/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u8.c.obj 2025-01-24T00:54:43.7086975Z [506/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u16.c.obj 2025-01-24T00:54:43.7184431Z [507/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u32.c.obj 2025-01-24T00:54:43.7395674Z [508/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u8.c.obj 2025-01-24T00:54:43.7541427Z [509/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u8.c.obj 2025-01-24T00:54:43.7603190Z [510/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-avx-u16.c.obj 2025-01-24T00:54:43.7997889Z [511/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-avx512f-u32.c.obj 2025-01-24T00:54:43.8056602Z [512/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-scalar-u8.c.obj 2025-01-24T00:54:43.8113805Z [513/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-sse-u8.c.obj 2025-01-24T00:54:43.8279042Z [514/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-avx-u16.c.obj 2025-01-24T00:54:43.8394911Z [515/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-avx512f-u32.c.obj 2025-01-24T00:54:43.8557530Z [516/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u8.c.obj 2025-01-24T00:54:43.8629592Z [517/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-sse-u8.c.obj 2025-01-24T00:54:43.9103123Z [518/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u16.c.obj 2025-01-24T00:54:43.9174923Z [519/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-avx-u16.c.obj 2025-01-24T00:54:43.9251937Z [520/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-sse-u8.c.obj 2025-01-24T00:54:43.9308321Z [521/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u4.c.obj 2025-01-24T00:54:43.9414862Z [522/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u16.c.obj 2025-01-24T00:54:43.9661035Z [523/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u4.c.obj 2025-01-24T00:54:43.9722598Z [524/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u32.c.obj 2025-01-24T00:54:43.9781520Z [525/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-sse-u8.c.obj 2025-01-24T00:54:44.0294249Z [526/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-avx.c.obj 2025-01-24T00:54:44.0398402Z [527/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-avx512f.c.obj 2025-01-24T00:54:44.0512140Z [528/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-sse2.c.obj 2025-01-24T00:54:44.0589920Z [529/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx.c.obj 2025-01-24T00:54:44.0653748Z [530/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-scalar.c.obj 2025-01-24T00:54:44.0893142Z [531/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx512f.c.obj 2025-01-24T00:54:44.0960308Z [532/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-sse2.c.obj 2025-01-24T00:54:44.0974292Z [533/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-scalar.c.obj 2025-01-24T00:54:44.1513144Z [534/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx.c.obj 2025-01-24T00:54:44.1528833Z [535/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx512f.c.obj 2025-01-24T00:54:44.1790288Z [536/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-scalar.c.obj 2025-01-24T00:54:44.1863618Z [537/7518] 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-01-24T00:54:44.1880068Z [538/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-sse2.c.obj 2025-01-24T00:54:44.2111756Z [539/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u64.c.obj 2025-01-24T00:54:44.2177131Z [540/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u2.c.obj 2025-01-24T00:54:44.2196038Z [541/7518] 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-01-24T00:54:44.2663259Z [542/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u4.c.obj 2025-01-24T00:54:44.2788597Z [543/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u12.c.obj 2025-01-24T00:54:44.3046920Z [544/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vexp\gen\f32-vexp-scalar-exp.c.obj 2025-01-24T00:54:44.3151174Z [545/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-nr.c.obj 2025-01-24T00:54:44.3170108Z [546/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-avx-rational-12-10-div.c.obj 2025-01-24T00:54:44.3360062Z [547/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-scalar-rational-12-10-div.c.obj 2025-01-24T00:54:44.3380571Z [548/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-fma3-rational-12-10-div.c.obj 2025-01-24T00:54:44.3452943Z [549/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-sse2-rational-12-10-div.c.obj 2025-01-24T00:54:44.3808628Z [550/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-avx-u16.c.obj 2025-01-24T00:54:44.3986081Z [551/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u16.c.obj 2025-01-24T00:54:44.4393116Z [552/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u4.c.obj 2025-01-24T00:54:44.4447246Z [553/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-sse-u8.c.obj 2025-01-24T00:54:44.4555403Z [554/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-div.c.obj 2025-01-24T00:54:44.4572105Z [555/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-div.c.obj 2025-01-24T00:54:44.4820514Z [556/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u16.c.obj 2025-01-24T00:54:44.4904160Z [557/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-avx2-rational-3-3-div.c.obj 2025-01-24T00:54:44.4967369Z [558/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-scalar-rational-3-3-div.c.obj 2025-01-24T00:54:44.5081417Z [559/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-sse2-rational-3-3-div.c.obj 2025-01-24T00:54:44.5512268Z [560/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u16.c.obj 2025-01-24T00:54:44.5574535Z [561/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u16.c.obj 2025-01-24T00:54:44.5702419Z [562/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u8.c.obj 2025-01-24T00:54:44.5784345Z [563/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u4.c.obj 2025-01-24T00:54:44.5920566Z [564/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c1-minmax-scalar-2x.c.obj 2025-01-24T00:54:44.5934949Z [565/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u8.c.obj 2025-01-24T00:54:44.5990666Z [566/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-sse-2x.c.obj 2025-01-24T00:54:44.6194836Z [567/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u8.c.obj 2025-01-24T00:54:44.6664126Z [568/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-avx-u16.c.obj 2025-01-24T00:54:44.6725035Z [569/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u16.c.obj 2025-01-24T00:54:44.6906777Z [570/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u1.c.obj 2025-01-24T00:54:44.6961824Z [571/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u4.c.obj 2025-01-24T00:54:44.7067245Z [572/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u8.c.obj 2025-01-24T00:54:44.7138595Z [573/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-avx-u16.c.obj 2025-01-24T00:54:44.7342302Z [574/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u16.c.obj 2025-01-24T00:54:44.7402272Z [575/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u8.c.obj 2025-01-24T00:54:44.7948348Z [576/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u1.c.obj 2025-01-24T00:54:44.8036916Z [577/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u4.c.obj 2025-01-24T00:54:44.8095461Z [578/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u8.c.obj 2025-01-24T00:54:44.8145675Z [579/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u8.c.obj 2025-01-24T00:54:44.8200569Z [580/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-avx-u16.c.obj 2025-01-24T00:54:44.8254760Z [581/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u16.c.obj 2025-01-24T00:54:44.8502377Z [582/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u1.c.obj 2025-01-24T00:54:44.8518275Z [583/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u4.c.obj 2025-01-24T00:54:44.9162962Z [584/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u8.c.obj 2025-01-24T00:54:44.9213588Z [585/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u8.c.obj 2025-01-24T00:54:44.9286087Z [586/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-avx-u16.c.obj 2025-01-24T00:54:44.9343804Z [587/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u16.c.obj 2025-01-24T00:54:44.9433889Z [588/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u4.c.obj 2025-01-24T00:54:44.9527458Z [589/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u1.c.obj 2025-01-24T00:54:44.9711861Z [590/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u8.c.obj 2025-01-24T00:54:44.9780416Z [591/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u8.c.obj 2025-01-24T00:54:45.0316442Z [592/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u16.c.obj 2025-01-24T00:54:45.0381795Z [593/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u32.c.obj 2025-01-24T00:54:45.0483437Z [594/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u1.c.obj 2025-01-24T00:54:45.0499890Z [595/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u16.c.obj 2025-01-24T00:54:45.0633539Z [596/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u4.c.obj 2025-01-24T00:54:45.0718299Z [597/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u8.c.obj 2025-01-24T00:54:45.0892361Z [598/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u16.c.obj 2025-01-24T00:54:45.0974213Z [599/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u16.c.obj 2025-01-24T00:54:45.1537877Z [600/7518] 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-01-24T00:54:45.1551565Z [601/7518] 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-01-24T00:54:45.1664863Z [602/7518] 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-01-24T00:54:45.1743605Z [603/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u16.c.obj 2025-01-24T00:54:45.1828381Z [604/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u16.c.obj 2025-01-24T00:54:45.1999566Z [605/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u16.c.obj 2025-01-24T00:54:45.2130400Z [606/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u1.c.obj 2025-01-24T00:54:45.2145878Z [607/7518] 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-01-24T00:54:45.2681688Z [608/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u12.c.obj 2025-01-24T00:54:45.2696430Z [609/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-8-div.c.obj 2025-01-24T00:54:45.2850051Z [610/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-8-nr.c.obj 2025-01-24T00:54:45.2915596Z [611/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-8-div.c.obj 2025-01-24T00:54:45.3078806Z [612/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-scalar-rational-9-8-div.c.obj 2025-01-24T00:54:45.3134581Z [613/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-8-div.c.obj 2025-01-24T00:54:45.3279058Z [614/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-avx.c.obj 2025-01-24T00:54:45.3295945Z [615/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-avx512f.c.obj 2025-01-24T00:54:45.3888391Z [616/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-sse2.c.obj 2025-01-24T00:54:45.3912749Z [617/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-scalar.c.obj 2025-01-24T00:54:45.4019661Z [618/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-avx.c.obj 2025-01-24T00:54:45.4114357Z [619/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-avx512f.c.obj 2025-01-24T00:54:45.4198429Z [620/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-scalar.c.obj 2025-01-24T00:54:45.4298368Z [621/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-sse2.c.obj 2025-01-24T00:54:45.4438067Z [622/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-avx.c.obj 2025-01-24T00:54:45.4455036Z [623/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-avx512f.c.obj 2025-01-24T00:54:45.5100649Z [624/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-scalar.c.obj 2025-01-24T00:54:45.5117320Z [625/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-sse2.c.obj 2025-01-24T00:54:45.5426287Z [626/7518] 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-01-24T00:54:45.5590046Z [627/7518] 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-01-24T00:54:45.5603036Z [628/7518] 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-01-24T00:54:45.5724179Z [629/7518] 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-01-24T00:54:45.5801579Z [630/7518] 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-01-24T00:54:45.5862938Z [631/7518] 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-01-24T00:54:45.6639577Z [632/7518] 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-01-24T00:54:45.6771837Z [633/7518] 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-01-24T00:54:45.6788274Z [634/7518] 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-01-24T00:54:45.6999236Z [635/7518] 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-01-24T00:54:45.7110550Z [636/7518] 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-01-24T00:54:45.7345868Z [637/7518] 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-01-24T00:54:45.7558811Z [638/7518] 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-01-24T00:54:45.7720632Z [639/7518] 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-01-24T00:54:45.8031339Z [640/7518] 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-01-24T00:54:45.8132910Z [641/7518] 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-01-24T00:54:45.8205160Z [642/7518] 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-01-24T00:54:45.8423326Z [643/7518] 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-01-24T00:54:45.8543753Z [644/7518] 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-01-24T00:54:45.8799722Z [645/7518] 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-01-24T00:54:45.8815887Z [646/7518] 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-01-24T00:54:45.8908309Z [647/7518] 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-01-24T00:54:45.9322980Z [648/7518] 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-01-24T00:54:45.9416370Z [649/7518] 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-01-24T00:54:45.9608475Z [650/7518] 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-01-24T00:54:45.9947237Z [651/7518] 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-01-24T00:54:46.0006578Z [652/7518] 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-01-24T00:54:46.0221919Z [653/7518] 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-01-24T00:54:46.0279217Z [654/7518] 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-01-24T00:54:46.0340159Z [655/7518] 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-01-24T00:54:46.0679457Z [656/7518] 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-01-24T00:54:46.0693339Z [657/7518] 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-01-24T00:54:46.0987916Z [658/7518] 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-01-24T00:54:46.1333912Z [659/7518] 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-01-24T00:54:46.1441374Z [660/7518] 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-01-24T00:54:46.1599580Z [661/7518] 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-01-24T00:54:46.1717068Z [662/7518] 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-01-24T00:54:46.1732186Z [663/7518] 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-01-24T00:54:46.1997679Z [664/7518] 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-01-24T00:54:46.2177109Z [665/7518] 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-01-24T00:54:46.2271699Z [666/7518] 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-01-24T00:54:46.2646488Z [667/7518] 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-01-24T00:54:46.2746898Z [668/7518] 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-01-24T00:54:46.3001263Z [669/7518] 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-01-24T00:54:46.3061347Z [670/7518] 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-01-24T00:54:46.3118804Z [671/7518] 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-01-24T00:54:46.3610459Z [672/7518] 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-01-24T00:54:46.3659183Z [673/7518] 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-01-24T00:54:46.3739988Z [674/7518] 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-01-24T00:54:46.4023709Z [675/7518] 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-01-24T00:54:46.4083416Z [676/7518] 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-01-24T00:54:46.4312756Z [677/7518] 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-01-24T00:54:46.4387066Z [678/7518] 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-01-24T00:54:46.4488344Z [679/7518] 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-01-24T00:54:46.4970952Z [680/7518] 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-01-24T00:54:46.5031774Z [681/7518] 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-01-24T00:54:46.5278703Z [682/7518] 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-01-24T00:54:46.5508543Z [683/7518] 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-01-24T00:54:46.5624635Z [684/7518] 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-01-24T00:54:46.5897491Z [685/7518] 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-01-24T00:54:46.5954510Z [686/7518] 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-01-24T00:54:46.6293609Z [687/7518] 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-01-24T00:54:46.7158409Z [688/7518] 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-01-24T00:54:46.7179021Z [689/7518] 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-01-24T00:54:46.7190608Z [690/7518] 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-01-24T00:54:46.7202009Z [691/7518] 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-01-24T00:54:46.7215428Z [692/7518] 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-01-24T00:54:46.7271499Z [693/7518] 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-01-24T00:54:46.7441859Z [694/7518] 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-01-24T00:54:46.8403826Z [695/7518] 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-01-24T00:54:46.8461154Z [696/7518] 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-01-24T00:54:46.8523676Z [697/7518] 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-01-24T00:54:46.8537503Z [698/7518] 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-01-24T00:54:46.8595593Z [699/7518] 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-01-24T00:54:46.8652408Z [700/7518] 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-01-24T00:54:46.8721129Z [701/7518] 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-01-24T00:54:46.8780979Z [702/7518] 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-01-24T00:54:46.9674984Z [703/7518] 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-01-24T00:54:46.9691386Z [704/7518] 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-01-24T00:54:46.9906060Z [705/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:54:46.9963086Z [706/7518] 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-01-24T00:54:47.0496392Z [707/7518] 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-01-24T00:54:47.0511143Z [708/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:47.0522608Z [709/7518] 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-01-24T00:54:47.0534390Z [710/7518] 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-01-24T00:54:47.0734562Z [711/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:47.0800293Z [712/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:47.0945890Z [713/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:54:47.1048695Z [714/7518] 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-01-24T00:54:47.1743535Z [715/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:54:47.1797417Z [716/7518] 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-01-24T00:54:47.1810524Z [717/7518] 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-01-24T00:54:47.1823654Z [718/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:47.1997667Z [719/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:47.2013042Z [720/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:47.2220313Z [721/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:54:47.2281156Z [722/7518] 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-01-24T00:54:47.2862189Z [723/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u16.c.obj 2025-01-24T00:54:47.2946478Z [724/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u16.c.obj 2025-01-24T00:54:47.3034146Z [725/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u32.c.obj 2025-01-24T00:54:47.3056021Z [726/7518] 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-01-24T00:54:47.3133267Z [727/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u1.c.obj 2025-01-24T00:54:47.3145687Z [728/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u32.c.obj 2025-01-24T00:54:47.3282142Z [729/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u4.c.obj 2025-01-24T00:54:47.3298861Z [730/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u32.c.obj 2025-01-24T00:54:47.3928807Z [731/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u16.c.obj 2025-01-24T00:54:47.4064089Z [732/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-avx256vnni-prfm.c.obj 2025-01-24T00:54:47.4206858Z [733/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx256vnni-prfm.c.obj 2025-01-24T00:54:47.4281777Z [734/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-scalar.c.obj 2025-01-24T00:54:47.4294634Z [735/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x64c4-gemm-goi-scalar.c.obj 2025-01-24T00:54:47.4369178Z [736/7518] 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-01-24T00:54:47.4555847Z [737/7518] 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-01-24T00:54:47.4577257Z [738/7518] 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-01-24T00:54:47.5184798Z [739/7518] 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-01-24T00:54:47.5290296Z [740/7518] 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-01-24T00:54:47.5468360Z [741/7518] 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-01-24T00:54:47.5544265Z [742/7518] 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-01-24T00:54:47.5618051Z [743/7518] 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-01-24T00:54:47.5675356Z [744/7518] 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-01-24T00:54:47.5769475Z [745/7518] 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-01-24T00:54:47.5830225Z [746/7518] 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-01-24T00:54:47.6519750Z [747/7518] 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-01-24T00:54:47.6612751Z [748/7518] 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-01-24T00:54:47.6671875Z [749/7518] 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-01-24T00:54:47.6742597Z [750/7518] 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-01-24T00:54:47.6942566Z [751/7518] 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-01-24T00:54:47.6958212Z [752/7518] 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-01-24T00:54:47.7268709Z [753/7518] 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-01-24T00:54:47.7408901Z [754/7518] 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-01-24T00:54:47.7828453Z [755/7518] 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-01-24T00:54:47.7887127Z [756/7518] 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-01-24T00:54:47.8149706Z [757/7518] 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-01-24T00:54:47.8163517Z [758/7518] 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-01-24T00:54:47.8183305Z [759/7518] 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-01-24T00:54:47.8548943Z [760/7518] 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-01-24T00:54:47.8607582Z [761/7518] 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-01-24T00:54:47.8816165Z [762/7518] 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-01-24T00:54:47.9251185Z [763/7518] 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-01-24T00:54:47.9487892Z [764/7518] 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-01-24T00:54:47.9501230Z [765/7518] 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-01-24T00:54:47.9597360Z [766/7518] 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-01-24T00:54:47.9735855Z [767/7518] 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-01-24T00:54:48.0036504Z [768/7518] 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-01-24T00:54:48.0158229Z [769/7518] 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-01-24T00:54:48.0562687Z [770/7518] 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-01-24T00:54:48.0673183Z [771/7518] 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-01-24T00:54:48.0802969Z [772/7518] 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-01-24T00:54:48.0873712Z [773/7518] 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-01-24T00:54:48.0889480Z [774/7518] 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-01-24T00:54:48.1107957Z [775/7518] 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-01-24T00:54:48.1282682Z [776/7518] 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-01-24T00:54:48.1514199Z [777/7518] 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-01-24T00:54:48.1998551Z [778/7518] 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-01-24T00:54:48.2060883Z [779/7518] 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-01-24T00:54:48.2220491Z [780/7518] 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-01-24T00:54:48.2233401Z [781/7518] 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-01-24T00:54:48.2298849Z [782/7518] 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-01-24T00:54:48.2311503Z [783/7518] 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-01-24T00:54:48.2500968Z [784/7518] 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-01-24T00:54:48.2705009Z [785/7518] 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-01-24T00:54:48.3232070Z [786/7518] 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-01-24T00:54:48.3381948Z [787/7518] 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-01-24T00:54:48.3565584Z [788/7518] 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-01-24T00:54:48.3578352Z [789/7518] 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-01-24T00:54:48.3634242Z [790/7518] 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-01-24T00:54:48.3772163Z [791/7518] 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-01-24T00:54:48.3786452Z [792/7518] 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-01-24T00:54:48.3980970Z [793/7518] 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-01-24T00:54:48.4492810Z [794/7518] 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-01-24T00:54:48.4603663Z [795/7518] 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-01-24T00:54:48.4618006Z [796/7518] 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-01-24T00:54:48.4673262Z [797/7518] 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-01-24T00:54:48.4924053Z [798/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.obj 2025-01-24T00:54:48.5402067Z [799/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u64-acc2.c.obj 2025-01-24T00:54:48.5535369Z [800/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u128-acc2.c.obj 2025-01-24T00:54:48.5632691Z [801/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u128-acc2.c.obj 2025-01-24T00:54:48.5647205Z [802/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u64-acc2.c.obj 2025-01-24T00:54:48.5703609Z [803/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.obj 2025-01-24T00:54:48.5714748Z [804/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.obj 2025-01-24T00:54:48.5726971Z [805/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.obj 2025-01-24T00:54:48.5843521Z [806/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u4.c.obj 2025-01-24T00:54:48.6476841Z [807/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u32-acc2.c.obj 2025-01-24T00:54:48.6841044Z [808/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u1.c.obj 2025-01-24T00:54:48.6905716Z [809/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2025-01-24T00:54:48.6920352Z [810/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u4.c.obj 2025-01-24T00:54:48.6933250Z [811/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-01-24T00:54:48.6999205Z [812/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2025-01-24T00:54:48.7015353Z [813/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2025-01-24T00:54:48.7032330Z [814/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2025-01-24T00:54:48.7692353Z [815/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2025-01-24T00:54:48.8034903Z [816/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2025-01-24T00:54:48.8126646Z [817/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-01-24T00:54:48.8144855Z [818/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u1.c.obj 2025-01-24T00:54:48.8205850Z [819/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u4.c.obj 2025-01-24T00:54:48.8220522Z [820/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u32.c.obj 2025-01-24T00:54:48.8446348Z [821/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2025-01-24T00:54:48.8539483Z [822/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2025-01-24T00:54:48.8727826Z [823/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u32.c.obj 2025-01-24T00:54:48.9248377Z [824/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u1.c.obj 2025-01-24T00:54:48.9262140Z [825/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u4.c.obj 2025-01-24T00:54:48.9274345Z [826/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u32.c.obj 2025-01-24T00:54:48.9335908Z [827/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u32.c.obj 2025-01-24T00:54:48.9363276Z [828/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u32.c.obj 2025-01-24T00:54:48.9671225Z [829/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u32.c.obj 2025-01-24T00:54:48.9685258Z [830/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u32.c.obj 2025-01-24T00:54:48.9879318Z [831/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u4.c.obj 2025-01-24T00:54:49.0410371Z [832/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u4.c.obj 2025-01-24T00:54:49.0482741Z [833/7518] 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-01-24T00:54:49.0495410Z [834/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u32.c.obj 2025-01-24T00:54:49.0560191Z [835/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u32.c.obj 2025-01-24T00:54:49.0782991Z [836/7518] 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-01-24T00:54:49.0855597Z [837/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u4.c.obj 2025-01-24T00:54:49.0941801Z [838/7518] 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-01-24T00:54:49.1019273Z [839/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u32.c.obj 2025-01-24T00:54:49.1553113Z [840/7518] 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-01-24T00:54:49.1619108Z [841/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u4.c.obj 2025-01-24T00:54:49.1684465Z [842/7518] 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-01-24T00:54:49.1780530Z [843/7518] 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-01-24T00:54:49.1793589Z [844/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.obj 2025-01-24T00:54:49.1882432Z [845/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.obj 2025-01-24T00:54:49.1968979Z [846/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.obj 2025-01-24T00:54:49.2263646Z [847/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-sse2-c8.c.obj 2025-01-24T00:54:49.2777787Z [848/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2025-01-24T00:54:49.2887734Z [849/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:54:49.2953952Z [850/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:49.3008767Z [851/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:49.3126654Z [852/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:49.3139462Z [853/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:54:49.3363278Z [854/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:54:49.3501919Z [855/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:54:49.4026202Z [856/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2025-01-24T00:54:49.4101053Z [857/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:49.4159932Z [858/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:54:49.4310487Z [859/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:49.4432526Z [860/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:49.4795209Z [861/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:54:49.4809687Z [862/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:54:49.4823050Z [863/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:54:49.5026399Z [864/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u32.c.obj 2025-01-24T00:54:49.5173635Z [865/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u16.c.obj 2025-01-24T00:54:49.5335420Z [866/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u1.c.obj 2025-01-24T00:54:49.5485831Z [867/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u4.c.obj 2025-01-24T00:54:49.5809452Z [868/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u32.c.obj 2025-01-24T00:54:49.5904888Z [869/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u32.c.obj 2025-01-24T00:54:49.5921330Z [870/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u16.c.obj 2025-01-24T00:54:49.6094452Z [871/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:54:49.6402889Z [872/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:49.6792390Z [873/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:54:49.6859683Z [874/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:54:49.6872982Z [875/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:49.7098822Z [876/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:54:49.7176040Z [877/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:49.7268756Z [878/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:54:49.7441985Z [879/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:54:49.7767073Z [880/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:49.8197347Z [881/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:54:49.8306749Z [882/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:54:49.8386001Z [883/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:54:49.8504449Z [884/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:54:49.8646733Z [885/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:49.8772381Z [886/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:54:49.8784113Z [887/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:49.8978886Z [888/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:54:49.9449461Z [889/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:54:49.9534192Z [890/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:54:49.9595596Z [891/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:54:49.9846831Z [892/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:49.9941249Z [893/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:54:50.0008851Z [894/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:54:50.0181104Z [895/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:50.0242503Z [896/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:54:50.0593488Z [897/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:54:50.0684925Z [898/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c64.c.obj 2025-01-24T00:54:50.0944916Z [899/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rdsum\gen\qu8-rdsum-scalar.c.obj 2025-01-24T00:54:50.1013286Z [900/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u64-acc2.c.obj 2025-01-24T00:54:50.1068479Z [901/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u4.c.obj 2025-01-24T00:54:50.1127119Z [902/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:54:50.1261313Z [903/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u32-acc2.c.obj 2025-01-24T00:54:50.1278992Z [904/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2025-01-24T00:54:50.1744555Z [905/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2025-01-24T00:54:50.1814094Z [906/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-01-24T00:54:50.2153454Z [907/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u1.c.obj 2025-01-24T00:54:50.2259558Z [908/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u4.c.obj 2025-01-24T00:54:50.2277996Z [909/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2025-01-24T00:54:50.2391964Z [910/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2025-01-24T00:54:50.2410166Z [911/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2025-01-24T00:54:50.2937209Z [912/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-01-24T00:54:50.2952244Z [913/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u1.c.obj 2025-01-24T00:54:50.3140390Z [914/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2025-01-24T00:54:50.3204003Z [915/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u4.c.obj 2025-01-24T00:54:50.3337819Z [916/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2025-01-24T00:54:50.3406104Z [917/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u32.c.obj 2025-01-24T00:54:50.3420632Z [918/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2025-01-24T00:54:50.3478909Z [919/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u32.c.obj 2025-01-24T00:54:50.4224465Z [920/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u4.c.obj 2025-01-24T00:54:50.4244398Z [921/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u32.c.obj 2025-01-24T00:54:50.4310925Z [922/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u32.c.obj 2025-01-24T00:54:50.4322741Z [923/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u1.c.obj 2025-01-24T00:54:50.4430755Z [924/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u32.c.obj 2025-01-24T00:54:50.4489099Z [925/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u32.c.obj 2025-01-24T00:54:50.4546956Z [926/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u32.c.obj 2025-01-24T00:54:50.4629912Z [927/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u4.c.obj 2025-01-24T00:54:50.5587866Z [928/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u4.c.obj 2025-01-24T00:54:50.5602228Z [929/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u32.c.obj 2025-01-24T00:54:50.5614944Z [930/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u32.c.obj 2025-01-24T00:54:50.5627089Z [931/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u32.c.obj 2025-01-24T00:54:50.5641859Z [932/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u4.c.obj 2025-01-24T00:54:50.5703158Z [933/7518] 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-01-24T00:54:50.5849352Z [934/7518] 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-01-24T00:54:50.5870878Z [935/7518] 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-01-24T00:54:50.6763123Z [936/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-avx2.c.obj 2025-01-24T00:54:50.6777115Z [937/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u4.c.obj 2025-01-24T00:54:50.6790081Z [938/7518] 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-01-24T00:54:50.6849375Z [939/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-avx512f.c.obj 2025-01-24T00:54:50.6862340Z [940/7518] 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-01-24T00:54:50.6918369Z [941/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c1.c.obj 2025-01-24T00:54:50.7090155Z [942/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-scalar.c.obj 2025-01-24T00:54:50.7169719Z [943/7518] 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-01-24T00:54:50.7752190Z [944/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c16.c.obj 2025-01-24T00:54:50.7864576Z [945/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c8.c.obj 2025-01-24T00:54:50.7927384Z [946/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-01-24T00:54:50.7997607Z [947/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse2-c16.c.obj 2025-01-24T00:54:50.8055150Z [948/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse41-c16.c.obj 2025-01-24T00:54:50.8067208Z [949/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-avx2-u128.c.obj 2025-01-24T00:54:50.8226870Z [950/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-avx512skx-u256.c.obj 2025-01-24T00:54:50.8291424Z [951/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-scalar-u4.c.obj 2025-01-24T00:54:50.8857859Z [952/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-sse2-u64.c.obj 2025-01-24T00:54:50.8965897Z [953/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-lut32norm\u8-lut32norm-scalar.c.obj 2025-01-24T00:54:50.9023471Z [954/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c16.c.obj 2025-01-24T00:54:50.9035904Z [955/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c1.c.obj 2025-01-24T00:54:50.9096980Z [956/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c8.c.obj 2025-01-24T00:54:50.9109760Z [957/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-sse41-u64.c.obj 2025-01-24T00:54:50.9385982Z [958/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-01-24T00:54:50.9482062Z [959/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-sse2-c16.c.obj 2025-01-24T00:54:50.9960584Z [960/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-rmax\u8-rmax-scalar-u2.c.obj 2025-01-24T00:54:51.0188087Z [961/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-avx2-u128.c.obj 2025-01-24T00:54:51.0214789Z [962/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-avx512skx-u256.c.obj 2025-01-24T00:54:51.0303700Z [963/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-sse2-u64.c.obj 2025-01-24T00:54:51.0316635Z [964/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-scalar-u4.c.obj 2025-01-24T00:54:51.0371867Z [965/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-rmax\u8-rmax-sse2-u16.c.obj 2025-01-24T00:54:51.0498852Z [966/7518] 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-01-24T00:54:51.0515845Z [967/7518] 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-01-24T00:54:51.0890764Z [968/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-switch-avx2.c.obj 2025-01-24T00:54:51.1272420Z [969/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-2x4-scalar-int.c.obj 2025-01-24T00:54:51.1286702Z [970/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x24-transposec\gen\x24-transposec-1x2-scalar.c.obj 2025-01-24T00:54:51.1298222Z [971/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-multi-sse2.c.obj 2025-01-24T00:54:51.1421433Z [972/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x24-transposec\x24-transposec-4x4-ssse3.c.obj 2025-01-24T00:54:51.1493904Z [973/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u8.c.obj 2025-01-24T00:54:51.1553754Z [974/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx-u4.c.obj 2025-01-24T00:54:51.1569860Z [975/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-avx-u4.c.obj 2025-01-24T00:54:51.1902555Z [976/7518] 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-01-24T00:54:51.2418743Z [977/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x2c4-gemm-goi-sse2-u4.c.obj 2025-01-24T00:54:51.2435482Z [978/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u8.c.obj 2025-01-24T00:54:51.2484923Z [979/7518] 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-01-24T00:54:51.2542762Z [980/7518] 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-01-24T00:54:51.2595047Z [981/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u4.c.obj 2025-01-24T00:54:51.2645667Z [982/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-multi-avx.c.obj 2025-01-24T00:54:51.2700139Z [983/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-int.c.obj 2025-01-24T00:54:51.2860686Z [984/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\x32-transposec-4x4-sse.c.obj 2025-01-24T00:54:51.3065549Z [985/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-unpool\x32-unpool-scalar.c.obj 2025-01-24T00:54:51.3119598Z [986/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-unpool\x32-unpool-sse2.c.obj 2025-01-24T00:54:51.3131265Z [987/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x2-scalar.c.obj 2025-01-24T00:54:51.3179853Z [988/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x3-scalar.c.obj 2025-01-24T00:54:51.3293875Z [989/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x2-sse2.c.obj 2025-01-24T00:54:51.3306359Z [990/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x3-sse2.c.obj 2025-01-24T00:54:51.3317424Z [991/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x4-scalar.c.obj 2025-01-24T00:54:51.3780102Z [992/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-xm-scalar.c.obj 2025-01-24T00:54:51.3792709Z [993/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-xm-sse2.c.obj 2025-01-24T00:54:51.4024008Z [994/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x4-sse2.c.obj 2025-01-24T00:54:51.4072283Z [995/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx-u64.c.obj 2025-01-24T00:54:51.4147720Z [996/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx2-u128.c.obj 2025-01-24T00:54:51.4204149Z [997/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-mov-sse2.c.obj 2025-01-24T00:54:51.4282746Z [998/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-int.c.obj 2025-01-24T00:54:51.4363075Z [999/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-multi-avx.c.obj 2025-01-24T00:54:51.5011886Z [1000/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packq\x8-packq-scalar-f32qp8-u1.c.obj 2025-01-24T00:54:51.5173307Z [1001/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-u2.c.obj 2025-01-24T00:54:51.5223993Z [1002/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-u2.c.obj 2025-01-24T00:54:51.5667931Z [1003/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u128.c.obj 2025-01-24T00:54:51.5680291Z [1004/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u64.c.obj 2025-01-24T00:54:51.5691439Z [1005/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-scalar-u4.c.obj 2025-01-24T00:54:51.5703801Z [1006/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-u2.c.obj 2025-01-24T00:54:51.5715309Z [1007/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-u2.c.obj 2025-01-24T00:54:51.6105660Z [1008/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-2x4-scalar-int.c.obj 2025-01-24T00:54:51.6234106Z [1009/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-switch-avx2.c.obj 2025-01-24T00:54:51.6285124Z [1010/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x2-scalar.c.obj 2025-01-24T00:54:51.6421708Z [1011/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x3-scalar.c.obj 2025-01-24T00:54:51.6436206Z [1012/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x3-sse2.c.obj 2025-01-24T00:54:51.6450441Z [1013/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x2-sse2.c.obj 2025-01-24T00:54:51.6463922Z [1014/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x4-scalar.c.obj 2025-01-24T00:54:51.6717854Z [1015/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x4-sse2.c.obj 2025-01-24T00:54:51.6776048Z [1016/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-mov-sse2.c.obj 2025-01-24T00:54:51.6859018Z [1017/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-xm-scalar.c.obj 2025-01-24T00:54:51.7030854Z [1018/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-xm-sse2.c.obj 2025-01-24T00:54:51.7096757Z [1019/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-fill\xx-fill-sse2-u64.c.obj 2025-01-24T00:54:51.7107818Z [1020/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-fill\xx-fill-scalar-u16.c.obj 2025-01-24T00:54:51.7159321Z [1021/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-pad\xx-pad-p16-sse2-u16.c.obj 2025-01-24T00:54:51.7438853Z [1022/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-64.c.obj 2025-01-24T00:54:51.7533541Z [1023/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-copy\xx-copy-scalar-memcpy.c.obj 2025-01-24T00:54:51.7591757Z [1024/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-2048.c.obj 2025-01-24T00:54:51.7638632Z [1025/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-pad\xx-pad-p4-scalar-u16.c.obj 2025-01-24T00:54:51.7695189Z [1026/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-transposev\xx-transposev-1x1-scalar-memcpy.c.obj 2025-01-24T00:54:51.7754846Z [1027/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-16.c.obj 2025-01-24T00:54:51.7766487Z [1028/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-8.c.obj 2025-01-24T00:54:51.7777341Z [1029/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-4.c.obj 2025-01-24T00:54:51.8064690Z [1030/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-32.c.obj 2025-01-24T00:54:51.8159498Z [1031/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-64.c.obj 2025-01-24T00:54:51.8209593Z [1032/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-2048.c.obj 2025-01-24T00:54:51.8260163Z [1033/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\vlog.c.obj 2025-01-24T00:54:51.8484827Z [1034/7518] Running gen_proto.py on onnx/onnx-operators.in.proto 2025-01-24T00:54:51.8485509Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-operators.in.proto 2025-01-24T00:54:51.8486433Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto 2025-01-24T00:54:51.8487373Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto3 2025-01-24T00:54:51.8488199Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators-ml.pb.h 2025-01-24T00:54:51.8576554Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_operators_pb.py 2025-01-24T00:54:51.8577086Z 2025-01-24T00:54:51.8577256Z [1035/7518] Running gen_proto.py on onnx/onnx-data.in.proto 2025-01-24T00:54:51.9201469Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-data.in.proto 2025-01-24T00:54:51.9201916Z 2025-01-24T00:54:51.9202482Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto 2025-01-24T00:54:51.9202964Z 2025-01-24T00:54:51.9203318Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto3 2025-01-24T00:54:51.9203797Z 2025-01-24T00:54:51.9204095Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data.pb.h 2025-01-24T00:54:51.9204499Z 2025-01-24T00:54:51.9204822Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_data_pb.py 2025-01-24T00:54:51.9205278Z 2025-01-24T00:54:51.9205632Z [1036/7518] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\allocation-type.c.obj 2025-01-24T00:54:51.9496212Z [1037/7518] Building C object confu-deps\XNNPACK\CMakeFiles\indirection.dir\src\indirection.c.obj 2025-01-24T00:54:51.9887866Z [1038/7518] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\datatype-strings.c.obj 2025-01-24T00:54:52.0916358Z [1039/7518] Building C object confu-deps\XNNPACK\CMakeFiles\hardware-config.dir\src\configs\hardware-config.c.obj 2025-01-24T00:54:52.1703867Z [1040/7518] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\microkernel-type.c.obj 2025-01-24T00:54:52.1714534Z [1041/7518] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\node-type.c.obj 2025-01-24T00:54:52.1918981Z [1042/7518] Linking C static library lib\cpuinfo.lib 2025-01-24T00:54:52.2281062Z [1043/7518] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\operator-type.c.obj 2025-01-24T00:54:52.2438878Z [1044/7518] Linking C executable sleef\bin\mkalias.exe 2025-01-24T00:54:52.2640430Z [1045/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microparams-init.dir\src\microparams-init.c.obj 2025-01-24T00:54:52.2792671Z [1046/7518] Building C object confu-deps\XNNPACK\CMakeFiles\normalization.dir\src\normalization.c.obj 2025-01-24T00:54:52.3163968Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.3164591Z [1047/7518] Building C object confu-deps\XNNPACK\CMakeFiles\allocator.dir\src\allocator.c.obj 2025-01-24T00:54:52.3301680Z [1048/7518] Linking C executable sleef\bin\mkrename.exe 2025-01-24T00:54:52.3688426Z [1049/7518] Building C object confu-deps\XNNPACK\CMakeFiles\datatype.dir\src\datatype.c.obj 2025-01-24T00:54:52.4166440Z [1050/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernel-utils.dir\src\microkernel-utils.c.obj 2025-01-24T00:54:52.4312333Z [1051/7518] Linking C executable sleef\bin\mkdisp.exe 2025-01-24T00:54:52.4864838Z [1052/7518] Building C object confu-deps\XNNPACK\CMakeFiles\cache.dir\src\cache.c.obj 2025-01-24T00:54:52.4880849Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.4881515Z [1053/7518] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\log.c.obj 2025-01-24T00:54:52.5087500Z [1054/7518] Building C object confu-deps\XNNPACK\CMakeFiles\memory.dir\src\memory.c.obj 2025-01-24T00:54:52.5331691Z [1055/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operator-delete.c.obj 2025-01-24T00:54:52.5407041Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.5408116Z [1056/7518] Building CXX object confu-deps\XNNPACK\CMakeFiles\packing.dir\src\reference\packing.cc.obj 2025-01-24T00:54:52.5410126Z 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-01-24T00:54:52.5412286Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T00:54:52.5414399Z 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-01-24T00:54:52.5416910Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T00:54:52.5419138Z 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-01-24T00:54:52.5421315Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-01-24T00:54:52.5423495Z 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-01-24T00:54:52.5425732Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-01-24T00:54:52.5428001Z 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-01-24T00:54:52.5430220Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T00:54:52.5432369Z 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-01-24T00:54:52.5433859Z with 2025-01-24T00:54:52.5434165Z [ 2025-01-24T00:54:52.5434479Z _Ty=int 2025-01-24T00:54:52.5434825Z ] 2025-01-24T00:54:52.5436655Z 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-01-24T00:54:52.5438706Z with 2025-01-24T00:54:52.5438991Z [ 2025-01-24T00:54:52.5439302Z _OutIt=float *, 2025-01-24T00:54:52.5439672Z Dst=float, 2025-01-24T00:54:52.5440035Z _Diff=size_t, 2025-01-24T00:54:52.5440377Z _Ty=int 2025-01-24T00:54:52.5440658Z ] 2025-01-24T00:54:52.5442371Z 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-01-24T00:54:52.5443993Z with 2025-01-24T00:54:52.5444295Z [ 2025-01-24T00:54:52.5444618Z Src=float, 2025-01-24T00:54:52.5445045Z Dst=float 2025-01-24T00:54:52.5445577Z ] 2025-01-24T00:54:52.5446886Z 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-01-24T00:54:52.5449017Z with 2025-01-24T00:54:52.5449380Z [ 2025-01-24T00:54:52.5449707Z _Ty=int 2025-01-24T00:54:52.5450067Z ] 2025-01-24T00:54:52.5451798Z 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-01-24T00:54:52.5453756Z with 2025-01-24T00:54:52.5454097Z [ 2025-01-24T00:54:52.5454429Z _OutIt=xnn_float16 *, 2025-01-24T00:54:52.5454915Z Dst=xnn_float16, 2025-01-24T00:54:52.5455376Z _Diff=size_t, 2025-01-24T00:54:52.5455772Z _Ty=int 2025-01-24T00:54:52.5456140Z ] 2025-01-24T00:54:52.5457885Z 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-01-24T00:54:52.5459903Z with 2025-01-24T00:54:52.5460626Z [ 2025-01-24T00:54:52.5460978Z Src=float, 2025-01-24T00:54:52.5461368Z Dst=xnn_float16 2025-01-24T00:54:52.5461798Z ] 2025-01-24T00:54:52.5462483Z [1057/7518] Building C object confu-deps\XNNPACK\CMakeFiles\mutex.dir\src\mutex.c.obj 2025-01-24T00:54:52.5463471Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.5464719Z [1058/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\argmax-pooling-nhwc.c.obj 2025-01-24T00:54:52.5910767Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\argmax-pooling-nhwc.c(252): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:54:52.5911768Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.5912443Z [1059/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\average-pooling-nhwc.c.obj 2025-01-24T00:54:52.6710518Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\average-pooling-nhwc.c(519): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:54:52.6711596Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.6712440Z [1060/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\constant-pad-nd.c.obj 2025-01-24T00:54:52.6723101Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.6724267Z [1061/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\channel-shuffle-nc.c.obj 2025-01-24T00:54:52.6734987Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.6735867Z [1062/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\binary-elementwise-nd.c.obj 2025-01-24T00:54:52.6746407Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.6747103Z [1063/7518] Linking C static library lib\microkernels-prod.lib 2025-01-24T00:54:52.7113478Z [1064/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\batch-matrix-multiply-nc.c.obj 2025-01-24T00:54:52.7747205Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.7747950Z [1065/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nchw.c.obj 2025-01-24T00:54:52.7824468Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.7825233Z [1066/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nhwc.c.obj 2025-01-24T00:54:52.7897788Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\convolution-nhwc.c(2491): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:54:52.7899697Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.7900808Z [1067/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\max-pooling-nhwc.c.obj 2025-01-24T00:54:52.7916863Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\max-pooling-nhwc.c(491): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:54:52.7917850Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.7918458Z [1068/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\pack-lh.c.obj 2025-01-24T00:54:52.7976335Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.7977205Z [1069/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\dynamic-fully-connected-nc.c.obj 2025-01-24T00:54:52.8143867Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.8144650Z [1070/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\deconvolution-nhwc.c.obj 2025-01-24T00:54:52.8218101Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1260): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:54:52.8220596Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1548): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:54:52.8222601Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.8223771Z [1071/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\reduce-nd.c.obj 2025-01-24T00:54:52.8999601Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.9000332Z [1072/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nhwc.c.obj 2025-01-24T00:54:52.9012606Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nhwc.c(272): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:54:52.9013453Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.9014155Z [1073/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nchw.c.obj 2025-01-24T00:54:52.9061467Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nchw.c(206): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:54:52.9062310Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.9062939Z [1074/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\rope-nthc.c.obj 2025-01-24T00:54:52.9860608Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.9861731Z [1075/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\softmax-nc.c.obj 2025-01-24T00:54:52.9873947Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.9874595Z [1076/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\slice-nd.c.obj 2025-01-24T00:54:52.9888069Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.9889239Z [1077/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\transpose-nd.c.obj 2025-01-24T00:54:52.9901840Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.9902605Z [1078/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\scaled-dot-product-attention-nhtc.c.obj 2025-01-24T00:54:52.9923553Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:52.9924802Z [1079/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\fully-connected-nc.c.obj 2025-01-24T00:54:53.0070782Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.0071771Z [1080/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unary-elementwise-nc.c.obj 2025-01-24T00:54:53.0165499Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.0166788Z [1081/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unpooling-nhwc.c.obj 2025-01-24T00:54:53.0992606Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\unpooling-nhwc.c(208): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:54:53.0993462Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.0994164Z [1082/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operator-utils.dir\src\operator-utils.c.obj 2025-01-24T00:54:53.1086802Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-utils.c(162): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:54:53.1088750Z [1083/7518] Building C object confu-deps\XNNPACK\CMakeFiles\operator-run.dir\src\operator-run.c.obj 2025-01-24T00:54:53.1090408Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(1425): warning C4090: 'initializing': different 'const' qualifiers 2025-01-24T00:54:53.1092815Z 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-01-24T00:54:53.1095045Z 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-01-24T00:54:53.1837708Z 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-01-24T00:54:53.1839234Z 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-01-24T00:54:53.1841838Z [1084/7518] Building CXX object confu-deps\XNNPACK\CMakeFiles\reference-ukernels.dir\src\reference\binary-elementwise.cc.obj 2025-01-24T00:54:53.1844520Z 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-01-24T00:54:53.1846984Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T00:54:53.1849244Z 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-01-24T00:54:53.1851621Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T00:54:53.1853929Z 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-01-24T00:54:53.1856244Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-01-24T00:54:53.1858547Z 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-01-24T00:54:53.1861116Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-01-24T00:54:53.2103035Z 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-01-24T00:54:53.2104594Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T00:54:53.2106589Z [1085/7518] Building CXX object confu-deps\XNNPACK\CMakeFiles\reference-ukernels.dir\src\reference\unary-elementwise.cc.obj 2025-01-24T00:54:53.2108632Z 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-01-24T00:54:53.2110459Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T00:54:53.2112280Z 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-01-24T00:54:53.2114125Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T00:54:53.2116063Z 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-01-24T00:54:53.2118183Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-01-24T00:54:53.2120081Z 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-01-24T00:54:53.2121436Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-01-24T00:54:53.2260997Z 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-01-24T00:54:53.2262376Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T00:54:53.2263292Z [1086/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\memory-planner.c.obj 2025-01-24T00:54:53.2395086Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.2395859Z [1087/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\runtime.c.obj 2025-01-24T00:54:53.2468495Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.2469476Z [1088/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph.c.obj 2025-01-24T00:54:53.2677861Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.2678666Z [1089/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\argmax-pooling-2d.c.obj 2025-01-24T00:54:53.3344081Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.3344987Z [1090/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\average-pooling-2d.c.obj 2025-01-24T00:54:53.3496036Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.3496812Z [1091/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\batch-matrix-multiply.c.obj 2025-01-24T00:54:53.4395938Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.4396731Z [1092/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\binary.c.obj 2025-01-24T00:54:53.4474499Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.4475269Z [1093/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\concatenate.c.obj 2025-01-24T00:54:53.4657831Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.4658605Z [1094/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convolution-2d.c.obj 2025-01-24T00:54:53.4752453Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.4753178Z [1095/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deconvolution-2d.c.obj 2025-01-24T00:54:53.4825996Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.4826618Z [1096/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copy.c.obj 2025-01-24T00:54:53.5010795Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.5012119Z [1097/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deprecated.c.obj 2025-01-24T00:54:53.5831192Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.5832512Z [1098/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depth-to-space-2d.c.obj 2025-01-24T00:54:53.5907375Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.5908175Z [1099/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depthwise-convolution-2d.c.obj 2025-01-24T00:54:53.6689261Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.6690200Z [1100/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\even-split.c.obj 2025-01-24T00:54:53.7108080Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.7108970Z [1101/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected.c.obj 2025-01-24T00:54:53.7122603Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.7123352Z [1102/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected-sparse.c.obj 2025-01-24T00:54:53.7230031Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.7230692Z [1103/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\pack-lh.c.obj 2025-01-24T00:54:53.7243737Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.7244469Z [1104/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\max-pooling-2d.c.obj 2025-01-24T00:54:53.7374671Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.7375851Z [1105/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reshape-helpers.c.obj 2025-01-24T00:54:53.8367502Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.8368846Z [1106/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\scaled-dot-product-attention.c.obj 2025-01-24T00:54:53.8450152Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.8451581Z [1107/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\softmax.c.obj 2025-01-24T00:54:53.9008459Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.9009705Z [1108/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\space-to-depth-2d.c.obj 2025-01-24T00:54:53.9529784Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.9530546Z [1109/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-resize-bilinear-2d.c.obj 2025-01-24T00:54:53.9544281Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.9544970Z [1110/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-reduce.c.obj 2025-01-24T00:54:53.9607198Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.9607943Z [1111/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-constant-pad.c.obj 2025-01-24T00:54:53.9696200Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.9697176Z [1112/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-transpose.c.obj 2025-01-24T00:54:53.9846421Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.9846849Z [1113/7518] Generating sleeflibm_AVX.h.tmp 2025-01-24T00:54:53.9926084Z [1114/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-slice.c.obj 2025-01-24T00:54:53.9986185Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:53.9986632Z [1115/7518] Generating sleeflibm_AVX2.h.tmp 2025-01-24T00:54:54.0059196Z [1116/7518] Generating sleeflibm_AVX2128.h.tmp 2025-01-24T00:54:54.0138523Z [1117/7518] Generating sleeflibm_AVX512F.h.tmp 2025-01-24T00:54:54.0211093Z [1118/7518] Generating sleeflibm_AVX512FNOFMA.h.tmp 2025-01-24T00:54:54.0271312Z [1119/7518] Generating sleeflibm_AVX512F_.h.tmp 2025-01-24T00:54:54.0349498Z [1120/7518] Generating sleeflibm_AVX_.h.tmp 2025-01-24T00:54:54.0404997Z [1121/7518] Generating sleeflibm_DSP_SCALAR.h.tmp 2025-01-24T00:54:54.0432576Z [1122/7518] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-01-24T00:54:54.0488341Z [1123/7518] Generating sleeflibm_FMA4.h.tmp 2025-01-24T00:54:54.0540499Z [1124/7518] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2025-01-24T00:54:54.0702973Z [1125/7518] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-01-24T00:54:54.1078372Z [1126/7518] Generating sleeflibm_PUREC_SCALAR.h.tmp 2025-01-24T00:54:54.1135893Z [1127/7518] Generating sleeflibm_SSE2.h.tmp 2025-01-24T00:54:54.1146684Z [1128/7518] Generating sleeflibm_SSE4.h.tmp 2025-01-24T00:54:54.1192883Z [1129/7518] Generating sleeflibm_SSE_.h.tmp 2025-01-24T00:54:54.1226826Z [1130/7518] Generating alias_AVX512F_dp.h.tmp 2025-01-24T00:54:54.1260607Z [1131/7518] Generating alias_AVX512F_sp.h.tmp 2025-01-24T00:54:54.1286476Z [1132/7518] Generating dispscalar.c.body 2025-01-24T00:54:54.1330552Z [1133/7518] Generating dispsse.c.tmp 2025-01-24T00:54:54.1355056Z [1134/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unpooling-2d.c.obj 2025-01-24T00:54:54.1373039Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:54.1374147Z [1135/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unary.c.obj 2025-01-24T00:54:54.1382884Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:54.1383391Z [1136/7518] Generating dispavx.c.tmp 2025-01-24T00:54:54.1479074Z [1137/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\validation.c.obj 2025-01-24T00:54:54.2005040Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:54.2005651Z [1138/7518] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\tensor.c.obj 2025-01-24T00:54:54.3499708Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:54.3500528Z [1139/7518] Generating build_identifier.c 2025-01-24T00:54:54.4627753Z [1140/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\builder.cpp.obj 2025-01-24T00:54:54.4739185Z [1141/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\assembler.cpp.obj 2025-01-24T00:54:54.4813234Z [1142/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\constpool.cpp.obj 2025-01-24T00:54:54.4956432Z [1143/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\archtraits.cpp.obj 2025-01-24T00:54:54.5093756Z [1144/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codeholder.cpp.obj 2025-01-24T00:54:54.5114796Z [1145/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codewriter.cpp.obj 2025-01-24T00:54:54.5184261Z [1146/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\compiler.cpp.obj 2025-01-24T00:54:54.6663362Z [1147/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\cpuinfo.cpp.obj 2025-01-24T00:54:54.8076614Z [1148/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitter.cpp.obj 2025-01-24T00:54:54.8170136Z [1149/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\errorhandler.cpp.obj 2025-01-24T00:54:54.8228595Z [1150/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\environment.cpp.obj 2025-01-24T00:54:54.8557855Z [1151/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitterutils.cpp.obj 2025-01-24T00:54:54.8733842Z [1152/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\formatter.cpp.obj 2025-01-24T00:54:54.8800081Z [1153/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\func.cpp.obj 2025-01-24T00:54:54.9932053Z [1154/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\funcargscontext.cpp.obj 2025-01-24T00:54:55.0361019Z [1155/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emithelper.cpp.obj 2025-01-24T00:54:55.1417927Z [1156/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\globals.cpp.obj 2025-01-24T00:54:55.1608349Z [1157/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\inst.cpp.obj 2025-01-24T00:54:55.1815505Z [1158/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitallocator.cpp.obj 2025-01-24T00:54:55.1901619Z [1159/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\logger.cpp.obj 2025-01-24T00:54:55.2183639Z [1160/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\operand.cpp.obj 2025-01-24T00:54:55.2267650Z [1161/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitruntime.cpp.obj 2025-01-24T00:54:55.3225079Z [1162/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\osutils.cpp.obj 2025-01-24T00:54:55.4103613Z [1163/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\ralocal.cpp.obj 2025-01-24T00:54:55.4915989Z [1164/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rastack.cpp.obj 2025-01-24T00:54:55.5176506Z [1165/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\string.cpp.obj 2025-01-24T00:54:55.5198253Z [1166/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rapass.cpp.obj 2025-01-24T00:54:55.5258723Z [1167/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\support.cpp.obj 2025-01-24T00:54:55.5592781Z [1168/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\type.cpp.obj 2025-01-24T00:54:55.5714305Z [1169/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\target.cpp.obj 2025-01-24T00:54:55.6450218Z [1170/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\virtmem.cpp.obj 2025-01-24T00:54:55.7297589Z [1171/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zone.cpp.obj 2025-01-24T00:54:55.8371732Z [1172/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonehash.cpp.obj 2025-01-24T00:54:55.8450003Z [1173/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonestack.cpp.obj 2025-01-24T00:54:55.8464619Z [1174/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonelist.cpp.obj 2025-01-24T00:54:55.9304254Z [1175/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\armformatter.cpp.obj 2025-01-24T00:54:55.9950606Z [1176/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonetree.cpp.obj 2025-01-24T00:54:55.9967834Z [1177/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonevector.cpp.obj 2025-01-24T00:54:56.0089634Z [1178/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64assembler.cpp.obj 2025-01-24T00:54:56.2156116Z [1179/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64builder.cpp.obj 2025-01-24T00:54:56.2179593Z [1180/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64compiler.cpp.obj 2025-01-24T00:54:56.2200825Z [1181/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64formatter.cpp.obj 2025-01-24T00:54:56.2288394Z [1182/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64emithelper.cpp.obj 2025-01-24T00:54:56.2751140Z [1183/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64func.cpp.obj 2025-01-24T00:54:56.3094016Z [1184/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64operand.cpp.obj 2025-01-24T00:54:56.3358127Z [1185/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instdb.cpp.obj 2025-01-24T00:54:56.3464017Z [1186/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instapi.cpp.obj 2025-01-24T00:54:56.6037980Z [1187/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64rapass.cpp.obj 2025-01-24T00:54:56.6407259Z [1188/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86assembler.cpp.obj 2025-01-24T00:54:56.6676896Z [1189/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86builder.cpp.obj 2025-01-24T00:54:56.6807407Z [1190/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86emithelper.cpp.obj 2025-01-24T00:54:56.6824836Z [1191/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86formatter.cpp.obj 2025-01-24T00:54:56.7139903Z [1192/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86func.cpp.obj 2025-01-24T00:54:56.7407769Z [1193/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instdb.cpp.obj 2025-01-24T00:54:56.7484545Z [1194/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86compiler.cpp.obj 2025-01-24T00:54:56.9272276Z [1195/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instapi.cpp.obj 2025-01-24T00:54:56.9663266Z [1196/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86operand.cpp.obj 2025-01-24T00:54:57.0880836Z [1197/7518] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86rapass.cpp.obj 2025-01-24T00:54:57.1110782Z [1198/7518] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-aligned.c.obj 2025-01-24T00:54:57.1186003Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:54:57.1187108Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc-aligned.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:54:57.1188044Z [1199/7518] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc.c.obj 2025-01-24T00:54:57.1377076Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:54:57.1378457Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:54:57.1379363Z [1200/7518] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-posix.c.obj 2025-01-24T00:54:57.1433178Z [1201/7518] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-operators_onnx_torch-ml.pb.cc.obj 2025-01-24T00:54:57.1702534Z [1202/7518] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-data_onnx_torch.pb.cc.obj 2025-01-24T00:54:57.1777507Z [1203/7518] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\arena.c.obj 2025-01-24T00:54:57.1795145Z [1204/7518] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx_onnx_torch-ml.pb.cc.obj 2025-01-24T00:54:57.2900598Z [1205/7518] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\bitmap.c.obj 2025-01-24T00:54:57.4010556Z [1206/7518] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\page.c.obj 2025-01-24T00:54:57.4108719Z [1207/7518] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment.c.obj 2025-01-24T00:54:57.4969077Z [1208/7518] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\init.c.obj 2025-01-24T00:54:57.5031022Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:54:57.5032142Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\init.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:54:57.5033022Z [1209/7518] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment-map.c.obj 2025-01-24T00:54:57.5118560Z [1210/7518] Generating include/renameavx512fnofma.h 2025-01-24T00:54:57.5174620Z Generating renameavx512fnofma.h: mkrename "cinz_" "8" "16" "avx512fnofma" 2025-01-24T00:54:57.5175298Z 2025-01-24T00:54:57.5175503Z [1211/7518] Generating include/renameavx512f.h 2025-01-24T00:54:57.5189862Z Generating renameavx512f.h: mkrename "finz_" "8" "16" "avx512f" 2025-01-24T00:54:57.5190244Z 2025-01-24T00:54:57.5190645Z [1212/7518] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\heap.c.obj 2025-01-24T00:54:57.5208385Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:54:57.5209431Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\heap.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:54:57.5210355Z [1213/7518] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\os.c.obj 2025-01-24T00:54:57.5266622Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:54:57.5267689Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\os.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:54:57.5268307Z [1214/7518] Generating include/renameavx2.h 2025-01-24T00:54:57.5293938Z Generating renameavx2.h: mkrename "finz_" "4" "8" "avx2" 2025-01-24T00:54:57.5294449Z 2025-01-24T00:54:57.5295029Z [1215/7518] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\options.c.obj 2025-01-24T00:54:57.5325606Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:54:57.5327628Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\options.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:54:57.5328879Z [1216/7518] Generating include/renameavx2128.h 2025-01-24T00:54:57.5335803Z Generating renameavx2128.h: mkrename "finz_" "2" "4" "avx2128" 2025-01-24T00:54:57.5336625Z 2025-01-24T00:54:57.5336824Z [1217/7518] Generating include/renamefma4.h 2025-01-24T00:54:57.5350953Z Generating renamefma4.h: mkrename "finz_" "4" "8" "fma4" 2025-01-24T00:54:57.5351426Z 2025-01-24T00:54:57.5351611Z [1218/7518] Generating include/renameavx.h 2025-01-24T00:54:57.5405107Z Generating renameavx.h: mkrename "cinz_" "4" "8" "avx" 2025-01-24T00:54:57.5405391Z 2025-01-24T00:54:57.5405506Z [1219/7518] Generating include/renamesse4.h 2025-01-24T00:54:57.5430945Z Generating renamesse4.h: mkrename "cinz_" "2" "4" "sse4" 2025-01-24T00:54:57.5431279Z 2025-01-24T00:54:57.5431408Z [1220/7518] Generating include/renamesse2.h 2025-01-24T00:54:57.5455696Z Generating renamesse2.h: mkrename "cinz_" "2" "4" "sse2" 2025-01-24T00:54:57.5456125Z 2025-01-24T00:54:57.5456354Z [1221/7518] Generating include/renamepurec_scalar.h 2025-01-24T00:54:57.5468190Z Generating renamepurec_scalar.h: mkrename "cinz_" "1" "1" "purec" 2025-01-24T00:54:57.5468521Z 2025-01-24T00:54:57.5468691Z [1222/7518] Generating include/renamepurecfma_scalar.h 2025-01-24T00:54:57.5484213Z Generating renamepurecfma_scalar.h: mkrename "finz_" "1" "1" "purecfma" 2025-01-24T00:54:57.5484671Z 2025-01-24T00:54:57.5484786Z [1223/7518] Generating include/renamecuda.h 2025-01-24T00:54:57.5567096Z Generating renamecuda.h: mkrename "finz_" "1" "1" "cuda" 2025-01-24T00:54:57.5567606Z 2025-01-24T00:54:57.5568148Z [1224/7518] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\random.c.obj 2025-01-24T00:54:57.5613258Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:54:57.5614579Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\random.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:54:57.5615718Z [1225/7518] Generating include/renamedspscalar.h 2025-01-24T00:54:57.5688320Z [1226/7518] Generating include/alias_avx512f.h 2025-01-24T00:54:57.5703148Z [1227/7518] Generating include/renamedsp128.h 2025-01-24T00:54:57.5725855Z [1228/7518] Generating dispscalar.c 2025-01-24T00:54:57.5746181Z [1229/7518] Generating dispsse.c 2025-01-24T00:54:57.5832486Z [1230/7518] Generating include/renamedsp256.h 2025-01-24T00:54:57.5860480Z [1231/7518] Generating dispavx.c 2025-01-24T00:54:57.6826271Z [1232/7518] Generating ../../../include/sleef.h 2025-01-24T00:54:57.7824746Z [1233/7518] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\stats.c.obj 2025-01-24T00:54:57.8007657Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:54:57.8009610Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\stats.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:54:57.8011135Z [1234/7518] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\prim\prim.c.obj 2025-01-24T00:54:57.8662167Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:54:57.8663458Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\prim\prim.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:54:57.8664461Z [1235/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\experiments-config.c.obj 2025-01-24T00:54:57.9459036Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:57.9459751Z [1236/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\avgpool-config.c.obj 2025-01-24T00:54:57.9550574Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:57.9551276Z [1237/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\argmaxpool-config.c.obj 2025-01-24T00:54:57.9632529Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:57.9633654Z [1238/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\conv-hwc2chw-config.c.obj 2025-01-24T00:54:57.9725851Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:57.9726758Z [1239/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\binary-elementwise-config.c.obj 2025-01-24T00:54:58.0038806Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.0039578Z [1240/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\cmul-config.c.obj 2025-01-24T00:54:58.0855988Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.0856754Z [1241/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv-config.c.obj 2025-01-24T00:54:58.1870316Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.1871715Z [1242/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv2d-chw-config.c.obj 2025-01-24T00:54:58.2924883Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.2925943Z [1243/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gemm-config.c.obj 2025-01-24T00:54:58.3253838Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.3254754Z [1244/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-chw-config.c.obj 2025-01-24T00:54:58.3332181Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.3332878Z [1245/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-config.c.obj 2025-01-24T00:54:58.3419579Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.3420258Z [1246/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\lut32norm-config.c.obj 2025-01-24T00:54:58.3626012Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.3626726Z [1247/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\maxpool-config.c.obj 2025-01-24T00:54:58.3950931Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.3952218Z [1248/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pavgpool-config.c.obj 2025-01-24T00:54:58.4998689Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.4999647Z [1249/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pack-lh-config.c.obj 2025-01-24T00:54:58.5765179Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.5766481Z [1250/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\raddstoreexpminusmax-config.c.obj 2025-01-24T00:54:58.6638343Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.6639391Z [1251/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\reduce-config.c.obj 2025-01-24T00:54:58.7093437Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.7094546Z [1252/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\spmm-config.c.obj 2025-01-24T00:54:58.7241420Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.7242399Z [1253/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\rmax-config.c.obj 2025-01-24T00:54:58.7446844Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.7447534Z [1254/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\transpose-config.c.obj 2025-01-24T00:54:58.7599082Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.7600271Z [1255/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unary-elementwise-config.c.obj 2025-01-24T00:54:58.7880814Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.7882375Z [1256/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unpool-config.c.obj 2025-01-24T00:54:58.8306475Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.8307112Z [1257/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\params.c.obj 2025-01-24T00:54:58.8581553Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.8582755Z [1258/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\vmulcaddc-config.c.obj 2025-01-24T00:54:58.8630489Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.8632135Z [1259/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\build_identifier.c.obj 2025-01-24T00:54:58.9259129Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:58.9260230Z [1260/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernel.cc.obj 2025-01-24T00:54:58.9429859Z [1261/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-fill-config.c.obj 2025-01-24T00:54:59.0509742Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:59.0511770Z [1262/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-pad-config.c.obj 2025-01-24T00:54:59.0820991Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:59.0822230Z [1263/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\x8-lut-config.c.obj 2025-01-24T00:54:59.1186494Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:59.1187174Z [1264/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\init.c.obj 2025-01-24T00:54:59.1285345Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:59.1286017Z [1265/7518] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\zip-config.c.obj 2025-01-24T00:54:59.2976630Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:54:59.2977933Z [1266/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmBfloat16Convert.cc.obj 2025-01-24T00:54:59.3047523Z [1267/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDMNBit.cc.obj 2025-01-24T00:54:59.3193364Z [1268/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDM.cc.obj 2025-01-24T00:54:59.3261698Z [1269/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernelU8S8.cc.obj 2025-01-24T00:54:59.3437428Z [1270/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmConv.cc.obj 2025-01-24T00:54:59.3439629Z 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-01-24T00:54:59.3441369Z with 2025-01-24T00:54:59.3441602Z [ 2025-01-24T00:54:59.3441781Z T=uint8_t, 2025-01-24T00:54:59.3442124Z accT=int32_t, 2025-01-24T00:54:59.3442437Z inpType=uint8_t 2025-01-24T00:54:59.3442655Z ] 2025-01-24T00:54:59.3443552Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:54:59.3444592Z with 2025-01-24T00:54:59.3444762Z [ 2025-01-24T00:54:59.3445010Z T=uint8_t, 2025-01-24T00:54:59.3445232Z accT=int32_t 2025-01-24T00:54:59.3445472Z ] 2025-01-24T00:54:59.3446886Z 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-01-24T00:54:59.3448735Z with 2025-01-24T00:54:59.3448911Z [ 2025-01-24T00:54:59.3449103Z T=uint8_t, 2025-01-24T00:54:59.3449373Z accT=int32_t 2025-01-24T00:54:59.3449620Z ] 2025-01-24T00:54:59.3450582Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:54:59.3451555Z with 2025-01-24T00:54:59.3451769Z [ 2025-01-24T00:54:59.3451950Z T=uint8_t, 2025-01-24T00:54:59.3452200Z accT=int32_t 2025-01-24T00:54:59.3452551Z ] 2025-01-24T00:54:59.3454832Z 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-01-24T00:54:59.3457274Z with 2025-01-24T00:54:59.3457466Z [ 2025-01-24T00:54:59.3457943Z T=int8_t, 2025-01-24T00:54:59.3458237Z accT=int32_t, 2025-01-24T00:54:59.3458505Z inpType=int8_t 2025-01-24T00:54:59.3458770Z ] 2025-01-24T00:54:59.3459598Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:54:59.3460514Z with 2025-01-24T00:54:59.3460735Z [ 2025-01-24T00:54:59.3460913Z T=int8_t, 2025-01-24T00:54:59.3461172Z accT=int32_t 2025-01-24T00:54:59.3461518Z ] 2025-01-24T00:54:59.3463332Z 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-01-24T00:54:59.3465288Z with 2025-01-24T00:54:59.3465492Z [ 2025-01-24T00:54:59.3465696Z T=int8_t, 2025-01-24T00:54:59.3465909Z accT=int32_t 2025-01-24T00:54:59.3466162Z ] 2025-01-24T00:54:59.3467187Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:54:59.3468250Z with 2025-01-24T00:54:59.3468435Z [ 2025-01-24T00:54:59.3468631Z T=int8_t, 2025-01-24T00:54:59.3468858Z accT=int32_t 2025-01-24T00:54:59.3469070Z ] 2025-01-24T00:54:59.3470617Z 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-01-24T00:54:59.3472277Z with 2025-01-24T00:54:59.3472583Z [ 2025-01-24T00:54:59.3472888Z ACC_T=int32_t, 2025-01-24T00:54:59.3473295Z T=uint8_t, 2025-01-24T00:54:59.3473597Z accT=int32_t, 2025-01-24T00:54:59.3473845Z inpType=uint8_t 2025-01-24T00:54:59.3474168Z ] 2025-01-24T00:54:59.3475401Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:54:59.3476603Z with 2025-01-24T00:54:59.3476797Z [ 2025-01-24T00:54:59.3476975Z ACC_T=int32_t, 2025-01-24T00:54:59.3477206Z T=uint8_t, 2025-01-24T00:54:59.3477616Z accT=int32_t 2025-01-24T00:54:59.3477837Z ] 2025-01-24T00:54:59.3480006Z 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-01-24T00:54:59.3482674Z with 2025-01-24T00:54:59.3483111Z [ 2025-01-24T00:54:59.3483400Z ACC_T=int32_t, 2025-01-24T00:54:59.3483797Z T=uint8_t, 2025-01-24T00:54:59.3484347Z accT=int32_t 2025-01-24T00:54:59.3484754Z ] 2025-01-24T00:54:59.3488150Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:54:59.3490223Z with 2025-01-24T00:54:59.3490556Z [ 2025-01-24T00:54:59.3490851Z ACC_T=int32_t, 2025-01-24T00:54:59.3491238Z T=uint8_t, 2025-01-24T00:54:59.3491598Z accT=int32_t 2025-01-24T00:54:59.3491931Z ] 2025-01-24T00:54:59.3494408Z 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-01-24T00:54:59.3496214Z with 2025-01-24T00:54:59.3496472Z [ 2025-01-24T00:54:59.3496662Z ACC_T=int32_t, 2025-01-24T00:54:59.3496970Z T=uint8_t, 2025-01-24T00:54:59.3497327Z accT=int32_t, 2025-01-24T00:54:59.3497652Z inpType=uint8_t 2025-01-24T00:54:59.3497915Z ] 2025-01-24T00:54:59.3498849Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:54:59.3499766Z with 2025-01-24T00:54:59.3499964Z [ 2025-01-24T00:54:59.3500153Z ACC_T=int32_t, 2025-01-24T00:54:59.3500374Z T=uint8_t, 2025-01-24T00:54:59.3500683Z accT=int32_t 2025-01-24T00:54:59.3500928Z ] 2025-01-24T00:54:59.3502204Z 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-01-24T00:54:59.3503508Z with 2025-01-24T00:54:59.3503686Z [ 2025-01-24T00:54:59.3503860Z ACC_T=int32_t, 2025-01-24T00:54:59.3504524Z T=uint8_t, 2025-01-24T00:54:59.3504938Z accT=int32_t 2025-01-24T00:54:59.3505360Z ] 2025-01-24T00:54:59.3507727Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:54:59.3511213Z with 2025-01-24T00:54:59.3511815Z [ 2025-01-24T00:54:59.3512119Z ACC_T=int32_t, 2025-01-24T00:54:59.3512475Z T=uint8_t, 2025-01-24T00:54:59.3512814Z accT=int32_t 2025-01-24T00:54:59.3513145Z ] 2025-01-24T00:54:59.3514655Z 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-01-24T00:54:59.3516079Z with 2025-01-24T00:54:59.3516614Z [ 2025-01-24T00:54:59.3516946Z ACC_T=int32_t, 2025-01-24T00:54:59.3517570Z T=uint8_t, 2025-01-24T00:54:59.3517918Z accT=int32_t, 2025-01-24T00:54:59.3518269Z inpType=uint8_t 2025-01-24T00:54:59.3518664Z ] 2025-01-24T00:54:59.3520102Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:54:59.3521850Z with 2025-01-24T00:54:59.3522148Z [ 2025-01-24T00:54:59.3522439Z ACC_T=int32_t, 2025-01-24T00:54:59.3522808Z T=uint8_t, 2025-01-24T00:54:59.3523158Z accT=int32_t 2025-01-24T00:54:59.3523533Z ] 2025-01-24T00:54:59.3526157Z 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-01-24T00:54:59.3527843Z with 2025-01-24T00:54:59.3528051Z [ 2025-01-24T00:54:59.3528265Z ACC_T=int32_t, 2025-01-24T00:54:59.3528484Z T=uint8_t, 2025-01-24T00:54:59.3528732Z accT=int32_t 2025-01-24T00:54:59.3529132Z ] 2025-01-24T00:54:59.3529999Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:54:59.3531087Z with 2025-01-24T00:54:59.3531333Z [ 2025-01-24T00:54:59.3531506Z ACC_T=int32_t, 2025-01-24T00:54:59.3531737Z T=uint8_t, 2025-01-24T00:54:59.3531950Z accT=int32_t 2025-01-24T00:54:59.3532157Z ] 2025-01-24T00:54:59.3533342Z 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-01-24T00:54:59.3535538Z 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-01-24T00:54:59.3538183Z 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-01-24T00:54:59.3555709Z 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-01-24T00:54:59.3559938Z 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-01-24T00:54:59.3562764Z [1271/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Fbgemm.cc.obj 2025-01-24T00:54:59.3565810Z 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-01-24T00:54:59.3568356Z with 2025-01-24T00:54:59.3568697Z [ 2025-01-24T00:54:59.3569031Z inpType=uint8_t 2025-01-24T00:54:59.3569622Z ] 2025-01-24T00:54:59.3571048Z 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-01-24T00:54:59.3576150Z 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-01-24T00:54:59.3580868Z 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-01-24T00:54:59.3584646Z 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-01-24T00:54:59.3587160Z with 2025-01-24T00:54:59.3587481Z [ 2025-01-24T00:54:59.3587794Z inpType=int8_t 2025-01-24T00:54:59.3588380Z ] 2025-01-24T00:54:59.3589943Z 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-01-24T00:54:59.3593563Z 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-01-24T00:54:59.3596254Z 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-01-24T00:54:59.3600165Z 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-01-24T00:54:59.3602928Z with 2025-01-24T00:54:59.3603250Z [ 2025-01-24T00:54:59.3603554Z inpType=uint8_t 2025-01-24T00:54:59.3603959Z ] 2025-01-24T00:54:59.3605534Z 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-01-24T00:54:59.3607776Z 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-01-24T00:54:59.3611490Z 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-01-24T00:54:59.3615462Z 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-01-24T00:54:59.3617360Z with 2025-01-24T00:54:59.3617543Z [ 2025-01-24T00:54:59.3617744Z inpType=int8_t 2025-01-24T00:54:59.3617972Z ] 2025-01-24T00:54:59.3619164Z 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-01-24T00:54:59.3621131Z 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-01-24T00:54:59.3623293Z 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-01-24T00:54:59.3625515Z 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-01-24T00:54:59.3627370Z with 2025-01-24T00:54:59.3627717Z [ 2025-01-24T00:54:59.3628366Z inpType=uint8_t 2025-01-24T00:54:59.3628978Z ] 2025-01-24T00:54:59.3630842Z 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-01-24T00:54:59.3634908Z 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-01-24T00:54:59.3639360Z 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-01-24T00:54:59.3643653Z 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-01-24T00:54:59.3645383Z with 2025-01-24T00:54:59.3645631Z [ 2025-01-24T00:54:59.3645841Z inpType=uint8_t 2025-01-24T00:54:59.3646069Z ] 2025-01-24T00:54:59.3647134Z 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-01-24T00:54:59.3649300Z 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-01-24T00:54:59.3651642Z 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-01-24T00:54:59.3654069Z 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-01-24T00:54:59.3655543Z with 2025-01-24T00:54:59.3655728Z [ 2025-01-24T00:54:59.3655915Z inpType=uint8_t 2025-01-24T00:54:59.3656307Z ] 2025-01-24T00:54:59.3657247Z 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-01-24T00:54:59.3659675Z 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-01-24T00:54:59.3662240Z 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-01-24T00:54:59.3664542Z 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-01-24T00:54:59.3665911Z with 2025-01-24T00:54:59.3666093Z [ 2025-01-24T00:54:59.3666401Z inpType=uint8_t 2025-01-24T00:54:59.3666625Z ] 2025-01-24T00:54:59.3667559Z 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-01-24T00:54:59.3669731Z 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-01-24T00:54:59.3671983Z 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-01-24T00:54:59.3674320Z 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-01-24T00:54:59.3675798Z with 2025-01-24T00:54:59.3676042Z [ 2025-01-24T00:54:59.3676236Z inpType=uint8_t 2025-01-24T00:54:59.3676449Z ] 2025-01-24T00:54:59.3677705Z 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-01-24T00:54:59.3681385Z 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-01-24T00:54:59.3685139Z 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-01-24T00:54:59.3688963Z 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-01-24T00:54:59.3691238Z with 2025-01-24T00:54:59.3691449Z [ 2025-01-24T00:54:59.3692097Z inpType=uint8_t 2025-01-24T00:54:59.3692337Z ] 2025-01-24T00:54:59.3693804Z 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-01-24T00:54:59.3697861Z 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-01-24T00:54:59.3701920Z 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-01-24T00:54:59.3706176Z 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-01-24T00:54:59.3708920Z with 2025-01-24T00:54:59.3709516Z [ 2025-01-24T00:54:59.3709851Z inpType=uint8_t 2025-01-24T00:54:59.3710280Z ] 2025-01-24T00:54:59.3711790Z 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-01-24T00:54:59.3715550Z 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-01-24T00:54:59.3719678Z 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-01-24T00:54:59.3723670Z 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-01-24T00:54:59.3725611Z with 2025-01-24T00:54:59.3725854Z [ 2025-01-24T00:54:59.3726057Z inpType=uint8_t 2025-01-24T00:54:59.3726287Z ] 2025-01-24T00:54:59.3727172Z 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-01-24T00:54:59.3729361Z 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-01-24T00:54:59.3731584Z 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-01-24T00:54:59.3733844Z 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-01-24T00:54:59.3735414Z with 2025-01-24T00:54:59.3735820Z [ 2025-01-24T00:54:59.3736045Z inpType=uint8_t 2025-01-24T00:54:59.3736270Z ] 2025-01-24T00:54:59.3737145Z 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-01-24T00:54:59.3739417Z 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-01-24T00:54:59.3741612Z 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-01-24T00:54:59.3743858Z 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-01-24T00:54:59.3745750Z with 2025-01-24T00:54:59.3746190Z [ 2025-01-24T00:54:59.3746500Z inpType=uint8_t 2025-01-24T00:54:59.3747197Z ] 2025-01-24T00:54:59.3748399Z 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-01-24T00:54:59.3750433Z 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-01-24T00:54:59.3752720Z 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-01-24T00:54:59.3754835Z 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-01-24T00:54:59.3756320Z with 2025-01-24T00:54:59.3756611Z [ 2025-01-24T00:54:59.3756944Z inpType=int8_t 2025-01-24T00:54:59.3757342Z ] 2025-01-24T00:54:59.3758882Z 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-01-24T00:54:59.3762636Z 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-01-24T00:54:59.3766451Z 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-01-24T00:54:59.3770264Z 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-01-24T00:54:59.3772805Z with 2025-01-24T00:54:59.3773137Z [ 2025-01-24T00:54:59.3774642Z inpType=uint8_t 2025-01-24T00:54:59.3775054Z ] 2025-01-24T00:54:59.3776640Z 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-01-24T00:54:59.3780397Z 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-01-24T00:54:59.3784246Z 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-01-24T00:54:59.3788062Z 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-01-24T00:54:59.3790566Z with 2025-01-24T00:54:59.3790889Z [ 2025-01-24T00:54:59.3791369Z inpType=int8_t 2025-01-24T00:54:59.3791792Z ] 2025-01-24T00:54:59.3793356Z 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-01-24T00:54:59.3797123Z 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-01-24T00:54:59.3800213Z 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-01-24T00:54:59.3802588Z 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-01-24T00:54:59.3804454Z with 2025-01-24T00:54:59.3804689Z [ 2025-01-24T00:54:59.3804881Z inpType=uint8_t 2025-01-24T00:54:59.3805147Z ] 2025-01-24T00:54:59.3806450Z 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-01-24T00:54:59.3810350Z 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-01-24T00:54:59.3814202Z 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-01-24T00:54:59.3818061Z 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-01-24T00:54:59.3820672Z with 2025-01-24T00:54:59.3821274Z [ 2025-01-24T00:54:59.3821602Z inpType=uint8_t 2025-01-24T00:54:59.3822062Z ] 2025-01-24T00:54:59.3822991Z 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-01-24T00:54:59.3825376Z 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-01-24T00:54:59.3828532Z 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-01-24T00:54:59.3832574Z 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-01-24T00:54:59.3835286Z with 2025-01-24T00:54:59.3835612Z [ 2025-01-24T00:54:59.3836118Z inpType=uint8_t 2025-01-24T00:54:59.3836516Z ] 2025-01-24T00:54:59.3838049Z 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-01-24T00:54:59.3842229Z 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-01-24T00:54:59.3846596Z 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-01-24T00:54:59.3850571Z 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-01-24T00:54:59.3852929Z with 2025-01-24T00:54:59.3853124Z [ 2025-01-24T00:54:59.3853319Z inpType=uint8_t 2025-01-24T00:54:59.3853548Z ] 2025-01-24T00:54:59.3854385Z 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-01-24T00:54:59.3858012Z 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-01-24T00:54:59.3862014Z 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-01-24T00:54:59.3865505Z 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-01-24T00:54:59.3867070Z with 2025-01-24T00:54:59.3867313Z [ 2025-01-24T00:54:59.3867506Z inpType=uint8_t 2025-01-24T00:54:59.3867915Z ] 2025-01-24T00:54:59.3868849Z 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-01-24T00:54:59.3872182Z 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-01-24T00:54:59.3875323Z 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-01-24T00:54:59.3877679Z 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-01-24T00:54:59.3879373Z with 2025-01-24T00:54:59.3879574Z [ 2025-01-24T00:54:59.3879932Z inpType=uint8_t 2025-01-24T00:54:59.3880159Z ] 2025-01-24T00:54:59.3881263Z 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-01-24T00:54:59.3883491Z 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-01-24T00:54:59.3885571Z 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-01-24T00:54:59.3887870Z 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-01-24T00:54:59.3889285Z with 2025-01-24T00:54:59.3889469Z [ 2025-01-24T00:54:59.3889656Z inpType=uint8_t 2025-01-24T00:54:59.3889874Z ] 2025-01-24T00:54:59.3890779Z 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-01-24T00:54:59.3892805Z 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-01-24T00:54:59.3894891Z 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-01-24T00:54:59.3897055Z 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-01-24T00:54:59.3898380Z with 2025-01-24T00:54:59.3898557Z [ 2025-01-24T00:54:59.3898740Z inpType=uint8_t 2025-01-24T00:54:59.3899111Z ] 2025-01-24T00:54:59.3899951Z 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-01-24T00:54:59.3902003Z 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-01-24T00:54:59.3904163Z 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-01-24T00:54:59.3906978Z 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-01-24T00:54:59.3908590Z with 2025-01-24T00:54:59.3908782Z [ 2025-01-24T00:54:59.3909099Z inpType=uint8_t 2025-01-24T00:54:59.3909334Z ] 2025-01-24T00:54:59.3910297Z 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-01-24T00:54:59.3913144Z 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-01-24T00:54:59.3915459Z 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-01-24T00:54:59.3918693Z 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-01-24T00:54:59.3921104Z 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-01-24T00:54:59.3924404Z 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-01-24T00:54:59.3926670Z 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-01-24T00:54:59.3929602Z 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-01-24T00:54:59.3932424Z 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-01-24T00:54:59.3936095Z 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-01-24T00:54:59.3938566Z 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-01-24T00:54:59.3942912Z 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-01-24T00:54:59.3947153Z 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-01-24T00:54:59.3952033Z 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-01-24T00:54:59.3956175Z 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-01-24T00:54:59.4836551Z 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-01-24T00:54:59.4839462Z [1272/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFloat16Convert.cc.obj 2025-01-24T00:54:59.4859464Z [1273/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFPCommon.cc.obj 2025-01-24T00:54:59.4941464Z [1274/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFP16.cc.obj 2025-01-24T00:54:59.5037539Z [1275/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI8Spmdm.cc.obj 2025-01-24T00:54:59.6598503Z [1276/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmSparseDense.cc.obj 2025-01-24T00:54:59.7250377Z [1277/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI64.cc.obj 2025-01-24T00:54:59.7388401Z [1278/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelDirectConvU8S8S32ACC32.cc.obj 2025-01-24T00:54:59.7846889Z [1279/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernel.cc.obj 2025-01-24T00:55:00.3786752Z [1280/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32.cc.obj 2025-01-24T00:55:00.4224915Z [1281/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512VNNI.cc.obj 2025-01-24T00:55:00.4309301Z [1282/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512.cc.obj 2025-01-24T00:55:00.4325277Z [1283/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx2.cc.obj 2025-01-24T00:55:00.4326839Z 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-01-24T00:55:00.4328789Z 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-01-24T00:55:00.4330562Z 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-01-24T00:55:00.4332449Z 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-01-24T00:55:00.4334187Z 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-01-24T00:55:00.4336024Z 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-01-24T00:55:00.4337910Z 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-01-24T00:55:00.4339752Z 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-01-24T00:55:00.4341611Z 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-01-24T00:55:00.4343600Z 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-01-24T00:55:00.4345315Z 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-01-24T00:55:00.4346988Z 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-01-24T00:55:00.4348761Z 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-01-24T00:55:00.4350626Z 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-01-24T00:55:00.4352435Z 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-01-24T00:55:00.4354205Z 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-01-24T00:55:00.4356669Z 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-01-24T00:55:00.4358573Z 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-01-24T00:55:00.4360769Z 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-01-24T00:55:00.4362897Z 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-01-24T00:55:00.4364771Z 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-01-24T00:55:00.4366454Z 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-01-24T00:55:00.4368605Z 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-01-24T00:55:00.4371960Z 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-01-24T00:55:00.4374399Z 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-01-24T00:55:00.4376119Z 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-01-24T00:55:00.4378025Z 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-01-24T00:55:00.4379832Z 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-01-24T00:55:00.4382357Z 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-01-24T00:55:00.4385574Z 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-01-24T00:55:00.4388748Z 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-01-24T00:55:00.4392364Z 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-01-24T00:55:00.4395152Z 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-01-24T00:55:00.4397814Z 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-01-24T00:55:00.4401096Z 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-01-24T00:55:00.4404260Z 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-01-24T00:55:00.4408073Z 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-01-24T00:55:00.4411406Z 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-01-24T00:55:00.4414681Z 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-01-24T00:55:00.4418115Z 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-01-24T00:55:00.4421339Z 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-01-24T00:55:00.4424455Z 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-01-24T00:55:00.4427664Z 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-01-24T00:55:00.4431049Z 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-01-24T00:55:00.4433182Z 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-01-24T00:55:00.4436187Z 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-01-24T00:55:00.4439339Z 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-01-24T00:55:00.4442925Z 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-01-24T00:55:00.4446135Z 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-01-24T00:55:00.4448157Z 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-01-24T00:55:00.4450051Z 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-01-24T00:55:00.4452031Z 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-01-24T00:55:00.4454076Z 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-01-24T00:55:00.4455935Z 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-01-24T00:55:00.4458054Z 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-01-24T00:55:00.4460607Z 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-01-24T00:55:00.4462871Z 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-01-24T00:55:00.4465909Z 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-01-24T00:55:00.4469321Z 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-01-24T00:55:00.4473025Z 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-01-24T00:55:00.4475102Z [1284/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16.cc.obj 2025-01-24T00:55:00.4476662Z [1285/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConv.cc.obj 2025-01-24T00:55:00.4478391Z [1286/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32Avx512VNNI.cc.obj 2025-01-24T00:55:00.4480407Z [1287/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx512.cc.obj 2025-01-24T00:55:00.4483481Z 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-01-24T00:55:00.4485701Z 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-01-24T00:55:00.4487521Z 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-01-24T00:55:00.4490642Z 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-01-24T00:55:00.4493969Z 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-01-24T00:55:00.4497232Z 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-01-24T00:55:00.4500442Z 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-01-24T00:55:00.4503605Z 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-01-24T00:55:00.4506802Z 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-01-24T00:55:00.4510148Z 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-01-24T00:55:00.4513193Z 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-01-24T00:55:00.4516275Z 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-01-24T00:55:00.4518748Z 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-01-24T00:55:00.4521956Z 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-01-24T00:55:00.4525234Z 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-01-24T00:55:00.4529146Z 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-01-24T00:55:00.4532673Z 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-01-24T00:55:00.4536049Z 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-01-24T00:55:00.4540043Z 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-01-24T00:55:00.4544029Z 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-01-24T00:55:00.4547228Z 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-01-24T00:55:00.4550430Z 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-01-24T00:55:00.4553809Z 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-01-24T00:55:00.4557251Z 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-01-24T00:55:00.4560468Z 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-01-24T00:55:00.4563853Z 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-01-24T00:55:00.4567196Z 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-01-24T00:55:00.4570953Z 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-01-24T00:55:00.4574372Z 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-01-24T00:55:00.4577798Z 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-01-24T00:55:00.4581407Z 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-01-24T00:55:00.4584526Z 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-01-24T00:55:00.4587915Z 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-01-24T00:55:00.4591404Z 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-01-24T00:55:00.4595035Z 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-01-24T00:55:00.4598647Z 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-01-24T00:55:00.4601939Z 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-01-24T00:55:00.4605281Z 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-01-24T00:55:00.4609090Z 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-01-24T00:55:00.4611146Z 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-01-24T00:55:00.4612980Z 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-01-24T00:55:00.4615044Z 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-01-24T00:55:00.4617184Z 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-01-24T00:55:00.4620341Z 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-01-24T00:55:00.4623711Z 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-01-24T00:55:00.4627192Z 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-01-24T00:55:00.4630406Z 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-01-24T00:55:00.4633535Z 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-01-24T00:55:00.4636761Z 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-01-24T00:55:00.4640203Z 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-01-24T00:55:00.4643439Z 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-01-24T00:55:00.4646549Z 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-01-24T00:55:00.4650090Z 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-01-24T00:55:00.4653839Z 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-01-24T00:55:00.4657060Z 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-01-24T00:55:00.4660212Z 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-01-24T00:55:00.4662230Z 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-01-24T00:55:00.4663973Z 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-01-24T00:55:00.4665832Z 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-01-24T00:55:00.4668534Z 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-01-24T00:55:00.4670651Z 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-01-24T00:55:00.4672456Z 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-01-24T00:55:00.4674338Z 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-01-24T00:55:00.4676217Z 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-01-24T00:55:00.4678144Z 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-01-24T00:55:00.4679929Z 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-01-24T00:55:00.4681939Z 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-01-24T00:55:00.4684774Z 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-01-24T00:55:00.4686652Z 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-01-24T00:55:00.4688668Z 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-01-24T00:55:00.4690602Z 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-01-24T00:55:00.4692442Z 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-01-24T00:55:00.4694641Z 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-01-24T00:55:00.4696664Z 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-01-24T00:55:00.4699702Z 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-01-24T00:55:00.4703833Z 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-01-24T00:55:00.4707274Z 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-01-24T00:55:00.4710738Z 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-01-24T00:55:00.4714433Z 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-01-24T00:55:00.4717874Z 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-01-24T00:55:00.4719965Z 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-01-24T00:55:00.4722017Z 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-01-24T00:55:00.4723904Z 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-01-24T00:55:00.4725932Z 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-01-24T00:55:00.4727756Z 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-01-24T00:55:00.4729844Z 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-01-24T00:55:00.4731693Z 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-01-24T00:55:00.4733512Z 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-01-24T00:55:00.4735510Z 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-01-24T00:55:00.4737633Z 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-01-24T00:55:00.4739816Z 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-01-24T00:55:00.4741789Z 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-01-24T00:55:00.4743806Z 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-01-24T00:55:00.4745877Z 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-01-24T00:55:00.4748080Z 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-01-24T00:55:00.4750003Z 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-01-24T00:55:00.4751922Z 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-01-24T00:55:00.4754692Z 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-01-24T00:55:00.4758457Z 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-01-24T00:55:00.4762392Z 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-01-24T00:55:00.4765896Z 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-01-24T00:55:00.4769321Z 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-01-24T00:55:00.4772985Z 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-01-24T00:55:00.4776620Z 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-01-24T00:55:00.4779350Z 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-01-24T00:55:00.4782328Z 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-01-24T00:55:00.4784334Z 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-01-24T00:55:00.4786583Z 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-01-24T00:55:00.4789712Z 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-01-24T00:55:00.4793542Z 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-01-24T00:55:00.4797315Z 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-01-24T00:55:00.4800776Z 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-01-24T00:55:00.4804466Z 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-01-24T00:55:00.4808081Z 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-01-24T00:55:00.4811903Z 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-01-24T00:55:00.4815132Z 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-01-24T00:55:00.4817154Z 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-01-24T00:55:00.4819498Z 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-01-24T00:55:00.4821750Z 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-01-24T00:55:00.7603932Z 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-01-24T00:55:00.7605162Z [1288/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForConv.cc.obj 2025-01-24T00:55:00.7606772Z 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-01-24T00:55:00.7608177Z with 2025-01-24T00:55:00.7608367Z [ 2025-01-24T00:55:00.7608550Z T=int8_t, 2025-01-24T00:55:00.7608765Z accT=int32_t, 2025-01-24T00:55:00.7608992Z inpType=int8_t 2025-01-24T00:55:00.7609214Z ] 2025-01-24T00:55:00.7609953Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.7610770Z with 2025-01-24T00:55:00.7610952Z [ 2025-01-24T00:55:00.7611124Z T=int8_t, 2025-01-24T00:55:00.7611536Z accT=int32_t 2025-01-24T00:55:00.7611766Z ] 2025-01-24T00:55:00.7613145Z 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-01-24T00:55:00.7614462Z with 2025-01-24T00:55:00.7614650Z [ 2025-01-24T00:55:00.7614831Z T=int8_t, 2025-01-24T00:55:00.7615034Z accT=int32_t 2025-01-24T00:55:00.7615248Z ] 2025-01-24T00:55:00.7616009Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.7616838Z with 2025-01-24T00:55:00.7617021Z [ 2025-01-24T00:55:00.7617205Z T=int8_t, 2025-01-24T00:55:00.7617409Z accT=int32_t 2025-01-24T00:55:00.7617619Z ] 2025-01-24T00:55:00.7675368Z 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-01-24T00:55:00.7676841Z [1289/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAMatrix.cc.obj 2025-01-24T00:55:00.7678491Z 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-01-24T00:55:00.7679855Z with 2025-01-24T00:55:00.7680048Z [ 2025-01-24T00:55:00.7680229Z T=uint8_t, 2025-01-24T00:55:00.7680455Z accT=int32_t, 2025-01-24T00:55:00.7680688Z inpType=uint8_t 2025-01-24T00:55:00.7680918Z ] 2025-01-24T00:55:00.7681783Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.7682724Z with 2025-01-24T00:55:00.7682915Z [ 2025-01-24T00:55:00.7683090Z T=uint8_t, 2025-01-24T00:55:00.7683321Z accT=int32_t 2025-01-24T00:55:00.7683533Z ] 2025-01-24T00:55:00.7684781Z 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-01-24T00:55:00.7686298Z with 2025-01-24T00:55:00.7686483Z [ 2025-01-24T00:55:00.7686664Z T=uint8_t, 2025-01-24T00:55:00.7686890Z accT=int32_t 2025-01-24T00:55:00.7687104Z ] 2025-01-24T00:55:00.7687894Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.7688766Z with 2025-01-24T00:55:00.7688939Z [ 2025-01-24T00:55:00.7689104Z T=uint8_t, 2025-01-24T00:55:00.7689314Z accT=int32_t 2025-01-24T00:55:00.7689531Z ] 2025-01-24T00:55:00.7690780Z 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-01-24T00:55:00.7692156Z with 2025-01-24T00:55:00.7692366Z [ 2025-01-24T00:55:00.7692670Z T=uint8_t, 2025-01-24T00:55:00.7692884Z accT=int16_t, 2025-01-24T00:55:00.7693127Z inpType=uint8_t 2025-01-24T00:55:00.7693343Z ] 2025-01-24T00:55:00.7694122Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.7694962Z with 2025-01-24T00:55:00.7695136Z [ 2025-01-24T00:55:00.7695314Z T=uint8_t, 2025-01-24T00:55:00.7695521Z accT=int16_t 2025-01-24T00:55:00.7695731Z ] 2025-01-24T00:55:00.7696954Z 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-01-24T00:55:00.7698252Z with 2025-01-24T00:55:00.7698423Z [ 2025-01-24T00:55:00.7698601Z T=uint8_t, 2025-01-24T00:55:00.7698816Z accT=int16_t 2025-01-24T00:55:00.7699013Z ] 2025-01-24T00:55:00.7699807Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.7700931Z with 2025-01-24T00:55:00.7701125Z [ 2025-01-24T00:55:00.7701304Z T=uint8_t, 2025-01-24T00:55:00.7701515Z accT=int16_t 2025-01-24T00:55:00.7701720Z ] 2025-01-24T00:55:00.7703041Z 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-01-24T00:55:00.7704357Z with 2025-01-24T00:55:00.7704533Z [ 2025-01-24T00:55:00.7704732Z T=uint8_t, 2025-01-24T00:55:00.7704947Z accT=int32_t, 2025-01-24T00:55:00.7705164Z inpType=uint8_t 2025-01-24T00:55:00.7705387Z ] 2025-01-24T00:55:00.7706154Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.7707087Z with 2025-01-24T00:55:00.7707272Z [ 2025-01-24T00:55:00.7707445Z T=uint8_t, 2025-01-24T00:55:00.7707647Z accT=int32_t 2025-01-24T00:55:00.7708005Z ] 2025-01-24T00:55:00.7709200Z 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-01-24T00:55:00.7710783Z with 2025-01-24T00:55:00.7710963Z [ 2025-01-24T00:55:00.7711141Z T=uint8_t, 2025-01-24T00:55:00.7711358Z accT=int32_t 2025-01-24T00:55:00.7711566Z ] 2025-01-24T00:55:00.7712459Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.7713426Z with 2025-01-24T00:55:00.7713598Z [ 2025-01-24T00:55:00.7713775Z T=uint8_t, 2025-01-24T00:55:00.7713977Z accT=int32_t 2025-01-24T00:55:00.7714200Z ] 2025-01-24T00:55:00.7715559Z 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-01-24T00:55:00.7716856Z with 2025-01-24T00:55:00.7717029Z [ 2025-01-24T00:55:00.7717206Z T=uint8_t, 2025-01-24T00:55:00.7717422Z accT=int16_t, 2025-01-24T00:55:00.7717651Z inpType=uint8_t 2025-01-24T00:55:00.7717875Z ] 2025-01-24T00:55:00.7718775Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.7719695Z with 2025-01-24T00:55:00.7719881Z [ 2025-01-24T00:55:00.7720055Z T=uint8_t, 2025-01-24T00:55:00.7720267Z accT=int16_t 2025-01-24T00:55:00.7720481Z ] 2025-01-24T00:55:00.7721915Z 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-01-24T00:55:00.7724197Z with 2025-01-24T00:55:00.7724502Z [ 2025-01-24T00:55:00.7724829Z T=uint8_t, 2025-01-24T00:55:00.7725172Z accT=int16_t 2025-01-24T00:55:00.7725587Z ] 2025-01-24T00:55:00.7727040Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.7728548Z with 2025-01-24T00:55:00.7728876Z [ 2025-01-24T00:55:00.7729192Z T=uint8_t, 2025-01-24T00:55:00.7729589Z accT=int16_t 2025-01-24T00:55:00.7729961Z ] 2025-01-24T00:55:00.7732337Z 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-01-24T00:55:00.7735005Z 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-01-24T00:55:00.7736473Z [1290/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackMatrix.cc.obj 2025-01-24T00:55:00.7738274Z 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-01-24T00:55:00.7742282Z 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-01-24T00:55:00.7746811Z 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-01-24T00:55:00.7750244Z 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-01-24T00:55:00.7752714Z 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-01-24T00:55:00.7756364Z 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-01-24T00:55:00.7760326Z 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-01-24T00:55:00.7764349Z 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-01-24T00:55:00.7768230Z 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-01-24T00:55:00.7771968Z 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-01-24T00:55:00.7776214Z 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-01-24T00:55:00.7783430Z 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-01-24T00:55:00.7787536Z 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-01-24T00:55:00.7789964Z [1291/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithRowOffset.cc.obj 2025-01-24T00:55:00.7792284Z 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-01-24T00:55:00.7793875Z with 2025-01-24T00:55:00.7794080Z [ 2025-01-24T00:55:00.7794283Z T=uint8_t, 2025-01-24T00:55:00.7794693Z accT=int32_t, 2025-01-24T00:55:00.7795101Z inpType=uint8_t 2025-01-24T00:55:00.7795471Z ] 2025-01-24T00:55:00.7796901Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.7798559Z with 2025-01-24T00:55:00.7798775Z [ 2025-01-24T00:55:00.7798952Z T=uint8_t, 2025-01-24T00:55:00.7799162Z accT=int32_t 2025-01-24T00:55:00.7799376Z ] 2025-01-24T00:55:00.7801283Z 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-01-24T00:55:00.7802952Z with 2025-01-24T00:55:00.7803139Z [ 2025-01-24T00:55:00.7803333Z T=uint8_t, 2025-01-24T00:55:00.7803742Z accT=int32_t 2025-01-24T00:55:00.7804059Z ] 2025-01-24T00:55:00.7805487Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.7807071Z with 2025-01-24T00:55:00.7807386Z [ 2025-01-24T00:55:00.7807684Z T=uint8_t, 2025-01-24T00:55:00.7808052Z accT=int32_t 2025-01-24T00:55:00.7808415Z ] 2025-01-24T00:55:00.7810842Z 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-01-24T00:55:00.7813369Z with 2025-01-24T00:55:00.7813698Z [ 2025-01-24T00:55:00.7813940Z T=uint8_t, 2025-01-24T00:55:00.7814160Z accT=int16_t, 2025-01-24T00:55:00.7814433Z inpType=uint8_t 2025-01-24T00:55:00.7814715Z ] 2025-01-24T00:55:00.7815554Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.7816513Z with 2025-01-24T00:55:00.7816688Z [ 2025-01-24T00:55:00.7816877Z T=uint8_t, 2025-01-24T00:55:00.7817087Z accT=int16_t 2025-01-24T00:55:00.7817286Z ] 2025-01-24T00:55:00.7818558Z 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-01-24T00:55:00.7819895Z with 2025-01-24T00:55:00.7820070Z [ 2025-01-24T00:55:00.7820244Z T=uint8_t, 2025-01-24T00:55:00.7820458Z accT=int16_t 2025-01-24T00:55:00.7820664Z ] 2025-01-24T00:55:00.7821506Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.7822461Z with 2025-01-24T00:55:00.7822834Z [ 2025-01-24T00:55:00.7823028Z T=uint8_t, 2025-01-24T00:55:00.7823245Z accT=int16_t 2025-01-24T00:55:00.7823448Z ] 2025-01-24T00:55:00.7824845Z 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-01-24T00:55:00.7826811Z with 2025-01-24T00:55:00.7826987Z [ 2025-01-24T00:55:00.7827166Z T=uint8_t, 2025-01-24T00:55:00.7827382Z accT=int32_t, 2025-01-24T00:55:00.7827601Z inpType=uint8_t 2025-01-24T00:55:00.7827828Z ] 2025-01-24T00:55:00.7828724Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.7829608Z with 2025-01-24T00:55:00.7829840Z [ 2025-01-24T00:55:00.7830096Z T=uint8_t, 2025-01-24T00:55:00.7830320Z accT=int32_t 2025-01-24T00:55:00.7830654Z ] 2025-01-24T00:55:00.7832372Z 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-01-24T00:55:00.7833725Z with 2025-01-24T00:55:00.7833902Z [ 2025-01-24T00:55:00.7834124Z T=uint8_t, 2025-01-24T00:55:00.7834366Z accT=int32_t 2025-01-24T00:55:00.7834655Z ] 2025-01-24T00:55:00.7835497Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.7836712Z with 2025-01-24T00:55:00.7836981Z [ 2025-01-24T00:55:00.7837276Z T=uint8_t, 2025-01-24T00:55:00.7837895Z accT=int32_t 2025-01-24T00:55:00.7838319Z ] 2025-01-24T00:55:00.7840864Z 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-01-24T00:55:00.7843422Z with 2025-01-24T00:55:00.7843732Z [ 2025-01-24T00:55:00.7844045Z T=uint8_t, 2025-01-24T00:55:00.7844400Z accT=int16_t, 2025-01-24T00:55:00.7844799Z inpType=uint8_t 2025-01-24T00:55:00.7845175Z ] 2025-01-24T00:55:00.7846755Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.7848308Z with 2025-01-24T00:55:00.7848613Z [ 2025-01-24T00:55:00.7848889Z T=uint8_t, 2025-01-24T00:55:00.7849235Z accT=int16_t 2025-01-24T00:55:00.7849613Z ] 2025-01-24T00:55:00.7851813Z 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-01-24T00:55:00.7854144Z with 2025-01-24T00:55:00.7854414Z [ 2025-01-24T00:55:00.7854697Z T=uint8_t, 2025-01-24T00:55:00.7855050Z accT=int16_t 2025-01-24T00:55:00.7855398Z ] 2025-01-24T00:55:00.7856839Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.7858870Z with 2025-01-24T00:55:00.7859203Z [ 2025-01-24T00:55:00.7859518Z T=uint8_t, 2025-01-24T00:55:00.7859907Z accT=int16_t 2025-01-24T00:55:00.7860294Z ] 2025-01-24T00:55:00.7862550Z 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-01-24T00:55:00.7866009Z 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-01-24T00:55:00.7868733Z [1292/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithQuantRowOffset.cc.obj 2025-01-24T00:55:00.7872775Z 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-01-24T00:55:00.7875406Z with 2025-01-24T00:55:00.7875736Z [ 2025-01-24T00:55:00.7876026Z T=uint8_t, 2025-01-24T00:55:00.7876455Z accT=int32_t, 2025-01-24T00:55:00.7876871Z inpType=uint8_t 2025-01-24T00:55:00.7877268Z ] 2025-01-24T00:55:00.7878771Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.7880459Z with 2025-01-24T00:55:00.7880860Z [ 2025-01-24T00:55:00.7881212Z T=uint8_t, 2025-01-24T00:55:00.7881557Z accT=int32_t 2025-01-24T00:55:00.7881912Z ] 2025-01-24T00:55:00.7884231Z 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-01-24T00:55:00.7886485Z with 2025-01-24T00:55:00.7886770Z [ 2025-01-24T00:55:00.7887053Z T=uint8_t, 2025-01-24T00:55:00.7887394Z accT=int32_t 2025-01-24T00:55:00.7887759Z ] 2025-01-24T00:55:00.7889333Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.7891251Z with 2025-01-24T00:55:00.7891581Z [ 2025-01-24T00:55:00.7891892Z T=uint8_t, 2025-01-24T00:55:00.7892259Z accT=int32_t 2025-01-24T00:55:00.7892604Z ] 2025-01-24T00:55:00.7895403Z 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-01-24T00:55:00.7898403Z with 2025-01-24T00:55:00.7898738Z [ 2025-01-24T00:55:00.7899045Z T=uint8_t, 2025-01-24T00:55:00.7899436Z accT=int32_t, 2025-01-24T00:55:00.7899844Z inpType=uint8_t 2025-01-24T00:55:00.7900210Z ] 2025-01-24T00:55:00.7901447Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.7902524Z with 2025-01-24T00:55:00.7902712Z [ 2025-01-24T00:55:00.7902888Z T=uint8_t, 2025-01-24T00:55:00.7903093Z accT=int32_t 2025-01-24T00:55:00.7903313Z ] 2025-01-24T00:55:00.7904790Z 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-01-24T00:55:00.7906187Z with 2025-01-24T00:55:00.7906367Z [ 2025-01-24T00:55:00.7906634Z T=uint8_t, 2025-01-24T00:55:00.7906964Z accT=int32_t 2025-01-24T00:55:00.7907374Z ] 2025-01-24T00:55:00.7908905Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.7909991Z with 2025-01-24T00:55:00.7910174Z [ 2025-01-24T00:55:00.7910348Z T=uint8_t, 2025-01-24T00:55:00.7910693Z accT=int32_t 2025-01-24T00:55:00.7910959Z ] 2025-01-24T00:55:00.7912381Z 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-01-24T00:55:00.7914882Z [1293/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackBMatrix.cc.obj 2025-01-24T00:55:00.7917174Z 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-01-24T00:55:00.7918529Z with 2025-01-24T00:55:00.7918799Z [ 2025-01-24T00:55:00.7919095Z T=int8_t, 2025-01-24T00:55:00.7919481Z accT=int32_t, 2025-01-24T00:55:00.7919728Z inpType=int8_t 2025-01-24T00:55:00.7919937Z ] 2025-01-24T00:55:00.7921047Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.7922680Z with 2025-01-24T00:55:00.7922936Z [ 2025-01-24T00:55:00.7923211Z T=int8_t, 2025-01-24T00:55:00.7923612Z accT=int32_t 2025-01-24T00:55:00.7923931Z ] 2025-01-24T00:55:00.7925762Z 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-01-24T00:55:00.7927736Z with 2025-01-24T00:55:00.7927999Z [ 2025-01-24T00:55:00.7928315Z T=int8_t, 2025-01-24T00:55:00.7928566Z accT=int32_t 2025-01-24T00:55:00.7928773Z ] 2025-01-24T00:55:00.7929577Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.7930640Z with 2025-01-24T00:55:00.7930811Z [ 2025-01-24T00:55:00.7931057Z T=int8_t, 2025-01-24T00:55:00.7931276Z accT=int32_t 2025-01-24T00:55:00.7931534Z ] 2025-01-24T00:55:00.7932799Z 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-01-24T00:55:00.7934391Z with 2025-01-24T00:55:00.7934577Z [ 2025-01-24T00:55:00.7934783Z T=int8_t, 2025-01-24T00:55:00.7935146Z accT=int16_t, 2025-01-24T00:55:00.7935542Z inpType=int8_t 2025-01-24T00:55:00.7935914Z ] 2025-01-24T00:55:00.7936963Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.7937919Z with 2025-01-24T00:55:00.7938223Z [ 2025-01-24T00:55:00.7938517Z T=int8_t, 2025-01-24T00:55:00.7938858Z accT=int16_t 2025-01-24T00:55:00.7939122Z ] 2025-01-24T00:55:00.7940350Z 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-01-24T00:55:00.7941773Z with 2025-01-24T00:55:00.7941945Z [ 2025-01-24T00:55:00.7942125Z T=int8_t, 2025-01-24T00:55:00.7942346Z accT=int16_t 2025-01-24T00:55:00.7942556Z ] 2025-01-24T00:55:00.7943413Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.7944417Z with 2025-01-24T00:55:00.7944588Z [ 2025-01-24T00:55:00.7944774Z T=int8_t, 2025-01-24T00:55:00.7944983Z accT=int16_t 2025-01-24T00:55:00.7945193Z ] 2025-01-24T00:55:00.7947213Z 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-01-24T00:55:00.7948534Z with 2025-01-24T00:55:00.7948707Z [ 2025-01-24T00:55:00.7948892Z T=int8_t, 2025-01-24T00:55:00.7949168Z accT=int32_t, 2025-01-24T00:55:00.7949400Z inpType=int8_t 2025-01-24T00:55:00.7949627Z ] 2025-01-24T00:55:00.7950446Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.7951764Z with 2025-01-24T00:55:00.7952055Z [ 2025-01-24T00:55:00.7952336Z T=int8_t, 2025-01-24T00:55:00.7952667Z accT=int32_t 2025-01-24T00:55:00.7953046Z ] 2025-01-24T00:55:00.7954571Z 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-01-24T00:55:00.7955995Z with 2025-01-24T00:55:00.7956193Z [ 2025-01-24T00:55:00.7956374Z T=int8_t, 2025-01-24T00:55:00.7956579Z accT=int32_t 2025-01-24T00:55:00.7956795Z ] 2025-01-24T00:55:00.7957597Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.7958461Z with 2025-01-24T00:55:00.7958644Z [ 2025-01-24T00:55:00.7958815Z T=int8_t, 2025-01-24T00:55:00.7959019Z accT=int32_t 2025-01-24T00:55:00.7959368Z ] 2025-01-24T00:55:00.7960617Z 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-01-24T00:55:00.7962143Z with 2025-01-24T00:55:00.7962348Z [ 2025-01-24T00:55:00.7962533Z T=int8_t, 2025-01-24T00:55:00.7962744Z accT=int16_t, 2025-01-24T00:55:00.7962974Z inpType=int8_t 2025-01-24T00:55:00.7963194Z ] 2025-01-24T00:55:00.7964044Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.7964962Z with 2025-01-24T00:55:00.7965232Z [ 2025-01-24T00:55:00.7965507Z T=int8_t, 2025-01-24T00:55:00.7965831Z accT=int16_t 2025-01-24T00:55:00.7966091Z ] 2025-01-24T00:55:00.7967470Z 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-01-24T00:55:00.7968936Z with 2025-01-24T00:55:00.7969124Z [ 2025-01-24T00:55:00.7969293Z T=int8_t, 2025-01-24T00:55:00.7969508Z accT=int16_t 2025-01-24T00:55:00.7969720Z ] 2025-01-24T00:55:00.7970517Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.7971395Z with 2025-01-24T00:55:00.7971577Z [ 2025-01-24T00:55:00.7971745Z T=int8_t, 2025-01-24T00:55:00.7971961Z accT=int16_t 2025-01-24T00:55:00.7972176Z ] 2025-01-24T00:55:00.7973327Z 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-01-24T00:55:00.7975740Z 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-01-24T00:55:00.7977252Z [1294/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithIm2Col.cc.obj 2025-01-24T00:55:00.7979117Z 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-01-24T00:55:00.7980635Z with 2025-01-24T00:55:00.7980814Z [ 2025-01-24T00:55:00.7981000Z T=uint8_t, 2025-01-24T00:55:00.7981226Z accT=int32_t, 2025-01-24T00:55:00.7981460Z inpType=uint8_t 2025-01-24T00:55:00.7981796Z ] 2025-01-24T00:55:00.7983653Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.7985329Z with 2025-01-24T00:55:00.7985706Z [ 2025-01-24T00:55:00.7986005Z T=uint8_t, 2025-01-24T00:55:00.7986356Z accT=int32_t 2025-01-24T00:55:00.7986709Z ] 2025-01-24T00:55:00.7988218Z 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-01-24T00:55:00.7989777Z with 2025-01-24T00:55:00.7989971Z [ 2025-01-24T00:55:00.7990162Z T=uint8_t, 2025-01-24T00:55:00.7990370Z accT=int32_t 2025-01-24T00:55:00.7990587Z ] 2025-01-24T00:55:00.7991561Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.7992573Z with 2025-01-24T00:55:00.7992759Z [ 2025-01-24T00:55:00.7992935Z T=uint8_t, 2025-01-24T00:55:00.7993141Z accT=int32_t 2025-01-24T00:55:00.7993351Z ] 2025-01-24T00:55:00.7994851Z 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-01-24T00:55:00.7996335Z with 2025-01-24T00:55:00.7996647Z [ 2025-01-24T00:55:00.7996834Z T=uint8_t, 2025-01-24T00:55:00.7997048Z accT=int16_t, 2025-01-24T00:55:00.7997335Z inpType=uint8_t 2025-01-24T00:55:00.7997568Z ] 2025-01-24T00:55:00.7998409Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.7999298Z with 2025-01-24T00:55:00.7999556Z [ 2025-01-24T00:55:00.7999776Z T=uint8_t, 2025-01-24T00:55:00.8000000Z accT=int16_t 2025-01-24T00:55:00.8000213Z ] 2025-01-24T00:55:00.8001634Z 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-01-24T00:55:00.8003326Z with 2025-01-24T00:55:00.8003580Z [ 2025-01-24T00:55:00.8003749Z T=uint8_t, 2025-01-24T00:55:00.8004048Z accT=int16_t 2025-01-24T00:55:00.8004334Z ] 2025-01-24T00:55:00.8005869Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.8007090Z with 2025-01-24T00:55:00.8007327Z [ 2025-01-24T00:55:00.8007578Z T=uint8_t, 2025-01-24T00:55:00.8007893Z accT=int16_t 2025-01-24T00:55:00.8008114Z ] 2025-01-24T00:55:00.8009642Z 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-01-24T00:55:00.8011178Z with 2025-01-24T00:55:00.8011367Z [ 2025-01-24T00:55:00.8011595Z T=uint8_t, 2025-01-24T00:55:00.8011805Z accT=int32_t, 2025-01-24T00:55:00.8012037Z inpType=uint8_t 2025-01-24T00:55:00.8012254Z ] 2025-01-24T00:55:00.8013058Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.8014701Z with 2025-01-24T00:55:00.8015034Z [ 2025-01-24T00:55:00.8015352Z T=uint8_t, 2025-01-24T00:55:00.8015958Z accT=int32_t 2025-01-24T00:55:00.8016310Z ] 2025-01-24T00:55:00.8018432Z 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-01-24T00:55:00.8020690Z with 2025-01-24T00:55:00.8021006Z [ 2025-01-24T00:55:00.8021290Z T=uint8_t, 2025-01-24T00:55:00.8021709Z accT=int32_t 2025-01-24T00:55:00.8022088Z ] 2025-01-24T00:55:00.8023540Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.8025173Z with 2025-01-24T00:55:00.8025473Z [ 2025-01-24T00:55:00.8025770Z T=uint8_t, 2025-01-24T00:55:00.8026168Z accT=int32_t 2025-01-24T00:55:00.8026547Z ] 2025-01-24T00:55:00.8028785Z 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-01-24T00:55:00.8031150Z with 2025-01-24T00:55:00.8031470Z [ 2025-01-24T00:55:00.8031765Z T=uint8_t, 2025-01-24T00:55:00.8032125Z accT=int16_t, 2025-01-24T00:55:00.8032523Z inpType=uint8_t 2025-01-24T00:55:00.8032860Z ] 2025-01-24T00:55:00.8034417Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.8035913Z with 2025-01-24T00:55:00.8036197Z [ 2025-01-24T00:55:00.8036389Z T=uint8_t, 2025-01-24T00:55:00.8036659Z accT=int16_t 2025-01-24T00:55:00.8036968Z ] 2025-01-24T00:55:00.8039102Z 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-01-24T00:55:00.8041639Z with 2025-01-24T00:55:00.8041940Z [ 2025-01-24T00:55:00.8042262Z T=uint8_t, 2025-01-24T00:55:00.8042648Z accT=int16_t 2025-01-24T00:55:00.8042991Z ] 2025-01-24T00:55:00.8044452Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.8046181Z with 2025-01-24T00:55:00.8046455Z [ 2025-01-24T00:55:00.8046807Z T=uint8_t, 2025-01-24T00:55:00.8047191Z accT=int16_t 2025-01-24T00:55:00.8047578Z ] 2025-01-24T00:55:00.8049731Z 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-01-24T00:55:00.8051170Z with 2025-01-24T00:55:00.8051355Z [ 2025-01-24T00:55:00.8051575Z T=uint8_t, 2025-01-24T00:55:00.8051792Z accT=int32_t, 2025-01-24T00:55:00.8052091Z inpType=uint8_t 2025-01-24T00:55:00.8052370Z ] 2025-01-24T00:55:00.8053178Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.8054283Z with 2025-01-24T00:55:00.8054516Z [ 2025-01-24T00:55:00.8054760Z T=uint8_t, 2025-01-24T00:55:00.8054968Z accT=int32_t 2025-01-24T00:55:00.8055269Z ] 2025-01-24T00:55:00.8057269Z 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-01-24T00:55:00.8059171Z with 2025-01-24T00:55:00.8059421Z [ 2025-01-24T00:55:00.8059719Z T=uint8_t, 2025-01-24T00:55:00.8060073Z accT=int32_t 2025-01-24T00:55:00.8060480Z ] 2025-01-24T00:55:00.8061775Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.8062699Z with 2025-01-24T00:55:00.8062877Z [ 2025-01-24T00:55:00.8063054Z T=uint8_t, 2025-01-24T00:55:00.8063342Z accT=int32_t 2025-01-24T00:55:00.8063696Z ] 2025-01-24T00:55:00.8066538Z 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-01-24T00:55:00.8069318Z with 2025-01-24T00:55:00.8069596Z [ 2025-01-24T00:55:00.8069907Z T=uint8_t, 2025-01-24T00:55:00.8070196Z accT=int16_t, 2025-01-24T00:55:00.8070433Z inpType=uint8_t 2025-01-24T00:55:00.8070651Z ] 2025-01-24T00:55:00.8071562Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.8072455Z with 2025-01-24T00:55:00.8073987Z [ 2025-01-24T00:55:00.8074179Z T=uint8_t, 2025-01-24T00:55:00.8074443Z accT=int16_t 2025-01-24T00:55:00.8074657Z ] 2025-01-24T00:55:00.8075957Z 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-01-24T00:55:00.8077421Z with 2025-01-24T00:55:00.8077608Z [ 2025-01-24T00:55:00.8077787Z T=uint8_t, 2025-01-24T00:55:00.8078030Z accT=int16_t 2025-01-24T00:55:00.8078294Z ] 2025-01-24T00:55:00.8079252Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.8080249Z with 2025-01-24T00:55:00.8080439Z [ 2025-01-24T00:55:00.8080623Z T=uint8_t, 2025-01-24T00:55:00.8080837Z accT=int16_t 2025-01-24T00:55:00.8081130Z ] 2025-01-24T00:55:00.8082492Z 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-01-24T00:55:00.8085260Z with 2025-01-24T00:55:00.8085518Z [ 2025-01-24T00:55:00.8085737Z T=uint8_t, 2025-01-24T00:55:00.8085988Z accT=int32_t, 2025-01-24T00:55:00.8086218Z inpType=uint8_t 2025-01-24T00:55:00.8086690Z ] 2025-01-24T00:55:00.8087487Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.8088438Z with 2025-01-24T00:55:00.8088637Z [ 2025-01-24T00:55:00.8088805Z T=uint8_t, 2025-01-24T00:55:00.8089018Z accT=int32_t 2025-01-24T00:55:00.8089234Z ] 2025-01-24T00:55:00.8090568Z 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-01-24T00:55:00.8092299Z with 2025-01-24T00:55:00.8092490Z [ 2025-01-24T00:55:00.8092662Z T=uint8_t, 2025-01-24T00:55:00.8092878Z accT=int32_t 2025-01-24T00:55:00.8093105Z ] 2025-01-24T00:55:00.8093927Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.8094921Z with 2025-01-24T00:55:00.8095247Z [ 2025-01-24T00:55:00.8095426Z T=uint8_t, 2025-01-24T00:55:00.8095686Z accT=int32_t 2025-01-24T00:55:00.8095953Z ] 2025-01-24T00:55:00.8097342Z 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-01-24T00:55:00.8098721Z with 2025-01-24T00:55:00.8098909Z [ 2025-01-24T00:55:00.8099093Z T=uint8_t, 2025-01-24T00:55:00.8099310Z accT=int16_t, 2025-01-24T00:55:00.8099540Z inpType=uint8_t 2025-01-24T00:55:00.8099802Z ] 2025-01-24T00:55:00.8101374Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.8102385Z with 2025-01-24T00:55:00.8102563Z [ 2025-01-24T00:55:00.8102734Z T=uint8_t, 2025-01-24T00:55:00.8102950Z accT=int16_t 2025-01-24T00:55:00.8103188Z ] 2025-01-24T00:55:00.8104671Z 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-01-24T00:55:00.8105997Z with 2025-01-24T00:55:00.8106172Z [ 2025-01-24T00:55:00.8106350Z T=uint8_t, 2025-01-24T00:55:00.8106568Z accT=int16_t 2025-01-24T00:55:00.8106817Z ] 2025-01-24T00:55:00.8107777Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.8108786Z with 2025-01-24T00:55:00.8109012Z [ 2025-01-24T00:55:00.8109406Z T=uint8_t, 2025-01-24T00:55:00.8110232Z accT=int16_t 2025-01-24T00:55:00.8110641Z ] 2025-01-24T00:55:00.8113209Z 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-01-24T00:55:00.8115842Z with 2025-01-24T00:55:00.8116353Z [ 2025-01-24T00:55:00.8116665Z T=uint8_t, 2025-01-24T00:55:00.8133549Z accT=int32_t, 2025-01-24T00:55:00.8134007Z inpType=uint8_t 2025-01-24T00:55:00.8134406Z ] 2025-01-24T00:55:00.8135956Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.8137563Z with 2025-01-24T00:55:00.8137884Z [ 2025-01-24T00:55:00.8138220Z T=uint8_t, 2025-01-24T00:55:00.8138626Z accT=int32_t 2025-01-24T00:55:00.8139028Z ] 2025-01-24T00:55:00.8141460Z 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-01-24T00:55:00.8145056Z with 2025-01-24T00:55:00.8145448Z [ 2025-01-24T00:55:00.8145777Z T=uint8_t, 2025-01-24T00:55:00.8146169Z accT=int32_t 2025-01-24T00:55:00.8146550Z ] 2025-01-24T00:55:00.8148303Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.8149991Z with 2025-01-24T00:55:00.8150309Z [ 2025-01-24T00:55:00.8150628Z T=uint8_t, 2025-01-24T00:55:00.8151310Z accT=int32_t 2025-01-24T00:55:00.8151715Z ] 2025-01-24T00:55:00.8154325Z 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-01-24T00:55:00.8157218Z with 2025-01-24T00:55:00.8157546Z [ 2025-01-24T00:55:00.8157860Z T=uint8_t, 2025-01-24T00:55:00.8158226Z accT=int16_t, 2025-01-24T00:55:00.8158640Z inpType=uint8_t 2025-01-24T00:55:00.8159040Z ] 2025-01-24T00:55:00.8160579Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.8162426Z with 2025-01-24T00:55:00.8162764Z [ 2025-01-24T00:55:00.8163076Z T=uint8_t, 2025-01-24T00:55:00.8163450Z accT=int16_t 2025-01-24T00:55:00.8163852Z ] 2025-01-24T00:55:00.8166310Z 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-01-24T00:55:00.8168895Z with 2025-01-24T00:55:00.8169225Z [ 2025-01-24T00:55:00.8169556Z T=uint8_t, 2025-01-24T00:55:00.8169944Z accT=int16_t 2025-01-24T00:55:00.8170354Z ] 2025-01-24T00:55:00.8171933Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.8173562Z with 2025-01-24T00:55:00.8173865Z [ 2025-01-24T00:55:00.8174151Z T=uint8_t, 2025-01-24T00:55:00.8174524Z accT=int16_t 2025-01-24T00:55:00.8174911Z ] 2025-01-24T00:55:00.8177261Z 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-01-24T00:55:00.8180995Z with 2025-01-24T00:55:00.8181332Z [ 2025-01-24T00:55:00.8181660Z T=uint8_t, 2025-01-24T00:55:00.8182048Z accT=int32_t, 2025-01-24T00:55:00.8182489Z inpType=uint8_t 2025-01-24T00:55:00.8182914Z ] 2025-01-24T00:55:00.8184415Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.8186086Z with 2025-01-24T00:55:00.8186420Z [ 2025-01-24T00:55:00.8186741Z T=uint8_t, 2025-01-24T00:55:00.8187136Z accT=int32_t 2025-01-24T00:55:00.8187535Z ] 2025-01-24T00:55:00.8190081Z 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-01-24T00:55:00.8192732Z with 2025-01-24T00:55:00.8193060Z [ 2025-01-24T00:55:00.8193573Z T=uint8_t, 2025-01-24T00:55:00.8193961Z accT=int32_t 2025-01-24T00:55:00.8194357Z ] 2025-01-24T00:55:00.8195941Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.8197677Z with 2025-01-24T00:55:00.8198021Z [ 2025-01-24T00:55:00.8198357Z T=uint8_t, 2025-01-24T00:55:00.8198743Z accT=int32_t 2025-01-24T00:55:00.8199137Z ] 2025-01-24T00:55:00.8201778Z 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-01-24T00:55:00.8204448Z with 2025-01-24T00:55:00.8204812Z [ 2025-01-24T00:55:00.8205160Z T=uint8_t, 2025-01-24T00:55:00.8205552Z accT=int16_t, 2025-01-24T00:55:00.8205981Z inpType=uint8_t 2025-01-24T00:55:00.8206408Z ] 2025-01-24T00:55:00.8207939Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:55:00.8209647Z with 2025-01-24T00:55:00.8209976Z [ 2025-01-24T00:55:00.8210291Z T=uint8_t, 2025-01-24T00:55:00.8210683Z accT=int16_t 2025-01-24T00:55:00.8211141Z ] 2025-01-24T00:55:00.8213568Z 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-01-24T00:55:00.8216316Z with 2025-01-24T00:55:00.8216661Z [ 2025-01-24T00:55:00.8216988Z T=uint8_t, 2025-01-24T00:55:00.8217358Z accT=int16_t 2025-01-24T00:55:00.8217716Z ] 2025-01-24T00:55:00.8219391Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:55:00.8220493Z with 2025-01-24T00:55:00.8220682Z [ 2025-01-24T00:55:00.8220854Z T=uint8_t, 2025-01-24T00:55:00.8221081Z accT=int16_t 2025-01-24T00:55:00.8221365Z ] 2025-01-24T00:55:00.8222711Z 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-01-24T00:55:00.8225491Z 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-01-24T00:55:00.8227807Z 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-01-24T00:55:00.8231682Z 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-01-24T00:55:00.8236191Z 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-01-24T00:55:00.8240468Z 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-01-24T00:55:00.8243541Z [1295/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightMatrixForGConv.cc.obj 2025-01-24T00:55:00.9921047Z [1296/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\QuantUtils.cc.obj 2025-01-24T00:55:00.9933863Z [1297/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\TransposeUtils.cc.obj 2025-01-24T00:55:01.0413909Z [1298/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\spmmUtils.cc.obj 2025-01-24T00:55:01.1318498Z [1299/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RefImplementations.cc.obj 2025-01-24T00:55:01.1408404Z [1300/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\SparseAdagrad.cc.obj 2025-01-24T00:55:01.1761033Z [1301/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForDirectConv.cc.obj 2025-01-24T00:55:01.1829630Z [1302/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\EmbeddingSpMDMAvx2.cc.obj 2025-01-24T00:55:01.1852616Z [1303/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RowWiseSparseAdagradFused.cc.obj 2025-01-24T00:55:01.2206612Z [1304/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateI8Depthwise.cc.obj 2025-01-24T00:55:01.2358772Z [1305/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Utils.cc.obj 2025-01-24T00:55:01.2462871Z [1306/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmBfloat16ConvertAvx2.cc.obj 2025-01-24T00:55:01.3337222Z [1307/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\OptimizedKernelsAvx2.cc.obj 2025-01-24T00:55:01.3468322Z [1308/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFloat16ConvertAvx2.cc.obj 2025-01-24T00:55:01.3711930Z 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-01-24T00:55:01.3713413Z 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-01-24T00:55:01.3714739Z [1309/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8Depthwise3DAvx2.cc.obj 2025-01-24T00:55:01.3875071Z [1310/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwisePerChannelQuantAvx2.cc.obj 2025-01-24T00:55:01.3889226Z [1311/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseAvx2.cc.obj 2025-01-24T00:55:01.4017911Z [1312/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwiseAvx2.cc.obj 2025-01-24T00:55:01.4202471Z [1313/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\PackDepthwiseConvMatrixAvx2.cc.obj 2025-01-24T00:55:01.4423111Z [1314/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseInt8Avx2.cc.obj 2025-01-24T00:55:01.4672293Z [1315/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\UtilsAvx2.cc.obj 2025-01-24T00:55:01.5276359Z [1316/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\spmmUtilsAvx2.cc.obj 2025-01-24T00:55:01.5560807Z [1317/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\QuantUtilsAvx2.cc.obj 2025-01-24T00:55:01.5562327Z 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-01-24T00:55:01.5563853Z 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-01-24T00:55:01.5565976Z 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-01-24T00:55:01.5568875Z 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-01-24T00:55:01.5571591Z 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-01-24T00:55:01.5574049Z 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-01-24T00:55:01.5576490Z 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-01-24T00:55:01.5579042Z 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-01-24T00:55:01.5581763Z 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-01-24T00:55:01.5584352Z 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-01-24T00:55:01.5587083Z 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-01-24T00:55:01.6037266Z 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-01-24T00:55:01.6040415Z [1318/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmBfloat16ConvertAvx512.cc.obj 2025-01-24T00:55:01.6224216Z [1319/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFloat16ConvertAvx512.cc.obj 2025-01-24T00:55:01.6692974Z [1320/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseAvx512.cc.obj 2025-01-24T00:55:01.6994067Z [1321/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFP16UKernelsIntrinsicAvx2.cc.obj 2025-01-24T00:55:01.7009559Z [1322/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseInt8Avx512.cc.obj 2025-01-24T00:55:01.7064467Z [1323/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\UtilsAvx512.cc.obj 2025-01-24T00:55:01.7394886Z [1324/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\EmbeddingSpMDMAvx512.cc.obj 2025-01-24T00:55:01.7478174Z [1325/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseVectorInt8Avx512.cc.obj 2025-01-24T00:55:01.7596490Z [1326/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\QuantUtilsAvx512.cc.obj 2025-01-24T00:55:01.8770489Z [1327/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512.cc.obj 2025-01-24T00:55:01.9189952Z [1328/7518] Linking CXX shared library bin\asmjit.dll 2025-01-24T00:55:01.9708419Z [1329/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgather.cc.obj 2025-01-24T00:55:01.9834492Z [1330/7518] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512_256.cc.obj 2025-01-24T00:55:01.9906639Z [1331/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\algorithm.cc.obj 2025-01-24T00:55:01.9974035Z [1332/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgatherv.cc.obj 2025-01-24T00:55:02.1322649Z [1333/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce.cc.obj 2025-01-24T00:55:02.1632580Z [1334/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce_local.cc.obj 2025-01-24T00:55:02.2141611Z [1335/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoall.cc.obj 2025-01-24T00:55:02.2293730Z [1336/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoallv.cc.obj 2025-01-24T00:55:02.2464353Z [1337/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\broadcast.cc.obj 2025-01-24T00:55:02.2793081Z [1338/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\barrier.cc.obj 2025-01-24T00:55:02.3876775Z [1339/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gather.cc.obj 2025-01-24T00:55:02.4139039Z [1340/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\context.cc.obj 2025-01-24T00:55:02.4315370Z [1341/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gatherv.cc.obj 2025-01-24T00:55:02.4802910Z [1342/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\reduce.cc.obj 2025-01-24T00:55:02.4886734Z [1343/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\scatter.cc.obj 2025-01-24T00:55:02.4901431Z [1344/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\types.cc.obj 2025-01-24T00:55:02.6491250Z [1345/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\logging.cc.obj 2025-01-24T00:55:02.7153089Z [1346/7518] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\jitprofiling.c.obj 2025-01-24T00:55:02.7274171Z 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-01-24T00:55:02.7275166Z [1347/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\context.cc.obj 2025-01-24T00:55:02.7413125Z [1348/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\hash_store.cc.obj 2025-01-24T00:55:02.7483496Z [1349/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\file_store.cc.obj 2025-01-24T00:55:02.8048000Z [1350/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\buffer.cc.obj 2025-01-24T00:55:02.8553052Z [1351/7518] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\ittnotify_static.c.obj 2025-01-24T00:55:02.8639800Z 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-01-24T00:55:02.8641381Z [1352/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\prefix_store.cc.obj 2025-01-24T00:55:02.9033877Z [1353/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\address.cc.obj 2025-01-24T00:55:02.9506072Z [1354/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\store.cc.obj 2025-01-24T00:55:02.9530377Z [1355/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\utils.cc.obj 2025-01-24T00:55:02.9935479Z [1356/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\context.cc.obj 2025-01-24T00:55:03.0258712Z [1357/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\win.cc.obj 2025-01-24T00:55:03.0274493Z [1358/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\unbound_buffer.cc.obj 2025-01-24T00:55:03.0481717Z [1359/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\device.cc.obj 2025-01-24T00:55:03.1240325Z [1360/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\pair.cc.obj 2025-01-24T00:55:03.2780322Z [1361/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\unbound_buffer.cc.obj 2025-01-24T00:55:03.4512586Z [1362/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\assertions.cc.obj 2025-01-24T00:55:03.5409655Z [1363/7518] Linking CXX static library lib\onnx_proto.lib 2025-01-24T00:55:03.5502175Z [1364/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\context.cc.obj 2025-01-24T00:55:03.6602791Z [1365/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\interned_strings.cc.obj 2025-01-24T00:55:03.6837422Z [1366/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\pair.cc.obj 2025-01-24T00:55:03.6838886Z 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-01-24T00:55:03.6841526Z 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-01-24T00:55:03.6843420Z with 2025-01-24T00:55:03.6843599Z [ 2025-01-24T00:55:03.6843866Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:55:03.6844213Z ] 2025-01-24T00:55:03.6846028Z 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-01-24T00:55:03.6847887Z with 2025-01-24T00:55:03.6848297Z [ 2025-01-24T00:55:03.6848546Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:55:03.6848897Z ] 2025-01-24T00:55:03.6850743Z 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-01-24T00:55:03.6852579Z with 2025-01-24T00:55:03.6852748Z [ 2025-01-24T00:55:03.6852999Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:55:03.6853328Z ] 2025-01-24T00:55:03.6855142Z 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-01-24T00:55:03.6856912Z with 2025-01-24T00:55:03.6857087Z [ 2025-01-24T00:55:03.6857327Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:55:03.6857742Z T=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:55:03.6858124Z ] 2025-01-24T00:55:03.6860029Z 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-01-24T00:55:03.6861971Z with 2025-01-24T00:55:03.6862148Z [ 2025-01-24T00:55:03.6862409Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:55:03.6862901Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:55:03.6863325Z U=uv_write_t 2025-01-24T00:55:03.6863616Z ] 2025-01-24T00:55:03.6865429Z 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-01-24T00:55:03.6867788Z with 2025-01-24T00:55:03.6867973Z [ 2025-01-24T00:55:03.6868231Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:55:03.6868714Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:55:03.6869704Z U=uv_write_t 2025-01-24T00:55:03.6870112Z ] 2025-01-24T00:55:03.7075743Z 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-01-24T00:55:03.7078055Z with 2025-01-24T00:55:03.7078246Z [ 2025-01-24T00:55:03.7078503Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:55:03.7079120Z ] 2025-01-24T00:55:03.7079590Z [1367/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\device.cc.obj 2025-01-24T00:55:03.7080901Z 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-01-24T00:55:03.7084201Z 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-01-24T00:55:03.7086143Z with 2025-01-24T00:55:03.7086358Z [ 2025-01-24T00:55:03.7086681Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:55:03.7087011Z ] 2025-01-24T00:55:03.7089581Z 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-01-24T00:55:03.7091542Z with 2025-01-24T00:55:03.7091738Z [ 2025-01-24T00:55:03.7091976Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:55:03.7092304Z ] 2025-01-24T00:55:03.7094649Z 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-01-24T00:55:03.7096570Z with 2025-01-24T00:55:03.7096752Z [ 2025-01-24T00:55:03.7097009Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:55:03.7097355Z ] 2025-01-24T00:55:03.7099598Z 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-01-24T00:55:03.7102350Z with 2025-01-24T00:55:03.7102622Z [ 2025-01-24T00:55:03.7102886Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:55:03.7103282Z T=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:55:03.7103641Z ] 2025-01-24T00:55:03.7107209Z 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-01-24T00:55:03.7109235Z with 2025-01-24T00:55:03.7109691Z [ 2025-01-24T00:55:03.7110053Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:55:03.7110577Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:55:03.7110901Z U=uv_write_t 2025-01-24T00:55:03.7111163Z ] 2025-01-24T00:55:03.7113051Z 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-01-24T00:55:03.7115047Z with 2025-01-24T00:55:03.7115222Z [ 2025-01-24T00:55:03.7115511Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:55:03.7115947Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:55:03.7116346Z U=uv_write_t 2025-01-24T00:55:03.7116562Z ] 2025-01-24T00:55:03.7119540Z 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-01-24T00:55:03.7122878Z with 2025-01-24T00:55:03.7123286Z [ 2025-01-24T00:55:03.7123730Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:55:03.7124651Z ] 2025-01-24T00:55:03.7125427Z [1368/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\address.cc.obj 2025-01-24T00:55:03.8938199Z [1369/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\status.cc.obj 2025-01-24T00:55:03.9262142Z [1370/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\libuv.cc.obj 2025-01-24T00:55:03.9263424Z 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-01-24T00:55:03.9266006Z 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-01-24T00:55:03.9267985Z with 2025-01-24T00:55:03.9268181Z [ 2025-01-24T00:55:03.9268430Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:55:03.9268756Z ] 2025-01-24T00:55:03.9270552Z 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-01-24T00:55:03.9272334Z with 2025-01-24T00:55:03.9272523Z [ 2025-01-24T00:55:03.9272765Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:55:03.9273087Z ] 2025-01-24T00:55:03.9274840Z 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-01-24T00:55:03.9276996Z with 2025-01-24T00:55:03.9277175Z [ 2025-01-24T00:55:03.9277423Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:55:03.9277740Z ] 2025-01-24T00:55:03.9279457Z 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-01-24T00:55:03.9281276Z with 2025-01-24T00:55:03.9281460Z [ 2025-01-24T00:55:03.9281706Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:55:03.9282241Z T=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:55:03.9282561Z ] 2025-01-24T00:55:03.9284343Z 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-01-24T00:55:03.9286173Z with 2025-01-24T00:55:03.9286365Z [ 2025-01-24T00:55:03.9286614Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:55:03.9287047Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:55:03.9287379Z U=uv_write_t 2025-01-24T00:55:03.9287593Z ] 2025-01-24T00:55:03.9289428Z 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-01-24T00:55:03.9291283Z with 2025-01-24T00:55:03.9291458Z [ 2025-01-24T00:55:03.9291698Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:55:03.9292090Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:55:03.9292415Z U=uv_write_t 2025-01-24T00:55:03.9292633Z ] 2025-01-24T00:55:03.9536294Z 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-01-24T00:55:03.9538247Z with 2025-01-24T00:55:03.9538516Z [ 2025-01-24T00:55:03.9538823Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:55:03.9539185Z ] 2025-01-24T00:55:03.9539615Z [1371/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\ir_pb_converter.cc.obj 2025-01-24T00:55:03.9666527Z [1372/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\model_helpers.cc.obj 2025-01-24T00:55:04.0041896Z [1373/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\checker.cc.obj 2025-01-24T00:55:04.1086092Z [1374/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\attr_proto_util.cc.obj 2025-01-24T00:55:04.1374875Z [1375/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\defs.cc.obj 2025-01-24T00:55:04.3175708Z [1376/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\old.cc.obj 2025-01-24T00:55:04.3248878Z [1377/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\utils.cc.obj 2025-01-24T00:55:04.3685539Z [1378/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\data_type_utils.cc.obj 2025-01-24T00:55:04.3776600Z [1379/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\function.cc.obj 2025-01-24T00:55:04.4182014Z [1380/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\defs.cc.obj 2025-01-24T00:55:04.4647686Z [1381/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\path.cc.obj 2025-01-24T00:55:04.5212927Z [1382/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\old.cc.obj 2025-01-24T00:55:04.5528259Z [1383/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\utils.cc.obj 2025-01-24T00:55:04.7305631Z [1384/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\defs.cc.obj 2025-01-24T00:55:04.7336489Z [1385/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\image\defs.cc.obj 2025-01-24T00:55:04.7885643Z [1386/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\old.cc.obj 2025-01-24T00:55:04.8111531Z [1387/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\defs.cc.obj 2025-01-24T00:55:04.8569104Z [1388/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\old.cc.obj 2025-01-24T00:55:04.8715134Z [1389/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\utils.cc.obj 2025-01-24T00:55:04.9837495Z [1390/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\old.cc.obj 2025-01-24T00:55:05.0144447Z [1391/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\defs.cc.obj 2025-01-24T00:55:05.1194958Z [1392/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\defs.cc.obj 2025-01-24T00:55:05.1798802Z [1393/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\old.cc.obj 2025-01-24T00:55:05.1936118Z [1394/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\defs.cc.obj 2025-01-24T00:55:05.2237889Z [1395/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\old.cc.obj 2025-01-24T00:55:05.2809064Z [1396/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\parser.cc.obj 2025-01-24T00:55:05.2887972Z [1397/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\printer.cc.obj 2025-01-24T00:55:05.3898438Z [1398/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\defs.cc.obj 2025-01-24T00:55:05.4362784Z [1399/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\old.cc.obj 2025-01-24T00:55:05.5437425Z [1400/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\defs.cc.obj 2025-01-24T00:55:05.6056848Z [1401/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\utils.cc.obj 2025-01-24T00:55:05.6534597Z [1402/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\old.cc.obj 2025-01-24T00:55:05.6652333Z [1403/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\defs.cc.obj 2025-01-24T00:55:05.7228009Z [1404/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\old.cc.obj 2025-01-24T00:55:05.7301790Z [1405/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\schema.cc.obj 2025-01-24T00:55:05.8464593Z [1406/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\sequence\defs.cc.obj 2025-01-24T00:55:06.1817535Z [1407/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\shape_inference.cc.obj 2025-01-24T00:55:06.2586214Z [1408/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_util.cc.obj 2025-01-24T00:55:06.2655527Z [1409/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_proto_util.cc.obj 2025-01-24T00:55:06.3665173Z [1410/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\text\defs.cc.obj 2025-01-24T00:55:06.3686611Z [1411/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\utils.cc.obj 2025-01-24T00:55:06.3708723Z [1412/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\defs.cc.obj 2025-01-24T00:55:06.3735090Z [1413/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\defs.cc.obj 2025-01-24T00:55:06.5235556Z [1414/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\old.cc.obj 2025-01-24T00:55:06.5681754Z [1415/7518] Building RC object third_party\ideep\mkl-dnn\src\CMakeFiles\dnnl.dir\version.rc.res 2025-01-24T00:55:06.6368754Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-01-24T00:55:06.6369380Z 2025-01-24T00:55:06.6369385Z 2025-01-24T00:55:06.6369560Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-01-24T00:55:06.6369860Z 2025-01-24T00:55:06.6369865Z 2025-01-24T00:55:06.6369870Z 2025-01-24T00:55:06.6369875Z 2025-01-24T00:55:06.6370322Z [1416/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\training\defs.cc.obj 2025-01-24T00:55:06.7090381Z [1417/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\old.cc.obj 2025-01-24T00:55:06.7303618Z [1418/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\helper.cc.obj 2025-01-24T00:55:06.8140687Z [1419/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\bfloat16.cpp.obj 2025-01-24T00:55:06.8160569Z [1420/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\convert.cc.obj 2025-01-24T00:55:06.8284755Z [1421/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\inliner\inliner.cc.obj 2025-01-24T00:55:07.2029889Z [1422/7518] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\shape_inference\implementation.cc.obj 2025-01-24T00:55:07.4709002Z [1423/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\binary.cpp.obj 2025-01-24T00:55:07.5066450Z [1424/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\batch_normalization.cpp.obj 2025-01-24T00:55:07.5691051Z [1425/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\broadcast_strategy.cpp.obj 2025-01-24T00:55:07.6171555Z [1426/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug_autogenerated.cpp.obj 2025-01-24T00:55:07.6292844Z [1427/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_threadpool.cpp.obj 2025-01-24T00:55:07.6556744Z [1428/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution.cpp.obj 2025-01-24T00:55:07.6644692Z [1429/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\cache_blob_id.cpp.obj 2025-01-24T00:55:07.6770771Z [1430/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\concat.cpp.obj 2025-01-24T00:55:07.7024387Z [1431/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution_pd.cpp.obj 2025-01-24T00:55:07.9731164Z [1432/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\fpmath_mode.cpp.obj 2025-01-24T00:55:07.9747241Z [1433/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float8.cpp.obj 2025-01-24T00:55:07.9821103Z [1434/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\experimental.cpp.obj 2025-01-24T00:55:08.0821993Z [1435/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\deconvolution.cpp.obj 2025-01-24T00:55:08.3032508Z [1436/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug.cpp.obj 2025-01-24T00:55:08.3377778Z [1437/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify.cpp.obj 2025-01-24T00:55:08.4726656Z [1438/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\eltwise.cpp.obj 2025-01-24T00:55:08.5197873Z [1439/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\engine.cpp.obj 2025-01-24T00:55:08.6615173Z [1440/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\gemm.cpp.obj 2025-01-24T00:55:08.8453291Z [1441/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\inner_product.cpp.obj 2025-01-24T00:55:08.9124140Z [1442/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\kernel_cache.cpp.obj 2025-01-24T00:55:09.0063937Z [1443/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\group_normalization.cpp.obj 2025-01-24T00:55:09.1100680Z [1444/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\layer_normalization.cpp.obj 2025-01-24T00:55:09.2359035Z [1445/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\lrn.cpp.obj 2025-01-24T00:55:09.3050297Z [1446/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\matmul.cpp.obj 2025-01-24T00:55:09.3850108Z [1447/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory.cpp.obj 2025-01-24T00:55:09.4762254Z [1448/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_debug.cpp.obj 2025-01-24T00:55:09.6990331Z [1449/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc.cpp.obj 2025-01-24T00:55:09.7830765Z [1450/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc_wrapper.cpp.obj 2025-01-24T00:55:09.8192508Z [1451/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_storage.cpp.obj 2025-01-24T00:55:09.9784604Z [1452/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_tracking.cpp.obj 2025-01-24T00:55:10.0656959Z [1453/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\pooling.cpp.obj 2025-01-24T00:55:10.1211850Z [1454/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_zero_pad.cpp.obj 2025-01-24T00:55:10.2870596Z [1455/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\prelu.cpp.obj 2025-01-24T00:55:10.4354408Z [1456/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive.cpp.obj 2025-01-24T00:55:10.6065584Z [1457/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_attr.cpp.obj 2025-01-24T00:55:10.7047016Z [1458/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_desc_iface.cpp.obj 2025-01-24T00:55:10.8347424Z [1459/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_cache.cpp.obj 2025-01-24T00:55:10.9338891Z [1460/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_exec_types.cpp.obj 2025-01-24T00:55:10.9519440Z [1461/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_hashing.cpp.obj 2025-01-24T00:55:11.0782656Z [1462/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\query.cpp.obj 2025-01-24T00:55:11.1331412Z [1463/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_iface.cpp.obj 2025-01-24T00:55:11.3336711Z [1464/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reduction.cpp.obj 2025-01-24T00:55:11.5731755Z [1465/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\resampling.cpp.obj 2025-01-24T00:55:11.6446576Z [1466/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reorder.cpp.obj 2025-01-24T00:55:11.6593218Z [1467/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rnn.cpp.obj 2025-01-24T00:55:11.6946971Z [1468/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rw_mutex.cpp.obj 2025-01-24T00:55:11.7919186Z [1469/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad.cpp.obj 2025-01-24T00:55:11.9274954Z [1470/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad_debug.cpp.obj 2025-01-24T00:55:12.0707527Z [1471/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\serialization.cpp.obj 2025-01-24T00:55:12.2368970Z [1472/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\shuffle.cpp.obj 2025-01-24T00:55:12.4432254Z [1473/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\softmax.cpp.obj 2025-01-24T00:55:12.4591958Z [1474/7518] Building ASM_MASM object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittptmark64.asm.obj 2025-01-24T00:55:12.5136604Z Microsoft (R) Macro Assembler (x64) Version 14.29.30157.0 2025-01-24T00:55:12.5136914Z 2025-01-24T00:55:12.5137105Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-01-24T00:55:12.5137435Z 2025-01-24T00:55:12.5137439Z 2025-01-24T00:55:12.5137443Z 2025-01-24T00:55:12.5137931Z Assembling: C:\actions-runner\_work\pytorch\pytorch\third_party\ideep\mkl-dnn\src\common\ittnotify\ittptmark64.asm 2025-01-24T00:55:12.5138450Z 2025-01-24T00:55:12.5138794Z [1475/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\utils.cpp.obj 2025-01-24T00:55:12.5748899Z [1476/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream_profiler.cpp.obj 2025-01-24T00:55:12.6147305Z [1477/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream.cpp.obj 2025-01-24T00:55:12.6422334Z [1478/7518] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittnotify_static.c.obj 2025-01-24T00:55:12.6517484Z [1479/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\sum.cpp.obj 2025-01-24T00:55:12.8144409Z [1480/7518] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\jitprofiling.c.obj 2025-01-24T00:55:12.8428798Z [1481/7518] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\verbose.cpp.obj 2025-01-24T00:55:13.4222035Z [1482/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\binary_injector_utils.cpp.obj 2025-01-24T00:55:13.4310926Z [1483/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\bfloat16.cpp.obj 2025-01-24T00:55:13.5911451Z [1484/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_utils.cpp.obj 2025-01-24T00:55:13.6014155Z [1485/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_binary_list.cpp.obj 2025-01-24T00:55:13.6132885Z [1486/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_list.cpp.obj 2025-01-24T00:55:13.7113429Z [1487/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_concat.cpp.obj 2025-01-24T00:55:13.9546443Z [1488/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_deconvolution_list.cpp.obj 2025-01-24T00:55:13.9744141Z [1489/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_convolution_list.cpp.obj 2025-01-24T00:55:14.3656474Z [1490/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_engine.cpp.obj 2025-01-24T00:55:14.4247598Z [1491/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_eltwise_list.cpp.obj 2025-01-24T00:55:14.5752640Z [1492/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_inner_product_list.cpp.obj 2025-01-24T00:55:14.5926045Z [1493/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_layer_normalization_list.cpp.obj 2025-01-24T00:55:14.6025858Z [1494/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_group_normalization_list.cpp.obj 2025-01-24T00:55:14.7341623Z [1495/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_lrn_list.cpp.obj 2025-01-24T00:55:14.9801988Z [1496/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_pooling_list.cpp.obj 2025-01-24T00:55:15.0431560Z [1497/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_prelu_list.cpp.obj 2025-01-24T00:55:15.3407621Z [1498/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_reduction_list.cpp.obj 2025-01-24T00:55:15.4475812Z [1499/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_resampling_list.cpp.obj 2025-01-24T00:55:15.5805822Z [1500/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_rnn_list.cpp.obj 2025-01-24T00:55:15.5866507Z [1501/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_softmax_list.cpp.obj 2025-01-24T00:55:15.5969541Z [1502/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_shuffle_list.cpp.obj 2025-01-24T00:55:15.8156601Z [1503/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_sum.cpp.obj 2025-01-24T00:55:15.9501689Z [1504/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\float16.cpp.obj 2025-01-24T00:55:16.0259393Z [1505/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution.cpp.obj 2025-01-24T00:55:16.3981159Z [1506/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product.cpp.obj 2025-01-24T00:55:16.4242394Z [1507/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution_utils.cpp.obj 2025-01-24T00:55:16.5717162Z [1508/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product_utils.cpp.obj 2025-01-24T00:55:16.5791782Z [1509/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.obj 2025-01-24T00:55:16.5860229Z [1510/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution.cpp.obj 2025-01-24T00:55:16.7743935Z [1511/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution_utils.cpp.obj 2025-01-24T00:55:16.9494664Z [1512/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_inner_product.cpp.obj 2025-01-24T00:55:17.0112104Z [1513/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nchw_pooling.cpp.obj 2025-01-24T00:55:17.3432348Z [1514/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_batch_normalization.cpp.obj 2025-01-24T00:55:17.4620320Z [1515/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_group_normalization.cpp.obj 2025-01-24T00:55:17.4994279Z [1516/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\platform.cpp.obj 2025-01-24T00:55:17.5585688Z [1517/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nspc_batch_normalization.cpp.obj 2025-01-24T00:55:17.5706111Z [1518/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nhwc_pooling.cpp.obj 2025-01-24T00:55:17.7249397Z [1519/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\primitive_attr_postops.cpp.obj 2025-01-24T00:55:17.8655658Z [1520/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_batch_normalization.cpp.obj 2025-01-24T00:55:17.9942532Z [1521/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_binary.cpp.obj 2025-01-24T00:55:18.3829810Z [1522/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution_int8.cpp.obj 2025-01-24T00:55:18.4209252Z [1523/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution.cpp.obj 2025-01-24T00:55:18.4299244Z [1524/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_deconvolution.cpp.obj 2025-01-24T00:55:18.5184126Z [1525/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_group_normalization.cpp.obj 2025-01-24T00:55:18.5565673Z [1526/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_eltwise.cpp.obj 2025-01-24T00:55:18.7712451Z [1527/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product.cpp.obj 2025-01-24T00:55:18.8201255Z [1528/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product_int8.cpp.obj 2025-01-24T00:55:18.9673981Z [1529/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_layer_normalization.cpp.obj 2025-01-24T00:55:19.3649856Z [1530/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_prelu.cpp.obj 2025-01-24T00:55:19.4011662Z [1531/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_pooling.cpp.obj 2025-01-24T00:55:19.4107843Z [1532/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_reduction.cpp.obj 2025-01-24T00:55:19.4129919Z [1533/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_lrn.cpp.obj 2025-01-24T00:55:19.5779566Z [1534/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_resampling.cpp.obj 2025-01-24T00:55:19.7169267Z [1535/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_shuffle.cpp.obj 2025-01-24T00:55:19.7354970Z [1536/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_softmax.cpp.obj 2025-01-24T00:55:19.8442863Z [1537/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\scale_utils.cpp.obj 2025-01-24T00:55:20.0658666Z [1538/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\bf16\ref_gemm_bf16.cpp.obj 2025-01-24T00:55:20.1180770Z [1539/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\gemm_utils_f32.cpp.obj 2025-01-24T00:55:20.2455126Z [1540/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\ref_gemm_f32.cpp.obj 2025-01-24T00:55:20.2691241Z [1541/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_concat.cpp.obj 2025-01-24T00:55:20.3685976Z [1542/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_resampling.cpp.obj 2025-01-24T00:55:20.3796190Z [1543/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_layer_normalization.cpp.obj 2025-01-24T00:55:20.3890709Z [1544/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_sum.cpp.obj 2025-01-24T00:55:20.4718611Z [1545/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\zero_point_utils.cpp.obj 2025-01-24T00:55:20.9703286Z [1546/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm.cpp.obj 2025-01-24T00:55:21.0109911Z [1547/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm_pack.cpp.obj 2025-01-24T00:55:21.0903167Z [1548/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\ref_gemm_s8x8s32.cpp.obj 2025-01-24T00:55:21.1073314Z [1549/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\simple_gemm_s8s8s32.cpp.obj 2025-01-24T00:55:21.3365522Z [1550/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\cpu_matmul_list.cpp.obj 2025-01-24T00:55:21.3889725Z [1551/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_bf16_matmul.cpp.obj 2025-01-24T00:55:21.4826134Z [1552/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_f32_matmul.cpp.obj 2025-01-24T00:55:21.5396486Z [1553/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_x8s8s32x_matmul.cpp.obj 2025-01-24T00:55:21.9047827Z [1554/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul.cpp.obj 2025-01-24T00:55:21.9401572Z [1555/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul_int8.cpp.obj 2025-01-24T00:55:22.0282600Z [1556/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_sparse_matmul.cpp.obj 2025-01-24T00:55:22.1573863Z [1557/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder.cpp.obj 2025-01-24T00:55:22.4133440Z [1558/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_bf16_s8.cpp.obj 2025-01-24T00:55:22.4959834Z [1559/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_f32_s8.cpp.obj 2025-01-24T00:55:22.5408020Z [1560/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_s8_s8.cpp.obj 2025-01-24T00:55:22.6053129Z [1561/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_bf16.cpp.obj 2025-01-24T00:55:22.9192945Z [1562/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f16.cpp.obj 2025-01-24T00:55:23.0585939Z [1563/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_bf16.cpp.obj 2025-01-24T00:55:23.0769617Z [1564/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f16.cpp.obj 2025-01-24T00:55:23.2697104Z [1565/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f32.cpp.obj 2025-01-24T00:55:23.4564537Z [1566/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_fp8.cpp.obj 2025-01-24T00:55:23.5801402Z [1567/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s32.cpp.obj 2025-01-24T00:55:23.6281886Z [1568/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s8.cpp.obj 2025-01-24T00:55:23.6763963Z [1569/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_u8.cpp.obj 2025-01-24T00:55:23.9293595Z [1570/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_fp8.cpp.obj 2025-01-24T00:55:24.1327503Z [1571/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s32.cpp.obj 2025-01-24T00:55:24.1355621Z [1572/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s4.cpp.obj 2025-01-24T00:55:24.3019056Z [1573/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s8.cpp.obj 2025-01-24T00:55:24.4830066Z [1574/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u4.cpp.obj 2025-01-24T00:55:24.6899110Z [1575/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\brgemm_cell_common.cpp.obj 2025-01-24T00:55:24.7264502Z [1576/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_common.cpp.obj 2025-01-24T00:55:24.7284090Z [1577/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u8.cpp.obj 2025-01-24T00:55:24.9921783Z [1578/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru.cpp.obj 2025-01-24T00:55:25.1377539Z [1579/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru.cpp.obj 2025-01-24T00:55:25.2128279Z [1580/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru_lbr.cpp.obj 2025-01-24T00:55:25.2866692Z [1581/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\linux_perf\linux_perf.cpp.obj 2025-01-24T00:55:25.3445947Z [1582/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru_lbr.cpp.obj 2025-01-24T00:55:25.5088501Z [1583/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm.cpp.obj 2025-01-24T00:55:25.6733493Z [1584/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm_projection.cpp.obj 2025-01-24T00:55:25.6849107Z [1585/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_rnn.cpp.obj 2025-01-24T00:55:25.7739898Z [1586/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_rnn.cpp.obj 2025-01-24T00:55:25.9601314Z [1587/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\jit_utils.cpp.obj 2025-01-24T00:55:26.0897135Z [1588/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\rnn_utils.cpp.obj 2025-01-24T00:55:26.2129456Z [1589/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\amx_tile_configure.cpp.obj 2025-01-24T00:55:26.4183028Z [1590/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm.cpp.obj 2025-01-24T00:55:26.4715338Z [1591/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_containers.cpp.obj 2025-01-24T00:55:26.5691733Z [1592/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_utils.cpp.obj 2025-01-24T00:55:26.6322565Z [1593/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\capi\brgemm_api.cpp.obj 2025-01-24T00:55:26.8012709Z [1594/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brdgmm_kernel.cpp.obj 2025-01-24T00:55:26.9710467Z [1595/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_amx_uker.cpp.obj 2025-01-24T00:55:27.0510515Z [1596/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_kernel.cpp.obj 2025-01-24T00:55:27.2053519Z [1597/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_barrier.cpp.obj 2025-01-24T00:55:27.2973342Z [1598/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_isa_traits.cpp.obj 2025-01-24T00:55:27.3862235Z [1599/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_reducer.cpp.obj 2025-01-24T00:55:27.5634709Z [1600/7518] 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-01-24T00:55:27.5660142Z [1601/7518] 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-01-24T00:55:27.8036935Z [1602/7518] 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-01-24T00:55:27.9036781Z [1603/7518] 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-01-24T00:55:27.9621158Z [1604/7518] 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-01-24T00:55:28.0707480Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:28.0708340Z [1605/7518] 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-01-24T00:55:28.2292609Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:28.2293594Z [1606/7518] 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-01-24T00:55:28.2943154Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:28.2944970Z [1607/7518] 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-01-24T00:55:28.5164290Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:28.5165878Z [1608/7518] 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-01-24T00:55:28.5251040Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:28.5252639Z [1609/7518] 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-01-24T00:55:28.8068667Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:28.8070264Z [1610/7518] 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-01-24T00:55:28.8389609Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:28.8391191Z [1611/7518] 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-01-24T00:55:28.9024221Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:28.9025294Z [1612/7518] 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-01-24T00:55:29.0903393Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:29.0904484Z [1613/7518] 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-01-24T00:55:29.2086028Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:29.2087553Z [1614/7518] 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-01-24T00:55:29.2418995Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:29.2419997Z [1615/7518] 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-01-24T00:55:29.4255228Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:29.4256624Z [1616/7518] 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-01-24T00:55:29.5443305Z [1617/7518] 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-01-24T00:55:29.7552069Z [1618/7518] 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-01-24T00:55:29.7700180Z [1619/7518] 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-01-24T00:55:29.8248181Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:29.8249785Z [1620/7518] 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-01-24T00:55:29.9556413Z [1621/7518] 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-01-24T00:55:30.2215054Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:30.2215918Z [1622/7518] 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-01-24T00:55:30.2525827Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:30.2526644Z [1623/7518] 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-01-24T00:55:30.3373810Z [1624/7518] 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-01-24T00:55:30.5160623Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:30.5161645Z [1625/7518] 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-01-24T00:55:30.6791829Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:30.6792657Z [1626/7518] 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-01-24T00:55:30.7910626Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:30.7911449Z [1627/7518] 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-01-24T00:55:30.8630750Z [1628/7518] 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-01-24T00:55:30.9672002Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:30.9673034Z [1629/7518] 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-01-24T00:55:31.1797722Z [1630/7518] 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-01-24T00:55:31.2010977Z [1631/7518] 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-01-24T00:55:31.2090262Z [1632/7518] 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-01-24T00:55:31.5249244Z [1633/7518] 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-01-24T00:55:31.5814855Z [1634/7518] 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-01-24T00:55:31.8317103Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:31.8318602Z [1635/7518] 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-01-24T00:55:31.8629747Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:31.8630568Z [1636/7518] 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-01-24T00:55:31.8777562Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:31.8778372Z [1637/7518] 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-01-24T00:55:32.0734174Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:32.0734959Z [1638/7518] 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-01-24T00:55:32.1006505Z [1639/7518] 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-01-24T00:55:32.2162465Z [1640/7518] 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-01-24T00:55:32.5205219Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:32.5205965Z [1641/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_driver.cpp.obj 2025-01-24T00:55:32.5410864Z [1642/7518] 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-01-24T00:55:32.7957571Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:32.7958900Z [1643/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_info.cpp.obj 2025-01-24T00:55:32.7980591Z [1644/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemv_driver.cpp.obj 2025-01-24T00:55:32.8106724Z [1645/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_pack.cpp.obj 2025-01-24T00:55:33.0045911Z [1646/7518] 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-01-24T00:55:33.1135930Z [1647/7518] 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-01-24T00:55:33.1344634Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:33.1345487Z [1648/7518] 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-01-24T00:55:33.4646116Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:33.4646928Z [1649/7518] 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-01-24T00:55:33.5305750Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:33.5307237Z [1650/7518] 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-01-24T00:55:33.6805749Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:33.6807314Z [1651/7518] 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-01-24T00:55:33.7344606Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:33.7345550Z [1652/7518] 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-01-24T00:55:33.7835586Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:33.7836820Z [1653/7518] 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-01-24T00:55:33.8762491Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:33.8764066Z [1654/7518] 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-01-24T00:55:34.0981725Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:34.0982577Z [1655/7518] 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-01-24T00:55:34.1186742Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:34.1187654Z [1656/7518] 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-01-24T00:55:34.3866085Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:34.3867688Z [1657/7518] 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-01-24T00:55:34.4594858Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:34.4596400Z [1658/7518] 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-01-24T00:55:34.6324409Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:34.6325419Z [1659/7518] 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-01-24T00:55:34.7504498Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:34.7505446Z [1660/7518] 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-01-24T00:55:34.8278277Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:34.8279203Z [1661/7518] 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-01-24T00:55:34.8425213Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:34.8426096Z [1662/7518] 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-01-24T00:55:34.9980987Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:34.9982486Z [1663/7518] 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-01-24T00:55:35.0816341Z [1664/7518] 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-01-24T00:55:35.2807400Z [1665/7518] 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-01-24T00:55:35.3433914Z [1666/7518] 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-01-24T00:55:35.5076896Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:35.5077874Z [1667/7518] 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-01-24T00:55:35.6521416Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:35.6522306Z [1668/7518] 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-01-24T00:55:35.7705294Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:35.7706439Z [1669/7518] 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-01-24T00:55:35.7762262Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:35.7763193Z [1670/7518] 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-01-24T00:55:36.0361245Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:36.0362122Z [1671/7518] 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-01-24T00:55:36.0672495Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:36.0673374Z [1672/7518] 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-01-24T00:55:36.2073743Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:36.2075353Z [1673/7518] 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-01-24T00:55:36.3147399Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:36.3148696Z [1674/7518] 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-01-24T00:55:36.4292829Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:36.4294446Z [1675/7518] 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-01-24T00:55:36.5810909Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:36.5811817Z [1676/7518] 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-01-24T00:55:36.6464190Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:36.6465925Z [1677/7518] 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-01-24T00:55:36.6707033Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:36.6707893Z [1678/7518] 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-01-24T00:55:36.9890500Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:36.9892125Z [1679/7518] 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-01-24T00:55:36.9979354Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:36.9980193Z [1680/7518] 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-01-24T00:55:37.2025237Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:37.2026829Z [1681/7518] 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-01-24T00:55:37.3512287Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:37.3513102Z [1682/7518] 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-01-24T00:55:37.3626392Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:37.3627581Z [1683/7518] 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-01-24T00:55:37.5216085Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:37.5216920Z [1684/7518] 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-01-24T00:55:37.5427412Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:37.5428289Z [1685/7518] 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-01-24T00:55:37.6076741Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:37.6078353Z [1686/7518] 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-01-24T00:55:37.9198545Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:37.9199615Z [1687/7518] 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-01-24T00:55:38.0261656Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:38.0263148Z [1688/7518] 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-01-24T00:55:38.1400353Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:38.1401948Z [1689/7518] 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-01-24T00:55:38.2516044Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:38.2517402Z [1690/7518] 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-01-24T00:55:38.3415856Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:38.3416882Z [1691/7518] 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-01-24T00:55:38.4852022Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:38.4852897Z [1692/7518] 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-01-24T00:55:38.4910730Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:38.4911707Z [1693/7518] 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-01-24T00:55:38.5227779Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:38.5228665Z [1694/7518] 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-01-24T00:55:38.8673638Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:38.8674620Z [1695/7518] 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-01-24T00:55:38.9842380Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:38.9843238Z [1696/7518] 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-01-24T00:55:39.0464266Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:39.0465561Z [1697/7518] 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-01-24T00:55:39.2442254Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:39.2444233Z [1698/7518] 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-01-24T00:55:39.2866702Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:39.2867559Z [1699/7518] 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-01-24T00:55:39.3726165Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:39.3727051Z [1700/7518] 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-01-24T00:55:39.3939318Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:39.3940836Z [1701/7518] 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-01-24T00:55:39.5110228Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:39.5111281Z [1702/7518] 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-01-24T00:55:39.8025467Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:39.8026415Z [1703/7518] 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-01-24T00:55:39.8869175Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:39.8870738Z [1704/7518] 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-01-24T00:55:40.0275082Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:40.0275944Z [1705/7518] 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-01-24T00:55:40.2403939Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:55:40.2404845Z [1706/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_convolution.cpp.obj 2025-01-24T00:55:40.3340887Z [1707/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\injector_utils.cpp.obj 2025-01-24T00:55:40.3453939Z [1708/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_inner_product.cpp.obj 2025-01-24T00:55:40.3997718Z [1709/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_binary_injector.cpp.obj 2025-01-24T00:55:40.6414880Z [1710/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_eltwise_injector.cpp.obj 2025-01-24T00:55:40.8223963Z [1711/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_postops_injector.cpp.obj 2025-01-24T00:55:40.8383378Z [1712/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\ip_convolution.cpp.obj 2025-01-24T00:55:41.0641666Z [1713/7518] 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-01-24T00:55:41.2707896Z [1714/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_convolution.cpp.obj 2025-01-24T00:55:41.3167701Z [1715/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_conv_kernel_f32.cpp.obj 2025-01-24T00:55:41.3709156Z [1716/7518] 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-01-24T00:55:41.3896549Z [1717/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_convolution.cpp.obj 2025-01-24T00:55:41.6311966Z [1718/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_1x1_convolution.cpp.obj 2025-01-24T00:55:41.8587915Z [1719/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_convolution.cpp.obj 2025-01-24T00:55:41.9796301Z [1720/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_conv_kernel.cpp.obj 2025-01-24T00:55:42.0100816Z [1721/7518] 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-01-24T00:55:42.2489244Z [1722/7518] 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-01-24T00:55:42.3127610Z [1723/7518] 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-01-24T00:55:42.4416111Z [1724/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_convolution.cpp.obj 2025-01-24T00:55:42.4776060Z [1725/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_deconvolution.cpp.obj 2025-01-24T00:55:42.6586457Z [1726/7518] 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-01-24T00:55:42.8948150Z [1727/7518] 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-01-24T00:55:42.9806842Z [1728/7518] 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-01-24T00:55:42.9904689Z [1729/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_convolution.cpp.obj 2025-01-24T00:55:43.2354044Z [1730/7518] 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-01-24T00:55:43.2444788Z [1731/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp16cvt.cpp.obj 2025-01-24T00:55:43.3870821Z [1732/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_resampling.cpp.obj 2025-01-24T00:55:43.4290281Z [1733/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp8cvt.cpp.obj 2025-01-24T00:55:43.5753969Z [1734/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_scale_precompute.cpp.obj 2025-01-24T00:55:43.9062381Z [1735/7518] 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-01-24T00:55:43.9455932Z [1736/7518] 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-01-24T00:55:44.0496819Z [1737/7518] 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-01-24T00:55:44.2654027Z [1738/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_convolution.cpp.obj 2025-01-24T00:55:44.3120742Z [1739/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_deconvolution.cpp.obj 2025-01-24T00:55:44.3460271Z [1740/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_sparse_decompress_kernel.cpp.obj 2025-01-24T00:55:44.4304477Z [1741/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brdgmm_dw_conv.cpp.obj 2025-01-24T00:55:44.5926358Z [1742/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_1x1_conv.cpp.obj 2025-01-24T00:55:44.9587895Z [1743/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv.cpp.obj 2025-01-24T00:55:44.9696696Z [1744/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd.cpp.obj 2025-01-24T00:55:45.0619793Z [1745/7518] 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-01-24T00:55:45.2785134Z [1746/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_strided.cpp.obj 2025-01-24T00:55:45.3660995Z [1747/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_utils.cpp.obj 2025-01-24T00:55:45.3680623Z [1748/7518] 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-01-24T00:55:45.4959108Z [1749/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_w.cpp.obj 2025-01-24T00:55:45.5533622Z [1750/7518] 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-01-24T00:55:45.9567061Z [1751/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_trans_kernel.cpp.obj 2025-01-24T00:55:45.9750882Z [1752/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_utils.cpp.obj 2025-01-24T00:55:46.1474419Z [1753/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_deconv.cpp.obj 2025-01-24T00:55:46.3070978Z [1754/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product.cpp.obj 2025-01-24T00:55:46.3610695Z [1755/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product_utils.cpp.obj 2025-01-24T00:55:46.3633514Z [1756/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_primitive_conf.cpp.obj 2025-01-24T00:55:46.5423169Z [1757/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_transpose_utils.cpp.obj 2025-01-24T00:55:46.6135341Z [1758/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_inner_product_utils.cpp.obj 2025-01-24T00:55:46.9150491Z [1759/7518] 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-01-24T00:55:47.0402135Z [1760/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_x8s8s32x_convolution_utils.cpp.obj 2025-01-24T00:55:47.0684440Z [1761/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_generator.cpp.obj 2025-01-24T00:55:47.3062057Z [1762/7518] 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-01-24T00:55:47.3849897Z [1763/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_conv_kernel_f32.cpp.obj 2025-01-24T00:55:47.4499353Z [1764/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_convolution.cpp.obj 2025-01-24T00:55:47.6093381Z [1765/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_convolution.cpp.obj 2025-01-24T00:55:47.6272035Z [1766/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_transpose_utils.cpp.obj 2025-01-24T00:55:48.0271708Z [1767/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization.cpp.obj 2025-01-24T00:55:48.0851903Z [1768/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary.cpp.obj 2025-01-24T00:55:48.1508005Z [1769/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization_s8.cpp.obj 2025-01-24T00:55:48.3396544Z [1770/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_convert_xf16.cpp.obj 2025-01-24T00:55:48.3487461Z [1771/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary_kernel.cpp.obj 2025-01-24T00:55:48.4543290Z [1772/7518] 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-01-24T00:55:48.6083591Z [1773/7518] 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-01-24T00:55:48.6684263Z [1774/7518] 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-01-24T00:55:49.0473749Z [1775/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_convolution.cpp.obj 2025-01-24T00:55:49.1012846Z [1776/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise_int.cpp.obj 2025-01-24T00:55:49.1720875Z [1777/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise.cpp.obj 2025-01-24T00:55:49.4318362Z [1778/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_group_normalization.cpp.obj 2025-01-24T00:55:49.4427979Z [1779/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_i8i8_pooling.cpp.obj 2025-01-24T00:55:49.5042922Z [1780/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_layer_normalization.cpp.obj 2025-01-24T00:55:49.5878267Z [1781/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pool_kernel.cpp.obj 2025-01-24T00:55:49.7520451Z [1782/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pooling.cpp.obj 2025-01-24T00:55:50.0742853Z [1783/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction.cpp.obj 2025-01-24T00:55:50.1279645Z [1784/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction_kernel.cpp.obj 2025-01-24T00:55:50.2837837Z [1785/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder.cpp.obj 2025-01-24T00:55:50.3523539Z [1786/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder_utils.cpp.obj 2025-01-24T00:55:50.4292414Z [1787/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling.cpp.obj 2025-01-24T00:55:50.5018033Z [1788/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling_kernel.cpp.obj 2025-01-24T00:55:50.6405181Z [1789/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_softmax.cpp.obj 2025-01-24T00:55:50.8738893Z [1790/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_tbb_batch_normalization.cpp.obj 2025-01-24T00:55:51.1071642Z [1791/7518] 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-01-24T00:55:51.1961644Z [1792/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_1x1_convolution.cpp.obj 2025-01-24T00:55:51.3303498Z [1793/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_conv_kernel.cpp.obj 2025-01-24T00:55:51.4567568Z [1794/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_convolution.cpp.obj 2025-01-24T00:55:51.4796310Z [1795/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_deconvolution.cpp.obj 2025-01-24T00:55:51.5726345Z [1796/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_xf16_sum.cpp.obj 2025-01-24T00:55:51.6933904Z [1797/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn.cpp.obj 2025-01-24T00:55:51.8314512Z [1798/7518] 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-01-24T00:55:52.1320137Z [1799/7518] 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-01-24T00:55:52.1645618Z [1800/7518] 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-01-24T00:55:52.3432757Z [1801/7518] 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-01-24T00:55:52.4074265Z [1802/7518] 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-01-24T00:55:52.4652488Z [1803/7518] 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-01-24T00:55:52.5503493Z [1804/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn.cpp.obj 2025-01-24T00:55:52.6459245Z [1805/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn_kernel.cpp.obj 2025-01-24T00:55:52.8701904Z [1806/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul.cpp.obj 2025-01-24T00:55:53.0603712Z [1807/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_copy_utils.cpp.obj 2025-01-24T00:55:53.0816160Z [1808/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_reorders.cpp.obj 2025-01-24T00:55:53.2946640Z [1809/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_utils.cpp.obj 2025-01-24T00:55:53.4516621Z [1810/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\jit_uni_sparse_matmul.cpp.obj 2025-01-24T00:55:53.4871283Z [1811/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_backward.cpp.obj 2025-01-24T00:55:53.4984545Z [1812/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_base_kernel.cpp.obj 2025-01-24T00:55:53.6468567Z [1813/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_forward.cpp.obj 2025-01-24T00:55:53.8266925Z [1814/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_reduction_kernel.cpp.obj 2025-01-24T00:55:53.9994032Z [1815/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_utils.cpp.obj 2025-01-24T00:55:54.0386912Z [1816/7518] 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-01-24T00:55:54.2451769Z [1817/7518] 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-01-24T00:55:54.4525685Z [1818/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_utils.cpp.obj 2025-01-24T00:55:54.4691801Z [1819/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_fwd.cpp.obj 2025-01-24T00:55:54.4892507Z [1820/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_reorders.cpp.obj 2025-01-24T00:55:54.5285697Z [1821/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_bwd.cpp.obj 2025-01-24T00:55:54.7372624Z [1822/7518] 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-01-24T00:55:54.9139370Z [1823/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_diff_weights_peephole.cpp.obj 2025-01-24T00:55:55.1031683Z [1824/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_gates_reduction.cpp.obj 2025-01-24T00:55:55.2044680Z [1825/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\rnn_brgemm_utils.cpp.obj 2025-01-24T00:55:55.3923968Z [1826/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\utils\jit_io_helper.cpp.obj 2025-01-24T00:55:55.4331620Z [1827/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\allocator.cpp.obj 2025-01-24T00:55:55.4603402Z [1828/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle.cpp.obj 2025-01-24T00:55:55.4736368Z [1829/7518] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle_kernel.cpp.obj 2025-01-24T00:55:55.6685334Z [1830/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\backend.cpp.obj 2025-01-24T00:55:55.8905548Z [1831/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\constant_tensor_cache.cpp.obj 2025-01-24T00:55:56.0815400Z [1832/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\logical_tensor.cpp.obj 2025-01-24T00:55:56.1513094Z [1833/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\graph.cpp.obj 2025-01-24T00:55:56.2572118Z [1834/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_def_constraint.cpp.obj 2025-01-24T00:55:56.3059828Z [1835/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op.cpp.obj 2025-01-24T00:55:56.3959809Z [1836/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_schema.cpp.obj 2025-01-24T00:55:56.4276862Z [1837/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition.cpp.obj 2025-01-24T00:55:56.5932519Z [1838/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_cache.cpp.obj 2025-01-24T00:55:56.7677565Z [1839/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_hashing.cpp.obj 2025-01-24T00:55:57.0160501Z [1840/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_impl.cpp.obj 2025-01-24T00:55:57.0372855Z [1841/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\shape_infer.cpp.obj 2025-01-24T00:55:57.0839742Z [1842/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\tensor.cpp.obj 2025-01-24T00:55:57.2184442Z [1843/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\value.cpp.obj 2025-01-24T00:55:57.3386686Z [1844/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\fake\CMakeFiles\dnnl_graph_backend_fake.dir\fake_backend.cpp.obj 2025-01-24T00:55:57.4241461Z [1845/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\common.cpp.obj 2025-01-24T00:55:57.6580912Z [1846/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_shape_infer.cpp.obj 2025-01-24T00:55:57.6729140Z [1847/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_backend.cpp.obj 2025-01-24T00:55:57.9133652Z [1848/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_id_mgr.cpp.obj 2025-01-24T00:55:57.9287245Z [1849/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\fusion_info.cpp.obj 2025-01-24T00:55:58.0226661Z [1850/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_propagator.cpp.obj 2025-01-24T00:55:58.2676283Z [1851/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\op_executable.cpp.obj 2025-01-24T00:55:58.2797054Z [1852/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\platform.cpp.obj 2025-01-24T00:55:58.5039980Z [1853/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\subgraph.cpp.obj 2025-01-24T00:55:58.6065155Z [1854/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\compile_ops.cpp.obj 2025-01-24T00:55:58.6507801Z [1855/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\large_partition.cpp.obj 2025-01-24T00:55:58.8823637Z [1856/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\insert_ops.cpp.obj 2025-01-24T00:55:58.9332933Z [1857/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\constant_propagation.cpp.obj 2025-01-24T00:55:59.0197227Z [1858/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\layout_propagation.cpp.obj 2025-01-24T00:55:59.3226281Z [1859/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\memory_planning.cpp.obj 2025-01-24T00:55:59.3616733Z [1860/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\lower.cpp.obj 2025-01-24T00:55:59.5962907Z [1861/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\transform.cpp.obj 2025-01-24T00:55:59.6176397Z [1862/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\utils.cpp.obj 2025-01-24T00:55:59.7081466Z [1863/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\binary_fusion.cpp.obj 2025-01-24T00:55:59.8862359Z [1864/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\bn_fusion.cpp.obj 2025-01-24T00:55:59.9643887Z [1865/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\concat_fusion.cpp.obj 2025-01-24T00:56:00.0521391Z [1866/7518] 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-01-24T00:56:00.2966905Z [1867/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\convtranspose_fusion.cpp.obj 2025-01-24T00:56:00.3552745Z [1868/7518] 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-01-24T00:56:00.6273884Z [1869/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\eltwise_fusion.cpp.obj 2025-01-24T00:56:00.6367375Z [1870/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\interpolate_fusion.cpp.obj 2025-01-24T00:56:00.7169276Z [1871/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\layernorm_fusion.cpp.obj 2025-01-24T00:56:00.9235892Z [1872/7518] 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-01-24T00:56:01.0177110Z [1873/7518] 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-01-24T00:56:01.0998942Z [1874/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\quantize_fusion.cpp.obj 2025-01-24T00:56:01.3519661Z [1875/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reduction_fusion.cpp.obj 2025-01-24T00:56:01.3959209Z [1876/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reorder_fusion.cpp.obj 2025-01-24T00:56:01.4768553Z [1877/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\alloc.cpp.obj 2025-01-24T00:56:01.5379118Z [1878/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\ocl_usm_utils.cpp.obj 2025-01-24T00:56:01.5515531Z [1879/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\shuffle_fusion.cpp.obj 2025-01-24T00:56:01.5566214Z [1880/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\id.cpp.obj 2025-01-24T00:56:01.6021027Z [1881/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\debug.cpp.obj 2025-01-24T00:56:01.7031664Z [1882/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sdp.cpp.obj 2025-01-24T00:56:01.8303567Z [1883/7518] 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-01-24T00:56:01.9094286Z [1884/7518] 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-01-24T00:56:02.0882761Z [1885/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sum_fusion.cpp.obj 2025-01-24T00:56:02.3676634Z [1886/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\ThreadUtil.cpp.obj 2025-01-24T00:56:02.3678349Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(19): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:56:02.3680567Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:56:02.3683034Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(20): warning C4005: 'NOGDI': macro redefinition 2025-01-24T00:56:02.4063503Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'NOGDI' 2025-01-24T00:56:02.4064605Z [1887/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\libkineto_api.cpp.obj 2025-01-24T00:56:02.4421629Z [1888/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\nested_matcher.cpp.obj 2025-01-24T00:56:02.4809977Z [1889/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_base.cpp.obj 2025-01-24T00:56:02.4951347Z [1890/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\utils.cpp.obj 2025-01-24T00:56:02.5886744Z [1891/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pbuilder.cpp.obj 2025-01-24T00:56:02.5964087Z [1892/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_manager.cpp.obj 2025-01-24T00:56:02.6676172Z [1893/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\AbstractConfig.cpp.obj 2025-01-24T00:56:02.7765698Z [1894/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityProfiler.cpp.obj 2025-01-24T00:56:02.7933313Z [1895/7518] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\verbose.cpp.obj 2025-01-24T00:56:02.8176358Z [1896/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerController.cpp.obj 2025-01-24T00:56:02.8783418Z [1897/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityType.cpp.obj 2025-01-24T00:56:02.8923027Z [1898/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DaemonConfigLoader.cpp.obj 2025-01-24T00:56:02.9461475Z [1899/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerProxy.cpp.obj 2025-01-24T00:56:02.9966109Z [1900/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ConfigLoader.cpp.obj 2025-01-24T00:56:03.0277242Z [1901/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Config.cpp.obj 2025-01-24T00:56:03.0435067Z [1902/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Demangle.cpp.obj 2025-01-24T00:56:03.0674986Z [1903/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityApi.cpp.obj 2025-01-24T00:56:03.0821768Z [1904/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\IpcFabricConfigClient.cpp.obj 2025-01-24T00:56:03.1071140Z [1905/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceProperties.cpp.obj 2025-01-24T00:56:03.1586513Z [1906/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceUtil.cpp.obj 2025-01-24T00:56:03.1962138Z [1907/7518] Linking CXX static library lib\mimalloc-static.lib 2025-01-24T00:56:03.2113992Z [1908/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\GenericTraceActivity.cpp.obj 2025-01-24T00:56:03.2455810Z [1909/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ILoggerObserver.cpp.obj 2025-01-24T00:56:03.2735859Z [1910/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\LoggingAPI.cpp.obj 2025-01-24T00:56:03.2945223Z [1911/7518] Building CXX object c10\CMakeFiles\c10.dir\core\AutogradState.cpp.obj 2025-01-24T00:56:03.3635817Z [1912/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Logger.cpp.obj 2025-01-24T00:56:03.4340108Z [1913/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_csv.cpp.obj 2025-01-24T00:56:03.4443188Z [1914/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\init.cpp.obj 2025-01-24T00:56:03.4649525Z [1915/7518] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_json.cpp.obj 2025-01-24T00:56:03.5099932Z [1916/7518] Building CXX object c10\CMakeFiles\c10.dir\core\Allocator.cpp.obj 2025-01-24T00:56:03.5791872Z [1917/7518] Building CXX object c10\CMakeFiles\c10.dir\core\CPUAllocator.cpp.obj 2025-01-24T00:56:03.5875406Z [1918/7518] Building CXX object c10\CMakeFiles\c10.dir\core\ConstantSymNodeImpl.cpp.obj 2025-01-24T00:56:03.5944667Z [1919/7518] Building CXX object c10\CMakeFiles\c10.dir\core\CopyBytes.cpp.obj 2025-01-24T00:56:03.6536855Z [1920/7518] Building CXX object c10\CMakeFiles\c10.dir\core\GradMode.cpp.obj 2025-01-24T00:56:03.6842418Z [1921/7518] Building CXX object c10\CMakeFiles\c10.dir\core\DefaultDtype.cpp.obj 2025-01-24T00:56:03.7095415Z [1922/7518] Building CXX object c10\CMakeFiles\c10.dir\core\Device.cpp.obj 2025-01-24T00:56:03.7380914Z [1923/7518] Building CXX object c10\CMakeFiles\c10.dir\core\DeviceType.cpp.obj 2025-01-24T00:56:03.7625360Z [1924/7518] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKey.cpp.obj 2025-01-24T00:56:03.8026061Z [1925/7518] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKeySet.cpp.obj 2025-01-24T00:56:03.8773541Z [1926/7518] Building CXX object c10\CMakeFiles\c10.dir\core\InferenceMode.cpp.obj 2025-01-24T00:56:04.0071027Z [1927/7518] Building CXX object c10\CMakeFiles\c10.dir\core\RefcountedDeleter.cpp.obj 2025-01-24T00:56:04.0154311Z [1928/7518] Building CXX object c10\CMakeFiles\c10.dir\core\SafePyObject.cpp.obj 2025-01-24T00:56:04.0170988Z [1929/7518] Building CXX object c10\CMakeFiles\c10.dir\core\GeneratorImpl.cpp.obj 2025-01-24T00:56:04.0602073Z [1930/7518] Building CXX object c10\CMakeFiles\c10.dir\core\ScalarType.cpp.obj 2025-01-24T00:56:04.0718622Z [1931/7518] Building CXX object c10\CMakeFiles\c10.dir\core\Scalar.cpp.obj 2025-01-24T00:56:04.0895156Z [1932/7518] Building CXX object c10\CMakeFiles\c10.dir\core\Storage.cpp.obj 2025-01-24T00:56:04.1335204Z [1933/7518] Building CXX object c10\CMakeFiles\c10.dir\core\StorageImpl.cpp.obj 2025-01-24T00:56:04.1813309Z [1934/7518] Building CXX object c10\CMakeFiles\c10.dir\core\Stream.cpp.obj 2025-01-24T00:56:04.3310763Z [1935/7518] Building CXX object c10\CMakeFiles\c10.dir\core\SymBool.cpp.obj 2025-01-24T00:56:04.3636164Z [1936/7518] Building CXX object c10\CMakeFiles\c10.dir\core\SymIntArrayRef.cpp.obj 2025-01-24T00:56:04.3741466Z [1937/7518] Building CXX object c10\CMakeFiles\c10.dir\core\SymNodeImpl.cpp.obj 2025-01-24T00:56:04.3755158Z [1938/7518] Building CXX object c10\CMakeFiles\c10.dir\core\SymFloat.cpp.obj 2025-01-24T00:56:04.3928666Z [1939/7518] Building CXX object c10\CMakeFiles\c10.dir\core\SymInt.cpp.obj 2025-01-24T00:56:04.4031538Z [1940/7518] Building CXX object c10\CMakeFiles\c10.dir\core\SymbolicShapeMeta.cpp.obj 2025-01-24T00:56:04.5470138Z [1941/7518] Building CXX object c10\CMakeFiles\c10.dir\core\TensorImpl.cpp.obj 2025-01-24T00:56:04.5487321Z [1942/7518] Building CXX object c10\CMakeFiles\c10.dir\core\TensorOptions.cpp.obj 2025-01-24T00:56:04.6701890Z [1943/7518] Building CXX object c10\CMakeFiles\c10.dir\core\WrapDimMinimal.cpp.obj 2025-01-24T00:56:04.6838809Z [1944/7518] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COWDeleter.cpp.obj 2025-01-24T00:56:04.6890069Z [1945/7518] Building CXX object c10\CMakeFiles\c10.dir\core\impl\HermeticPyObjectTLS.cpp.obj 2025-01-24T00:56:04.6907169Z [1946/7518] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COW.cpp.obj 2025-01-24T00:56:04.7181541Z [1947/7518] Building CXX object c10\CMakeFiles\c10.dir\core\impl\GPUTrace.cpp.obj 2025-01-24T00:56:04.7482239Z [1948/7518] Building CXX object c10\CMakeFiles\c10.dir\core\impl\DeviceGuardImplInterface.cpp.obj 2025-01-24T00:56:04.7615146Z [1949/7518] Building CXX object c10\CMakeFiles\c10.dir\core\UndefinedTensorImpl.cpp.obj 2025-01-24T00:56:04.8243142Z [1950/7518] Building CXX object c10\CMakeFiles\c10.dir\core\impl\LocalDispatchKeySet.cpp.obj 2025-01-24T00:56:04.9560173Z [1951/7518] Building CXX object c10\CMakeFiles\c10.dir\core\impl\SizesAndStrides.cpp.obj 2025-01-24T00:56:04.9897122Z [1952/7518] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyObjectSlot.cpp.obj 2025-01-24T00:56:04.9967864Z 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-01-24T00:56:04.9969484Z [1953/7518] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PythonDispatcherTLS.cpp.obj 2025-01-24T00:56:05.0301698Z [1954/7518] Building CXX object c10\CMakeFiles\c10.dir\core\impl\TorchDispatchModeTLS.cpp.obj 2025-01-24T00:56:05.0758715Z [1955/7518] Building CXX object c10\CMakeFiles\c10.dir\core\impl\alloc_cpu.cpp.obj 2025-01-24T00:56:05.0837516Z [1956/7518] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyInterpreter.cpp.obj 2025-01-24T00:56:05.0908347Z [1957/7518] Building CXX object c10\CMakeFiles\c10.dir\core\thread_pool.cpp.obj 2025-01-24T00:56:05.1482166Z [1958/7518] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUCachingAllocator.cpp.obj 2025-01-24T00:56:05.2377512Z [1959/7518] Building CXX object c10\CMakeFiles\c10.dir\util\Bfloat16.cpp.obj 2025-01-24T00:56:05.2461067Z [1960/7518] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUProfilingAllocator.cpp.obj 2025-01-24T00:56:05.2816608Z [1961/7518] Building CXX object c10\CMakeFiles\c10.dir\util\C++17.cpp.obj 2025-01-24T00:56:05.3505795Z [1962/7518] Building CXX object c10\CMakeFiles\c10.dir\util\DynamicCounter.cpp.obj 2025-01-24T00:56:05.3561200Z [1963/7518] Building CXX object c10\CMakeFiles\c10.dir\util\DeadlockDetection.cpp.obj 2025-01-24T00:56:05.3576394Z [1964/7518] Building CXX object c10\CMakeFiles\c10.dir\util\ApproximateClock.cpp.obj 2025-01-24T00:56:05.4366274Z [1965/7518] Building CXX object c10\CMakeFiles\c10.dir\util\Backtrace.cpp.obj 2025-01-24T00:56:05.4471620Z [1966/7518] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fnuz.cpp.obj 2025-01-24T00:56:05.4588103Z [1967/7518] Building CXX object c10\CMakeFiles\c10.dir\util\Exception.cpp.obj 2025-01-24T00:56:05.4896689Z [1968/7518] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fn.cpp.obj 2025-01-24T00:56:05.5217852Z [1969/7518] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2.cpp.obj 2025-01-24T00:56:05.5594419Z [1970/7518] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2fnuz.cpp.obj 2025-01-24T00:56:05.6117159Z [1971/7518] Building CXX object c10\CMakeFiles\c10.dir\util\Half.cpp.obj 2025-01-24T00:56:05.6176301Z [1972/7518] Building CXX object c10\CMakeFiles\c10.dir\util\Gauge.cpp.obj 2025-01-24T00:56:05.6421383Z [1973/7518] Building CXX object c10\CMakeFiles\c10.dir\util\LeftRight.cpp.obj 2025-01-24T00:56:05.6879737Z [1974/7518] Building CXX object c10\CMakeFiles\c10.dir\util\ParallelGuard.cpp.obj 2025-01-24T00:56:05.6949128Z [1975/7518] Building CXX object c10\CMakeFiles\c10.dir\util\MathConstants.cpp.obj 2025-01-24T00:56:05.7006201Z [1976/7518] Building CXX object c10\CMakeFiles\c10.dir\util\Metaprogramming.cpp.obj 2025-01-24T00:56:05.7545014Z [1977/7518] Building CXX object c10\CMakeFiles\c10.dir\util\Logging.cpp.obj 2025-01-24T00:56:05.7690938Z [1978/7518] Building CXX object c10\CMakeFiles\c10.dir\util\Optional.cpp.obj 2025-01-24T00:56:05.8008244Z [1979/7518] Building CXX object c10\CMakeFiles\c10.dir\util\NetworkFlow.cpp.obj 2025-01-24T00:56:05.8549249Z [1980/7518] Building CXX object c10\CMakeFiles\c10.dir\util\SmallVector.cpp.obj 2025-01-24T00:56:05.9138385Z [1981/7518] Building CXX object c10\CMakeFiles\c10.dir\util\TypeList.cpp.obj 2025-01-24T00:56:05.9417116Z [1982/7518] Building CXX object c10\CMakeFiles\c10.dir\util\Type_demangle.cpp.obj 2025-01-24T00:56:05.9477540Z [1983/7518] Building CXX object c10\CMakeFiles\c10.dir\util\TypeCast.cpp.obj 2025-01-24T00:56:05.9642249Z [1984/7518] Building CXX object c10\CMakeFiles\c10.dir\util\Type_no_demangle.cpp.obj 2025-01-24T00:56:05.9702822Z [1985/7518] Building CXX object c10\CMakeFiles\c10.dir\util\TypeTraits.cpp.obj 2025-01-24T00:56:05.9721287Z [1986/7518] Building CXX object c10\CMakeFiles\c10.dir\util\ThreadLocalDebugInfo.cpp.obj 2025-01-24T00:56:06.0473687Z [1987/7518] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_gflags.cpp.obj 2025-01-24T00:56:06.0555216Z [1988/7518] Building CXX object c10\CMakeFiles\c10.dir\util\StringUtil.cpp.obj 2025-01-24T00:56:06.0666726Z [1989/7518] Building CXX object c10\CMakeFiles\c10.dir\util\UniqueVoidPtr.cpp.obj 2025-01-24T00:56:06.1552088Z [1990/7518] Building CXX object c10\CMakeFiles\c10.dir\util\error.cpp.obj 2025-01-24T00:56:06.2016091Z [1991/7518] Building CXX object c10\CMakeFiles\c10.dir\util\WaitCounter.cpp.obj 2025-01-24T00:56:06.2082506Z [1992/7518] Building CXX object c10\CMakeFiles\c10.dir\util\complex_math.cpp.obj 2025-01-24T00:56:06.2728845Z [1993/7518] Building CXX object c10\CMakeFiles\c10.dir\util\Unicode.cpp.obj 2025-01-24T00:56:06.3131833Z [1994/7518] Building CXX object c10\CMakeFiles\c10.dir\util\intrusive_ptr.cpp.obj 2025-01-24T00:56:06.3358520Z [1995/7518] Building CXX object c10\CMakeFiles\c10.dir\util\env.cpp.obj 2025-01-24T00:56:06.3530467Z [1996/7518] Building CXX object c10\CMakeFiles\c10.dir\util\int128.cpp.obj 2025-01-24T00:56:06.3862788Z [1997/7518] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_no_gflags.cpp.obj 2025-01-24T00:56:06.4205885Z [1998/7518] Building CXX object c10\CMakeFiles\c10.dir\util\numa.cpp.obj 2025-01-24T00:56:06.4535797Z [1999/7518] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimdsp.c.obj 2025-01-24T00:56:06.4593950Z [2000/7518] Building CXX object c10\CMakeFiles\c10.dir\util\thread_name.cpp.obj 2025-01-24T00:56:06.5011172Z [2001/7518] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimddp.c.obj 2025-01-24T00:56:06.5104683Z [2002/7518] Building CXX object c10\CMakeFiles\c10.dir\util\signal_handler.cpp.obj 2025-01-24T00:56:06.5286369Z [2003/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimdsp.c.obj 2025-01-24T00:56:06.5496983Z [2004/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimddp.c.obj 2025-01-24T00:56:06.5550356Z [2005/7518] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimdsp.c.obj 2025-01-24T00:56:06.6268713Z [2006/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimddp.c.obj 2025-01-24T00:56:06.6381296Z [2007/7518] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimddp.c.obj 2025-01-24T00:56:06.6421341Z [2008/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimdsp.c.obj 2025-01-24T00:56:06.6471049Z [2009/7518] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimdsp.c.obj 2025-01-24T00:56:06.6588111Z [2010/7518] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimddp.c.obj 2025-01-24T00:56:06.7035329Z [2011/7518] Building CXX object c10\CMakeFiles\c10.dir\util\typeid.cpp.obj 2025-01-24T00:56:06.7118060Z [2012/7518] Building CXX object c10\CMakeFiles\c10.dir\util\tempfile.cpp.obj 2025-01-24T00:56:06.7541658Z [2013/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimdsp.c.obj 2025-01-24T00:56:06.7601680Z [2014/7518] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimddp.c.obj 2025-01-24T00:56:06.7613340Z [2015/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimdsp.c.obj 2025-01-24T00:56:06.7691910Z [2016/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimddp.c.obj 2025-01-24T00:56:06.8038118Z [2017/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimddp.c.obj 2025-01-24T00:56:06.8088059Z [2018/7518] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimdsp.c.obj 2025-01-24T00:56:06.8142824Z [2019/7518] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimdsp.c.obj 2025-01-24T00:56:06.8575798Z [2020/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimddp.c.obj 2025-01-24T00:56:06.8645003Z [2021/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimdsp.c.obj 2025-01-24T00:56:06.8746279Z [2022/7518] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimdsp.c.obj 2025-01-24T00:56:06.8919935Z [2023/7518] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimddp.c.obj 2025-01-24T00:56:06.9054424Z [2024/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimdsp.c.obj 2025-01-24T00:56:06.9111971Z [2025/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimddp.c.obj 2025-01-24T00:56:06.9347852Z [2026/7518] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimddp.c.obj 2025-01-24T00:56:06.9640984Z [2027/7518] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimdsp.c.obj 2025-01-24T00:56:06.9704224Z [2028/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimdsp.c.obj 2025-01-24T00:56:06.9718867Z [2029/7518] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimddp.c.obj 2025-01-24T00:56:06.9913785Z [2030/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimddp.c.obj 2025-01-24T00:56:07.0188627Z [2031/7518] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimdsp.c.obj 2025-01-24T00:56:07.0322764Z [2032/7518] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimddp.c.obj 2025-01-24T00:56:07.0537949Z [2033/7518] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimddp.c.obj 2025-01-24T00:56:07.0584698Z [2034/7518] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimdsp.c.obj 2025-01-24T00:56:07.0632867Z [2035/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimddp.c.obj 2025-01-24T00:56:07.0837663Z [2036/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimdsp.c.obj 2025-01-24T00:56:07.0888205Z [2037/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimdsp.c.obj 2025-01-24T00:56:07.0954007Z [2038/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimddp.c.obj 2025-01-24T00:56:07.1329220Z [2039/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimdsp.c.obj 2025-01-24T00:56:07.1347043Z [2040/7518] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimdsp.c.obj 2025-01-24T00:56:07.1399928Z [2041/7518] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimddp.c.obj 2025-01-24T00:56:07.1427561Z [2042/7518] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimddp.c.obj 2025-01-24T00:56:07.1643330Z [2043/7518] Building C object sleef\src\libm\CMakeFiles\sleef.dir\rempitab.c.obj 2025-01-24T00:56:07.1931052Z [2044/7518] Building C object sleef\src\libm\CMakeFiles\dispscalar_obj.dir\dispscalar.c.obj 2025-01-24T00:56:07.1988484Z [2045/7518] Building C object sleef\src\libm\CMakeFiles\dispsse_obj.dir\dispsse.c.obj 2025-01-24T00:56:07.2389860Z [2046/7518] Linking C static library lib\libittnotify.lib 2025-01-24T00:56:07.2431016Z [2047/7518] Linking CXX static library lib\XNNPACK.lib 2025-01-24T00:56:07.2646990Z [2048/7518] Building C object sleef\src\libm\CMakeFiles\dispavx_obj.dir\dispavx.c.obj 2025-01-24T00:56:07.2846432Z [2049/7518] Building C object sleef\src\common\CMakeFiles\common.dir\common.c.obj 2025-01-24T00:56:07.5862908Z [2050/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_halving_doubling.cc.obj 2025-01-24T00:56:07.5951248Z [2051/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_bcube.cc.obj 2025-01-24T00:56:07.5953228Z 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-01-24T00:56:07.5956636Z 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-01-24T00:56:07.5958812Z with 2025-01-24T00:56:07.5959127Z [ 2025-01-24T00:56:07.5959532Z _Alloc=std::allocator, 2025-01-24T00:56:07.5960128Z _Ty=gloo::cuda::bcube::Node, 2025-01-24T00:56:07.5960746Z _Objty=gloo::cuda::bcube::Node 2025-01-24T00:56:07.5961232Z ] 2025-01-24T00:56:07.5963254Z 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-01-24T00:56:07.5965458Z with 2025-01-24T00:56:07.5965778Z [ 2025-01-24T00:56:07.5966173Z _Alloc=std::allocator, 2025-01-24T00:56:07.5966733Z _Ty=gloo::cuda::bcube::Node, 2025-01-24T00:56:07.5967214Z _Objty=gloo::cuda::bcube::Node 2025-01-24T00:56:07.5967659Z ] 2025-01-24T00:56:07.5969759Z 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-01-24T00:56:07.5972046Z with 2025-01-24T00:56:07.5972397Z [ 2025-01-24T00:56:07.5972739Z _Ty=gloo::cuda::bcube::Node 2025-01-24T00:56:07.5973240Z ] 2025-01-24T00:56:07.5975137Z 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-01-24T00:56:07.5977150Z with 2025-01-24T00:56:07.5977459Z [ 2025-01-24T00:56:07.5977785Z _Ty=gloo::cuda::bcube::Node 2025-01-24T00:56:07.5978205Z ] 2025-01-24T00:56:07.5979846Z 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-01-24T00:56:07.5983023Z 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-01-24T00:56:07.5985637Z [2052/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_local.cc.obj 2025-01-24T00:56:07.6088901Z [2053/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_ring.cc.obj 2025-01-24T00:56:07.6127690Z [2054/7518] Linking CXX static library lib\gloo.lib 2025-01-24T00:56:07.8629769Z [2055/7518] Linking CXX shared library bin\fbgemm.dll 2025-01-24T00:56:07.9378676Z [2056/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_broadcast_one_to_all.cc.obj 2025-01-24T00:56:07.9630797Z [2057/7518] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_ring_chunked.cc.obj 2025-01-24T00:56:08.2487138Z [2058/7518] Building CUDA object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda.cu.obj 2025-01-24T00:56:08.2508513Z cuda.cu 2025-01-24T00:56:08.2509018Z tmpxft_00001618_00000000-7_cuda.cudafe1.cpp 2025-01-24T00:56:08.2509752Z [2059/7518] Linking CXX static library lib\kineto.lib 2025-01-24T00:56:08.2522444Z [2060/7518] Linking CXX static library lib\onnx.lib 2025-01-24T00:56:08.4060833Z [2061/7518] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAAllocatorConfig.cpp.obj 2025-01-24T00:56:08.5274298Z [2062/7518] Linking CXX shared library bin\c10.dll 2025-01-24T00:56:08.5708636Z [2063/7518] Building CUDA object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_private.cu.obj 2025-01-24T00:56:08.6222345Z cuda_private.cu 2025-01-24T00:56:08.6222794Z tmpxft_00000084_00000000-7_cuda_private.cudafe1.cpp 2025-01-24T00:56:08.6223417Z [2064/7518] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDADeviceAssertionHost.cpp.obj 2025-01-24T00:56:08.6777011Z [2065/7518] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAException.cpp.obj 2025-01-24T00:56:08.6986765Z [2066/7518] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDACachingAllocator.cpp.obj 2025-01-24T00:56:08.7297190Z [2067/7518] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAFunctions.cpp.obj 2025-01-24T00:56:08.7472440Z [2068/7518] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAMiscFunctions.cpp.obj 2025-01-24T00:56:08.7908278Z [2069/7518] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\driver_api.cpp.obj 2025-01-24T00:56:08.8726229Z [2070/7518] Linking C static library sleef\lib\sleef.lib 2025-01-24T00:56:08.8951135Z [2071/7518] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAMallocAsyncAllocator.cpp.obj 2025-01-24T00:56:08.9839526Z [2072/7518] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAStream.cpp.obj 2025-01-24T00:56:09.0219927Z [2073/7518] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\impl\CUDATest.cpp.obj 2025-01-24T00:56:09.0379024Z [2074/7518] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\impl\CUDAGuardImpl.cpp.obj 2025-01-24T00:56:09.0839974Z [2075/7518] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2025-01-24T00:56:09.2493435Z [2076/7518] Linking CXX static library lib\gloo_cuda.lib 2025-01-24T00:56:09.3543720Z [2077/7518] Linking CXX shared library bin\c10_cuda.dll 2025-01-24T00:56:09.5676760Z [2078/7518] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest.dir\src\gtest-all.cc.obj 2025-01-24T00:56:09.6366028Z [2079/7518] Regenerating version file... 2025-01-24T00:56:09.6637949Z [2080/7518] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\__\googletest\src\gtest-all.cc.obj 2025-01-24T00:56:09.6671891Z [2081/7518] Linking CXX static library lib\gtest.lib 2025-01-24T00:56:09.7272614Z [2082/7518] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\src\gmock-all.cc.obj 2025-01-24T00:56:09.9101058Z [2083/7518] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest_main.dir\src\gtest_main.cc.obj 2025-01-24T00:56:09.9258026Z [2084/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_api_internal.cc.obj 2025-01-24T00:56:10.0876818Z [2085/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_name.cc.obj 2025-01-24T00:56:10.0933693Z [2086/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark.cc.obj 2025-01-24T00:56:10.1446081Z [2087/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_register.cc.obj 2025-01-24T00:56:10.1657766Z [2088/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_runner.cc.obj 2025-01-24T00:56:10.3237725Z [2089/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\commandlineflags.cc.obj 2025-01-24T00:56:10.3509420Z [2090/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\complexity.cc.obj 2025-01-24T00:56:10.3793700Z [2091/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\console_reporter.cc.obj 2025-01-24T00:56:10.5080472Z [2092/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\counter.cc.obj 2025-01-24T00:56:10.5686829Z [2093/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\csv_reporter.cc.obj 2025-01-24T00:56:10.6248690Z [2094/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\json_reporter.cc.obj 2025-01-24T00:56:10.6336970Z [2095/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\colorprint.cc.obj 2025-01-24T00:56:10.7349363Z [2096/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\perf_counters.cc.obj 2025-01-24T00:56:10.8337619Z [2097/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\reporter.cc.obj 2025-01-24T00:56:10.8391616Z [2098/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\statistics.cc.obj 2025-01-24T00:56:10.9449327Z [2099/7518] Generating sources 2025-01-24T00:56:10.9516893Z [2100/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\string_util.cc.obj 2025-01-24T00:56:11.1608219Z [2101/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\arena.cc.obj 2025-01-24T00:56:11.3662082Z [2102/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\any_lite.cc.obj 2025-01-24T00:56:11.3923873Z [2103/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\extension_set.cc.obj 2025-01-24T00:56:11.4443655Z [2104/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sleep.cc.obj 2025-01-24T00:56:11.6308798Z [2105/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2025-01-24T00:56:11.7012273Z [2106/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2025-01-24T00:56:11.7617831Z [2107/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_util.cc.obj 2025-01-24T00:56:11.9016282Z [2108/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2025-01-24T00:56:11.9107928Z [2109/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2025-01-24T00:56:12.0647335Z [2110/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\io_win32.cc.obj 2025-01-24T00:56:13.4502964Z [2111/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\strtod.cc.obj 2025-01-24T00:56:13.4517280Z [2112/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2025-01-24T00:56:13.4537482Z [2113/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2025-01-24T00:56:13.6540396Z [2114/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2025-01-24T00:56:13.6819275Z [2115/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\parse_context.cc.obj 2025-01-24T00:56:13.6948601Z [2116/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\message_lite.cc.obj 2025-01-24T00:56:13.8814720Z [2117/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2025-01-24T00:56:13.8887887Z [2118/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\repeated_field.cc.obj 2025-01-24T00:56:14.0352922Z [2119/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\common.cc.obj 2025-01-24T00:56:14.3247944Z [2120/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\status.cc.obj 2025-01-24T00:56:14.3268233Z [2121/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\int128.cc.obj 2025-01-24T00:56:14.3284190Z [2122/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2025-01-24T00:56:14.4300985Z [2123/7518] Linking CXX static library lib\dnnl.lib 2025-01-24T00:56:14.5094167Z [2124/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\timers.cc.obj 2025-01-24T00:56:14.5257797Z [2125/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2025-01-24T00:56:14.5277096Z [2126/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sysinfo.cc.obj 2025-01-24T00:56:14.5374418Z [2127/7518] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\version.rc.res 2025-01-24T00:56:14.5643032Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-01-24T00:56:14.5643593Z 2025-01-24T00:56:14.5643600Z 2025-01-24T00:56:14.5643909Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-01-24T00:56:14.5644387Z 2025-01-24T00:56:14.5644394Z 2025-01-24T00:56:14.5644400Z 2025-01-24T00:56:14.5644405Z 2025-01-24T00:56:14.5645246Z [2128/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2025-01-24T00:56:14.5729801Z [2129/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2025-01-24T00:56:14.6817971Z [2130/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2025-01-24T00:56:14.7621143Z [2131/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\time.cc.obj 2025-01-24T00:56:14.7959220Z [2132/7518] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2025-01-24T00:56:14.8652439Z [2133/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\init.c.obj 2025-01-24T00:56:14.8890185Z [2134/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\cache.c.obj 2025-01-24T00:56:14.8987463Z [2135/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\info.c.obj 2025-01-24T00:56:14.9103207Z [2136/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\api.c.obj 2025-01-24T00:56:14.9226023Z [2137/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\init.c.obj 2025-01-24T00:56:14.9422985Z [2138/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\vendor.c.obj 2025-01-24T00:56:14.9668970Z [2139/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\uarch.c.obj 2025-01-24T00:56:14.9715256Z [2140/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\name.c.obj 2025-01-24T00:56:15.0008596Z [2141/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\isa.c.obj 2025-01-24T00:56:15.0022865Z [2142/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\topology.c.obj 2025-01-24T00:56:15.0098474Z [2143/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\log.c.obj 2025-01-24T00:56:15.0245217Z [2144/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\init.c.obj 2025-01-24T00:56:15.0334838Z [2145/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\descriptor.c.obj 2025-01-24T00:56:15.0606092Z [2146/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\deterministic.c.obj 2025-01-24T00:56:15.1133914Z [2147/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u3.c.obj 2025-01-24T00:56:15.1187131Z [2148/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u2.c.obj 2025-01-24T00:56:15.1343289Z [2149/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u2.c.obj 2025-01-24T00:56:15.1361202Z [2150/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u1.c.obj 2025-01-24T00:56:15.1693872Z [2151/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u3.c.obj 2025-01-24T00:56:15.2168710Z [2152/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u4.c.obj 2025-01-24T00:56:15.2262675Z [2153/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u1.c.obj 2025-01-24T00:56:15.2356264Z [2154/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u2.c.obj 2025-01-24T00:56:15.2369973Z [2155/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u3.c.obj 2025-01-24T00:56:15.2732159Z [2156/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u1.c.obj 2025-01-24T00:56:15.3101960Z [2157/7518] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\windows\init.c.obj 2025-01-24T00:56:15.3266032Z [2158/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u2.c.obj 2025-01-24T00:56:15.3353845Z [2159/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u3.c.obj 2025-01-24T00:56:15.3416182Z [2160/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u3-acc3.c.obj 2025-01-24T00:56:15.3431164Z [2161/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u1.c.obj 2025-01-24T00:56:15.4009171Z [2162/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc2.c.obj 2025-01-24T00:56:15.4060796Z [2163/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc4.c.obj 2025-01-24T00:56:15.4204358Z [2164/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u1.c.obj 2025-01-24T00:56:15.4319141Z [2165/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u2-acc2.c.obj 2025-01-24T00:56:15.4415331Z [2166/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u3-acc3.c.obj 2025-01-24T00:56:15.4506869Z [2167/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc2.c.obj 2025-01-24T00:56:15.5043233Z [2168/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u1.c.obj 2025-01-24T00:56:15.5059880Z [2169/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc4.c.obj 2025-01-24T00:56:15.5280111Z [2170/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u3-acc3.c.obj 2025-01-24T00:56:15.5351659Z [2171/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc2.c.obj 2025-01-24T00:56:15.5465650Z [2172/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.obj 2025-01-24T00:56:15.5573727Z [2173/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc4.c.obj 2025-01-24T00:56:15.6265977Z [2174/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.obj 2025-01-24T00:56:15.6318621Z [2175/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.obj 2025-01-24T00:56:15.6511601Z [2176/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.obj 2025-01-24T00:56:15.6562050Z [2177/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.obj 2025-01-24T00:56:15.6662382Z [2178/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar.c.obj 2025-01-24T00:56:15.6756725Z [2179/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.obj 2025-01-24T00:56:15.7409616Z [2180/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.obj 2025-01-24T00:56:15.7541645Z [2181/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar.c.obj 2025-01-24T00:56:15.7852376Z [2182/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar.c.obj 2025-01-24T00:56:15.7867713Z [2183/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.obj 2025-01-24T00:56:15.7936037Z [2184/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar.c.obj 2025-01-24T00:56:15.8101219Z [2185/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar.c.obj 2025-01-24T00:56:15.8515287Z [2186/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar-acc2.c.obj 2025-01-24T00:56:15.8656355Z [2187/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar.c.obj 2025-01-24T00:56:15.9072527Z [2188/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar.c.obj 2025-01-24T00:56:15.9644093Z [2189/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar-acc2.c.obj 2025-01-24T00:56:15.9656168Z [2190/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar.c.obj 2025-01-24T00:56:15.9667949Z [2191/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar.c.obj 2025-01-24T00:56:15.9729435Z [2192/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar.c.obj 2025-01-24T00:56:15.9801887Z [2193/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar-acc2.c.obj 2025-01-24T00:56:16.0803989Z [2194/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar-acc2.c.obj 2025-01-24T00:56:16.0857863Z [2195/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar.c.obj 2025-01-24T00:56:16.0935281Z [2196/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.obj 2025-01-24T00:56:16.0952256Z [2197/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.obj 2025-01-24T00:56:16.1078507Z [2198/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar.c.obj 2025-01-24T00:56:16.1164831Z [2199/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.obj 2025-01-24T00:56:16.2058524Z [2200/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.obj 2025-01-24T00:56:16.2123382Z [2201/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.obj 2025-01-24T00:56:16.2201651Z [2202/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar.c.obj 2025-01-24T00:56:16.2296014Z [2203/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.obj 2025-01-24T00:56:16.2392194Z [2204/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.obj 2025-01-24T00:56:16.2866464Z [2205/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.obj 2025-01-24T00:56:16.3198080Z [2206/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.obj 2025-01-24T00:56:16.3253374Z [2207/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar.c.obj 2025-01-24T00:56:16.3319777Z [2208/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar.c.obj 2025-01-24T00:56:16.3559402Z [2209/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar-acc2.c.obj 2025-01-24T00:56:16.3718614Z [2210/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar.c.obj 2025-01-24T00:56:16.4036673Z [2211/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar.c.obj 2025-01-24T00:56:16.4401634Z [2212/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar-acc2.c.obj 2025-01-24T00:56:16.4518876Z [2213/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar.c.obj 2025-01-24T00:56:16.4757998Z [2214/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar.c.obj 2025-01-24T00:56:16.4819612Z [2215/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar-acc2.c.obj 2025-01-24T00:56:16.5161583Z [2216/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar.c.obj 2025-01-24T00:56:16.5677637Z [2217/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar-acc2.c.obj 2025-01-24T00:56:16.5696358Z [2218/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar.c.obj 2025-01-24T00:56:16.5891467Z [2219/7518] 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-01-24T00:56:16.5947842Z [2220/7518] 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-01-24T00:56:16.6225495Z [2221/7518] 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-01-24T00:56:16.6760187Z [2222/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar.c.obj 2025-01-24T00:56:16.6773493Z [2223/7518] 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-01-24T00:56:16.6964611Z [2224/7518] 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-01-24T00:56:16.7057890Z [2225/7518] 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-01-24T00:56:16.7116807Z [2226/7518] 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-01-24T00:56:16.7511355Z [2227/7518] 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-01-24T00:56:16.7949914Z [2228/7518] 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-01-24T00:56:16.8017929Z [2229/7518] 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-01-24T00:56:16.8173454Z [2230/7518] 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-01-24T00:56:16.8325127Z [2231/7518] 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-01-24T00:56:16.8664534Z [2232/7518] 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-01-24T00:56:16.8922111Z [2233/7518] 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-01-24T00:56:16.9242826Z [2234/7518] 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-01-24T00:56:16.9292456Z [2235/7518] 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-01-24T00:56:16.9347887Z [2236/7518] 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-01-24T00:56:16.9575678Z [2237/7518] 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-01-24T00:56:16.9960955Z [2238/7518] 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-01-24T00:56:17.0154141Z [2239/7518] 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-01-24T00:56:17.0333324Z [2240/7518] 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-01-24T00:56:17.0635694Z [2241/7518] 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-01-24T00:56:17.0702035Z [2242/7518] 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-01-24T00:56:17.1114863Z [2243/7518] 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-01-24T00:56:17.1132673Z [2244/7518] 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-01-24T00:56:17.1317387Z [2245/7518] 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-01-24T00:56:17.1590676Z [2246/7518] 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-01-24T00:56:17.1792346Z [2247/7518] 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-01-24T00:56:17.2162352Z [2248/7518] 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-01-24T00:56:17.2311544Z [2249/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u1.c.obj 2025-01-24T00:56:17.2369319Z [2250/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u2.c.obj 2025-01-24T00:56:17.2430983Z [2251/7518] 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-01-24T00:56:17.2547810Z [2252/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u3.c.obj 2025-01-24T00:56:17.2765248Z [2253/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u1.c.obj 2025-01-24T00:56:17.3280434Z [2254/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u3.c.obj 2025-01-24T00:56:17.3337948Z [2255/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u4.c.obj 2025-01-24T00:56:17.3743306Z [2256/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-relu-scalar.c.obj 2025-01-24T00:56:17.3810867Z [2257/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x4-minmax-scalar.c.obj 2025-01-24T00:56:17.3875704Z [2258/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-2x4-minmax-scalar.c.obj 2025-01-24T00:56:17.4059468Z [2259/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x4-minmax-scalar.c.obj 2025-01-24T00:56:17.4291567Z [2260/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p2.c.obj 2025-01-24T00:56:17.4306996Z [2261/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p1.c.obj 2025-01-24T00:56:17.4760818Z [2262/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c1.c.obj 2025-01-24T00:56:17.4820854Z [2263/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c4.c.obj 2025-01-24T00:56:17.5057216Z [2264/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-2x4-minmax-scalar.c.obj 2025-01-24T00:56:17.5104212Z [2265/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-relu-scalar.c.obj 2025-01-24T00:56:17.5258229Z [2266/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x2-minmax-scalar.c.obj 2025-01-24T00:56:17.5324415Z [2267/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-3x3-minmax-scalar.c.obj 2025-01-24T00:56:17.5739579Z [2268/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x4-minmax-scalar.c.obj 2025-01-24T00:56:17.6443052Z [2269/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x2-minmax-scalar.c.obj 2025-01-24T00:56:17.6539373Z [2270/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-minmax-scalar.c.obj 2025-01-24T00:56:17.6589855Z [2271/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-scalar.c.obj 2025-01-24T00:56:17.6643169Z [2272/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x4-minmax-scalar.c.obj 2025-01-24T00:56:17.7084196Z [2273/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-relu-scalar.c.obj 2025-01-24T00:56:17.7706861Z [2274/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-minmax-scalar.c.obj 2025-01-24T00:56:17.7753475Z [2275/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-scalar.c.obj 2025-01-24T00:56:17.7875322Z [2276/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-scalar.c.obj 2025-01-24T00:56:17.7957650Z [2277/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-relu-scalar.c.obj 2025-01-24T00:56:17.8195066Z [2278/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-relu-scalar.c.obj 2025-01-24T00:56:17.8345548Z [2279/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-relu-scalar.c.obj 2025-01-24T00:56:17.8800824Z [2280/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-1x1-minmax-scalar.c.obj 2025-01-24T00:56:17.8876499Z [2281/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-2x1-minmax-scalar.c.obj 2025-01-24T00:56:17.8932535Z [2282/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-scalar.c.obj 2025-01-24T00:56:17.9044034Z [2283/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-4x1-minmax-scalar.c.obj 2025-01-24T00:56:17.9349310Z [2284/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x1-minmax-scalar.c.obj 2025-01-24T00:56:17.9404531Z [2285/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x2-minmax-scalar.c.obj 2025-01-24T00:56:17.9842299Z [2286/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x4-minmax-scalar.c.obj 2025-01-24T00:56:18.0005251Z [2287/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u1.c.obj 2025-01-24T00:56:18.0065146Z [2288/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u2.c.obj 2025-01-24T00:56:18.0210216Z [2289/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u3.c.obj 2025-01-24T00:56:18.0395913Z [2290/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u4.c.obj 2025-01-24T00:56:18.0479370Z [2291/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u2.c.obj 2025-01-24T00:56:18.0890125Z [2292/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u3.c.obj 2025-01-24T00:56:18.1122897Z [2293/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u1.c.obj 2025-01-24T00:56:18.1274518Z [2294/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u2.c.obj 2025-01-24T00:56:18.1351559Z [2295/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u3.c.obj 2025-01-24T00:56:18.1403740Z [2296/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u1.c.obj 2025-01-24T00:56:18.1461951Z [2297/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u2.c.obj 2025-01-24T00:56:18.1958579Z [2298/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u3.c.obj 2025-01-24T00:56:18.2156451Z [2299/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u4.c.obj 2025-01-24T00:56:18.2272206Z [2300/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u2.c.obj 2025-01-24T00:56:18.2336134Z [2301/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u3.c.obj 2025-01-24T00:56:18.2430763Z [2302/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u1.c.obj 2025-01-24T00:56:18.2491825Z [2303/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u2.c.obj 2025-01-24T00:56:18.3047226Z [2304/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u3.c.obj 2025-01-24T00:56:18.3191304Z [2305/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.obj 2025-01-24T00:56:18.3311431Z [2306/7518] 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-01-24T00:56:18.3379522Z [2307/7518] 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-01-24T00:56:18.3391491Z [2308/7518] 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-01-24T00:56:18.3473616Z [2309/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.obj 2025-01-24T00:56:18.4044511Z [2310/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.obj 2025-01-24T00:56:18.4206411Z [2311/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.obj 2025-01-24T00:56:18.4407265Z [2312/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u1.c.obj 2025-01-24T00:56:18.4422725Z [2313/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u3-acc3.c.obj 2025-01-24T00:56:18.4528166Z [2314/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc2.c.obj 2025-01-24T00:56:18.4673001Z [2315/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u2-acc2.c.obj 2025-01-24T00:56:18.5191615Z [2316/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u2-acc2.c.obj 2025-01-24T00:56:18.5456910Z [2317/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u3-acc3.c.obj 2025-01-24T00:56:18.5516365Z [2318/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc2.c.obj 2025-01-24T00:56:18.5528517Z [2319/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc4.c.obj 2025-01-24T00:56:18.5607315Z [2320/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u1.c.obj 2025-01-24T00:56:18.5699552Z [2321/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u1.c.obj 2025-01-24T00:56:18.6208101Z [2322/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u2-acc2.c.obj 2025-01-24T00:56:18.6515895Z [2323/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u3-acc3.c.obj 2025-01-24T00:56:18.6611946Z [2324/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc2.c.obj 2025-01-24T00:56:18.6663748Z [2325/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u1.c.obj 2025-01-24T00:56:18.6716281Z [2326/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u2-acc2.c.obj 2025-01-24T00:56:18.6905441Z [2327/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u3-acc3.c.obj 2025-01-24T00:56:18.7216393Z [2328/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc2.c.obj 2025-01-24T00:56:18.7575595Z [2329/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar-pipelined.c.obj 2025-01-24T00:56:18.7650762Z [2330/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar.c.obj 2025-01-24T00:56:18.7721074Z [2331/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar-pipelined.c.obj 2025-01-24T00:56:18.7834849Z [2332/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar.c.obj 2025-01-24T00:56:18.7931421Z [2333/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar-pipelined.c.obj 2025-01-24T00:56:18.8172519Z [2334/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar.c.obj 2025-01-24T00:56:18.8678001Z [2335/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar-pipelined.c.obj 2025-01-24T00:56:18.8855882Z [2336/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u1.c.obj 2025-01-24T00:56:18.8869532Z [2337/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u2.c.obj 2025-01-24T00:56:18.9022052Z [2338/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u4.c.obj 2025-01-24T00:56:18.9047545Z [2339/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u1.c.obj 2025-01-24T00:56:18.9262098Z [2340/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u2.c.obj 2025-01-24T00:56:19.0018359Z [2341/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u4.c.obj 2025-01-24T00:56:19.0083212Z [2342/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u4.c.obj 2025-01-24T00:56:19.0134943Z [2343/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u1.c.obj 2025-01-24T00:56:19.0232531Z [2344/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u8.c.obj 2025-01-24T00:56:19.0306984Z [2345/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u4.c.obj 2025-01-24T00:56:19.0606256Z [2346/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u1.c.obj 2025-01-24T00:56:19.1144345Z [2347/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u8.c.obj 2025-01-24T00:56:19.1262422Z [2348/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u2.c.obj 2025-01-24T00:56:19.1275889Z [2349/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u1.c.obj 2025-01-24T00:56:19.1426844Z [2350/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u4.c.obj 2025-01-24T00:56:19.1567567Z [2351/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u1.c.obj 2025-01-24T00:56:19.1681789Z [2352/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u2.c.obj 2025-01-24T00:56:19.2304607Z [2353/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u4.c.obj 2025-01-24T00:56:19.2393197Z [2354/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u1.c.obj 2025-01-24T00:56:19.2499535Z [2355/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u2.c.obj 2025-01-24T00:56:19.2661122Z [2356/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u1.c.obj 2025-01-24T00:56:19.2795818Z [2357/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u2.c.obj 2025-01-24T00:56:19.2865796Z [2358/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u4.c.obj 2025-01-24T00:56:19.3384288Z [2359/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u4.c.obj 2025-01-24T00:56:19.3618225Z [2360/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u1.c.obj 2025-01-24T00:56:19.3636495Z [2361/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u2.c.obj 2025-01-24T00:56:19.3781358Z [2362/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u4.c.obj 2025-01-24T00:56:19.3846269Z [2363/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u1.c.obj 2025-01-24T00:56:19.3931940Z [2364/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u2.c.obj 2025-01-24T00:56:19.4478628Z [2365/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u4.c.obj 2025-01-24T00:56:19.4751829Z [2366/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u2.c.obj 2025-01-24T00:56:19.4822416Z [2367/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u1.c.obj 2025-01-24T00:56:19.4879644Z [2368/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u4.c.obj 2025-01-24T00:56:19.4996515Z [2369/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u1.c.obj 2025-01-24T00:56:19.5435324Z [2370/7518] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2025-01-24T00:56:19.5642012Z [2371/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u2.c.obj 2025-01-24T00:56:19.5657393Z [2372/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u4.c.obj 2025-01-24T00:56:19.5811463Z [2373/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u4.c.obj 2025-01-24T00:56:19.5868481Z [2374/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u1.c.obj 2025-01-24T00:56:19.6009522Z [2375/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u8.c.obj 2025-01-24T00:56:19.6075145Z [2376/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u1.c.obj 2025-01-24T00:56:19.6630342Z [2377/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u2.c.obj 2025-01-24T00:56:19.6776093Z [2378/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u1.c.obj 2025-01-24T00:56:19.6899661Z [2379/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u4.c.obj 2025-01-24T00:56:19.6959217Z [2380/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u2.c.obj 2025-01-24T00:56:19.6971289Z [2381/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u4.c.obj 2025-01-24T00:56:19.7144389Z [2382/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u2.c.obj 2025-01-24T00:56:19.7198437Z [2383/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u1.c.obj 2025-01-24T00:56:19.7819733Z [2384/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u4.c.obj 2025-01-24T00:56:19.7929899Z [2385/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u1.c.obj 2025-01-24T00:56:19.8026419Z [2386/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u2.c.obj 2025-01-24T00:56:19.8126614Z [2387/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u4.c.obj 2025-01-24T00:56:19.8186510Z [2388/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u1.c.obj 2025-01-24T00:56:19.8401426Z [2389/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u4.c.obj 2025-01-24T00:56:19.8468740Z [2390/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u2.c.obj 2025-01-24T00:56:19.8951263Z [2391/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u1.c.obj 2025-01-24T00:56:19.9046975Z [2392/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u2.c.obj 2025-01-24T00:56:19.9129442Z [2393/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u4.c.obj 2025-01-24T00:56:19.9222754Z [2394/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u1.c.obj 2025-01-24T00:56:19.9317598Z [2395/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u2.c.obj 2025-01-24T00:56:19.9458889Z [2396/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u1.c.obj 2025-01-24T00:56:19.9559848Z [2397/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u2.c.obj 2025-01-24T00:56:20.0059017Z [2398/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u8.c.obj 2025-01-24T00:56:20.0213367Z [2399/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u1.c.obj 2025-01-24T00:56:20.0226355Z [2400/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u3.c.obj 2025-01-24T00:56:20.0358656Z [2401/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u5.c.obj 2025-01-24T00:56:20.0512332Z [2402/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u6.c.obj 2025-01-24T00:56:20.0742171Z [2403/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u2.c.obj 2025-01-24T00:56:20.1184109Z [2404/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u3.c.obj 2025-01-24T00:56:20.1334029Z [2405/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u1.c.obj 2025-01-24T00:56:20.1385003Z [2406/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u4.c.obj 2025-01-24T00:56:20.1398058Z [2407/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u5.c.obj 2025-01-24T00:56:20.1455458Z [2408/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u6.c.obj 2025-01-24T00:56:20.1609457Z [2409/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-scalar.c.obj 2025-01-24T00:56:20.1843258Z [2410/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u1.c.obj 2025-01-24T00:56:20.2285017Z [2411/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u2.c.obj 2025-01-24T00:56:20.2456650Z [2412/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c2-minmax-scalar-2x.c.obj 2025-01-24T00:56:20.2523295Z [2413/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u2.c.obj 2025-01-24T00:56:20.2536096Z [2414/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u1.c.obj 2025-01-24T00:56:20.2597825Z [2415/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-scalar-log.c.obj 2025-01-24T00:56:20.2612589Z [2416/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-scalar-2x.c.obj 2025-01-24T00:56:20.2949010Z [2417/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u1.c.obj 2025-01-24T00:56:20.3368033Z [2418/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u2.c.obj 2025-01-24T00:56:20.3631977Z [2419/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u4.c.obj 2025-01-24T00:56:20.3708994Z [2420/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u2.c.obj 2025-01-24T00:56:20.3761418Z [2421/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u2.c.obj 2025-01-24T00:56:20.3829361Z [2422/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u2.c.obj 2025-01-24T00:56:20.3877704Z [2423/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u2.c.obj 2025-01-24T00:56:20.3993177Z [2424/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u2.c.obj 2025-01-24T00:56:20.4609074Z [2425/7518] 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-01-24T00:56:20.4907764Z [2426/7518] 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-01-24T00:56:20.4920570Z [2427/7518] 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-01-24T00:56:20.5069982Z [2428/7518] 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-01-24T00:56:20.5129516Z [2429/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u1.c.obj 2025-01-24T00:56:20.5144131Z [2430/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u2.c.obj 2025-01-24T00:56:20.5320506Z [2431/7518] 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-01-24T00:56:20.5725484Z [2432/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u4.c.obj 2025-01-24T00:56:20.6030463Z [2433/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u4.c.obj 2025-01-24T00:56:20.6093454Z [2434/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u2.c.obj 2025-01-24T00:56:20.6481613Z [2435/7518] 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-01-24T00:56:20.6497791Z [2436/7518] 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-01-24T00:56:20.6553474Z [2437/7518] 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-01-24T00:56:20.6669410Z [2438/7518] 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-01-24T00:56:20.7154278Z [2439/7518] 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-01-24T00:56:20.7359286Z [2440/7518] 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-01-24T00:56:20.7454419Z [2441/7518] 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-01-24T00:56:20.7786199Z [2442/7518] 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-01-24T00:56:20.7871518Z [2443/7518] 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-01-24T00:56:20.7933913Z [2444/7518] 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-01-24T00:56:20.8037813Z [2445/7518] 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-01-24T00:56:20.8536427Z [2446/7518] 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-01-24T00:56:20.8643169Z [2447/7518] 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-01-24T00:56:20.8793984Z [2448/7518] 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-01-24T00:56:20.9073883Z [2449/7518] 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-01-24T00:56:20.9342961Z [2450/7518] 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-01-24T00:56:20.9417475Z [2451/7518] 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-01-24T00:56:20.9582365Z [2452/7518] 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-01-24T00:56:20.9881844Z [2453/7518] 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-01-24T00:56:21.0002803Z [2454/7518] 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-01-24T00:56:21.0124902Z [2455/7518] 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-01-24T00:56:21.0340389Z [2456/7518] 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-01-24T00:56:21.0690989Z [2457/7518] 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-01-24T00:56:21.0842503Z [2458/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:56:21.1045136Z [2459/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:56:21.1170461Z [2460/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:56:21.1279035Z [2461/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:56:21.1336189Z [2462/7518] 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-01-24T00:56:21.1609745Z [2463/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:56:21.1822298Z [2464/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:56:21.1977545Z [2465/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:56:21.2200003Z [2466/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:56:21.2434457Z [2467/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:56:21.2532578Z [2468/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:56:21.2590042Z [2469/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:56:21.2916572Z [2470/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:56:21.3049783Z [2471/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:56:21.3122312Z [2472/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:56:21.3394105Z [2473/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:56:21.3670992Z [2474/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:56:21.3760458Z [2475/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:56:21.3774063Z [2476/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:56:21.4109283Z [2477/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:56:21.4362638Z [2478/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:56:21.4529617Z [2479/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:56:21.4542069Z [2480/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:56:21.5705986Z [2481/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:56:21.5719257Z [2482/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:56:21.5730986Z [2483/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:56:21.5742836Z [2484/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:56:21.5756093Z [2485/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:56:21.5772495Z [2486/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:56:21.5791390Z [2487/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:56:21.6954973Z [2488/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:56:21.6985863Z [2489/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2025-01-24T00:56:21.7038638Z [2490/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2025-01-24T00:56:21.7050195Z [2491/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:56:21.7136038Z [2492/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:56:21.7213192Z [2493/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:56:21.7404696Z [2494/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2025-01-24T00:56:21.8203828Z [2495/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:56:21.8271661Z [2496/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:56:21.8285812Z [2497/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:56:21.8344767Z [2498/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:56:21.8357687Z [2499/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:56:21.8451719Z [2500/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u2.c.obj 2025-01-24T00:56:21.8466183Z [2501/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:56:21.9340738Z [2502/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u3.c.obj 2025-01-24T00:56:21.9392359Z [2503/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c4-gemm-goi-scalar.c.obj 2025-01-24T00:56:21.9406757Z [2504/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-gio-scalar.c.obj 2025-01-24T00:56:21.9519374Z [2505/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-scalar.c.obj 2025-01-24T00:56:21.9531411Z [2506/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c4-gemm-gio-scalar.c.obj 2025-01-24T00:56:21.9544857Z [2507/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c4-gemm-goi-scalar.c.obj 2025-01-24T00:56:21.9600977Z [2508/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c4-gemm-gio-scalar.c.obj 2025-01-24T00:56:22.0520477Z [2509/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x32c4-gemm-goi-scalar.c.obj 2025-01-24T00:56:22.0534644Z [2510/7518] 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-01-24T00:56:22.0545771Z [2511/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x32c4-gemm-gio-scalar.c.obj 2025-01-24T00:56:22.0600367Z [2512/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-gio-scalar.c.obj 2025-01-24T00:56:22.0611651Z [2513/7518] 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-01-24T00:56:22.0660637Z [2514/7518] 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-01-24T00:56:22.0722692Z [2515/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x64c4-gemm-gio-scalar.c.obj 2025-01-24T00:56:22.1755348Z [2516/7518] 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-01-24T00:56:22.1863594Z [2517/7518] 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-01-24T00:56:22.1919010Z [2518/7518] 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-01-24T00:56:22.1966344Z [2519/7518] 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-01-24T00:56:22.1978328Z [2520/7518] 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-01-24T00:56:22.2049441Z [2521/7518] 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-01-24T00:56:22.2508577Z [2522/7518] 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-01-24T00:56:22.2868794Z [2523/7518] 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-01-24T00:56:22.3170516Z [2524/7518] 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-01-24T00:56:22.3236904Z [2525/7518] 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-01-24T00:56:22.3296995Z [2526/7518] 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-01-24T00:56:22.3313775Z [2527/7518] 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-01-24T00:56:22.3373219Z [2528/7518] 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-01-24T00:56:22.3716228Z [2529/7518] 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-01-24T00:56:22.4032833Z [2530/7518] 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-01-24T00:56:22.4491730Z [2531/7518] 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-01-24T00:56:22.4543898Z [2532/7518] 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-01-24T00:56:22.4557458Z [2533/7518] 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-01-24T00:56:22.4612913Z [2534/7518] 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-01-24T00:56:22.4674884Z [2535/7518] 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-01-24T00:56:22.4908409Z [2536/7518] 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-01-24T00:56:22.5251215Z [2537/7518] 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-01-24T00:56:22.5723133Z [2538/7518] 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-01-24T00:56:22.5737412Z [2539/7518] 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-01-24T00:56:22.5806406Z [2540/7518] 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-01-24T00:56:22.5857853Z [2541/7518] 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-01-24T00:56:22.6073215Z [2542/7518] 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-01-24T00:56:22.6132228Z [2543/7518] 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-01-24T00:56:22.6415952Z [2544/7518] 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-01-24T00:56:22.6876372Z [2545/7518] 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-01-24T00:56:22.6963557Z [2546/7518] 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-01-24T00:56:22.7020062Z [2547/7518] 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-01-24T00:56:22.7184966Z [2548/7518] 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-01-24T00:56:22.7336069Z [2549/7518] 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-01-24T00:56:22.7358341Z [2550/7518] 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-01-24T00:56:22.7658656Z [2551/7518] 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-01-24T00:56:22.8088338Z [2552/7518] 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-01-24T00:56:22.8168983Z [2553/7518] 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-01-24T00:56:22.8501936Z [2554/7518] 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-01-24T00:56:22.8515642Z [2555/7518] 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-01-24T00:56:22.8672262Z [2556/7518] 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-01-24T00:56:22.8720673Z [2557/7518] 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-01-24T00:56:22.8954264Z [2558/7518] 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-01-24T00:56:22.9348242Z [2559/7518] 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-01-24T00:56:22.9465420Z [2560/7518] 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-01-24T00:56:22.9895188Z [2561/7518] 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-01-24T00:56:22.9949293Z [2562/7518] 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-01-24T00:56:23.0061436Z [2563/7518] 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-01-24T00:56:23.0142425Z [2564/7518] 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-01-24T00:56:23.0233186Z [2565/7518] 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-01-24T00:56:23.0645667Z [2566/7518] 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-01-24T00:56:23.0780449Z [2567/7518] 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-01-24T00:56:23.1203230Z [2568/7518] 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-01-24T00:56:23.1250710Z [2569/7518] 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-01-24T00:56:23.1430540Z [2570/7518] 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-01-24T00:56:23.1501654Z [2571/7518] 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-01-24T00:56:23.1658405Z [2572/7518] 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-01-24T00:56:23.2088151Z [2573/7518] 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-01-24T00:56:23.2185951Z [2574/7518] 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-01-24T00:56:23.2545472Z [2575/7518] 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-01-24T00:56:23.2789167Z [2576/7518] 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-01-24T00:56:23.2842613Z [2577/7518] 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-01-24T00:56:23.3016818Z [2578/7518] 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-01-24T00:56:23.3031445Z [2579/7518] 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-01-24T00:56:23.3413952Z [2580/7518] 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-01-24T00:56:23.3507632Z [2581/7518] 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-01-24T00:56:23.3537580Z [2582/7518] 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-01-24T00:56:23.3777550Z [2583/7518] 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-01-24T00:56:23.4155420Z [2584/7518] 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-01-24T00:56:23.4220281Z [2585/7518] 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-01-24T00:56:23.4358301Z [2586/7518] 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-01-24T00:56:23.4450920Z [2587/7518] 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-01-24T00:56:23.4752528Z [2588/7518] 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-01-24T00:56:23.4892952Z [2589/7518] 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-01-24T00:56:23.7255799Z [2590/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\AccumulateType.cpp.obj 2025-01-24T00:56:23.8431397Z [2591/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Dispatch.cpp.obj 2025-01-24T00:56:23.9624173Z [2592/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DeviceAccelerator.cpp.obj 2025-01-24T00:56:23.9746426Z [2593/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Context.cpp.obj 2025-01-24T00:56:24.0872786Z [2594/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CPUGeneratorImpl.cpp.obj 2025-01-24T00:56:24.1396321Z [2595/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FuncTorchTLS.cpp.obj 2025-01-24T00:56:24.3040325Z [2596/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ConjugateFallback.cpp.obj 2025-01-24T00:56:24.3129292Z [2597/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\EmptyTensor.cpp.obj 2025-01-24T00:56:24.5876668Z [2598/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DynamicLibrary.cpp.obj 2025-01-24T00:56:24.7720389Z [2599/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ExpandUtils.cpp.obj 2025-01-24T00:56:24.9938848Z [2600/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalStorageImpl.cpp.obj 2025-01-24T00:56:25.1373273Z [2601/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalTensorWrapper.cpp.obj 2025-01-24T00:56:25.2161946Z [2602/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalizeFallbackKernel.cpp.obj 2025-01-24T00:56:25.4379430Z [2603/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapMode.cpp.obj 2025-01-24T00:56:25.6249386Z [2604/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedTensorImpl.cpp.obj 2025-01-24T00:56:26.0423879Z [2605/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MapAllocator.cpp.obj 2025-01-24T00:56:26.0740620Z [2606/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MemoryOverlap.cpp.obj 2025-01-24T00:56:26.3618185Z [2607/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CachedTensorUtils.cpp.obj 2025-01-24T00:56:26.4576364Z [2608/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DLConvertor.cpp.obj 2025-01-24T00:56:26.5165083Z [2609/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelNative.cpp.obj 2025-01-24T00:56:26.8705831Z [2610/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NamedTensorUtils.cpp.obj 2025-01-24T00:56:27.0210184Z [2611/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalInverses.cpp.obj 2025-01-24T00:56:27.3423298Z [2612/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelCommon.cpp.obj 2025-01-24T00:56:27.4583111Z [2613/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\PythonTorchFunctionTLS.cpp.obj 2025-01-24T00:56:27.5545157Z [2614/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedFallback.cpp.obj 2025-01-24T00:56:27.5688004Z [2615/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelOpenMP.cpp.obj 2025-01-24T00:56:27.6371503Z [2616/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SequenceNumber.cpp.obj 2025-01-24T00:56:27.6537043Z [2617/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelThreadPoolNative.cpp.obj 2025-01-24T00:56:27.6741224Z [2618/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SavedTensorHooks.cpp.obj 2025-01-24T00:56:28.1346312Z [2619/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapTransforms.cpp.obj 2025-01-24T00:56:28.1565274Z [2620/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorGeometry.cpp.obj 2025-01-24T00:56:28.2171009Z [2621/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchingRegistrations.cpp.obj 2025-01-24T00:56:28.2828312Z [2622/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ScalarOps.cpp.obj 2025-01-24T00:56:28.6184677Z [2623/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorMeta.cpp.obj 2025-01-24T00:56:28.9513448Z [2624/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NestedTensorImpl.cpp.obj 2025-01-24T00:56:28.9979895Z [2625/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIterator.cpp.obj 2025-01-24T00:56:29.0378236Z [2626/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIndexing.cpp.obj 2025-01-24T00:56:29.0772711Z [2627/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorNames.cpp.obj 2025-01-24T00:56:29.4473651Z [2628/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalPythonObjects.cpp.obj 2025-01-24T00:56:29.5110748Z [2629/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\StorageUtils.cpp.obj 2025-01-24T00:56:29.9456246Z [2630/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Version.cpp.obj 2025-01-24T00:56:30.2643102Z [2631/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\VmapModeRegistrations.cpp.obj 2025-01-24T00:56:30.3641735Z [2632/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\FlushDenormal.cpp.obj 2025-01-24T00:56:30.4759965Z [2633/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\Utils.cpp.obj 2025-01-24T00:56:30.5373607Z [2634/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseCsrTensorImpl.cpp.obj 2025-01-24T00:56:30.5879895Z [2635/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseTensorImpl.cpp.obj 2025-01-24T00:56:30.8012275Z [2636/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CPUGuardImpl.cpp.obj 2025-01-24T00:56:30.8833799Z [2637/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Utils.cpp.obj 2025-01-24T00:56:30.9683259Z [2638/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CUDAHooksInterface.cpp.obj 2025-01-24T00:56:31.0392548Z [2639/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HIPHooksInterface.cpp.obj 2025-01-24T00:56:31.2251656Z [2640/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HPUHooksInterface.cpp.obj 2025-01-24T00:56:31.3132602Z [2641/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\IPUHooksInterface.cpp.obj 2025-01-24T00:56:31.4414640Z [2642/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MAIAHooksInterface.cpp.obj 2025-01-24T00:56:31.4766149Z [2643/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MPSHooksInterface.cpp.obj 2025-01-24T00:56:31.6332039Z [2644/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MetaGuardImpl.cpp.obj 2025-01-24T00:56:31.6464635Z [2645/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MTIAHooksInterface.cpp.obj 2025-01-24T00:56:31.7032799Z [2646/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorUtils.cpp.obj 2025-01-24T00:56:31.8681197Z [2647/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\PrivateUse1HooksInterface.cpp.obj 2025-01-24T00:56:31.9160245Z [2648/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalState.cpp.obj 2025-01-24T00:56:31.9244963Z [2649/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\XPUHooksInterface.cpp.obj 2025-01-24T00:56:32.5434604Z [2650/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\ADInterpreters.cpp.obj 2025-01-24T00:56:32.6120580Z [2651/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ZeroTensorFallback.cpp.obj 2025-01-24T00:56:32.9927007Z [2652/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\autocast_mode.cpp.obj 2025-01-24T00:56:34.7728915Z [2653/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesBinaryOps.cpp.obj 2025-01-24T00:56:34.8426595Z [2654/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesActivation.cpp.obj 2025-01-24T00:56:34.9270352Z [2655/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDecompositions.cpp.obj 2025-01-24T00:56:34.9672690Z [2656/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesConvolution.cpp.obj 2025-01-24T00:56:35.0389175Z [2657/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDynamic.cpp.obj 2025-01-24T00:56:35.6809182Z [2658/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesFactory.cpp.obj 2025-01-24T00:56:35.7133453Z [2659/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesHelper.cpp.obj 2025-01-24T00:56:36.1174196Z [2660/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesIndexing.cpp.obj 2025-01-24T00:56:37.8493873Z [2661/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLoss.cpp.obj 2025-01-24T00:56:37.9075846Z [2662/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLinearAlgebra.cpp.obj 2025-01-24T00:56:37.9800738Z [2663/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesModules.cpp.obj 2025-01-24T00:56:38.0525730Z [2664/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesNorm.cpp.obj 2025-01-24T00:56:38.1346606Z [2665/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesPooling.cpp.obj 2025-01-24T00:56:38.7766873Z [2666/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesRandomness.cpp.obj 2025-01-24T00:56:39.2743180Z [2667/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedTensorImpl.cpp.obj 2025-01-24T00:56:39.3271652Z [2668/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesReduceOps.cpp.obj 2025-01-24T00:56:39.3812303Z [2669/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesScatterOps.cpp.obj 2025-01-24T00:56:40.0251844Z [2670/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\FunctionalizeInterpreter.cpp.obj 2025-01-24T00:56:40.0795106Z [2671/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\Interpreter.cpp.obj 2025-01-24T00:56:40.8348943Z [2672/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesUnaryOps.cpp.obj 2025-01-24T00:56:40.8535662Z [2673/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PlumbingHelper.cpp.obj 2025-01-24T00:56:40.8843735Z [2674/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesViews.cpp.obj 2025-01-24T00:56:40.9347023Z [2675/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedFallback.cpp.obj 2025-01-24T00:56:41.0996687Z [2676/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\DynamicLayer.cpp.obj 2025-01-24T00:56:41.1784129Z [2677/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenGeneral.cpp.obj 2025-01-24T00:56:41.6687650Z [2678/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\TensorWrapper.cpp.obj 2025-01-24T00:56:41.6863746Z [2679/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapInterpreter.cpp.obj 2025-01-24T00:56:41.7427753Z [2680/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\record_function.cpp.obj 2025-01-24T00:56:41.9701398Z [2681/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\BackendSelectFallbackKernel.cpp.obj 2025-01-24T00:56:42.1470820Z [2682/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypePropertiesRegistry.cpp.obj 2025-01-24T00:56:42.2743850Z [2683/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dimname.cpp.obj 2025-01-24T00:56:42.3464432Z [2684/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyVmapTransforms.cpp.obj 2025-01-24T00:56:42.3989861Z [2685/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypeProperties.cpp.obj 2025-01-24T00:56:42.4239874Z [2686/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyBatchingRegistrations.cpp.obj 2025-01-24T00:56:42.4938641Z [2687/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dict.cpp.obj 2025-01-24T00:56:42.8236808Z [2688/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\GeneratorForPrivateuseone.cpp.obj 2025-01-24T00:56:42.8440269Z [2689/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Formatting.cpp.obj 2025-01-24T00:56:42.9971291Z [2690/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Generator.cpp.obj 2025-01-24T00:56:43.1191730Z [2691/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PyTorchOperatorHacks.cpp.obj 2025-01-24T00:56:43.1578037Z [2692/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NestedIntSymNodeImpl.cpp.obj 2025-01-24T00:56:43.2502313Z [2693/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\List.cpp.obj 2025-01-24T00:56:43.2532351Z [2694/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\MetaFallbackKernel.cpp.obj 2025-01-24T00:56:43.2615661Z [2695/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedTensor.cpp.obj 2025-01-24T00:56:43.3163683Z [2696/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedRegistrations.cpp.obj 2025-01-24T00:56:43.3792414Z [2697/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Range.cpp.obj 2025-01-24T00:56:43.6921471Z [2698/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Vitals.cpp.obj 2025-01-24T00:56:43.8103255Z [2699/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonFallbackKernel.cpp.obj 2025-01-24T00:56:43.9106600Z [2700/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonOpRegistrationTrampoline.cpp.obj 2025-01-24T00:56:43.9361376Z [2701/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapModeRegistrations.cpp.obj 2025-01-24T00:56:44.0471132Z [2702/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableHooksInterface.cpp.obj 2025-01-24T00:56:44.0912979Z [2703/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TorchDispatchUtils.cpp.obj 2025-01-24T00:56:44.1020042Z [2704/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Tensor.cpp.obj 2025-01-24T00:56:44.1251690Z [2705/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableFallbackKernel.cpp.obj 2025-01-24T00:56:44.2069465Z [2706/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\blob.cpp.obj 2025-01-24T00:56:44.4401374Z [2707/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\adaption.cpp.obj 2025-01-24T00:56:44.4491799Z [2708/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\ObservedOperators.cpp.obj 2025-01-24T00:56:44.7286788Z [2709/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\boxing\KernelFunction.cpp.obj 2025-01-24T00:56:44.7506089Z [2710/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\class_type.cpp.obj 2025-01-24T00:56:44.8882195Z [2711/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\custom_class.cpp.obj 2025-01-24T00:56:44.9004396Z [2712/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\DispatchKeyExtractor.cpp.obj 2025-01-24T00:56:44.9278428Z [2713/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\Dispatcher.cpp.obj 2025-01-24T00:56:45.0356023Z [2714/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\OperatorEntry.cpp.obj 2025-01-24T00:56:45.0983379Z [2715/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\interned_strings.cpp.obj 2025-01-24T00:56:45.2175299Z [2716/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dynamic_type.cpp.obj 2025-01-24T00:56:45.2309846Z [2717/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\function_schema.cpp.obj 2025-01-24T00:56:45.3522546Z [2718/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\operator_name.cpp.obj 2025-01-24T00:56:45.4421174Z [2719/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\register_symbols.cpp.obj 2025-01-24T00:56:45.5679339Z [2720/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ivalue.cpp.obj 2025-01-24T00:56:45.7457350Z [2721/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\library.cpp.obj 2025-01-24T00:56:45.7539462Z [2722/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\infer_schema.cpp.obj 2025-01-24T00:56:45.7907837Z [2723/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\op_registration.cpp.obj 2025-01-24T00:56:45.8998712Z [2724/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\error_report.cpp.obj 2025-01-24T00:56:46.0092083Z [2725/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\tensor_type.cpp.obj 2025-01-24T00:56:46.0329613Z [2726/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type.cpp.obj 2025-01-24T00:56:46.0541641Z [2727/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\lexer.cpp.obj 2025-01-24T00:56:46.0621550Z [2728/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type_factory.cpp.obj 2025-01-24T00:56:46.1812270Z [2729/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\strtod.cpp.obj 2025-01-24T00:56:46.2370711Z [2730/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\union_type.cpp.obj 2025-01-24T00:56:46.5489899Z [2731/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\function_schema_parser.cpp.obj 2025-01-24T00:56:46.7097535Z [2732/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_type_parser.cpp.obj 2025-01-24T00:56:46.8159953Z [2733/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\source_range.cpp.obj 2025-01-24T00:56:46.8890092Z [2734/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling2d.cpp.obj 2025-01-24T00:56:46.9018451Z [2735/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling3d.cpp.obj 2025-01-24T00:56:46.9257273Z [2736/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling.cpp.obj 2025-01-24T00:56:46.9433470Z [2737/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling3d.cpp.obj 2025-01-24T00:56:46.9831403Z [2738/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Activation.cpp.obj 2025-01-24T00:56:47.3396565Z [2739/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AffineGridGenerator.cpp.obj 2025-01-24T00:56:47.5211344Z [2740/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AmpKernels.cpp.obj 2025-01-24T00:56:47.6143470Z [2741/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AutogradComposite.cpp.obj 2025-01-24T00:56:47.7140111Z [2742/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool2d.cpp.obj 2025-01-24T00:56:47.7303105Z [2743/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool3d.cpp.obj 2025-01-24T00:56:47.8423603Z [2744/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebra.cpp.obj 2025-01-24T00:56:47.8882634Z [2745/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebraKernel.cpp.obj 2025-01-24T00:56:47.9288548Z [2746/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BinaryOps.cpp.obj 2025-01-24T00:56:48.0555090Z [2747/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BlasKernel.cpp.obj 2025-01-24T00:56:48.2024624Z [2748/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Blas.cpp.obj 2025-01-24T00:56:48.4505653Z [2749/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Bucketization.cpp.obj 2025-01-24T00:56:48.6325246Z [2750/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUFallback.cpp.obj 2025-01-24T00:56:48.6465090Z [2751/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ComparisonUtils.cpp.obj 2025-01-24T00:56:48.6624894Z [2752/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ChanelShuffle.cpp.obj 2025-01-24T00:56:48.7609180Z [2753/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Col2Im.cpp.obj 2025-01-24T00:56:48.8514986Z [2754/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUBlas.cpp.obj 2025-01-24T00:56:48.8680311Z [2755/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Constraints.cpp.obj 2025-01-24T00:56:49.1883936Z [2756/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Convolution.cpp.obj 2025-01-24T00:56:49.3013301Z [2757/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM2d.cpp.obj 2025-01-24T00:56:49.4879891Z [2758/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionTBC.cpp.obj 2025-01-24T00:56:49.5072342Z [2759/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM3d.cpp.obj 2025-01-24T00:56:49.5365072Z [2760/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Correlation.cpp.obj 2025-01-24T00:56:49.5486936Z [2761/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Copy.cpp.obj 2025-01-24T00:56:49.5936292Z [2762/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DispatchStub.cpp.obj 2025-01-24T00:56:49.6597326Z [2763/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Cross.cpp.obj 2025-01-24T00:56:49.6672747Z [2764/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool2d.cpp.obj 2025-01-24T00:56:49.9809980Z [2765/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool3d.cpp.obj 2025-01-24T00:56:50.3327360Z [2766/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Dropout.cpp.obj 2025-01-24T00:56:50.3479602Z [2767/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Embedding.cpp.obj 2025-01-24T00:56:50.3787624Z [2768/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distance.cpp.obj 2025-01-24T00:56:50.4146918Z [2769/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distributions.cpp.obj 2025-01-24T00:56:50.4749615Z [2770/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Fill.cpp.obj 2025-01-24T00:56:50.4960175Z [2771/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\EmbeddingBag.cpp.obj 2025-01-24T00:56:50.5123038Z [2772/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ForeachOpsKernels.cpp.obj 2025-01-24T00:56:50.7419623Z [2773/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool2d.cpp.obj 2025-01-24T00:56:51.1335508Z [2774/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool3d.cpp.obj 2025-01-24T00:56:51.1707731Z [2775/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FunctionOfAMatrixUtils.cpp.obj 2025-01-24T00:56:51.2031186Z [2776/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdagrad.cpp.obj 2025-01-24T00:56:51.2330410Z [2777/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdam.cpp.obj 2025-01-24T00:56:51.3021709Z [2778/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedSGD.cpp.obj 2025-01-24T00:56:51.3198632Z [2779/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GatedLinearUnit.cpp.obj 2025-01-24T00:56:51.4197844Z [2780/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GridSampler.cpp.obj 2025-01-24T00:56:51.5978379Z [2781/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Histogram.cpp.obj 2025-01-24T00:56:52.0095922Z [2782/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Integration.cpp.obj 2025-01-24T00:56:52.0256407Z [2783/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Im2Col.cpp.obj 2025-01-24T00:56:52.0440844Z [2784/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Itertools.cpp.obj 2025-01-24T00:56:52.0467923Z [2785/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Lerp.cpp.obj 2025-01-24T00:56:52.0546956Z [2786/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\IndexingUtils.cpp.obj 2025-01-24T00:56:52.1151707Z [2787/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LegacyBatching.cpp.obj 2025-01-24T00:56:52.2631898Z [2788/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Linear.cpp.obj 2025-01-24T00:56:52.6170445Z [2789/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LinearAlgebra.cpp.obj 2025-01-24T00:56:52.8575082Z [2790/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossCTC.cpp.obj 2025-01-24T00:56:52.9195833Z [2791/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiMargin.cpp.obj 2025-01-24T00:56:52.9394897Z [2792/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Loss.cpp.obj 2025-01-24T00:56:52.9577988Z [2793/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiLabelMargin.cpp.obj 2025-01-24T00:56:52.9803773Z [2794/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL2d.cpp.obj 2025-01-24T00:56:52.9874956Z [2795/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL.cpp.obj 2025-01-24T00:56:53.1604420Z [2796/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxPooling.cpp.obj 2025-01-24T00:56:53.4182031Z [2797/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxUnpooling.cpp.obj 2025-01-24T00:56:53.6216402Z [2798/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MetaTensor.cpp.obj 2025-01-24T00:56:53.6867078Z [2799/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Memory.cpp.obj 2025-01-24T00:56:53.7557499Z [2800/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NNPACK.cpp.obj 2025-01-24T00:56:53.8121117Z [2801/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose3d.cpp.obj 2025-01-24T00:56:53.8342165Z [2802/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose2d.cpp.obj 2025-01-24T00:56:53.8659710Z [2803/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveDilatedConvolution.cpp.obj 2025-01-24T00:56:54.0074617Z [2804/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NamedTensor.cpp.obj 2025-01-24T00:56:54.2963246Z [2805/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NegateFallback.cpp.obj 2025-01-24T00:56:54.5019717Z [2806/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Onehot.cpp.obj 2025-01-24T00:56:54.5183985Z [2807/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Normalization.cpp.obj 2025-01-24T00:56:54.5392303Z [2808/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PackedSequence.cpp.obj 2025-01-24T00:56:54.5596348Z [2809/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PointwiseOps.cpp.obj 2025-01-24T00:56:54.6901758Z [2810/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PixelShuffle.cpp.obj 2025-01-24T00:56:54.6931991Z [2811/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PadNd.cpp.obj 2025-01-24T00:56:54.8374362Z [2812/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pooling.cpp.obj 2025-01-24T00:56:55.3422701Z [2813/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pow.cpp.obj 2025-01-24T00:56:55.3594856Z [2814/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceAllOps.cpp.obj 2025-01-24T00:56:55.3856721Z [2815/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RangeFactories.cpp.obj 2025-01-24T00:56:55.4011194Z [2816/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\QuantizedLinear.cpp.obj 2025-01-24T00:56:55.5252047Z [2817/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReflectionPad.cpp.obj 2025-01-24T00:56:55.5730402Z [2818/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceOps.cpp.obj 2025-01-24T00:56:55.5987966Z [2819/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RNN.cpp.obj 2025-01-24T00:56:55.7010945Z [2820/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Repeat.cpp.obj 2025-01-24T00:56:56.1656746Z [2821/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Resize.cpp.obj 2025-01-24T00:56:56.1812845Z [2822/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReplicationPadding.cpp.obj 2025-01-24T00:56:56.2117098Z [2823/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RowwisePrune.cpp.obj 2025-01-24T00:56:56.2267525Z [2824/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Scalar.cpp.obj 2025-01-24T00:56:56.3173449Z [2825/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SegmentReduce.cpp.obj 2025-01-24T00:56:56.3838896Z [2826/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOps.cpp.obj 2025-01-24T00:56:56.5850647Z [2827/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SoftMax.cpp.obj 2025-01-24T00:56:56.6438370Z [2828/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOpsUtils.cpp.obj 2025-01-24T00:56:57.0403573Z [2829/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SummaryOps.cpp.obj 2025-01-24T00:56:57.0946814Z [2830/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SpectralOps.cpp.obj 2025-01-24T00:56:57.1665305Z [2831/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Sorting.cpp.obj 2025-01-24T00:56:57.2557510Z [2832/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorCompare.cpp.obj 2025-01-24T00:56:57.5494686Z [2833/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorFactories.cpp.obj 2025-01-24T00:56:57.8697750Z [2834/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorIteratorReduce.cpp.obj 2025-01-24T00:56:57.8919288Z [2835/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorProperties.cpp.obj 2025-01-24T00:56:58.0954539Z [2836/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorTransformations.cpp.obj 2025-01-24T00:56:58.1447605Z [2837/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorShape.cpp.obj 2025-01-24T00:56:58.3514621Z [2838/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TestOps.cpp.obj 2025-01-24T00:56:58.4876554Z [2839/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold2d.cpp.obj 2025-01-24T00:56:58.7101144Z [2840/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TriangularOps.cpp.obj 2025-01-24T00:56:58.7380558Z [2841/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TypeProperties.cpp.obj 2025-01-24T00:56:59.0341350Z [2842/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnaryOps.cpp.obj 2025-01-24T00:56:59.0924008Z [2843/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SparseTensorUtils.cpp.obj 2025-01-24T00:56:59.2937721Z [2844/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold3d.cpp.obj 2025-01-24T00:56:59.3298998Z [2845/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnfoldBackward.cpp.obj 2025-01-24T00:56:59.3736048Z [2846/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorAdvancedIndexing.cpp.obj 2025-01-24T00:56:59.4826305Z [2847/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSample.cpp.obj 2025-01-24T00:56:59.5816804Z [2848/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unique.cpp.obj 2025-01-24T00:56:59.6137252Z [2849/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorConversions.cpp.obj 2025-01-24T00:56:59.9406066Z [2850/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBicubic2d.cpp.obj 2025-01-24T00:57:00.0002418Z [2851/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBilinear2d.cpp.obj 2025-01-24T00:57:00.1726858Z [2852/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest1d.cpp.obj 2025-01-24T00:57:00.1971919Z [2853/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleLinear1d.cpp.obj 2025-01-24T00:57:00.2722205Z [2854/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest2d.cpp.obj 2025-01-24T00:57:00.3352363Z [2855/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest3d.cpp.obj 2025-01-24T00:57:00.4707653Z [2856/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleTrilinear3d.cpp.obj 2025-01-24T00:57:00.4982949Z [2857/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\VariableMethodStubs.cpp.obj 2025-01-24T00:57:00.7559123Z [2858/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\WeightNorm.cpp.obj 2025-01-24T00:57:00.7990717Z [2859/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\group_norm.cpp.obj 2025-01-24T00:57:00.8807613Z [2860/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\prim_native_functions.cpp.obj 2025-01-24T00:57:01.0055187Z [2861/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\layer_norm.cpp.obj 2025-01-24T00:57:01.2733616Z [2862/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\library.cpp.obj 2025-01-24T00:57:01.3322841Z [2863/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.cpp.obj 2025-01-24T00:57:01.3582307Z [2864/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\verbose_wrapper.cpp.obj 2025-01-24T00:57:01.3656581Z [2865/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear.cpp.obj 2025-01-24T00:57:01.6375298Z [2866/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_dynamic.cpp.obj 2025-01-24T00:57:01.7297256Z [2867/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_prepack.cpp.obj 2025-01-24T00:57:02.1482046Z [2868/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ParamUtils.cpp.obj 2025-01-24T00:57:02.1719038Z [2869/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_unpack.cpp.obj 2025-01-24T00:57:02.1859184Z [2870/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\FlattenIndicesKernel.cpp.obj 2025-01-24T00:57:02.2077810Z [2871/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SoftMax.cpp.obj 2025-01-24T00:57:02.5195556Z [2872/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBinaryOpIntersectionKernel.cpp.obj 2025-01-24T00:57:02.5730689Z [2873/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlas.cpp.obj 2025-01-24T00:57:03.0262721Z [2874/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensor.cpp.obj 2025-01-24T00:57:03.0388623Z [2875/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlasImpl.cpp.obj 2025-01-24T00:57:03.0585687Z [2876/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseFactories.cpp.obj 2025-01-24T00:57:03.1372985Z [2877/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensorMath.cpp.obj 2025-01-24T00:57:03.3330167Z [2878/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseMatMul.cpp.obj 2025-01-24T00:57:03.4189880Z [2879/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensor.cpp.obj 2025-01-24T00:57:03.7973242Z [2880/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_deserialize.cpp.obj 2025-01-24T00:57:03.9232077Z [2881/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseUnaryOps.cpp.obj 2025-01-24T00:57:03.9317823Z [2882/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ValidateCompressedIndicesKernel.cpp.obj 2025-01-24T00:57:03.9573291Z [2883/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_serialize.cpp.obj 2025-01-24T00:57:03.9866098Z [2884/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensorMath.cpp.obj 2025-01-24T00:57:06.1449114Z [2885/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorAliases.cpp.obj 2025-01-24T00:57:06.2990096Z [2886/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBinaryOps.cpp.obj 2025-01-24T00:57:06.3684523Z [2887/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBackward.cpp.obj 2025-01-24T00:57:06.6862907Z [2888/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorFactories.cpp.obj 2025-01-24T00:57:06.7466015Z [2889/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizerBase.cpp.obj 2025-01-24T00:57:06.8542079Z [2890/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMath.cpp.obj 2025-01-24T00:57:06.8761373Z [2891/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorTransformerFunctions.cpp.obj 2025-01-24T00:57:06.9259129Z [2892/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUnaryOps.cpp.obj 2025-01-24T00:57:06.9541775Z [2893/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMatmul.cpp.obj 2025-01-24T00:57:07.0144204Z [2894/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUtils.cpp.obj 2025-01-24T00:57:07.1098327Z [2895/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizer.cpp.obj 2025-01-24T00:57:07.9139572Z [2896/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AdaptiveAveragePooling.cpp.obj 2025-01-24T00:57:08.7406800Z [2897/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool2d.cpp.obj 2025-01-24T00:57:09.5444745Z [2898/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool3d.cpp.obj 2025-01-24T00:57:09.6215003Z [2899/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\Copy.cpp.obj 2025-01-24T00:57:09.7335839Z [2900/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerTensorAffine.cpp.obj 2025-01-24T00:57:09.8089211Z [2901/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\QTensor.cpp.obj 2025-01-24T00:57:09.8303517Z [2902/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerChannelAffine.cpp.obj 2025-01-24T00:57:09.8969114Z [2903/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorAdvancedIndexing.cpp.obj 2025-01-24T00:57:09.9097665Z [2904/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorCompare.cpp.obj 2025-01-24T00:57:10.0707630Z [2905/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorFactories.cpp.obj 2025-01-24T00:57:10.4231744Z [2906/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ChannelShuffle.cpp.obj 2025-01-24T00:57:10.4582603Z [2907/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\BinaryOps.cpp.obj 2025-01-24T00:57:10.5527435Z [2908/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\RuyUtils.cpp.obj 2025-01-24T00:57:10.6373428Z [2909/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\IntReprQuant.cpp.obj 2025-01-24T00:57:10.6924827Z [2910/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\MakePerTensorQuantizedTensor.cpp.obj 2025-01-24T00:57:10.7696502Z [2911/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Pooling.cpp.obj 2025-01-24T00:57:10.7887739Z [2912/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Normalization.cpp.obj 2025-01-24T00:57:10.8493237Z [2913/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\LinearUnpackImpl.cpp.obj 2025-01-24T00:57:10.9129643Z [2914/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ReduceOps.cpp.obj 2025-01-24T00:57:11.2922484Z [2915/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Sorting.cpp.obj 2025-01-24T00:57:11.4028529Z [2916/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorOperators.cpp.obj 2025-01-24T00:57:11.4645562Z [2917/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\init_qnnpack.cpp.obj 2025-01-24T00:57:12.0309358Z [2918/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorShape.cpp.obj 2025-01-24T00:57:12.0524458Z [2919/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fused_obs_fake_quant.cpp.obj 2025-01-24T00:57:12.0608302Z [2920/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleBilinear2d.cpp.obj 2025-01-24T00:57:12.0638708Z [2921/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest3d.cpp.obj 2025-01-24T00:57:12.0672279Z [2922/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest2d.cpp.obj 2025-01-24T00:57:12.0790234Z [2923/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fbgemm_utils.cpp.obj 2025-01-24T00:57:12.1426138Z [2924/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qclamp.cpp.obj 2025-01-24T00:57:12.9393360Z [2925/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qelu.cpp.obj 2025-01-24T00:57:13.1413223Z [2926/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv.cpp.obj 2025-01-24T00:57:13.1756967Z [2927/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_prepack.cpp.obj 2025-01-24T00:57:13.1975338Z [2928/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag.cpp.obj 2025-01-24T00:57:13.2212553Z [2929/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_dynamic.cpp.obj 2025-01-24T00:57:13.6518305Z [2930/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\XnnpackUtils.cpp.obj 2025-01-24T00:57:13.9217074Z [2931/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_prepack.cpp.obj 2025-01-24T00:57:13.9677094Z [2932/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qgelu.cpp.obj 2025-01-24T00:57:14.0350984Z [2933/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardsigmoid.cpp.obj 2025-01-24T00:57:14.1037612Z [2934/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardswish.cpp.obj 2025-01-24T00:57:14.1194296Z [2935/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_unpack.cpp.obj 2025-01-24T00:57:14.8276088Z [2936/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear.cpp.obj 2025-01-24T00:57:15.0151721Z [2937/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_prepack.cpp.obj 2025-01-24T00:57:15.0184576Z [2938/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qnormalization.cpp.obj 2025-01-24T00:57:15.0388254Z [2939/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qdropout.cpp.obj 2025-01-24T00:57:15.0616772Z [2940/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_dynamic.cpp.obj 2025-01-24T00:57:15.2467572Z [2941/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmul.cpp.obj 2025-01-24T00:57:15.4339470Z [2942/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_unpack_impl.cpp.obj 2025-01-24T00:57:15.7235703Z [2943/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qrelu.cpp.obj 2025-01-24T00:57:15.8239411Z [2944/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qtanh.cpp.obj 2025-01-24T00:57:15.8991977Z [2945/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qthreshold.cpp.obj 2025-01-24T00:57:15.9242501Z [2946/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsigmoid.cpp.obj 2025-01-24T00:57:15.9640409Z [2947/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\MklAllocationHelper.cpp.obj 2025-01-24T00:57:16.0993985Z [2948/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\library.cpp.obj 2025-01-24T00:57:16.4363226Z [2949/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\LinearAlgebra.cpp.obj 2025-01-24T00:57:16.5539554Z [2950/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qconv_unpack.cpp.obj 2025-01-24T00:57:16.7818027Z [2951/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseBlasImpl.cpp.obj 2025-01-24T00:57:16.9741409Z [2952/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SpectralOps.cpp.obj 2025-01-24T00:57:17.0386933Z [2953/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmatmul.cpp.obj 2025-01-24T00:57:17.0928440Z [2954/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseCsrLinearAlgebra.cpp.obj 2025-01-24T00:57:17.4589671Z [2955/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\BinaryOps.cpp.obj 2025-01-24T00:57:17.5676025Z [2956/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Conv.cpp.obj 2025-01-24T00:57:17.7444174Z [2957/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\IDeepRegistration.cpp.obj 2025-01-24T00:57:17.7884576Z [2958/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Copy.cpp.obj 2025-01-24T00:57:17.9804239Z [2959/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Gelu.cpp.obj 2025-01-24T00:57:18.0172790Z [2960/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsoftmax.cpp.obj 2025-01-24T00:57:18.5582936Z [2961/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNCommon.cpp.obj 2025-01-24T00:57:18.6860120Z [2962/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Linear.cpp.obj 2025-01-24T00:57:18.7700490Z [2963/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Matmul.cpp.obj 2025-01-24T00:57:18.8382577Z [2964/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MkldnnTensorMath.cpp.obj 2025-01-24T00:57:18.9025933Z [2965/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qlinear_unpack.cpp.obj 2025-01-24T00:57:18.9633740Z [2966/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Normalization.cpp.obj 2025-01-24T00:57:19.0147020Z [2967/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNConversions.cpp.obj 2025-01-24T00:57:19.6387796Z [2968/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Pooling.cpp.obj 2025-01-24T00:57:19.8531064Z [2969/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\SoftMax.cpp.obj 2025-01-24T00:57:19.8702945Z [2970/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Relu.cpp.obj 2025-01-24T00:57:19.8872022Z [2971/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\ConvPrepack.cpp.obj 2025-01-24T00:57:20.4891537Z [2972/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorFactories.cpp.obj 2025-01-24T00:57:20.8158764Z [2973/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorShape.cpp.obj 2025-01-24T00:57:20.8340312Z [2974/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\UnaryOps.cpp.obj 2025-01-24T00:57:20.8380937Z [2975/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Utils.cpp.obj 2025-01-24T00:57:21.3856270Z [2976/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\attention.cpp.obj 2025-01-24T00:57:21.5659071Z [2977/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\OpContext.cpp.obj 2025-01-24T00:57:21.5832496Z [2978/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\sdp_utils_cpp.cpp.obj 2025-01-24T00:57:21.6214527Z [2979/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\utils\Factory.cpp.obj 2025-01-24T00:57:21.6947789Z [2980/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\transformer.cpp.obj 2025-01-24T00:57:21.8276270Z [2981/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Prelu.cpp.obj 2025-01-24T00:57:21.9075028Z [2982/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RNN.cpp.obj 2025-01-24T00:57:22.0264618Z [2983/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Init.cpp.obj 2025-01-24T00:57:22.1110202Z [2984/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RegisterMkldnnOpContextClass.cpp.obj 2025-01-24T00:57:22.1929720Z [2985/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Activation.cpp.obj 2025-01-24T00:57:22.2929899Z [2986/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\AveragePooling.cpp.obj 2025-01-24T00:57:22.2997103Z [2987/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\ChannelShuffle.cpp.obj 2025-01-24T00:57:22.3322395Z [2988/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Shim.cpp.obj 2025-01-24T00:57:22.3757487Z [2989/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Convolution.cpp.obj 2025-01-24T00:57:22.6004285Z [2990/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Linear.cpp.obj 2025-01-24T00:57:22.6465395Z [2991/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\MaxPooling.cpp.obj 2025-01-24T00:57:22.8761229Z [2992/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\OpContext.cpp.obj 2025-01-24T00:57:23.0466858Z [2993/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\RegisterOpContextClass.cpp.obj 2025-01-24T00:57:23.5000141Z [2994/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_0.cpp.obj 2025-01-24T00:57:23.5151044Z [2995/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_1.cpp.obj 2025-01-24T00:57:23.7483933Z [2996/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_3.cpp.obj 2025-01-24T00:57:23.7877951Z [2997/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_2.cpp.obj 2025-01-24T00:57:23.8975843Z [2998/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterBackendSelect.cpp.obj 2025-01-24T00:57:24.0750998Z [2999/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_4.cpp.obj 2025-01-24T00:57:24.1609156Z [3000/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Functions.cpp.obj 2025-01-24T00:57:24.1838899Z [3001/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CompositeViewCopyKernels.cpp.obj 2025-01-24T00:57:25.0009913Z [3002/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_0.cpp.obj 2025-01-24T00:57:25.0392914Z [3003/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_1.cpp.obj 2025-01-24T00:57:25.0794133Z [3004/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutogradNestedTensor_0.cpp.obj 2025-01-24T00:57:25.2986198Z [3005/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_3.cpp.obj 2025-01-24T00:57:25.4969250Z [3006/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_2.cpp.obj 2025-01-24T00:57:25.5970177Z [3007/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutograd_0.cpp.obj 2025-01-24T00:57:25.6280306Z [3008/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutogradNonFunctional_0.cpp.obj 2025-01-24T00:57:25.9398302Z [3009/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutograd_0.cpp.obj 2025-01-24T00:57:26.2265395Z [3010/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_0.cpp.obj 2025-01-24T00:57:26.3719567Z [3011/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_1.cpp.obj 2025-01-24T00:57:26.4369710Z [3012/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_2.cpp.obj 2025-01-24T00:57:26.4656889Z [3013/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMkldnnCPU_0.cpp.obj 2025-01-24T00:57:26.5735416Z [3014/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorCPU_0.cpp.obj 2025-01-24T00:57:26.8167647Z [3015/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorMeta_0.cpp.obj 2025-01-24T00:57:26.8228972Z [3016/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_3.cpp.obj 2025-01-24T00:57:26.9658894Z [3017/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMeta_0.cpp.obj 2025-01-24T00:57:27.1485889Z [3018/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorXPU_0.cpp.obj 2025-01-24T00:57:27.3049021Z [3019/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedMeta_0.cpp.obj 2025-01-24T00:57:27.3333796Z [3020/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSchema.cpp.obj 2025-01-24T00:57:27.3433609Z [3021/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedCPU_0.cpp.obj 2025-01-24T00:57:27.5158995Z [3022/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCPU_0.cpp.obj 2025-01-24T00:57:27.6817428Z [3023/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenOpList.cpp.obj 2025-01-24T00:57:27.7808959Z [3024/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPU_add.cpp.obj 2025-01-24T00:57:27.7880635Z [3025/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrMeta_0.cpp.obj 2025-01-24T00:57:27.7976488Z [3026/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrCPU_0.cpp.obj 2025-01-24T00:57:27.8479207Z [3027/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseMeta_0.cpp.obj 2025-01-24T00:57:28.0497433Z [3028/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseXPU_0.cpp.obj 2025-01-24T00:57:28.1407691Z [3029/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_model_loader.cpp.obj 2025-01-24T00:57:28.2244896Z [3030/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterZeroTensor_0.cpp.obj 2025-01-24T00:57:28.2324895Z [3031/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TensorMethods.cpp.obj 2025-01-24T00:57:28.4069901Z [3032/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_wrapper.cpp.obj 2025-01-24T00:57:28.4259011Z [3033/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\QTensorImpl.cpp.obj 2025-01-24T00:57:28.6721292Z [3034/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:28.7115911Z [3035/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:28.9685624Z [3036/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:28.9868041Z [3037/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:29.1643010Z [3038/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:29.4804750Z [3039/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:29.5944218Z [3040/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:29.8480670Z [3041/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:29.8719143Z [3042/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:29.9560118Z [3043/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:30.0195401Z [3044/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:30.0766661Z [3045/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:30.5403951Z [3046/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:30.6207561Z [3047/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:30.7494426Z [3048/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\Quantizer.cpp.obj 2025-01-24T00:57:30.7827807Z [3049/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_bind.cpp.obj 2025-01-24T00:57:30.8022835Z [3050/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:30.8215665Z [3051/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:30.8622643Z [3052/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_register.cpp.obj 2025-01-24T00:57:30.9668572Z [3053/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:31.1360865Z [3054/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:31.3355536Z [3055/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:31.3860305Z [3056/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:31.4173132Z [3057/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:31.5122081Z [3058/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:31.6085559Z [3059/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:31.6758780Z [3060/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:31.8345173Z [3061/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:31.8567645Z [3062/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:31.9246398Z [3063/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:31.9737599Z [3064/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:32.1239899Z [3065/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:32.1877618Z [3066/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:32.3527731Z [3067/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:32.4006812Z [3068/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:32.4210693Z [3069/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:32.4275524Z [3070/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:32.7305391Z [3071/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:32.7657151Z [3072/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:32.9387934Z [3073/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:32.9494553Z [3074/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:33.0495195Z [3075/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:33.1437356Z [3076/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:33.2241905Z [3077/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:33.2742648Z [3078/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:33.2863967Z [3079/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:33.4966940Z [3080/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:33.5846432Z [3081/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:33.6964268Z [3082/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:33.7129104Z [3083/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:33.7930070Z [3084/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:33.8257306Z [3085/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:33.9210774Z [3086/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:34.1983315Z [3087/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:34.3708386Z [3088/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:34.3710613Z 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-01-24T00:57:34.3713479Z 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-01-24T00:57:34.3715153Z with 2025-01-24T00:57:34.3715498Z [ 2025-01-24T00:57:34.3715835Z scalar_t=float, 2025-01-24T00:57:34.3716911Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-01-24T00:57:34.3718103Z ] 2025-01-24T00:57:34.3720054Z 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-01-24T00:57:34.3722208Z with 2025-01-24T00:57:34.3722546Z [ 2025-01-24T00:57:34.3722897Z scalar_t=float, 2025-01-24T00:57:34.3724028Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &), 2025-01-24T00:57:34.3725850Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-01-24T00:57:34.3726961Z ] 2025-01-24T00:57:34.3730692Z 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-01-24T00:57:34.3734551Z with 2025-01-24T00:57:34.3734873Z [ 2025-01-24T00:57:34.3735230Z scalar_t=scalar_t, 2025-01-24T00:57:34.3735779Z data_t=at::vec::DEFAULT::Vectorized, 2025-01-24T00:57:34.3737333Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-01-24T00:57:34.3739493Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-01-24T00:57:34.3740656Z ] 2025-01-24T00:57:34.3743679Z 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-01-24T00:57:34.3747077Z with 2025-01-24T00:57:34.3747409Z [ 2025-01-24T00:57:34.3747761Z scalar_t=scalar_t 2025-01-24T00:57:34.3748202Z ] 2025-01-24T00:57:34.3751239Z 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-01-24T00:57:34.3754388Z with 2025-01-24T00:57:34.3754722Z [ 2025-01-24T00:57:34.3755054Z scalar_t=scalar_t 2025-01-24T00:57:34.3755486Z ] 2025-01-24T00:57:34.3757666Z 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-01-24T00:57:34.3760155Z with 2025-01-24T00:57:34.3760663Z [ 2025-01-24T00:57:34.3760991Z scalar_t=scalar_t 2025-01-24T00:57:34.3761417Z ] 2025-01-24T00:57:34.4037003Z 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-01-24T00:57:34.4038490Z with 2025-01-24T00:57:34.4038691Z [ 2025-01-24T00:57:34.4038909Z scalar_t=scalar_t 2025-01-24T00:57:34.4039150Z ] 2025-01-24T00:57:34.4040122Z 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-01-24T00:57:34.4041577Z [3089/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:34.4231793Z [3090/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:34.4375408Z [3091/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:34.5005025Z [3092/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:34.6468200Z [3093/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:34.7714971Z [3094/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:34.7878091Z [3095/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:34.9961850Z [3096/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:35.0179068Z [3097/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:35.0180505Z 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-01-24T00:57:35.0181811Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_base.h(932): warning C4333: '>>': right shift by too large amount, data loss 2025-01-24T00:57:35.1453464Z 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-01-24T00:57:35.1455721Z [3098/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\mkl\SparseBlas.cpp.obj 2025-01-24T00:57:35.2195572Z [3099/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:35.2951980Z [3100/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:35.3137128Z [3101/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:35.3327292Z [3102/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:35.4041287Z [3103/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:57:35.5185918Z [3104/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\crc.cc.obj 2025-01-24T00:57:35.6359144Z [3105/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\read_adapter_interface.cc.obj 2025-01-24T00:57:35.6411996Z [3106/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\istream_adapter.cc.obj 2025-01-24T00:57:35.6574437Z [3107/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\file_adapter.cc.obj 2025-01-24T00:57:35.6716824Z [3108/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\vulkan\Context.cpp.obj 2025-01-24T00:57:35.6903121Z [3109/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\metal\Context.cpp.obj 2025-01-24T00:57:35.7063091Z [3110/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\inline_container.cc.obj 2025-01-24T00:57:35.7953487Z [3111/7518] Building C object caffe2\CMakeFiles\torch_cpu.dir\__\third_party\miniz-3.0.2\miniz.c.obj 2025-01-24T00:57:35.8728204Z C:\actions-runner\_work\pytorch\pytorch\third_party\miniz-3.0.2\miniz.c(3137): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:57:35.8729104Z command line(1): note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:57:35.8729884Z 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-01-24T00:57:35.8730860Z [3112/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\thread_pool_guard.cpp.obj 2025-01-24T00:57:36.0536244Z [3113/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\string_utils.cc.obj 2025-01-24T00:57:36.0679432Z [3114/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\pthreadpool-cpp.cc.obj 2025-01-24T00:57:36.2195308Z [3115/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\proto_wrap.cc.obj 2025-01-24T00:57:36.2306450Z [3116/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\ThreadPool.cc.obj 2025-01-24T00:57:36.6528050Z [3117/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ViewFuncs.cpp.obj 2025-01-24T00:57:37.2290212Z [3118/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\core\common.cc.obj 2025-01-24T00:57:37.8436900Z [3119/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_0.cpp.obj 2025-01-24T00:57:38.2814619Z [3120/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_1.cpp.obj 2025-01-24T00:57:39.0051197Z [3121/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\Functions.cpp.obj 2025-01-24T00:57:39.1577823Z [3122/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_2.cpp.obj 2025-01-24T00:57:39.2725830Z [3123/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_1.cpp.obj 2025-01-24T00:57:39.3025531Z [3124/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_0.cpp.obj 2025-01-24T00:57:39.3111377Z [3125/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_3.cpp.obj 2025-01-24T00:57:39.4308750Z [3126/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_2.cpp.obj 2025-01-24T00:57:39.5028785Z [3127/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_3.cpp.obj 2025-01-24T00:57:39.5158803Z [3128/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_4.cpp.obj 2025-01-24T00:57:40.1575615Z [3129/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.cpp.obj 2025-01-24T00:57:40.2469415Z [3130/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_4.cpp.obj 2025-01-24T00:57:40.2624874Z [3131/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_0.cpp.obj 2025-01-24T00:57:40.3370353Z [3132/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterAutogradLazy.cpp.obj 2025-01-24T00:57:40.3887515Z [3133/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\anomaly_mode.cpp.obj 2025-01-24T00:57:40.4559769Z [3134/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterLazy.cpp.obj 2025-01-24T00:57:40.5233708Z [3135/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_1.cpp.obj 2025-01-24T00:57:41.0818901Z [3136/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_meta.cpp.obj 2025-01-24T00:57:41.1458344Z [3137/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd.cpp.obj 2025-01-24T00:57:41.1603469Z [3138/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_not_implemented_fallback.cpp.obj 2025-01-24T00:57:41.1996959Z [3139/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\cpp_hook.cpp.obj 2025-01-24T00:57:41.2205536Z [3140/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\forward_grad.cpp.obj 2025-01-24T00:57:41.3272007Z [3141/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\engine.cpp.obj 2025-01-24T00:57:42.0364074Z [3142/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\utils.cpp.obj 2025-01-24T00:57:42.7196679Z [3143/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\LazyNativeFunctions.cpp.obj 2025-01-24T00:57:42.8751370Z [3144/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_metadata.cpp.obj 2025-01-24T00:57:43.3949063Z [3145/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\custom_function.cpp.obj 2025-01-24T00:57:43.5340561Z [3146/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\jit_decomp_interface.cpp.obj 2025-01-24T00:57:43.7997890Z [3147/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_kineto.cpp.obj 2025-01-24T00:57:44.0773666Z [3148/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\function.cpp.obj 2025-01-24T00:57:44.1731185Z [3149/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\accumulate_grad.cpp.obj 2025-01-24T00:57:44.2095247Z [3150/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\basic_ops.cpp.obj 2025-01-24T00:57:44.2929294Z [3151/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\tensor.cpp.obj 2025-01-24T00:57:44.3145275Z [3152/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_legacy.cpp.obj 2025-01-24T00:57:44.3255134Z [3153/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\record_function_ops.cpp.obj 2025-01-24T00:57:44.3521946Z [3154/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_buffer.cpp.obj 2025-01-24T00:57:44.3591077Z [3155/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\utils\warnings.cpp.obj 2025-01-24T00:57:44.6386928Z [3156/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\saved_variable.cpp.obj 2025-01-24T00:57:45.1256160Z [3157/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable_info.cpp.obj 2025-01-24T00:57:45.1443822Z [3158/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.cpp.obj 2025-01-24T00:57:45.2232735Z [3159/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\mkldnn_tensor.cpp.obj 2025-01-24T00:57:45.2667658Z [3160/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner.cpp.obj 2025-01-24T00:57:45.2819870Z [3161/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_package\model_package_loader.cpp.obj 2025-01-24T00:57:45.3642624Z [3162/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\oss_proxy_executor.cpp.obj 2025-01-24T00:57:45.7582230Z [3163/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_common.cpp.obj 2025-01-24T00:57:45.9461706Z [3164/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\tensor_converter.cpp.obj 2025-01-24T00:57:45.9715883Z [3165/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_mkldnn.cpp.obj 2025-01-24T00:57:46.2585040Z [3166/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\object.cpp.obj 2025-01-24T00:57:46.2819683Z [3167/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module.cpp.obj 2025-01-24T00:57:46.6768114Z [3168/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_handler.cpp.obj 2025-01-24T00:57:46.9071099Z [3169/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_detail.cpp.obj 2025-01-24T00:57:46.9556735Z [3170/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_info.cpp.obj 2025-01-24T00:57:47.1005675Z [3171/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_interface.cpp.obj 2025-01-24T00:57:47.1733137Z [3172/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_resolver.cpp.obj 2025-01-24T00:57:47.2254888Z [3173/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable.cpp.obj 2025-01-24T00:57:48.3019985Z [3174/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\function_impl.cpp.obj 2025-01-24T00:57:48.3515663Z [3175/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\inductor_ops.cpp.obj 2025-01-24T00:57:49.2098049Z [3176/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\canonicalize_modified_loop.cpp.obj 2025-01-24T00:57:49.2468070Z [3177/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\builtin_functions.cpp.obj 2025-01-24T00:57:49.4128847Z [3178/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\edit_distance.cpp.obj 2025-01-24T00:57:49.7695906Z [3179/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\codegen.cpp.obj 2025-01-24T00:57:50.0226087Z [3180/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\compiler.cpp.obj 2025-01-24T00:57:50.0534087Z [3181/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\executor.cpp.obj 2025-01-24T00:57:50.0699298Z [3182/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\convert_to_ssa.cpp.obj 2025-01-24T00:57:50.1753295Z [3183/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\interface.cpp.obj 2025-01-24T00:57:50.2666604Z [3184/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\exit_transforms.cpp.obj 2025-01-24T00:57:50.2964706Z [3185/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\kernel_cache.cpp.obj 2025-01-24T00:57:50.3268074Z [3186/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\fallback.cpp.obj 2025-01-24T00:57:50.3691425Z [3187/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\name_mangler.cpp.obj 2025-01-24T00:57:50.4854974Z [3188/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\parser.cpp.obj 2025-01-24T00:57:50.6159907Z [3189/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\inline_loop_condition.cpp.obj 2025-01-24T00:57:50.9909791Z [3190/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\ir_emitter.cpp.obj 2025-01-24T00:57:51.1348340Z [3191/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_matching.cpp.obj 2025-01-24T00:57:51.1744792Z [3192/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\sugared_value.cpp.obj 2025-01-24T00:57:51.2434650Z [3193/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\script_type_parser.cpp.obj 2025-01-24T00:57:51.2628524Z [3194/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\tracer.cpp.obj 2025-01-24T00:57:51.2713213Z [3195/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\versioned_symbols.cpp.obj 2025-01-24T00:57:51.4162412Z [3196/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\alias_analysis.cpp.obj 2025-01-24T00:57:51.4932061Z [3197/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\attributes.cpp.obj 2025-01-24T00:57:52.5090865Z [3198/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\graph_utils.cpp.obj 2025-01-24T00:57:52.5281323Z [3199/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\scope.cpp.obj 2025-01-24T00:57:52.5451249Z [3200/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\node_hashing.cpp.obj 2025-01-24T00:57:52.5480864Z [3201/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\type_hashing.cpp.obj 2025-01-24T00:57:52.5583914Z [3202/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\subgraph_matcher.cpp.obj 2025-01-24T00:57:52.5640403Z [3203/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\ir.cpp.obj 2025-01-24T00:57:52.5674655Z [3204/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\irparser.cpp.obj 2025-01-24T00:57:53.3540680Z [3205/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\runtime_compatibility.cpp.obj 2025-01-24T00:57:53.4111900Z [3206/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_log.cpp.obj 2025-01-24T00:57:53.4228942Z [3207/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_opt_limit.cpp.obj 2025-01-24T00:57:53.4615073Z [3208/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\function.cpp.obj 2025-01-24T00:57:53.5028554Z [3209/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import.cpp.obj 2025-01-24T00:57:53.5431164Z [3210/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\model_compatibility.cpp.obj 2025-01-24T00:57:53.8703352Z [3211/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\registry.cpp.obj 2025-01-24T00:57:54.0873279Z [3212/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\constants.cpp.obj 2025-01-24T00:57:54.0894379Z [3213/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\observer.cpp.obj 2025-01-24T00:57:54.3024404Z [3214/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\backend.cpp.obj 2025-01-24T00:57:54.3616857Z [3215/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\module.cpp.obj 2025-01-24T00:57:54.8897185Z [3216/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_bytecode.cpp.obj 2025-01-24T00:57:54.9111395Z [3217/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_operators.cpp.obj 2025-01-24T00:57:55.0605641Z [3218/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\prim_ops_registery.cpp.obj 2025-01-24T00:57:55.1206195Z [3219/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\interpreter.cpp.obj 2025-01-24T00:57:55.3800562Z [3220/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\context.cpp.obj 2025-01-24T00:57:55.6596823Z [3221/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\flatbuffer_loader.cpp.obj 2025-01-24T00:57:55.8703315Z [3222/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\type_parser.cpp.obj 2025-01-24T00:57:55.8869045Z [3223/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\quantization.cpp.obj 2025-01-24T00:57:55.9004389Z [3224/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\upgrader_mobile.cpp.obj 2025-01-24T00:57:56.1264367Z [3225/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\version_map.cpp.obj 2025-01-24T00:57:56.1429392Z [3226/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\promoted_prim_ops.cpp.obj 2025-01-24T00:57:56.2017767Z [3227/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\utils.cpp.obj 2025-01-24T00:57:56.2351255Z [3228/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders.cpp.obj 2025-01-24T00:57:56.5513602Z [3229/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\aot_compiler.cpp.obj 2025-01-24T00:57:56.5690069Z [3230/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders_entry.cpp.obj 2025-01-24T00:57:56.6915802Z [3231/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\register_ops_common_utils.cpp.obj 2025-01-24T00:57:56.8967900Z [3232/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\add_if_then_else.cpp.obj 2025-01-24T00:57:57.0399819Z [3233/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\annotate_warns.cpp.obj 2025-01-24T00:57:57.1884465Z [3234/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize.cpp.obj 2025-01-24T00:57:57.4660026Z [3235/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.cpp.obj 2025-01-24T00:57:57.4989231Z [3236/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\check_strict_fusion.cpp.obj 2025-01-24T00:57:57.9939106Z [3237/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\common_subexpression_elimination.cpp.obj 2025-01-24T00:57:58.0815264Z [3238/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\concat_opt.cpp.obj 2025-01-24T00:57:58.3206772Z [3239/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_pooling.cpp.obj 2025-01-24T00:57:58.3941145Z [3240/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_propagation.cpp.obj 2025-01-24T00:57:58.9428612Z [3241/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_functional_graphs.cpp.obj 2025-01-24T00:57:58.9511437Z [3242/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_autodiff_subgraphs.cpp.obj 2025-01-24T00:57:59.1854557Z [3243/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\bailout_graph.cpp.obj 2025-01-24T00:57:59.2114867Z [3244/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.cpp.obj 2025-01-24T00:57:59.7316523Z [3245/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dead_code_elimination.cpp.obj 2025-01-24T00:57:59.7599253Z [3246/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\decompose_ops.cpp.obj 2025-01-24T00:57:59.7803237Z [3247/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\device_type_analysis.cpp.obj 2025-01-24T00:57:59.8079308Z [3248/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\batch_mm.cpp.obj 2025-01-24T00:57:59.8514275Z [3249/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_profiling.cpp.obj 2025-01-24T00:57:59.9323902Z [3250/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_undefinedness.cpp.obj 2025-01-24T00:58:00.0149412Z [3251/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dtype_analysis.cpp.obj 2025-01-24T00:58:00.6036638Z [3252/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\eliminate_no_ops.cpp.obj 2025-01-24T00:58:00.6204635Z [3253/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\erase_number_types.cpp.obj 2025-01-24T00:58:00.7092978Z [3254/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fixup_trace_scope_blocks.cpp.obj 2025-01-24T00:58:00.7223159Z [3255/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_conv_bn.cpp.obj 2025-01-24T00:58:00.7460188Z [3256/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_linear_bn.cpp.obj 2025-01-24T00:58:00.9927426Z [3257/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_concat_linear.cpp.obj 2025-01-24T00:58:01.0193932Z [3258/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.cpp.obj 2025-01-24T00:58:01.5118075Z [3259/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_graph_optimizations.cpp.obj 2025-01-24T00:58:01.5203131Z [3260/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_folding.cpp.obj 2025-01-24T00:58:01.5865558Z [3261/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_transpose.cpp.obj 2025-01-24T00:58:01.6240025Z [3262/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_folding.cpp.obj 2025-01-24T00:58:01.8928438Z [3263/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_relu.cpp.obj 2025-01-24T00:58:01.9249947Z [3264/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_linear.cpp.obj 2025-01-24T00:58:02.4387042Z [3265/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_rewrite_helper.cpp.obj 2025-01-24T00:58:02.5862029Z [3266/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\hoist_conv_packed_params.cpp.obj 2025-01-24T00:58:02.7791898Z [3267/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_fork_wait.cpp.obj 2025-01-24T00:58:02.7918989Z [3268/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_autodiff_subgraphs.cpp.obj 2025-01-24T00:58:03.1128326Z [3269/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\freeze_module.cpp.obj 2025-01-24T00:58:03.3409636Z [3270/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_forked_closures.cpp.obj 2025-01-24T00:58:03.5141678Z [3271/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inliner.cpp.obj 2025-01-24T00:58:03.6705894Z [3272/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inplace_check.cpp.obj 2025-01-24T00:58:03.9844974Z [3273/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\integer_value_refinement.cpp.obj 2025-01-24T00:58:04.3067853Z [3274/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lift_closures.cpp.obj 2025-01-24T00:58:04.3418368Z [3275/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_ops_to_mkldnn.cpp.obj 2025-01-24T00:58:04.5347064Z [3276/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\loop_unrolling.cpp.obj 2025-01-24T00:58:04.6221857Z [3277/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\guard_elimination.cpp.obj 2025-01-24T00:58:04.6517771Z [3278/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_fuser.cpp.obj 2025-01-24T00:58:04.8455209Z [3279/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_grad_of.cpp.obj 2025-01-24T00:58:05.2198911Z [3280/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_tuples.cpp.obj 2025-01-24T00:58:05.5080224Z [3281/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\normalize_ops.cpp.obj 2025-01-24T00:58:05.5256035Z [3282/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\pass_manager.cpp.obj 2025-01-24T00:58:05.7690935Z [3283/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole.cpp.obj 2025-01-24T00:58:05.7822477Z [3284/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\insert_guards.cpp.obj 2025-01-24T00:58:06.0898057Z [3285/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_alias_sensitive.cpp.obj 2025-01-24T00:58:06.3810308Z [3286/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_list_idioms.cpp.obj 2025-01-24T00:58:06.4325269Z [3287/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_dict_idioms.cpp.obj 2025-01-24T00:58:06.5215707Z [3288/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\liveness.cpp.obj 2025-01-24T00:58:06.6491265Z [3289/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_non_tensor.cpp.obj 2025-01-24T00:58:06.6823282Z [3290/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\prepack_folding.cpp.obj 2025-01-24T00:58:06.9873394Z [3291/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\dedup_module_uses.cpp.obj 2025-01-24T00:58:07.1997612Z [3292/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\quantization_type.cpp.obj 2025-01-24T00:58:07.3275099Z [3293/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\fusion_passes.cpp.obj 2025-01-24T00:58:07.4583130Z [3294/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\helper.cpp.obj 2025-01-24T00:58:07.5130813Z [3295/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\metal_rewrite.cpp.obj 2025-01-24T00:58:07.5737432Z [3296/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_observers.cpp.obj 2025-01-24T00:58:07.6048154Z [3297/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_quant_dequant.cpp.obj 2025-01-24T00:58:07.7294004Z [3298/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\mkldnn_rewrite.cpp.obj 2025-01-24T00:58:08.3689795Z [3299/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\refine_tuple_types.cpp.obj 2025-01-24T00:58:08.4077045Z [3300/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_dropout.cpp.obj 2025-01-24T00:58:08.4278598Z [3301/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_exceptions.cpp.obj 2025-01-24T00:58:08.4797738Z [3302/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_expands.cpp.obj 2025-01-24T00:58:08.4953792Z [3303/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_mutation.cpp.obj 2025-01-24T00:58:08.6039174Z [3304/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_redundant_profiles.cpp.obj 2025-01-24T00:58:09.2765305Z [3305/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\requires_grad_analysis.cpp.obj 2025-01-24T00:58:09.2908928Z [3306/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\replacement_of_old_operators.cpp.obj 2025-01-24T00:58:09.3038294Z [3307/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\restore_mutation.cpp.obj 2025-01-24T00:58:09.4266177Z [3308/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\shape_analysis.cpp.obj 2025-01-24T00:58:09.4828267Z [3309/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\finalize.cpp.obj 2025-01-24T00:58:09.5527450Z [3310/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\subgraph_rewrite.cpp.obj 2025-01-24T00:58:10.1909596Z [3311/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_cache.cpp.obj 2025-01-24T00:58:10.2322444Z [3312/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_analysis.cpp.obj 2025-01-24T00:58:10.3173577Z [3313/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\register_packed_params.cpp.obj 2025-01-24T00:58:10.3979521Z [3314/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.cpp.obj 2025-01-24T00:58:10.4452787Z [3315/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\memory_dag.cpp.obj 2025-01-24T00:58:11.0714771Z [3316/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\op_registry.cpp.obj 2025-01-24T00:58:11.1023811Z [3317/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\optimization_utils.cpp.obj 2025-01-24T00:58:11.2347865Z [3318/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\subgraph_utils.cpp.obj 2025-01-24T00:58:11.2899958Z [3319/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\update_graph_executor_opt.cpp.obj 2025-01-24T00:58:11.3136772Z [3320/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\value_refinement_utils.cpp.obj 2025-01-24T00:58:11.3500360Z [3321/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\utf8_decoding_ignore.cpp.obj 2025-01-24T00:58:11.3655452Z [3322/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\variadic_ops.cpp.obj 2025-01-24T00:58:11.6693585Z [3323/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\specialize_autogradzero.cpp.obj 2025-01-24T00:58:12.1928020Z [3324/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\argument_spec.cpp.obj 2025-01-24T00:58:12.2405614Z [3325/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\autodiff.cpp.obj 2025-01-24T00:58:12.3460862Z [3326/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry.cpp.obj 2025-01-24T00:58:12.5113527Z [3327/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\tensorexpr_fuser.cpp.obj 2025-01-24T00:58:12.5185362Z 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-01-24T00:58:12.5188759Z 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-01-24T00:58:12.5190605Z [3328/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\instruction.cpp.obj 2025-01-24T00:58:12.5319884Z [3329/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.cpp.obj 2025-01-24T00:58:12.5806631Z [3330/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry_util.cpp.obj 2025-01-24T00:58:12.7259230Z [3331/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_exception.cpp.obj 2025-01-24T00:58:12.9742472Z [3332/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\logging.cpp.obj 2025-01-24T00:58:13.4230835Z [3333/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\preprocess_graph.cpp.obj 2025-01-24T00:58:13.6613846Z [3334/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\print_handler.cpp.obj 2025-01-24T00:58:14.2349514Z [3335/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\vulkan_rewrite.cpp.obj 2025-01-24T00:58:14.3825938Z [3336/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\xnnpack_rewrite.cpp.obj 2025-01-24T00:58:15.4633374Z [3337/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter.cpp.obj 2025-01-24T00:58:15.5464535Z [3338/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\graph_executor.cpp.obj 2025-01-24T00:58:15.5871236Z [3339/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\frame.cpp.obj 2025-01-24T00:58:15.6633696Z [3340/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_trace.cpp.obj 2025-01-24T00:58:15.9434064Z [3341/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\operator.cpp.obj 2025-01-24T00:58:15.9647466Z [3342/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\slice_indices_adjust.cpp.obj 2025-01-24T00:58:16.3592691Z [3343/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\script_profile.cpp.obj 2025-01-24T00:58:16.4073122Z [3344/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\serialized_shape_function_registry.cpp.obj 2025-01-24T00:58:16.8572192Z [3345/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_graph_executor_impl.cpp.obj 2025-01-24T00:58:16.8735472Z [3346/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\fusion.cpp.obj 2025-01-24T00:58:17.1589862Z [3347/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_record.cpp.obj 2025-01-24T00:58:17.2905824Z [3348/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\memory_planner.cpp.obj 2025-01-24T00:58:17.3334675Z [3349/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\impl.cpp.obj 2025-01-24T00:58:17.5776173Z [3350/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_ops_utils.cpp.obj 2025-01-24T00:58:18.1328854Z [3351/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\passes.cpp.obj 2025-01-24T00:58:18.2215771Z [3352/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_script.cpp.obj 2025-01-24T00:58:18.4903114Z [3353/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry.cpp.obj 2025-01-24T00:58:18.7084752Z [3354/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\simple_graph_executor_impl.cpp.obj 2025-01-24T00:58:19.1001627Z [3355/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry_util.cpp.obj 2025-01-24T00:58:19.4187727Z [3356/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\callstack_debug_info_serialization.cpp.obj 2025-01-24T00:58:19.4639880Z [3357/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\generated_ops.cpp.obj 2025-01-24T00:58:19.9288468Z [3358/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_export_helpers.cpp.obj 2025-01-24T00:58:20.1204985Z [3359/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\vararg_functions.cpp.obj 2025-01-24T00:58:20.1755577Z [3360/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\native_ops.cpp.obj 2025-01-24T00:58:20.3366512Z [3361/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_read.cpp.obj 2025-01-24T00:58:20.4378530Z [3362/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_source.cpp.obj 2025-01-24T00:58:20.4858367Z [3363/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\ops.cpp.obj 2025-01-24T00:58:20.5813943Z [3364/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\te_wrapper.cpp.obj 2025-01-24T00:58:20.9019457Z [3365/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickle.cpp.obj 2025-01-24T00:58:21.1101079Z [3366/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\python_print.cpp.obj 2025-01-24T00:58:21.2831196Z [3367/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\source_range_serialization.cpp.obj 2025-01-24T00:58:21.2941588Z [3368/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\type_name_uniquer.cpp.obj 2025-01-24T00:58:21.9521957Z [3369/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import.cpp.obj 2025-01-24T00:58:23.1038816Z [3370/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickler.cpp.obj 2025-01-24T00:58:23.5283189Z [3371/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\block_codegen.cpp.obj 2025-01-24T00:58:23.6031252Z [3372/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\unpickler.cpp.obj 2025-01-24T00:58:23.9835159Z [3373/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_inference.cpp.obj 2025-01-24T00:58:24.0872367Z [3374/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_overlap.cpp.obj 2025-01-24T00:58:24.1842415Z [3375/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\cpp_codegen.cpp.obj 2025-01-24T00:58:24.2751263Z [3376/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_registry.cpp.obj 2025-01-24T00:58:24.3422215Z [3377/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\codegen.cpp.obj 2025-01-24T00:58:24.4090936Z [3378/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\intrinsic_symbols.cpp.obj 2025-01-24T00:58:25.0588177Z [3379/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\eval.cpp.obj 2025-01-24T00:58:25.1937348Z [3380/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir.cpp.obj 2025-01-24T00:58:26.2743360Z [3381/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\expr.cpp.obj 2025-01-24T00:58:26.4867505Z [3382/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_codegen.cpp.obj 2025-01-24T00:58:26.9533862Z [3383/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_core.cpp.obj 2025-01-24T00:58:27.0775068Z [3384/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions.cpp.obj 2025-01-24T00:58:27.1899478Z [3385/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\hash_provider.cpp.obj 2025-01-24T00:58:27.2980053Z [3386/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\graph_opt.cpp.obj 2025-01-24T00:58:27.4381617Z [3387/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_codegen.cpp.obj 2025-01-24T00:58:27.5134013Z [3388/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_jit.cpp.obj 2025-01-24T00:58:28.0744945Z [3389/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_cloner.cpp.obj 2025-01-24T00:58:28.2329782Z [3390/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_mutator.cpp.obj 2025-01-24T00:58:29.3073431Z [3391/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_printer.cpp.obj 2025-01-24T00:58:29.4235612Z [3392/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_simplifier.cpp.obj 2025-01-24T00:58:29.4237989Z 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-01-24T00:58:29.4239670Z with 2025-01-24T00:58:29.4239935Z [ 2025-01-24T00:58:29.4240193Z T=int 2025-01-24T00:58:29.4240468Z ] 2025-01-24T00:58:29.4242159Z 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-01-24T00:58:29.9169330Z with 2025-01-24T00:58:29.9169625Z [ 2025-01-24T00:58:29.9169803Z T=int 2025-01-24T00:58:29.9170001Z ] 2025-01-24T00:58:29.9170473Z [3393/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_visitor.cpp.obj 2025-01-24T00:58:30.0572133Z [3394/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_verifier.cpp.obj 2025-01-24T00:58:30.4605154Z [3395/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\kernel.cpp.obj 2025-01-24T00:58:30.5429354Z [3396/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest.cpp.obj 2025-01-24T00:58:31.0006715Z [3397/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest_randomization.cpp.obj 2025-01-24T00:58:31.4991828Z [3398/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\lowerings.cpp.obj 2025-01-24T00:58:32.2375507Z [3399/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp.obj 2025-01-24T00:58:32.2376864Z 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-01-24T00:58:32.2377905Z with 2025-01-24T00:58:32.2378098Z [ 2025-01-24T00:58:32.2378269Z T=int 2025-01-24T00:58:32.2378544Z ] 2025-01-24T00:58:32.5140155Z 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-01-24T00:58:32.5142071Z with 2025-01-24T00:58:32.5142260Z [ 2025-01-24T00:58:32.5142442Z T=int 2025-01-24T00:58:32.5142638Z ] 2025-01-24T00:58:32.5143116Z [3400/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\conv2d.cpp.obj 2025-01-24T00:58:33.1284433Z [3401/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\misc.cpp.obj 2025-01-24T00:58:33.1757604Z [3402/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\matmul.cpp.obj 2025-01-24T00:58:33.3023384Z [3403/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\reduction.cpp.obj 2025-01-24T00:58:33.5435047Z [3404/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\norm.cpp.obj 2025-01-24T00:58:33.6516015Z [3405/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\pointwise.cpp.obj 2025-01-24T00:58:33.7042187Z [3406/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\types.cpp.obj 2025-01-24T00:58:33.9995418Z [3407/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\tensor.cpp.obj 2025-01-24T00:58:34.0725562Z [3408/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\quantization.cpp.obj 2025-01-24T00:58:34.3486563Z [3409/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\unique_name_manager.cpp.obj 2025-01-24T00:58:34.5800994Z [3410/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\file_check.cpp.obj 2025-01-24T00:58:34.6264393Z [3411/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\hooks_for_testing.cpp.obj 2025-01-24T00:58:34.7330406Z [3412/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\reduction.cpp.obj 2025-01-24T00:58:34.8115671Z [3413/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\config.cpp.obj 2025-01-24T00:58:34.8770001Z [3414/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_device.cpp.obj 2025-01-24T00:58:34.9508102Z [3415/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_interface.cpp.obj 2025-01-24T00:58:35.2421690Z [3416/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\lowering_context.cpp.obj 2025-01-24T00:58:35.3171145Z [3417/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\softmax.cpp.obj 2025-01-24T00:58:35.4507023Z [3418/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\hash.cpp.obj 2025-01-24T00:58:35.5603684Z [3419/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\debug_util.cpp.obj 2025-01-24T00:58:35.6797571Z [3420/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\helpers.cpp.obj 2025-01-24T00:58:35.7372324Z [3421/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir.cpp.obj 2025-01-24T00:58:35.9260703Z [3422/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\multi_wait.cpp.obj 2025-01-24T00:58:35.9292558Z [3423/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_dump_util.cpp.obj 2025-01-24T00:58:36.1257412Z [3424/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_metadata.cpp.obj 2025-01-24T00:58:36.1727020Z [3425/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_util.cpp.obj 2025-01-24T00:58:36.2440694Z [3426/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\permutation_util.cpp.obj 2025-01-24T00:58:36.2648775Z [3427/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\registerizer.cpp.obj 2025-01-24T00:58:36.2651475Z 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-01-24T00:58:36.2652836Z with 2025-01-24T00:58:36.2653098Z [ 2025-01-24T00:58:36.2653293Z T=int 2025-01-24T00:58:36.2653502Z ] 2025-01-24T00:58:36.2654684Z 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-01-24T00:58:36.4040971Z with 2025-01-24T00:58:36.4041311Z [ 2025-01-24T00:58:36.4041501Z T=int 2025-01-24T00:58:36.4041731Z ] 2025-01-24T00:58:36.4042346Z [3428/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\lazy_graph_executor.cpp.obj 2025-01-24T00:58:36.4748576Z [3429/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\metrics.cpp.obj 2025-01-24T00:58:36.6838406Z [3430/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\arithmetic_ir_ops.cpp.obj 2025-01-24T00:58:36.7968893Z [3431/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\utils.cpp.obj 2025-01-24T00:58:36.8043569Z [3432/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\thread_pool.cpp.obj 2025-01-24T00:58:37.0762564Z [3433/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape.cpp.obj 2025-01-24T00:58:37.0830035Z [3434/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\events.cpp.obj 2025-01-24T00:58:37.0895311Z [3435/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\counters.cpp.obj 2025-01-24T00:58:37.1489876Z [3436/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor.cpp.obj 2025-01-24T00:58:37.2681318Z [3437/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_impl.cpp.obj 2025-01-24T00:58:37.2852035Z [3438/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_util.cpp.obj 2025-01-24T00:58:37.5570654Z [3439/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\trie.cpp.obj 2025-01-24T00:58:37.9499216Z [3440/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\combined_traceback.cpp.obj 2025-01-24T00:58:37.9568914Z [3441/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\data_flow.cpp.obj 2025-01-24T00:58:38.0042854Z [3442/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_client_interface.cpp.obj 2025-01-24T00:58:38.0414971Z [3443/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\collection.cpp.obj 2025-01-24T00:58:38.0605637Z [3444/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\observer.cpp.obj 2025-01-24T00:58:38.1631749Z [3445/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_shim.cpp.obj 2025-01-24T00:58:38.2450060Z [3446/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\perf.cpp.obj 2025-01-24T00:58:38.4802187Z [3447/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\python_tracer.cpp.obj 2025-01-24T00:58:38.5173386Z [3448/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\base.cpp.obj 2025-01-24T00:58:38.5798431Z [3449/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind_fb.cpp.obj 2025-01-24T00:58:38.7532700Z [3450/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\vulkan.cpp.obj 2025-01-24T00:58:38.7603542Z [3451/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind.cpp.obj 2025-01-24T00:58:38.8607789Z [3452/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\nvtx_observer.cpp.obj 2025-01-24T00:58:38.8752094Z [3453/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\itt_observer.cpp.obj 2025-01-24T00:58:38.9505384Z [3454/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\privateuse1_observer.cpp.obj 2025-01-24T00:58:39.0552471Z [3455/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\cpp_stacktraces.cpp.obj 2025-01-24T00:58:39.0583151Z [3456/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\execution_trace_observer.cpp.obj 2025-01-24T00:58:39.5204110Z [3457/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape_inference.cpp.obj 2025-01-24T00:58:39.5375402Z [3458/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\util.cpp.obj 2025-01-24T00:58:39.6748334Z [3459/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\schema_info.cpp.obj 2025-01-24T00:58:39.6906418Z [3460/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\variadic.cpp.obj 2025-01-24T00:58:39.9595692Z [3461/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_graph.cpp.obj 2025-01-24T00:58:40.3934749Z [3462/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_inplace_ops.cpp.obj 2025-01-24T00:58:40.4138940Z [3463/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\check_alias_annotation.cpp.obj 2025-01-24T00:58:40.5355743Z [3464/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_c10_ops.cpp.obj 2025-01-24T00:58:41.4258170Z [3465/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\dynamic_ir.cpp.obj 2025-01-24T00:58:41.4511926Z [3466/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\debug_info.cpp.obj 2025-01-24T00:58:41.6499683Z [3467/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\config.cpp.obj 2025-01-24T00:58:41.8194032Z [3468/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\tensor_flatten.cpp.obj 2025-01-24T00:58:42.1086610Z [3469/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\cuda\interface.cpp.obj 2025-01-24T00:58:42.1586336Z [3470/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\autocast.cpp.obj 2025-01-24T00:58:42.3269667Z [3471/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\device_data.cpp.obj 2025-01-24T00:58:42.5427450Z [3472/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\generic.cpp.obj 2025-01-24T00:58:42.7914665Z [3473/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\tensor_aten_ops.cpp.obj 2025-01-24T00:58:42.8892472Z [3474/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops.cpp.obj 2025-01-24T00:58:43.2644985Z [3475/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops_fulljit.cpp.obj 2025-01-24T00:58:43.4203260Z [3476/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_lowering_context.cpp.obj 2025-01-24T00:58:43.4357877Z [3477/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_autograd_functions.cpp.obj 2025-01-24T00:58:43.5090383Z [3478/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_special_ops.cpp.obj 2025-01-24T00:58:43.7771227Z [3479/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node.cpp.obj 2025-01-24T00:58:44.1930963Z [3480/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_backend_impl.cpp.obj 2025-01-24T00:58:44.2755483Z [3481/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_eager_fallback.cpp.obj 2025-01-24T00:58:44.3470338Z [3482/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\export_data.cpp.obj 2025-01-24T00:58:45.3440839Z [3483/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node_lowering.cpp.obj 2025-01-24T00:58:45.4792176Z [3484/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import_data.cpp.obj 2025-01-24T00:58:46.0353408Z [3485/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\out_types.cpp.obj 2025-01-24T00:58:46.1071445Z [3486/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_native_functions.cpp.obj 2025-01-24T00:58:46.3711340Z [3487/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\TraceTypeManual.cpp.obj 2025-01-24T00:58:46.4039257Z [3488/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\itt_wrapper.cpp.obj 2025-01-24T00:58:46.5861859Z [3489/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\optim\sgd.cpp.obj 2025-01-24T00:58:46.6525460Z [3490/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\itt.cpp.obj 2025-01-24T00:58:46.8454190Z [3491/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\random.cpp.obj 2025-01-24T00:58:47.1752919Z [3492/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\sequential.cpp.obj 2025-01-24T00:58:47.3184159Z [3493/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\jit.cpp.obj 2025-01-24T00:58:47.3730758Z [3494/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport.cpp.obj 2025-01-24T00:58:47.4662631Z [3495/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\flatbuffer_serializer.cpp.obj 2025-01-24T00:58:47.4904180Z [3496/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\FunctionsManual.cpp.obj 2025-01-24T00:58:47.6108317Z [3497/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport_manager.cpp.obj 2025-01-24T00:58:47.9044368Z [3498/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\onnx.cpp.obj 2025-01-24T00:58:47.9204771Z [3499/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\byte_order.cpp.obj 2025-01-24T00:58:48.1544346Z [3500/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backoff.cpp.obj 2025-01-24T00:58:48.3090473Z [3501/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_bytecode.cpp.obj 2025-01-24T00:58:48.3610341Z [3502/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module_save.cpp.obj 2025-01-24T00:58:49.2041375Z [3503/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.cpp.obj 2025-01-24T00:58:49.2342384Z [3504/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\VariableTypeManual.cpp.obj 2025-01-24T00:58:49.3799021Z [3505/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\FileStore.cpp.obj 2025-01-24T00:58:49.8642860Z [3506/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GlooDeviceFactory.cpp.obj 2025-01-24T00:58:50.4737446Z [3507/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export.cpp.obj 2025-01-24T00:58:50.6737605Z [3508/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_module.cpp.obj 2025-01-24T00:58:50.7207423Z [3509/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.cpp.obj 2025-01-24T00:58:51.0434802Z [3510/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\DMAConnectivity.cpp.obj 2025-01-24T00:58:51.1724483Z [3511/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backend.cpp.obj 2025-01-24T00:58:51.2472125Z [3512/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupMPI.cpp.obj 2025-01-24T00:58:51.2652332Z [3513/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ParamCommsUtils.cpp.obj 2025-01-24T00:58:51.5025219Z [3514/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\PrefixStore.cpp.obj 2025-01-24T00:58:52.0906118Z [3515/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Store.cpp.obj 2025-01-24T00:58:52.3927830Z [3516/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Functional.cpp.obj 2025-01-24T00:58:52.6907164Z [3517/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GroupRegistry.cpp.obj 2025-01-24T00:58:53.1661396Z [3518/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Ops.cpp.obj 2025-01-24T00:58:53.7965875Z [3519/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreLibUvBackend.cpp.obj 2025-01-24T00:58:54.0086437Z [3520/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroup.cpp.obj 2025-01-24T00:58:54.3937545Z [3521/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupGloo.cpp.obj 2025-01-24T00:58:54.4162220Z [3522/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\debug.cpp.obj 2025-01-24T00:58:54.4493155Z [3523/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\SymmetricMemory.cpp.obj 2025-01-24T00:58:54.5719223Z [3524/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupWrapper.cpp.obj 2025-01-24T00:58:54.8272955Z [3525/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logging.cpp.obj 2025-01-24T00:58:55.3312540Z [3526/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStore.cpp.obj 2025-01-24T00:58:55.7213022Z [3527/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreBackend.cpp.obj 2025-01-24T00:58:56.1274298Z [3528/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\sequence_num.cpp.obj 2025-01-24T00:58:56.3749010Z [3529/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\socket.cpp.obj 2025-01-24T00:58:56.4120744Z [3530/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Utils.cpp.obj 2025-01-24T00:58:56.7341010Z [3531/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\Handlers.cpp.obj 2025-01-24T00:58:57.0836162Z [3532/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\comm.cpp.obj 2025-01-24T00:58:57.1619222Z [3533/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\cuda.cpp.obj 2025-01-24T00:58:57.2092153Z [3534/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\WorkerServer.cpp.obj 2025-01-24T00:58:57.5254763Z [3535/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\quantization\quantization.cpp.obj 2025-01-24T00:58:57.7777170Z [3536/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logger.cpp.obj 2025-01-24T00:58:57.8416187Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\distributed\c10d\logger.cpp(302): warning C4805: '!=': unsafe mix of type '__int64' and type 'bool' in operation 2025-01-24T00:58:57.8418034Z [3537/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\default_comm_hooks.cpp.obj 2025-01-24T00:58:58.1523982Z [3538/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\reducer.cpp.obj 2025-01-24T00:58:58.1586580Z [3539/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\enum.cpp.obj 2025-01-24T00:58:58.9584859Z [3540/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\imethod.cpp.obj 2025-01-24T00:58:59.3261671Z [3541/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Work.cpp.obj 2025-01-24T00:58:59.4689656Z [3542/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\mps.cpp.obj 2025-01-24T00:59:00.1680088Z [3543/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\datasets\mnist.cpp.obj 2025-01-24T00:59:00.2411143Z [3544/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\distributed.cpp.obj 2025-01-24T00:59:00.3346390Z [3545/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\random.cpp.obj 2025-01-24T00:59:00.6131361Z [3546/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\sequential.cpp.obj 2025-01-24T00:59:00.7717808Z [3547/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\stream.cpp.obj 2025-01-24T00:59:01.2452393Z [3548/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize.cpp.obj 2025-01-24T00:59:02.3670115Z [3549/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\init.cpp.obj 2025-01-24T00:59:02.6472885Z [3550/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\module.cpp.obj 2025-01-24T00:59:03.1524417Z [3551/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\_functions.cpp.obj 2025-01-24T00:59:03.3777362Z [3552/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\activation.cpp.obj 2025-01-24T00:59:03.4032933Z [3553/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\adaptive.cpp.obj 2025-01-24T00:59:03.7800867Z [3554/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\batchnorm.cpp.obj 2025-01-24T00:59:03.9680110Z [3555/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\normalization.cpp.obj 2025-01-24T00:59:04.5190787Z [3556/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\instancenorm.cpp.obj 2025-01-24T00:59:05.5628356Z [3557/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\conv.cpp.obj 2025-01-24T00:59:05.7668436Z [3558/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\dropout.cpp.obj 2025-01-24T00:59:06.1746846Z [3559/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\distance.cpp.obj 2025-01-24T00:59:06.5951057Z [3560/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\embedding.cpp.obj 2025-01-24T00:59:06.6667493Z [3561/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\fold.cpp.obj 2025-01-24T00:59:07.0090346Z [3562/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\loss.cpp.obj 2025-01-24T00:59:07.0897060Z [3563/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\linear.cpp.obj 2025-01-24T00:59:07.6638021Z [3564/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\padding.cpp.obj 2025-01-24T00:59:08.6632464Z [3565/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pixelshuffle.cpp.obj 2025-01-24T00:59:09.0349476Z [3566/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pooling.cpp.obj 2025-01-24T00:59:09.3128298Z [3567/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\rnn.cpp.obj 2025-01-24T00:59:09.7059466Z [3568/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\upsampling.cpp.obj 2025-01-24T00:59:09.8152071Z [3569/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\transformer.cpp.obj 2025-01-24T00:59:10.1064217Z [3570/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\activation.cpp.obj 2025-01-24T00:59:10.1771931Z [3571/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\container\functional.cpp.obj 2025-01-24T00:59:10.7699281Z [3572/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\adaptive.cpp.obj 2025-01-24T00:59:11.6812420Z [3573/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\batchnorm.cpp.obj 2025-01-24T00:59:12.0088014Z [3574/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\embedding.cpp.obj 2025-01-24T00:59:12.3224199Z [3575/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\instancenorm.cpp.obj 2025-01-24T00:59:12.6728344Z [3576/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\normalization.cpp.obj 2025-01-24T00:59:12.8477028Z [3577/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\conv.cpp.obj 2025-01-24T00:59:13.1209853Z [3578/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\dropout.cpp.obj 2025-01-24T00:59:13.2134532Z [3579/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\linear.cpp.obj 2025-01-24T00:59:13.8847835Z [3580/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\padding.cpp.obj 2025-01-24T00:59:14.6263357Z [3581/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\pooling.cpp.obj 2025-01-24T00:59:15.0907295Z [3582/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\rnn.cpp.obj 2025-01-24T00:59:15.3647052Z [3583/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\vision.cpp.obj 2025-01-24T00:59:15.8005619Z [3584/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\transformer.cpp.obj 2025-01-24T00:59:16.0826373Z [3585/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adagrad.cpp.obj 2025-01-24T00:59:16.2327341Z [3586/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adam.cpp.obj 2025-01-24T00:59:16.3051003Z [3587/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adamw.cpp.obj 2025-01-24T00:59:16.8058301Z [3588/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\lr_scheduler.cpp.obj 2025-01-24T00:59:16.9662281Z [3589/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\step_lr.cpp.obj 2025-01-24T00:59:16.9952469Z [3590/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\lbfgs.cpp.obj 2025-01-24T00:59:17.0603291Z [3591/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\reduce_on_plateau_scheduler.cpp.obj 2025-01-24T00:59:17.4591179Z [3592/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\xpu.cpp.obj 2025-01-24T00:59:17.5646138Z [3593/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX2.cpp.obj 2025-01-24T00:59:17.5647210Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:17.5648519Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:17.5649916Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:17.6511605Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:17.6512705Z [3594/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\optimizer.cpp.obj 2025-01-24T00:59:18.1027831Z [3595/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX2.cpp.obj 2025-01-24T00:59:18.1029073Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:18.1030412Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:18.1031905Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:18.1505019Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:18.1506634Z [3596/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX2.cpp.obj 2025-01-24T00:59:18.1507819Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:18.1509072Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:18.1510706Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:18.2468426Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:18.2470376Z [3597/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\rmsprop.cpp.obj 2025-01-24T00:59:18.3797940Z [3598/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX2.cpp.obj 2025-01-24T00:59:18.3799450Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:18.3800902Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:18.3802673Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:18.5046687Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:18.5048107Z [3599/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\serialize.cpp.obj 2025-01-24T00:59:18.6201042Z [3600/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX2.cpp.obj 2025-01-24T00:59:18.6202481Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:18.6204821Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:18.6207046Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:18.9661541Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:18.9663609Z [3601/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\sgd.cpp.obj 2025-01-24T00:59:19.0408667Z [3602/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:19.0410724Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.0413080Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.0415498Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.0676590Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.0678820Z [3603/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:19.0680871Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.0683575Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.0686210Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.2380416Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.2381777Z [3604/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:19.2382953Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.2384378Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.2385717Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.4060526Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.4061876Z [3605/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:19.4063098Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.4065069Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.4068444Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.4431240Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.4432465Z [3606/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX2.cpp.obj 2025-01-24T00:59:19.4433632Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.4434891Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.4436210Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.5066112Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.5067497Z [3607/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:19.5068647Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.5070075Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.5071520Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.5290810Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.5292069Z [3608/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:19.5293143Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.5294665Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.5296058Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.8786572Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.8787984Z [3609/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:19.8789116Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.8790450Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.8791853Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.8971007Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.8972585Z [3610/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\input-archive.cpp.obj 2025-01-24T00:59:19.9782587Z [3611/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX2.cpp.obj 2025-01-24T00:59:19.9783857Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.9785123Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:19.9786609Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.0780469Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.0782527Z [3612/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\output-archive.cpp.obj 2025-01-24T00:59:20.1489079Z [3613/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:20.1490394Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.1491753Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.1493353Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.2778571Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.2780321Z [3614/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:20.2782285Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.2784551Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.2786982Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.4244937Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.4246519Z [3615/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:20.4247595Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.4248989Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.4250307Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.4345997Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.4348186Z [3616/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:20.4350125Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.4352455Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.4355160Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.4817414Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.4819291Z [3617/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:20.4821462Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.4823775Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.4826217Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.5732221Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.5734736Z [3618/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX2.cpp.obj 2025-01-24T00:59:20.5736671Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.5738971Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.5740346Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.6720066Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.6721360Z [3619/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:20.6722668Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.6723990Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.6725385Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.7247404Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.7249584Z [3620/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:20.7251607Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.7253963Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.7255783Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.8649738Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.8651109Z [3621/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:20.8652483Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.8653970Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:20.8655289Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.0040200Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.0042425Z [3622/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:21.0044458Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.0047564Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.0049570Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.0537133Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.0538458Z [3623/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:21.0539710Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.0541106Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.0543287Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.1236578Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.1238992Z [3624/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:21.1241246Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.1243634Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.1246155Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.3380828Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.3382165Z [3625/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:21.3383375Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.3384852Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.3386209Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.3569520Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.3571540Z [3626/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:21.3573649Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.3575991Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.3578526Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.3716531Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.3717933Z [3627/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:21.3719086Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.3720444Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.3721989Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.5716970Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.5718364Z [3628/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:21.5719505Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.5720811Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.5722168Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.5825252Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.5826408Z [3629/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:21.5827440Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.5828722Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.5830033Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.6747686Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.6748934Z [3630/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:21.6750024Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.6751344Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:21.6752653Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.6635256Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.6636636Z [3631/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:22.6637848Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.6639260Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.6640770Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.7344858Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.7346073Z [3632/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:22.7347359Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.7348614Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.7349928Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.8358604Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.8359827Z [3633/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:22.8360910Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.8362168Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.8363463Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.8598697Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.8599952Z [3634/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:22.8601116Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.8602344Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.8603692Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.8883993Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.8885405Z [3635/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:22.8886470Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.8887716Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.8889087Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.9025522Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.9026688Z [3636/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:22.9027908Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.9029427Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.9030721Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.9296760Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.9298040Z [3637/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX2.cpp.obj 2025-01-24T00:59:22.9299186Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.9300515Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:22.9301900Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.0193115Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.0194854Z [3638/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:23.0196784Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.0199444Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.0201866Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.2507659Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.2509770Z [3639/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:23.2511728Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.2514118Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.2515537Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.3857854Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.3859052Z [3640/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:23.3860177Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.3861427Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.3863081Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.4111272Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.4112676Z [3641/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:23.4113920Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.4115205Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.4116535Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.4379412Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.4381249Z [3642/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:23.4382942Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.4384890Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.4386549Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.6470560Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.6472789Z [3643/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:23.6474895Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.6477260Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.6479790Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.6757152Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.6759084Z [3644/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:23.6981096Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.6982352Z [3645/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:23.7210577Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.7212726Z [3646/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:23.7214982Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.7217361Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.7220000Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.8424472Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.8426647Z [3647/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:23.8428658Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.8431025Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.8433464Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.9251362Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.9252562Z [3648/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:23.9253620Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.9254949Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:23.9256270Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.3013132Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.3015245Z [3649/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:24.3017582Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.3019932Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.3022335Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.3476278Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.3478229Z [3650/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:24.3480002Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.3482085Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.3484495Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.4221025Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.4222328Z [3651/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:24.4329638Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.4330863Z [3652/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:24.4332019Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.4333362Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.4334804Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.4441078Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.4443219Z [3653/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:24.4444608Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.4446073Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.4449247Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.4451630Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.4453930Z 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-01-24T00:59:24.4456008Z 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-01-24T00:59:24.4456870Z with 2025-01-24T00:59:24.4457044Z [ 2025-01-24T00:59:24.4457223Z scalar_t=float, 2025-01-24T00:59:24.4458401Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-01-24T00:59:24.4459460Z ] 2025-01-24T00:59:24.4461161Z 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-01-24T00:59:24.4462425Z with 2025-01-24T00:59:24.4462656Z [ 2025-01-24T00:59:24.4462862Z scalar_t=float, 2025-01-24T00:59:24.4463561Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &), 2025-01-24T00:59:24.4464838Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-01-24T00:59:24.4465382Z ] 2025-01-24T00:59:24.4467475Z 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-01-24T00:59:24.4469617Z with 2025-01-24T00:59:24.4469848Z [ 2025-01-24T00:59:24.4470067Z scalar_t=scalar_t, 2025-01-24T00:59:24.4470340Z data_t=at::vec::AVX2::Vectorized, 2025-01-24T00:59:24.4471213Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-01-24T00:59:24.4472351Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-01-24T00:59:24.4472943Z ] 2025-01-24T00:59:24.4474718Z 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-01-24T00:59:24.4476457Z with 2025-01-24T00:59:24.4476640Z [ 2025-01-24T00:59:24.4476876Z scalar_t=scalar_t 2025-01-24T00:59:24.4477164Z ] 2025-01-24T00:59:24.4478881Z 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-01-24T00:59:24.4481451Z with 2025-01-24T00:59:24.4481758Z [ 2025-01-24T00:59:24.4482090Z scalar_t=scalar_t 2025-01-24T00:59:24.4482438Z ] 2025-01-24T00:59:24.4483787Z 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-01-24T00:59:24.4485455Z with 2025-01-24T00:59:24.4485627Z [ 2025-01-24T00:59:24.4485813Z scalar_t=scalar_t 2025-01-24T00:59:24.4486042Z ] 2025-01-24T00:59:24.5123647Z 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-01-24T00:59:24.5125113Z with 2025-01-24T00:59:24.5125388Z [ 2025-01-24T00:59:24.5125571Z scalar_t=scalar_t 2025-01-24T00:59:24.5125827Z ] 2025-01-24T00:59:24.5126786Z 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-01-24T00:59:24.5128326Z [3654/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:24.6143535Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.6146110Z [3655/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX2.cpp.obj 2025-01-24T00:59:24.6148089Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.6150340Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.6152838Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.7263210Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.7264572Z [3656/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:24.7265662Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.7266991Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.7268328Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.7497425Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:24.7499656Z [3657/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:25.0988199Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.0989443Z [3658/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:25.0990540Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.0991911Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.0994397Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.1790179Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.1791797Z 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-01-24T00:59:25.1792903Z [3659/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:25.1794144Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.1795389Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.1796893Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.1985684Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.1987111Z [3660/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:25.1988386Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.1989861Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.1991830Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.2585314Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.2586598Z [3661/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:25.2587737Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.2589042Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.2590468Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.3083909Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.3085283Z [3662/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX512.cpp.obj 2025-01-24T00:59:25.3156735Z [3663/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX2.cpp.obj 2025-01-24T00:59:25.3158039Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.3159285Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.3160893Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.3293181Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.3294689Z [3664/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX2.cpp.obj 2025-01-24T00:59:25.3295807Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.3297142Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.3298588Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.3897769Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.3899989Z [3665/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX2.cpp.obj 2025-01-24T00:59:25.3902007Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.3903462Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.3906291Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.7322068Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:25.7324276Z [3666/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX512.cpp.obj 2025-01-24T00:59:25.7449096Z [3667/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX512.cpp.obj 2025-01-24T00:59:25.8007530Z [3668/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX512.cpp.obj 2025-01-24T00:59:26.0592127Z [3669/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX512.cpp.obj 2025-01-24T00:59:26.1198446Z [3670/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:26.1892410Z [3671/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:26.2060275Z [3672/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:26.2449284Z [3673/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:26.2682471Z [3674/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX512.cpp.obj 2025-01-24T00:59:26.3079292Z [3675/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:26.6554466Z [3676/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:26.7260136Z [3677/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX512.cpp.obj 2025-01-24T00:59:26.8406329Z [3678/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:26.8886306Z [3679/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:27.0389964Z [3680/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:27.0511113Z [3681/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:27.1677979Z [3682/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:27.1748940Z [3683/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:27.4149755Z [3684/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:27.4169663Z [3685/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX512.cpp.obj 2025-01-24T00:59:27.4461317Z [3686/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:27.6146980Z [3687/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:27.6681079Z [3688/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:27.8360121Z [3689/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:27.9471102Z [3690/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:27.9704085Z [3691/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:28.0399587Z [3692/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:28.1388757Z [3693/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:28.1721213Z [3694/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:28.3775450Z [3695/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:28.3873276Z [3696/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:28.4275055Z [3697/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:28.4361797Z [3698/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:28.7604380Z [3699/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:28.8282544Z [3700/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:28.9731904Z [3701/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:28.9825333Z [3702/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:29.0278284Z [3703/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:29.1559668Z [3704/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX512.cpp.obj 2025-01-24T00:59:29.1628375Z [3705/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:29.2647439Z [3706/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:29.4131739Z [3707/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:29.5441464Z [3708/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:29.6419453Z [3709/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:29.6581769Z [3710/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:29.7442657Z [3711/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:29.7980411Z [3712/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:29.9307048Z [3713/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:29.9831976Z [3714/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:30.1390553Z [3715/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:30.4052122Z [3716/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:30.4053402Z 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-01-24T00:59:30.4054816Z 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-01-24T00:59:30.4055666Z with 2025-01-24T00:59:30.4055839Z [ 2025-01-24T00:59:30.4056025Z scalar_t=float, 2025-01-24T00:59:30.4056560Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-01-24T00:59:30.4057102Z ] 2025-01-24T00:59:30.4058308Z 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-01-24T00:59:30.4059511Z with 2025-01-24T00:59:30.4059693Z [ 2025-01-24T00:59:30.4059886Z scalar_t=float, 2025-01-24T00:59:30.4060461Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &), 2025-01-24T00:59:30.4061350Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-01-24T00:59:30.4061902Z ] 2025-01-24T00:59:30.4063911Z 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-01-24T00:59:30.4066221Z with 2025-01-24T00:59:30.4066435Z [ 2025-01-24T00:59:30.4066620Z scalar_t=scalar_t, 2025-01-24T00:59:30.4066956Z data_t=at::vec::AVX512::Vectorized, 2025-01-24T00:59:30.4067762Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-01-24T00:59:30.4069060Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-01-24T00:59:30.4069645Z ] 2025-01-24T00:59:30.4071385Z 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-01-24T00:59:30.4073228Z with 2025-01-24T00:59:30.4073403Z [ 2025-01-24T00:59:30.4073592Z scalar_t=scalar_t 2025-01-24T00:59:30.4073818Z ] 2025-01-24T00:59:30.4075521Z 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-01-24T00:59:30.4077127Z with 2025-01-24T00:59:30.4077306Z [ 2025-01-24T00:59:30.4077487Z scalar_t=scalar_t 2025-01-24T00:59:30.4077725Z ] 2025-01-24T00:59:30.4078926Z 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-01-24T00:59:30.4080985Z with 2025-01-24T00:59:30.4081333Z [ 2025-01-24T00:59:30.4081647Z scalar_t=scalar_t 2025-01-24T00:59:30.4082031Z ] 2025-01-24T00:59:30.4153922Z 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-01-24T00:59:30.4156400Z with 2025-01-24T00:59:30.4156744Z [ 2025-01-24T00:59:30.4157057Z scalar_t=scalar_t 2025-01-24T00:59:30.4157515Z ] 2025-01-24T00:59:30.4159243Z 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-01-24T00:59:30.4161837Z [3717/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:30.4860581Z [3718/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:30.4884705Z [3719/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:30.4986746Z [3720/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:30.7083639Z [3721/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX512.cpp.obj 2025-01-24T00:59:30.7860134Z [3722/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:30.7993326Z [3723/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:31.0048563Z [3724/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:31.0211365Z 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-01-24T00:59:31.0213489Z [3725/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:31.2661518Z [3726/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:31.2758572Z [3727/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:31.3330717Z [3728/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX512.cpp.obj 2025-01-24T00:59:31.3542410Z [3729/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX512.cpp.obj 2025-01-24T00:59:31.4587825Z [3730/7518] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX512.cpp.obj 2025-01-24T00:59:31.7083863Z [3731/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDAContext.cpp.obj 2025-01-24T00:59:31.9200064Z [3732/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CuSparseHandlePool.cpp.obj 2025-01-24T00:59:31.9908948Z [3733/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\EmptyTensor.cpp.obj 2025-01-24T00:59:32.1022984Z [3734/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDASparseDescriptors.cpp.obj 2025-01-24T00:59:32.1846178Z [3735/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CachingHostAllocator.cpp.obj 2025-01-24T00:59:32.2878335Z [3736/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\Exceptions.cpp.obj 2025-01-24T00:59:32.3628961Z [3737/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\llvm_basic.cpp.obj 2025-01-24T00:59:32.4963142Z [3738/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\llvm_complex.cpp.obj 2025-01-24T00:59:32.5295685Z [3739/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\PeerToPeerAccess.cpp.obj 2025-01-24T00:59:32.7863883Z [3740/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDAGraph.cpp.obj 2025-01-24T00:59:32.8351482Z [3741/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDAGeneratorImpl.cpp.obj 2025-01-24T00:59:32.8679553Z [3742/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\detail\LazyNVRTC.cpp.obj 2025-01-24T00:59:33.0821592Z [3743/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\detail\CUDAHooks.cpp.obj 2025-01-24T00:59:33.1777011Z [3744/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorCompare.cpp.obj 2025-01-24T00:59:33.3064707Z [3745/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Resize.cpp.obj 2025-01-24T00:59:33.4142394Z [3746/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SpectralOps.cpp.obj 2025-01-24T00:59:33.5083559Z [3747/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\ConvPlaceholders.cpp.obj 2025-01-24T00:59:33.7112033Z [3748/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\AffineGridGenerator.cpp.obj 2025-01-24T00:59:33.7937118Z [3749/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\BatchNorm.cpp.obj 2025-01-24T00:59:34.0136541Z [3750/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\ConvShared.cpp.obj 2025-01-24T00:59:34.1288372Z [3751/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\Conv_v7.cpp.obj 2025-01-24T00:59:34.3311871Z [3752/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\GridSampler.cpp.obj 2025-01-24T00:59:34.4398808Z [3753/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\LossCTC.cpp.obj 2025-01-24T00:59:34.4587891Z [3754/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\Conv_v8.cpp.obj 2025-01-24T00:59:34.7313881Z [3755/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\RNN.cpp.obj 2025-01-24T00:59:34.7420652Z [3756/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\miopen\BatchNorm_miopen.cpp.obj 2025-01-24T00:59:34.8963892Z [3757/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\miopen\Conv_miopen.cpp.obj 2025-01-24T00:59:35.0439463Z [3758/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\miopen\RNN_miopen.cpp.obj 2025-01-24T00:59:35.8984334Z [3759/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\BinaryOps.cpp.obj 2025-01-24T00:59:36.8057848Z [3760/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\MHA.cpp.obj 2025-01-24T00:59:37.0470883Z [3761/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorTransformerUtils.cpp.obj 2025-01-24T00:59:37.1233677Z [3762/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\Activation.cpp.obj 2025-01-24T00:59:37.8338527Z [3763/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\Conv.cpp.obj 2025-01-24T00:59:37.9075007Z [3764/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\ConvPrepack.cpp.obj 2025-01-24T00:59:37.9613926Z [3765/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\ConvUnpackImpl.cpp.obj 2025-01-24T00:59:38.7808365Z [3766/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\sdp_utils.cpp.obj 2025-01-24T00:59:38.9613365Z [3767/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\Linear.cpp.obj 2025-01-24T00:59:39.5071597Z [3768/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cudnn\Handle.cpp.obj 2025-01-24T00:59:39.5949131Z [3769/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\cuSPARSELtOps.cpp.obj 2025-01-24T00:59:39.7723529Z [3770/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\LinearPrepack.cpp.obj 2025-01-24T00:59:39.9402561Z [3771/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\LinearUnpackImpl.cpp.obj 2025-01-24T00:59:39.9898992Z [3772/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\Pooling.cpp.obj 2025-01-24T00:59:40.5959287Z [3773/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\distributed\c10d\reducer_cuda.cpp.obj 2025-01-24T00:59:40.7821607Z [3774/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.cpp.obj 2025-01-24T00:59:40.8714810Z [3775/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cudnn\AutocastRNN.cpp.obj 2025-01-24T00:59:41.4810675Z [3776/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\Sleep.cu.obj 2025-01-24T00:59:41.8192149Z Sleep.cu 2025-01-24T00:59:41.8192738Z tmpxft_00001548_00000000-7_Sleep.cudafe1.cpp 2025-01-24T00:59:41.8193853Z [3777/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cudnn\Descriptors.cpp.obj 2025-01-24T00:59:42.3752214Z [3778/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cudnn\Types.cpp.obj 2025-01-24T00:59:42.6865207Z [3779/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorFactories.cu.obj 2025-01-24T00:59:43.0523628Z TensorFactories.cu 2025-01-24T00:59:43.0524209Z tmpxft_000014c0_00000000-7_TensorFactories.cudafe1.cpp 2025-01-24T00:59:43.0525211Z [3780/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\detail\IndexUtils.cu.obj 2025-01-24T00:59:43.2174617Z IndexUtils.cu 2025-01-24T00:59:43.2174998Z tmpxft_00000fdc_00000000-7_IndexUtils.cudafe1.cpp 2025-01-24T00:59:43.2175629Z [3781/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\cub-RadixSortKeys.cu.obj 2025-01-24T00:59:43.2396535Z cub-RadixSortKeys.cu 2025-01-24T00:59:43.2398027Z tmpxft_00001754_00000000-7_cub-RadixSortKeys.cudafe1.cpp 2025-01-24T00:59:43.2399130Z [3782/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\cub.cu.obj 2025-01-24T00:59:43.3851572Z cub.cu 2025-01-24T00:59:43.3852034Z tmpxft_00001590_00000000-7_cub.cudafe1.cpp 2025-01-24T00:59:43.3853977Z [3783/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\cub-RadixSortPairs.cu.obj 2025-01-24T00:59:44.4333016Z cub-RadixSortPairs.cu 2025-01-24T00:59:44.4333421Z tmpxft_00001548_00000000-7_cub-RadixSortPairs.cudafe1.cpp 2025-01-24T00:59:44.4334051Z [3784/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\jiterator.cu.obj 2025-01-24T00:59:44.4398101Z jiterator.cu 2025-01-24T00:59:44.4398627Z tmpxft_00001668_00000000-7_jiterator.cudafe1.cpp 2025-01-24T00:59:44.4399793Z [3785/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AbsKernel.cu.obj 2025-01-24T00:59:44.6665801Z AbsKernel.cu 2025-01-24T00:59:44.6666324Z tmpxft_0000069c_00000000-7_AbsKernel.cudafe1.cpp 2025-01-24T00:59:44.6667387Z [3786/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationEluKernel.cu.obj 2025-01-24T00:59:45.1348982Z ActivationEluKernel.cu 2025-01-24T00:59:45.1349739Z tmpxft_00000914_00000000-7_ActivationEluKernel.cudafe1.cpp 2025-01-24T00:59:45.1350647Z [3787/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationGeluKernel.cu.obj 2025-01-24T00:59:45.2765567Z ActivationGeluKernel.cu 2025-01-24T00:59:45.2766294Z tmpxft_00001414_00000000-7_ActivationGeluKernel.cudafe1.cpp 2025-01-24T00:59:45.2767691Z [3788/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationGluKernel.cu.obj 2025-01-24T00:59:45.3345788Z ActivationGluKernel.cu 2025-01-24T00:59:45.3346884Z tmpxft_00000f84_00000000-7_ActivationGluKernel.cudafe1.cpp 2025-01-24T00:59:45.3348256Z [3789/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationHardshrinkKernel.cu.obj 2025-01-24T00:59:45.4442948Z ActivationHardshrinkKernel.cu 2025-01-24T00:59:45.4443762Z tmpxft_000007c4_00000000-7_ActivationHardshrinkKernel.cudafe1.cpp 2025-01-24T00:59:45.4445148Z [3790/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationHardsigmoidKernel.cu.obj 2025-01-24T00:59:46.4653052Z ActivationHardsigmoidKernel.cu 2025-01-24T00:59:46.4653558Z tmpxft_00001554_00000000-7_ActivationHardsigmoidKernel.cudafe1.cpp 2025-01-24T00:59:46.4654329Z [3791/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationHardtanhKernel.cu.obj 2025-01-24T00:59:46.5035497Z ActivationHardtanhKernel.cu 2025-01-24T00:59:46.5035982Z tmpxft_00000470_00000000-7_ActivationHardtanhKernel.cudafe1.cpp 2025-01-24T00:59:46.5036848Z [3792/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationHardswishKernel.cu.obj 2025-01-24T00:59:46.7267601Z ActivationHardswishKernel.cu 2025-01-24T00:59:46.7268421Z tmpxft_000007b4_00000000-7_ActivationHardswishKernel.cudafe1.cpp 2025-01-24T00:59:46.7269808Z [3793/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationLeakyReluKernel.cu.obj 2025-01-24T00:59:47.2768186Z ActivationLeakyReluKernel.cu 2025-01-24T00:59:47.2768683Z tmpxft_00000d38_00000000-7_ActivationLeakyReluKernel.cudafe1.cpp 2025-01-24T00:59:47.2769673Z [3794/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationLogSigmoidKernel.cu.obj 2025-01-24T00:59:47.3408848Z ActivationLogSigmoidKernel.cu 2025-01-24T00:59:47.3409375Z tmpxft_00000080_00000000-7_ActivationLogSigmoidKernel.cudafe1.cpp 2025-01-24T00:59:47.3410133Z [3795/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationPreluKernel.cu.obj 2025-01-24T00:59:47.3664834Z ActivationPreluKernel.cu 2025-01-24T00:59:47.3665812Z tmpxft_00000630_00000000-7_ActivationPreluKernel.cudafe1.cpp 2025-01-24T00:59:47.3667160Z [3796/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationMishKernel.cu.obj 2025-01-24T00:59:47.4824393Z ActivationMishKernel.cu 2025-01-24T00:59:47.4825466Z tmpxft_000011a4_00000000-7_ActivationMishKernel.cudafe1.cpp 2025-01-24T00:59:47.4826873Z [3797/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationSiluKernel.cu.obj 2025-01-24T00:59:48.5562719Z ActivationSiluKernel.cu 2025-01-24T00:59:48.5563336Z tmpxft_000014f4_00000000-7_ActivationSiluKernel.cudafe1.cpp 2025-01-24T00:59:48.5564400Z [3798/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationSoftshrinkKernel.cu.obj 2025-01-24T00:59:48.5597269Z ActivationSoftshrinkKernel.cu 2025-01-24T00:59:48.5598416Z tmpxft_00001198_00000000-7_ActivationSoftshrinkKernel.cudafe1.cpp 2025-01-24T00:59:48.5600038Z [3799/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationSoftplusKernel.cu.obj 2025-01-24T00:59:48.8549720Z ActivationSoftplusKernel.cu 2025-01-24T00:59:48.8550577Z tmpxft_00000360_00000000-7_ActivationSoftplusKernel.cudafe1.cpp 2025-01-24T00:59:48.8551962Z [3800/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationThresholdKernel.cu.obj 2025-01-24T00:59:49.9530728Z ActivationThresholdKernel.cu 2025-01-24T00:59:49.9531211Z tmpxft_00001394_00000000-7_ActivationThresholdKernel.cudafe1.cpp 2025-01-24T00:59:49.9531960Z [3801/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AdaptiveAveragePooling3d.cu.obj 2025-01-24T00:59:49.9666321Z AdaptiveAveragePooling3d.cu 2025-01-24T00:59:49.9666790Z tmpxft_00000f78_00000000-7_AdaptiveAveragePooling3d.cudafe1.cpp 2025-01-24T00:59:49.9667532Z [3802/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AdaptiveAveragePooling.cu.obj 2025-01-24T00:59:50.0086004Z AdaptiveAveragePooling.cu 2025-01-24T00:59:50.0086756Z tmpxft_00000cf8_00000000-7_AdaptiveAveragePooling.cudafe1.cpp 2025-01-24T00:59:50.0088056Z [3803/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AdaptiveMaxPooling2d.cu.obj 2025-01-24T00:59:50.1891620Z AdaptiveMaxPooling2d.cu 2025-01-24T00:59:50.1892352Z tmpxft_000007a8_00000000-7_AdaptiveMaxPooling2d.cudafe1.cpp 2025-01-24T00:59:50.1893628Z [3804/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AdaptiveMaxPooling3d.cu.obj 2025-01-24T00:59:51.0881240Z AdaptiveMaxPooling3d.cu 2025-01-24T00:59:51.0881934Z tmpxft_00001238_00000000-7_AdaptiveMaxPooling3d.cudafe1.cpp 2025-01-24T00:59:51.0883410Z [3805/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AveragePool2d.cu.obj 2025-01-24T00:59:51.1974920Z AveragePool2d.cu 2025-01-24T00:59:51.1975277Z tmpxft_000014ac_00000000-7_AveragePool2d.cudafe1.cpp 2025-01-24T00:59:51.1975951Z [3806/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AmpKernels.cu.obj 2025-01-24T00:59:51.3816376Z AmpKernels.cu 2025-01-24T00:59:51.3816692Z tmpxft_00001758_00000000-7_AmpKernels.cudafe1.cpp 2025-01-24T00:59:51.3817427Z [3807/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AveragePool3d.cu.obj 2025-01-24T00:59:51.8941071Z AveragePool3d.cu 2025-01-24T00:59:51.8941452Z tmpxft_00000c38_00000000-7_AveragePool3d.cudafe1.cpp 2025-01-24T00:59:51.8942162Z [3808/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryBitwiseOpsKernels.cu.obj 2025-01-24T00:59:51.9800921Z BinaryBitwiseOpsKernels.cu 2025-01-24T00:59:51.9801386Z tmpxft_00001748_00000000-7_BinaryBitwiseOpsKernels.cudafe1.cpp 2025-01-24T00:59:51.9802551Z [3809/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryDivFloorKernel.cu.obj 2025-01-24T00:59:52.1188072Z BinaryDivFloorKernel.cu 2025-01-24T00:59:52.1188884Z tmpxft_00001798_00000000-7_BinaryDivFloorKernel.cudafe1.cpp 2025-01-24T00:59:52.1190195Z [3810/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryDivTrueKernel.cu.obj 2025-01-24T00:59:52.2823994Z BinaryDivTrueKernel.cu 2025-01-24T00:59:52.2824690Z tmpxft_000011a4_00000000-7_BinaryDivTrueKernel.cudafe1.cpp 2025-01-24T00:59:52.2826657Z [3811/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryDivTruncKernel.cu.obj 2025-01-24T00:59:53.2188738Z BinaryDivTruncKernel.cu 2025-01-24T00:59:53.2189149Z tmpxft_000016a8_00000000-7_BinaryDivTruncKernel.cudafe1.cpp 2025-01-24T00:59:53.2189919Z [3812/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryGeometricKernels.cu.obj 2025-01-24T00:59:53.2758546Z BinaryGeometricKernels.cu 2025-01-24T00:59:53.4049797Z tmpxft_00000fac_00000000-7_BinaryGeometricKernels.cudafe1.cpp 2025-01-24T00:59:53.4050607Z [3813/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryLogicalOpsKernels.cu.obj 2025-01-24T00:59:53.4051261Z BinaryLogicalOpsKernels.cu 2025-01-24T00:59:53.4051669Z tmpxft_00000ce4_00000000-7_BinaryLogicalOpsKernels.cudafe1.cpp 2025-01-24T00:59:53.4052506Z [3814/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryMiscBackwardOpsKernels.cu.obj 2025-01-24T00:59:54.0614298Z BinaryMiscBackwardOpsKernels.cu 2025-01-24T00:59:54.0614776Z tmpxft_00001558_00000000-7_BinaryMiscBackwardOpsKernels.cudafe1.cpp 2025-01-24T00:59:54.0615558Z [3815/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryMiscOpsKernels.cu.obj 2025-01-24T00:59:54.0969229Z BinaryMiscOpsKernels.cu 2025-01-24T00:59:54.0969857Z tmpxft_000015ec_00000000-7_BinaryMiscOpsKernels.cudafe1.cpp 2025-01-24T00:59:54.0970971Z [3816/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryMulKernel.cu.obj 2025-01-24T00:59:54.2457040Z BinaryMulKernel.cu 2025-01-24T00:59:54.2457675Z tmpxft_0000172c_00000000-7_BinaryMulKernel.cudafe1.cpp 2025-01-24T00:59:54.2459114Z [3817/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryRemainderKernel.cu.obj 2025-01-24T00:59:54.3441575Z BinaryRemainderKernel.cu 2025-01-24T00:59:54.3442243Z tmpxft_000004e4_00000000-7_BinaryRemainderKernel.cudafe1.cpp 2025-01-24T00:59:54.3444044Z [3818/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryShiftOpsKernels.cu.obj 2025-01-24T00:59:55.7159973Z BinaryShiftOpsKernels.cu 2025-01-24T00:59:55.7160481Z tmpxft_0000106c_00000000-7_BinaryShiftOpsKernels.cudafe1.cpp 2025-01-24T00:59:55.7161395Z [3819/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CUDAScalar.cu.obj 2025-01-24T00:59:55.8306043Z CUDAScalar.cu 2025-01-24T00:59:55.8306587Z tmpxft_0000039c_00000000-7_CUDAScalar.cudafe1.cpp 2025-01-24T00:59:55.8307781Z [3820/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Bucketization.cu.obj 2025-01-24T00:59:56.0013076Z Bucketization.cu 2025-01-24T00:59:56.0013524Z tmpxft_0000150c_00000000-7_Bucketization.cudafe1.cpp 2025-01-24T00:59:56.0014150Z [3821/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Col2Im.cu.obj 2025-01-24T00:59:56.0475931Z Col2Im.cu 2025-01-24T00:59:56.0476391Z tmpxft_00000650_00000000-7_Col2Im.cudafe1.cpp 2025-01-24T00:59:56.0477488Z [3822/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CompareEQKernel.cu.obj 2025-01-24T00:59:56.2084067Z CompareEQKernel.cu 2025-01-24T00:59:56.2084704Z tmpxft_00000970_00000000-7_CompareEQKernel.cudafe1.cpp 2025-01-24T00:59:56.2085962Z [3823/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CompareKernels.cu.obj 2025-01-24T00:59:57.0208615Z CompareKernels.cu 2025-01-24T00:59:57.0209512Z tmpxft_00001108_00000000-7_CompareKernels.cudafe1.cpp 2025-01-24T00:59:57.0210577Z [3824/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ComplexKernel.cu.obj 2025-01-24T00:59:57.0506282Z ComplexKernel.cu 2025-01-24T00:59:57.0506870Z tmpxft_000016fc_00000000-7_ComplexKernel.cudafe1.cpp 2025-01-24T00:59:57.0508054Z [3825/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ConvolutionMM2d.cu.obj 2025-01-24T00:59:57.9636449Z ConvolutionMM2d.cu 2025-01-24T00:59:57.9636812Z tmpxft_00000484_00000000-7_ConvolutionMM2d.cudafe1.cpp 2025-01-24T00:59:57.9637483Z [3826/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CopysignKernel.cu.obj 2025-01-24T00:59:58.5110279Z CopysignKernel.cu 2025-01-24T00:59:58.5110645Z tmpxft_00001498_00000000-7_CopysignKernel.cudafe1.cpp 2025-01-24T00:59:58.5111315Z [3827/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Copy.cu.obj 2025-01-24T00:59:58.5223255Z Copy.cu 2025-01-24T00:59:58.5223712Z tmpxft_00000b64_00000000-7_Copy.cudafe1.cpp 2025-01-24T00:59:58.5224895Z [3828/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CumminmaxKernel.cu.obj 2025-01-24T00:59:58.5834412Z CumminmaxKernel.cu 2025-01-24T00:59:58.5870956Z tmpxft_00001790_00000000-7_CumminmaxKernel.cudafe1.cpp 2025-01-24T00:59:58.5872158Z [3829/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CrossKernel.cu.obj 2025-01-24T00:59:58.7491163Z CrossKernel.cu 2025-01-24T00:59:58.7491704Z tmpxft_00000988_00000000-7_CrossKernel.cudafe1.cpp 2025-01-24T00:59:58.7493124Z [3830/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CumprodKernel.cu.obj 2025-01-24T00:59:59.5828628Z CumprodKernel.cu 2025-01-24T00:59:59.5829225Z tmpxft_000013e0_00000000-7_CumprodKernel.cudafe1.cpp 2025-01-24T00:59:59.5830641Z [3831/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CumsumKernel.cu.obj 2025-01-24T00:59:59.8475441Z CumsumKernel.cu 2025-01-24T00:59:59.8475796Z tmpxft_000005d0_00000000-7_CumsumKernel.cudafe1.cpp 2025-01-24T00:59:59.8476451Z [3832/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DepthwiseConv2d.cu.obj 2025-01-24T01:00:00.6212482Z DepthwiseConv2d.cu 2025-01-24T01:00:00.6212860Z tmpxft_000014fc_00000000-7_DepthwiseConv2d.cudafe1.cpp 2025-01-24T01:00:00.6213543Z [3833/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DepthwiseConv3d.cu.obj 2025-01-24T01:00:01.1568613Z DepthwiseConv3d.cu 2025-01-24T01:00:01.1570421Z tmpxft_00000c50_00000000-7_DepthwiseConv3d.cudafe1.cpp 2025-01-24T01:00:01.1571150Z [3834/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistanceKernel.cu.obj 2025-01-24T01:00:01.1888083Z DistanceKernel.cu 2025-01-24T01:00:01.1888677Z tmpxft_00001704_00000000-7_DistanceKernel.cudafe1.cpp 2025-01-24T01:00:01.1889818Z [3835/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DilatedMaxPool2d.cu.obj 2025-01-24T01:00:01.2411212Z DilatedMaxPool2d.cu 2025-01-24T01:00:01.2411831Z tmpxft_000015e4_00000000-7_DilatedMaxPool2d.cudafe1.cpp 2025-01-24T01:00:01.2413038Z [3836/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DilatedMaxPool3d.cu.obj 2025-01-24T01:00:01.4880010Z DilatedMaxPool3d.cu 2025-01-24T01:00:01.4881027Z tmpxft_000014e0_00000000-7_DilatedMaxPool3d.cudafe1.cpp 2025-01-24T01:00:01.4882452Z [3837/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionBernoulli.cu.obj 2025-01-24T01:00:01.8291786Z DistributionBernoulli.cu 2025-01-24T01:00:01.8292530Z tmpxft_0000167c_00000000-7_DistributionBernoulli.cudafe1.cpp 2025-01-24T01:00:01.8294132Z [3838/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionCauchyKernel.cu.obj 2025-01-24T01:00:02.1920126Z DistributionCauchyKernel.cu 2025-01-24T01:00:02.1921095Z tmpxft_000015ec_00000000-7_DistributionCauchyKernel.cudafe1.cpp 2025-01-24T01:00:02.1922580Z [3839/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionExponentialKernel.cu.obj 2025-01-24T01:00:03.0412832Z DistributionExponentialKernel.cu 2025-01-24T01:00:03.0413732Z tmpxft_0000149c_00000000-7_DistributionExponentialKernel.cudafe1.cpp 2025-01-24T01:00:03.0415195Z [3840/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionGeometricKernel.cu.obj 2025-01-24T01:00:03.5512310Z DistributionGeometricKernel.cu 2025-01-24T01:00:03.5513110Z tmpxft_0000136c_00000000-7_DistributionGeometricKernel.cudafe1.cpp 2025-01-24T01:00:03.5514250Z [3841/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionNormal.cu.obj 2025-01-24T01:00:03.5938945Z DistributionNormal.cu 2025-01-24T01:00:03.5939386Z tmpxft_0000166c_00000000-7_DistributionNormal.cudafe1.cpp 2025-01-24T01:00:03.5940623Z [3842/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionLogNormalKernel.cu.obj 2025-01-24T01:00:03.6877475Z DistributionLogNormalKernel.cu 2025-01-24T01:00:03.6878368Z tmpxft_0000136c_00000000-7_DistributionLogNormalKernel.cudafe1.cpp 2025-01-24T01:00:03.6879958Z [3843/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionRandomKernel.cu.obj 2025-01-24T01:00:03.9158034Z DistributionRandomKernel.cu 2025-01-24T01:00:03.9158804Z tmpxft_00000990_00000000-7_DistributionRandomKernel.cudafe1.cpp 2025-01-24T01:00:03.9160067Z [3844/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionUniform.cu.obj 2025-01-24T01:00:04.3413092Z DistributionUniform.cu 2025-01-24T01:00:04.3413761Z tmpxft_00001090_00000000-7_DistributionUniform.cudafe1.cpp 2025-01-24T01:00:04.3415614Z [3845/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Distributions.cu.obj 2025-01-24T01:00:05.1804433Z Distributions.cu 2025-01-24T01:00:05.1805012Z tmpxft_0000171c_00000000-7_Distributions.cudafe1.cpp 2025-01-24T01:00:05.1806191Z [3846/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Dropout.cu.obj 2025-01-24T01:00:05.7461962Z Dropout.cu 2025-01-24T01:00:05.7462437Z tmpxft_00001358_00000000-7_Dropout.cudafe1.cpp 2025-01-24T01:00:05.7463604Z [3847/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FillKernel.cu.obj 2025-01-24T01:00:06.3534426Z FillKernel.cu 2025-01-24T01:00:06.3535217Z tmpxft_0000176c_00000000-7_FillKernel.cudafe1.cpp 2025-01-24T01:00:06.3536383Z [3848/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Embedding.cu.obj 2025-01-24T01:00:06.6565482Z Embedding.cu 2025-01-24T01:00:06.6565819Z tmpxft_00000f4c_00000000-7_Embedding.cudafe1.cpp 2025-01-24T01:00:06.6566518Z [3849/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\EmbeddingBackwardKernel.cu.obj 2025-01-24T01:00:06.7000851Z EmbeddingBackwardKernel.cu 2025-01-24T01:00:06.7001388Z tmpxft_0000053c_00000000-7_EmbeddingBackwardKernel.cudafe1.cpp 2025-01-24T01:00:06.7002205Z [3850/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FlattenIndicesKernel.cu.obj 2025-01-24T01:00:06.7205163Z FlattenIndicesKernel.cu 2025-01-24T01:00:06.7205857Z tmpxft_000014f8_00000000-7_FlattenIndicesKernel.cudafe1.cpp 2025-01-24T01:00:06.7207032Z [3851/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\EmbeddingBag.cu.obj 2025-01-24T01:00:06.9025430Z EmbeddingBag.cu 2025-01-24T01:00:06.9026135Z tmpxft_00000e8c_00000000-7_EmbeddingBag.cudafe1.cpp 2025-01-24T01:00:06.9027582Z [3852/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachBinaryOpList.cu.obj 2025-01-24T01:00:07.8008179Z ForeachBinaryOpList.cu 2025-01-24T01:00:07.8008578Z tmpxft_00001484_00000000-7_ForeachBinaryOpList.cudafe1.cpp 2025-01-24T01:00:07.8009290Z [3853/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachBinaryOpScalar.cu.obj 2025-01-24T01:00:08.2992946Z ForeachBinaryOpScalar.cu 2025-01-24T01:00:08.2993467Z tmpxft_00001780_00000000-7_ForeachBinaryOpScalar.cudafe1.cpp 2025-01-24T01:00:08.2994394Z [3854/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachBinaryOpScalarList.cu.obj 2025-01-24T01:00:09.0897219Z ForeachBinaryOpScalarList.cu 2025-01-24T01:00:09.0898001Z tmpxft_000005e4_00000000-7_ForeachBinaryOpScalarList.cudafe1.cpp 2025-01-24T01:00:09.0899344Z [3855/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachBinaryOpScalarTensor.cu.obj 2025-01-24T01:00:09.1923733Z ForeachBinaryOpScalarTensor.cu 2025-01-24T01:00:09.1924577Z tmpxft_00001618_00000000-7_ForeachBinaryOpScalarTensor.cudafe1.cpp 2025-01-24T01:00:09.1925946Z [3856/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachTernaryOp.cu.obj 2025-01-24T01:00:09.3072412Z ForeachTernaryOp.cu 2025-01-24T01:00:09.3072981Z tmpxft_000015d0_00000000-7_ForeachTernaryOp.cudafe1.cpp 2025-01-24T01:00:09.3074049Z [3857/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachPointwiseOp.cu.obj 2025-01-24T01:00:09.3763978Z ForeachPointwiseOp.cu 2025-01-24T01:00:09.3764642Z tmpxft_00001428_00000000-7_ForeachPointwiseOp.cudafe1.cpp 2025-01-24T01:00:09.3766021Z [3858/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachReduceOp.cu.obj 2025-01-24T01:00:09.5524654Z ForeachReduceOp.cu 2025-01-24T01:00:09.5525400Z tmpxft_000010c0_00000000-7_ForeachReduceOp.cudafe1.cpp 2025-01-24T01:00:09.5526114Z [3859/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachUnaryOp.cu.obj 2025-01-24T01:00:10.2645227Z ForeachUnaryOp.cu 2025-01-24T01:00:10.2645751Z tmpxft_00000420_00000000-7_ForeachUnaryOp.cudafe1.cpp 2025-01-24T01:00:10.2646782Z [3860/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FractionalMaxPool2d.cu.obj 2025-01-24T01:00:10.8392969Z FractionalMaxPool2d.cu 2025-01-24T01:00:10.8393374Z tmpxft_000002c0_00000000-7_FractionalMaxPool2d.cudafe1.cpp 2025-01-24T01:00:10.8394119Z [3861/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FractionalMaxPool3d.cu.obj 2025-01-24T01:00:11.1549488Z FractionalMaxPool3d.cu 2025-01-24T01:00:11.1550454Z tmpxft_0000162c_00000000-7_FractionalMaxPool3d.cudafe1.cpp 2025-01-24T01:00:11.1551981Z [3862/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FunctionOfAMatrixUtilsKernel.cu.obj 2025-01-24T01:00:11.3923216Z FunctionOfAMatrixUtilsKernel.cu 2025-01-24T01:00:11.3923741Z tmpxft_00001768_00000000-7_FunctionOfAMatrixUtilsKernel.cudafe1.cpp 2025-01-24T01:00:11.3924663Z [3863/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FusedAdamKernel.cu.obj 2025-01-24T01:00:11.5316536Z FusedAdamKernel.cu 2025-01-24T01:00:11.5317076Z tmpxft_00001478_00000000-7_FusedAdamKernel.cudafe1.cpp 2025-01-24T01:00:11.5318443Z [3864/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FusedAdamWKernel.cu.obj 2025-01-24T01:00:11.6433243Z FusedAdamWKernel.cu 2025-01-24T01:00:11.6433904Z tmpxft_000017ac_00000000-7_FusedAdamWKernel.cudafe1.cpp 2025-01-24T01:00:11.6435577Z [3865/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\GcdLcmKernel.cu.obj 2025-01-24T01:00:12.0320450Z GcdLcmKernel.cu 2025-01-24T01:00:12.0321018Z tmpxft_00000e38_00000000-7_GcdLcmKernel.cudafe1.cpp 2025-01-24T01:00:12.0323086Z [3866/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FusedSgdKernel.cu.obj 2025-01-24T01:00:12.2066548Z FusedSgdKernel.cu 2025-01-24T01:00:12.2067137Z tmpxft_00001320_00000000-7_FusedSgdKernel.cudafe1.cpp 2025-01-24T01:00:12.2068341Z [3867/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\GridSampler.cu.obj 2025-01-24T01:00:13.0199379Z GridSampler.cu 2025-01-24T01:00:13.0199920Z tmpxft_00001754_00000000-7_GridSampler.cudafe1.cpp 2025-01-24T01:00:13.0201034Z [3868/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\IGammaKernel.cu.obj 2025-01-24T01:00:13.5798001Z IGammaKernel.cu 2025-01-24T01:00:13.5798337Z tmpxft_00000fc0_00000000-7_IGammaKernel.cudafe1.cpp 2025-01-24T01:00:13.5799009Z [3869/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\IndexKernel.cu.obj 2025-01-24T01:00:13.7031852Z IndexKernel.cu 2025-01-24T01:00:13.7032387Z tmpxft_000006a8_00000000-7_IndexKernel.cudafe1.cpp 2025-01-24T01:00:13.7033581Z [3870/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Im2Col.cu.obj 2025-01-24T01:00:14.0396241Z Im2Col.cu 2025-01-24T01:00:14.0396616Z tmpxft_00001290_00000000-7_Im2Col.cudafe1.cpp 2025-01-24T01:00:14.0397315Z [3871/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Lerp.cu.obj 2025-01-24T01:00:14.4822613Z Lerp.cu 2025-01-24T01:00:14.4822990Z tmpxft_00000ce4_00000000-7_Lerp.cudafe1.cpp 2025-01-24T01:00:14.4824076Z [3872/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Indexing.cu.obj 2025-01-24T01:00:14.5374108Z Indexing.cu 2025-01-24T01:00:14.5374600Z tmpxft_00001028_00000000-7_Indexing.cudafe1.cpp 2025-01-24T01:00:14.5375670Z [3873/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LinearAlgebra.cu.obj 2025-01-24T01:00:15.0798916Z LinearAlgebra.cu 2025-01-24T01:00:15.0799336Z tmpxft_00001738_00000000-7_LinearAlgebra.cudafe1.cpp 2025-01-24T01:00:15.0800466Z [3874/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LogAddExpKernel.cu.obj 2025-01-24T01:00:15.1810089Z LogAddExpKernel.cu 2025-01-24T01:00:15.1810711Z tmpxft_000010a0_00000000-7_LogAddExpKernel.cudafe1.cpp 2025-01-24T01:00:15.1811987Z [3875/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LegacyThrustHelpers.cu.obj 2025-01-24T01:00:16.1444379Z LegacyThrustHelpers.cu 2025-01-24T01:00:16.1444779Z tmpxft_000011fc_00000000-7_LegacyThrustHelpers.cudafe1.cpp 2025-01-24T01:00:16.1445537Z [3876/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LogcumsumexpKernel.cu.obj 2025-01-24T01:00:16.5664575Z LogcumsumexpKernel.cu 2025-01-24T01:00:16.5664971Z tmpxft_00000364_00000000-7_LogcumsumexpKernel.cudafe1.cpp 2025-01-24T01:00:16.5665674Z [3877/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Loss.cu.obj 2025-01-24T01:00:16.6328833Z Loss.cu 2025-01-24T01:00:16.6329316Z tmpxft_000013b4_00000000-7_Loss.cudafe1.cpp 2025-01-24T01:00:16.6330472Z [3878/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MaxMinElementwiseKernel.cu.obj 2025-01-24T01:00:16.6769333Z MaxMinElementwiseKernel.cu 2025-01-24T01:00:16.6770114Z tmpxft_0000111c_00000000-7_MaxMinElementwiseKernel.cudafe1.cpp 2025-01-24T01:00:16.6771367Z [3879/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LossCTC.cu.obj 2025-01-24T01:00:17.2078835Z LossCTC.cu 2025-01-24T01:00:17.2079322Z tmpxft_0000126c_00000000-7_LossCTC.cudafe1.cpp 2025-01-24T01:00:17.2080472Z [3880/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MaxUnpooling.cu.obj 2025-01-24T01:00:17.8947866Z MaxUnpooling.cu 2025-01-24T01:00:17.8948395Z tmpxft_000011e8_00000000-7_MaxUnpooling.cudafe1.cpp 2025-01-24T01:00:17.8950276Z [3881/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MultiLabelMarginCriterion.cu.obj 2025-01-24T01:00:18.7428036Z MultiLabelMarginCriterion.cu 2025-01-24T01:00:18.7428801Z tmpxft_000009f4_00000000-7_MultiLabelMarginCriterion.cudafe1.cpp 2025-01-24T01:00:18.7430068Z [3882/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MultiMarginLoss.cu.obj 2025-01-24T01:00:19.3287292Z MultiMarginLoss.cu 2025-01-24T01:00:19.3287720Z tmpxft_000001d0_00000000-7_MultiMarginLoss.cudafe1.cpp 2025-01-24T01:00:19.3288414Z [3883/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\NLLLoss2d.cu.obj 2025-01-24T01:00:19.4326220Z NLLLoss2d.cu 2025-01-24T01:00:19.4326758Z tmpxft_00001528_00000000-7_NLLLoss2d.cudafe1.cpp 2025-01-24T01:00:19.4328133Z [3884/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\NaiveConvolutionTranspose2d.cu.obj 2025-01-24T01:00:19.4599755Z NaiveConvolutionTranspose2d.cu 2025-01-24T01:00:19.4600580Z tmpxft_00001760_00000000-7_NaiveConvolutionTranspose2d.cudafe1.cpp 2025-01-24T01:00:19.4601880Z [3885/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MultinomialKernel.cu.obj 2025-01-24T01:00:19.7605586Z MultinomialKernel.cu 2025-01-24T01:00:19.7606298Z tmpxft_0000134c_00000000-7_MultinomialKernel.cudafe1.cpp 2025-01-24T01:00:19.7607687Z [3886/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\NaiveConvolutionTranspose3d.cu.obj 2025-01-24T01:00:20.4590335Z NaiveConvolutionTranspose3d.cu 2025-01-24T01:00:20.4591316Z tmpxft_00001548_00000000-7_NaiveConvolutionTranspose3d.cudafe1.cpp 2025-01-24T01:00:20.4592366Z [3887/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\NaiveDilatedConvolution.cu.obj 2025-01-24T01:00:21.4672081Z NaiveDilatedConvolution.cu 2025-01-24T01:00:21.4672755Z tmpxft_00001274_00000000-7_NaiveDilatedConvolution.cudafe1.cpp 2025-01-24T01:00:21.4673863Z [3888/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\PointwiseOpsKernel.cu.obj 2025-01-24T01:00:21.5178509Z PointwiseOpsKernel.cu 2025-01-24T01:00:21.5178891Z tmpxft_00000ac8_00000000-7_PointwiseOpsKernel.cudafe1.cpp 2025-01-24T01:00:21.5179558Z [3889/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\PowKernel.cu.obj 2025-01-24T01:00:21.6279602Z PowKernel.cu 2025-01-24T01:00:21.6280116Z tmpxft_00000f34_00000000-7_PowKernel.cudafe1.cpp 2025-01-24T01:00:21.6281247Z [3890/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Nonzero.cu.obj 2025-01-24T01:00:22.0150326Z Nonzero.cu 2025-01-24T01:00:22.0150619Z tmpxft_00000688_00000000-7_Nonzero.cudafe1.cpp 2025-01-24T01:00:22.0152573Z [3891/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MixedDtypesLinear.cu.obj 2025-01-24T01:00:22.2084009Z MixedDtypesLinear.cu 2025-01-24T01:00:22.2084980Z tmpxft_00000280_00000000-7_MixedDtypesLinear.cudafe1.cpp 2025-01-24T01:00:22.2086436Z [3892/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Normalization.cu.obj 2025-01-24T01:00:22.3819343Z Normalization.cu 2025-01-24T01:00:22.3820547Z tmpxft_000012f4_00000000-7_Normalization.cudafe1.cpp 2025-01-24T01:00:22.3822660Z [3893/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RNN.cu.obj 2025-01-24T01:00:23.3324252Z RNN.cu 2025-01-24T01:00:23.3324523Z tmpxft_000017ac_00000000-7_RNN.cudafe1.cpp 2025-01-24T01:00:23.3325134Z [3894/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Randperm.cu.obj 2025-01-24T01:00:23.7306490Z Randperm.cu 2025-01-24T01:00:23.7306825Z tmpxft_00001070_00000000-7_Randperm.cudafe1.cpp 2025-01-24T01:00:23.7307438Z [3895/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Reduce.cu.obj 2025-01-24T01:00:23.7768293Z Reduce.cu 2025-01-24T01:00:23.7769025Z tmpxft_00001724_00000000-7_Reduce.cudafe1.cpp 2025-01-24T01:00:23.7770160Z [3896/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RecordStream.cu.obj 2025-01-24T01:00:24.0140582Z RecordStream.cu 2025-01-24T01:00:24.0141134Z tmpxft_00001404_00000000-7_RecordStream.cudafe1.cpp 2025-01-24T01:00:24.0142380Z [3897/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceAMinMaxKernel.cu.obj 2025-01-24T01:00:24.0258492Z ReduceAMinMaxKernel.cu 2025-01-24T01:00:24.0259796Z tmpxft_000014cc_00000000-7_ReduceAMinMaxKernel.cudafe1.cpp 2025-01-24T01:00:24.0261376Z [3898/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RangeFactories.cu.obj 2025-01-24T01:00:24.3071657Z RangeFactories.cu 2025-01-24T01:00:24.3072213Z tmpxft_00000d70_00000000-7_RangeFactories.cudafe1.cpp 2025-01-24T01:00:24.3073764Z [3899/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceArgMaxKernel.cu.obj 2025-01-24T01:00:24.4082713Z ReduceArgMaxKernel.cu 2025-01-24T01:00:24.4083957Z tmpxft_00001780_00000000-7_ReduceArgMaxKernel.cudafe1.cpp 2025-01-24T01:00:24.4085254Z [3900/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceArgMinKernel.cu.obj 2025-01-24T01:00:25.4545095Z ReduceArgMinKernel.cu 2025-01-24T01:00:25.4545511Z tmpxft_000011a8_00000000-7_ReduceArgMinKernel.cudafe1.cpp 2025-01-24T01:00:25.4546194Z [3901/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceLogicKernel.cu.obj 2025-01-24T01:00:25.8192244Z ReduceLogicKernel.cu 2025-01-24T01:00:25.8192658Z tmpxft_0000091c_00000000-7_ReduceLogicKernel.cudafe1.cpp 2025-01-24T01:00:25.8195387Z [3902/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceMaxValuesKernel.cu.obj 2025-01-24T01:00:25.9418695Z ReduceMaxValuesKernel.cu 2025-01-24T01:00:25.9419407Z tmpxft_00000aa8_00000000-7_ReduceMaxValuesKernel.cudafe1.cpp 2025-01-24T01:00:25.9420781Z [3903/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceMinValuesKernel.cu.obj 2025-01-24T01:00:26.0862852Z ReduceMinValuesKernel.cu 2025-01-24T01:00:26.0863434Z tmpxft_00001518_00000000-7_ReduceMinValuesKernel.cudafe1.cpp 2025-01-24T01:00:26.0864723Z [3904/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceMomentKernel.cu.obj 2025-01-24T01:00:26.1864306Z ReduceMomentKernel.cu 2025-01-24T01:00:26.1864710Z tmpxft_00001500_00000000-7_ReduceMomentKernel.cudafe1.cpp 2025-01-24T01:00:26.1865903Z [3905/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceNormKernel.cu.obj 2025-01-24T01:00:26.3344905Z ReduceNormKernel.cu 2025-01-24T01:00:26.3345340Z tmpxft_00000690_00000000-7_ReduceNormKernel.cudafe1.cpp 2025-01-24T01:00:26.3346018Z [3906/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceSumProdKernel.cu.obj 2025-01-24T01:00:26.9954444Z ReduceSumProdKernel.cu 2025-01-24T01:00:26.9955848Z tmpxft_000009f4_00000000-7_ReduceSumProdKernel.cudafe1.cpp 2025-01-24T01:00:26.9957130Z [3907/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReflectionPad.cu.obj 2025-01-24T01:00:27.5536566Z ReflectionPad.cu 2025-01-24T01:00:27.5537131Z tmpxft_000011fc_00000000-7_ReflectionPad.cudafe1.cpp 2025-01-24T01:00:27.5538317Z [3908/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RenormKernel.cu.obj 2025-01-24T01:00:28.4983832Z RenormKernel.cu 2025-01-24T01:00:28.4984244Z tmpxft_00000104_00000000-7_RenormKernel.cudafe1.cpp 2025-01-24T01:00:28.4984931Z [3909/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Repeat.cu.obj 2025-01-24T01:00:28.6468891Z Repeat.cu 2025-01-24T01:00:28.6469406Z tmpxft_00000530_00000000-7_Repeat.cudafe1.cpp 2025-01-24T01:00:28.6470948Z [3910/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReplicationPadding.cu.obj 2025-01-24T01:00:28.6828571Z ReplicationPadding.cu 2025-01-24T01:00:28.6828962Z tmpxft_000014e4_00000000-7_ReplicationPadding.cudafe1.cpp 2025-01-24T01:00:28.6829753Z [3911/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RowwiseScaledMM.cu.obj 2025-01-24T01:00:29.0709522Z RowwiseScaledMM.cu 2025-01-24T01:00:29.0710130Z tmpxft_000012e4_00000000-7_RowwiseScaledMM.cudafe1.cpp 2025-01-24T01:00:29.0711890Z [3912/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ScatterGatherKernel.cu.obj 2025-01-24T01:00:29.2592765Z ScatterGatherKernel.cu 2025-01-24T01:00:29.2593476Z tmpxft_000012cc_00000000-7_ScatterGatherKernel.cudafe1.cpp 2025-01-24T01:00:29.2594566Z [3913/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RreluWithNoise.cu.obj 2025-01-24T01:00:30.1769448Z RreluWithNoise.cu 2025-01-24T01:00:30.1769844Z tmpxft_00000d80_00000000-7_RreluWithNoise.cudafe1.cpp 2025-01-24T01:00:30.1770503Z [3914/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SegmentReduce.cu.obj 2025-01-24T01:00:30.1807523Z SegmentReduce.cu 2025-01-24T01:00:30.1808168Z tmpxft_00000360_00000000-7_SegmentReduce.cudafe1.cpp 2025-01-24T01:00:30.1809411Z [3915/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Shape.cu.obj 2025-01-24T01:00:31.1327705Z Shape.cu 2025-01-24T01:00:31.1327982Z tmpxft_000011f8_00000000-7_Shape.cudafe1.cpp 2025-01-24T01:00:31.1328591Z [3916/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SoftMax.cu.obj 2025-01-24T01:00:31.2041993Z SoftMax.cu 2025-01-24T01:00:31.2042295Z tmpxft_000005a8_00000000-7_SoftMax.cudafe1.cpp 2025-01-24T01:00:31.2042882Z [3917/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Sort.cu.obj 2025-01-24T01:00:31.3579293Z Sort.cu 2025-01-24T01:00:31.3579776Z tmpxft_00000e28_00000000-7_Sort.cudafe1.cpp 2025-01-24T01:00:31.3580864Z [3918/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Sorting.cu.obj 2025-01-24T01:00:31.5626414Z Sorting.cu 2025-01-24T01:00:31.5626891Z tmpxft_00001028_00000000-7_Sorting.cudafe1.cpp 2025-01-24T01:00:31.5627982Z [3919/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SortStable.cu.obj 2025-01-24T01:00:31.6282660Z SortStable.cu 2025-01-24T01:00:31.6283192Z tmpxft_00000548_00000000-7_SortStable.cudafe1.cpp 2025-01-24T01:00:31.6285121Z [3920/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SortImpl.cu.obj 2025-01-24T01:00:32.3885784Z SortImpl.cu 2025-01-24T01:00:32.3886088Z tmpxft_000015dc_00000000-7_SortImpl.cudafe1.cpp 2025-01-24T01:00:32.3886693Z [3921/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SparseMM.cu.obj 2025-01-24T01:00:32.8429986Z SparseMM.cu 2025-01-24T01:00:32.8430316Z tmpxft_00000514_00000000-7_SparseMM.cudafe1.cpp 2025-01-24T01:00:32.8431165Z [3922/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SparseBinaryOpIntersectionKernel.cu.obj 2025-01-24T01:00:33.1330103Z SparseBinaryOpIntersectionKernel.cu 2025-01-24T01:00:33.1331078Z tmpxft_00000404_00000000-7_SparseBinaryOpIntersectionKernel.cudafe1.cpp 2025-01-24T01:00:33.1332483Z [3923/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SpectralOps.cu.obj 2025-01-24T01:00:33.3156718Z SpectralOps.cu 2025-01-24T01:00:33.3157154Z tmpxft_0000109c_00000000-7_SpectralOps.cudafe1.cpp 2025-01-24T01:00:33.3157873Z [3924/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\StepKernel.cu.obj 2025-01-24T01:00:33.6688763Z StepKernel.cu 2025-01-24T01:00:33.6689276Z tmpxft_00000744_00000000-7_StepKernel.cudafe1.cpp 2025-01-24T01:00:33.6691129Z [3925/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorCompare.cu.obj 2025-01-24T01:00:34.2110974Z TensorCompare.cu 2025-01-24T01:00:34.2111516Z tmpxft_00000c0c_00000000-7_TensorCompare.cudafe1.cpp 2025-01-24T01:00:34.2112629Z [3926/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SummaryOps.cu.obj 2025-01-24T01:00:34.6500183Z SummaryOps.cu 2025-01-24T01:00:34.6500584Z tmpxft_00000c4c_00000000-7_SummaryOps.cudafe1.cpp 2025-01-24T01:00:34.6501292Z [3927/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorModeKernel.cu.obj 2025-01-24T01:00:35.1591143Z TensorModeKernel.cu 2025-01-24T01:00:35.1591758Z tmpxft_00001204_00000000-7_TensorModeKernel.cudafe1.cpp 2025-01-24T01:00:35.1592895Z [3928/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorShape.cu.obj 2025-01-24T01:00:35.4086391Z TensorShape.cu 2025-01-24T01:00:35.4086915Z tmpxft_000012e8_00000000-7_TensorShape.cudafe1.cpp 2025-01-24T01:00:35.4088103Z [3929/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorTopK.cu.obj 2025-01-24T01:00:35.6633277Z TensorTopK.cu 2025-01-24T01:00:35.6633832Z tmpxft_000014e4_00000000-7_TensorTopK.cudafe1.cpp 2025-01-24T01:00:35.6635122Z [3930/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryComplexKernels.cu.obj 2025-01-24T01:00:35.7434144Z UnaryComplexKernels.cu 2025-01-24T01:00:35.7434868Z tmpxft_000017bc_00000000-7_UnaryComplexKernels.cudafe1.cpp 2025-01-24T01:00:35.7436192Z [3931/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorTransformations.cu.obj 2025-01-24T01:00:35.9273828Z TensorTransformations.cu 2025-01-24T01:00:35.9274586Z tmpxft_00000fb4_00000000-7_TensorTransformations.cudafe1.cpp 2025-01-24T01:00:35.9275860Z [3932/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TriangularOps.cu.obj 2025-01-24T01:00:36.2289135Z TriangularOps.cu 2025-01-24T01:00:36.2289725Z tmpxft_00001438_00000000-7_TriangularOps.cudafe1.cpp 2025-01-24T01:00:36.2290953Z [3933/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryFractionKernels.cu.obj 2025-01-24T01:00:36.7234808Z UnaryFractionKernels.cu 2025-01-24T01:00:36.7235490Z tmpxft_0000166c_00000000-7_UnaryFractionKernels.cudafe1.cpp 2025-01-24T01:00:36.7236745Z [3934/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGammaKernels.cu.obj 2025-01-24T01:00:37.3398146Z UnaryGammaKernels.cu 2025-01-24T01:00:37.3398537Z tmpxft_000004dc_00000000-7_UnaryGammaKernels.cudafe1.cpp 2025-01-24T01:00:37.3399498Z [3935/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAcosKernel.cu.obj 2025-01-24T01:00:37.5139588Z UnaryGeometricAcosKernel.cu 2025-01-24T01:00:37.5140145Z tmpxft_000015c8_00000000-7_UnaryGeometricAcosKernel.cudafe1.cpp 2025-01-24T01:00:37.5141414Z [3936/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAcoshKernel.cu.obj 2025-01-24T01:00:37.8414028Z UnaryGeometricAcoshKernel.cu 2025-01-24T01:00:37.8414549Z tmpxft_00000db0_00000000-7_UnaryGeometricAcoshKernel.cudafe1.cpp 2025-01-24T01:00:37.8415390Z [3937/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAsinKernel.cu.obj 2025-01-24T01:00:37.9103879Z UnaryGeometricAsinKernel.cu 2025-01-24T01:00:37.9104612Z tmpxft_00000848_00000000-7_UnaryGeometricAsinKernel.cudafe1.cpp 2025-01-24T01:00:37.9105885Z [3938/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAsinhKernel.cu.obj 2025-01-24T01:00:37.9743895Z UnaryGeometricAsinhKernel.cu 2025-01-24T01:00:37.9744654Z tmpxft_000004a4_00000000-7_UnaryGeometricAsinhKernel.cudafe1.cpp 2025-01-24T01:00:37.9746212Z [3939/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAtanKernel.cu.obj 2025-01-24T01:00:38.2638675Z UnaryGeometricAtanKernel.cu 2025-01-24T01:00:38.2639460Z tmpxft_00000600_00000000-7_UnaryGeometricAtanKernel.cudafe1.cpp 2025-01-24T01:00:38.2640908Z [3940/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAtanhKernel.cu.obj 2025-01-24T01:00:38.8223761Z UnaryGeometricAtanhKernel.cu 2025-01-24T01:00:38.8224865Z tmpxft_00000d50_00000000-7_UnaryGeometricAtanhKernel.cudafe1.cpp 2025-01-24T01:00:38.8227248Z [3941/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricCosKernel.cu.obj 2025-01-24T01:00:39.4229689Z UnaryGeometricCosKernel.cu 2025-01-24T01:00:39.4230577Z tmpxft_00000b90_00000000-7_UnaryGeometricCosKernel.cudafe1.cpp 2025-01-24T01:00:39.4231977Z [3942/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricCoshKernel.cu.obj 2025-01-24T01:00:39.6185745Z UnaryGeometricCoshKernel.cu 2025-01-24T01:00:39.6186241Z tmpxft_00000dd0_00000000-7_UnaryGeometricCoshKernel.cudafe1.cpp 2025-01-24T01:00:39.6186996Z [3943/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricSinKernel.cu.obj 2025-01-24T01:00:39.9400215Z UnaryGeometricSinKernel.cu 2025-01-24T01:00:39.9400695Z tmpxft_0000167c_00000000-7_UnaryGeometricSinKernel.cudafe1.cpp 2025-01-24T01:00:39.9401491Z [3944/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricSinhKernel.cu.obj 2025-01-24T01:00:39.9701854Z UnaryGeometricSinhKernel.cu 2025-01-24T01:00:39.9702885Z tmpxft_000004c8_00000000-7_UnaryGeometricSinhKernel.cudafe1.cpp 2025-01-24T01:00:39.9704433Z [3945/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricTanKernel.cu.obj 2025-01-24T01:00:40.0566369Z UnaryGeometricTanKernel.cu 2025-01-24T01:00:40.0567178Z tmpxft_00001730_00000000-7_UnaryGeometricTanKernel.cudafe1.cpp 2025-01-24T01:00:40.0568449Z [3946/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricTanhKernel.cu.obj 2025-01-24T01:00:40.3036116Z UnaryGeometricTanhKernel.cu 2025-01-24T01:00:40.3037806Z tmpxft_00000de4_00000000-7_UnaryGeometricTanhKernel.cudafe1.cpp 2025-01-24T01:00:40.3039144Z [3947/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryLogKernels.cu.obj 2025-01-24T01:00:40.9345657Z UnaryLogKernels.cu 2025-01-24T01:00:40.9346089Z tmpxft_00000cbc_00000000-7_UnaryLogKernels.cudafe1.cpp 2025-01-24T01:00:40.9346932Z [3948/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryOpsKernel.cu.obj 2025-01-24T01:00:41.5631215Z UnaryOpsKernel.cu 2025-01-24T01:00:41.5631806Z tmpxft_00001700_00000000-7_UnaryOpsKernel.cudafe1.cpp 2025-01-24T01:00:41.5633047Z [3949/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnarySignKernels.cu.obj 2025-01-24T01:00:41.8193137Z UnarySignKernels.cu 2025-01-24T01:00:41.8193764Z tmpxft_00001728_00000000-7_UnarySignKernels.cudafe1.cpp 2025-01-24T01:00:41.8195076Z [3950/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnarySpecialOpsKernel.cu.obj 2025-01-24T01:00:42.5799832Z UnarySpecialOpsKernel.cu 2025-01-24T01:00:42.5800252Z tmpxft_00000428_00000000-7_UnarySpecialOpsKernel.cudafe1.cpp 2025-01-24T01:00:42.5800984Z [3951/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnfoldBackwardKernel.cu.obj 2025-01-24T01:00:42.6282747Z UnfoldBackwardKernel.cu 2025-01-24T01:00:42.6283157Z tmpxft_00000610_00000000-7_UnfoldBackwardKernel.cudafe1.cpp 2025-01-24T01:00:42.6284096Z [3952/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleBicubic2d.cu.obj 2025-01-24T01:00:42.9827132Z UpSampleBicubic2d.cu 2025-01-24T01:00:42.9827815Z tmpxft_00000b64_00000000-7_UpSampleBicubic2d.cudafe1.cpp 2025-01-24T01:00:42.9829360Z [3953/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleBilinear2d.cu.obj 2025-01-24T01:00:43.2274924Z UpSampleBilinear2d.cu 2025-01-24T01:00:43.2275386Z tmpxft_0000176c_00000000-7_UpSampleBilinear2d.cudafe1.cpp 2025-01-24T01:00:43.2276138Z [3954/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UniqueCub.cu.obj 2025-01-24T01:00:43.4898961Z UniqueCub.cu 2025-01-24T01:00:43.4899292Z tmpxft_00001510_00000000-7_UniqueCub.cudafe1.cpp 2025-01-24T01:00:43.4900266Z [3955/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleLinear1d.cu.obj 2025-01-24T01:00:44.0789002Z UpSampleLinear1d.cu 2025-01-24T01:00:44.0789613Z tmpxft_000016b8_00000000-7_UpSampleLinear1d.cudafe1.cpp 2025-01-24T01:00:44.0791247Z [3956/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleNearest1d.cu.obj 2025-01-24T01:00:44.5634742Z UpSampleNearest1d.cu 2025-01-24T01:00:44.5635150Z tmpxft_0000109c_00000000-7_UpSampleNearest1d.cudafe1.cpp 2025-01-24T01:00:44.5635839Z [3957/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleNearest2d.cu.obj 2025-01-24T01:00:45.2324364Z UpSampleNearest2d.cu 2025-01-24T01:00:45.2324741Z tmpxft_000008f8_00000000-7_UpSampleNearest2d.cudafe1.cpp 2025-01-24T01:00:45.2325521Z [3958/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleTrilinear3d.cu.obj 2025-01-24T01:00:45.2616994Z UpSampleTrilinear3d.cu 2025-01-24T01:00:45.2617474Z tmpxft_000002e0_00000000-7_UpSampleTrilinear3d.cudafe1.cpp 2025-01-24T01:00:45.2619814Z [3959/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleNearest3d.cu.obj 2025-01-24T01:00:45.5384031Z UpSampleNearest3d.cu 2025-01-24T01:00:45.5384674Z tmpxft_000006d4_00000000-7_UpSampleNearest3d.cudafe1.cpp 2025-01-24T01:00:45.5386084Z [3960/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ValidateCompressedIndicesKernel.cu.obj 2025-01-24T01:00:45.5950090Z ValidateCompressedIndicesKernel.cu 2025-01-24T01:00:45.5950985Z tmpxft_00000748_00000000-7_ValidateCompressedIndicesKernel.cudafe1.cpp 2025-01-24T01:00:45.5952342Z [3961/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ZetaKernel.cu.obj 2025-01-24T01:00:45.7910609Z ZetaKernel.cu 2025-01-24T01:00:45.7911168Z tmpxft_00000f4c_00000000-7_ZetaKernel.cudafe1.cpp 2025-01-24T01:00:45.7911801Z [3962/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\WeightNorm.cu.obj 2025-01-24T01:00:46.1327264Z WeightNorm.cu 2025-01-24T01:00:46.1328369Z tmpxft_00000f3c_00000000-7_WeightNorm.cudafe1.cpp 2025-01-24T01:00:46.1330003Z [3963/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\airy_ai.cu.obj 2025-01-24T01:00:46.6405427Z airy_ai.cu 2025-01-24T01:00:46.6405943Z tmpxft_00000350_00000000-7_airy_ai.cudafe1.cpp 2025-01-24T01:00:46.6407066Z [3964/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\bessel_j0.cu.obj 2025-01-24T01:00:47.3192325Z bessel_j0.cu 2025-01-24T01:00:47.3192616Z tmpxft_00001408_00000000-7_bessel_j0.cudafe1.cpp 2025-01-24T01:00:47.3194154Z [3965/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\bessel_j1.cu.obj 2025-01-24T01:00:47.3844790Z bessel_j1.cu 2025-01-24T01:00:47.3845273Z tmpxft_00000500_00000000-7_bessel_j1.cudafe1.cpp 2025-01-24T01:00:47.3846390Z [3966/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\bessel_y0.cu.obj 2025-01-24T01:00:47.6241304Z bessel_y0.cu 2025-01-24T01:00:47.6241617Z tmpxft_00000330_00000000-7_bessel_y0.cudafe1.cpp 2025-01-24T01:00:47.6242430Z [3967/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\chebyshev_polynomial_t.cu.obj 2025-01-24T01:00:47.6441088Z chebyshev_polynomial_t.cu 2025-01-24T01:00:47.6441738Z tmpxft_000015a8_00000000-7_chebyshev_polynomial_t.cudafe1.cpp 2025-01-24T01:00:47.6442403Z [3968/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\bessel_y1.cu.obj 2025-01-24T01:00:47.9156559Z bessel_y1.cu 2025-01-24T01:00:47.9157141Z tmpxft_00001768_00000000-7_bessel_y1.cudafe1.cpp 2025-01-24T01:00:47.9158293Z [3969/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\chebyshev_polynomial_u.cu.obj 2025-01-24T01:00:48.2409018Z chebyshev_polynomial_u.cu 2025-01-24T01:00:48.2410660Z tmpxft_0000117c_00000000-7_chebyshev_polynomial_u.cudafe1.cpp 2025-01-24T01:00:48.2412257Z [3970/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\chebyshev_polynomial_v.cu.obj 2025-01-24T01:00:48.8442900Z chebyshev_polynomial_v.cu 2025-01-24T01:00:48.8443605Z tmpxft_00000d98_00000000-7_chebyshev_polynomial_v.cudafe1.cpp 2025-01-24T01:00:48.8445487Z [3971/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\chebyshev_polynomial_w.cu.obj 2025-01-24T01:00:49.8611496Z chebyshev_polynomial_w.cu 2025-01-24T01:00:49.8611942Z tmpxft_00001310_00000000-7_chebyshev_polynomial_w.cudafe1.cpp 2025-01-24T01:00:49.8612622Z [3972/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\fused_adam_impl.cu.obj 2025-01-24T01:00:49.9105760Z fused_adam_impl.cu 2025-01-24T01:00:49.9106100Z tmpxft_00001324_00000000-7_fused_adam_impl.cudafe1.cpp 2025-01-24T01:00:49.9107014Z [3973/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\fused_adam_amsgrad_impl.cu.obj 2025-01-24T01:00:50.1197373Z fused_adam_amsgrad_impl.cu 2025-01-24T01:00:50.1198076Z tmpxft_00000e18_00000000-7_fused_adam_amsgrad_impl.cudafe1.cpp 2025-01-24T01:00:50.1199424Z [3974/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\fused_adamw_amsgrad_impl.cu.obj 2025-01-24T01:00:50.2010305Z fused_adamw_amsgrad_impl.cu 2025-01-24T01:00:50.2010775Z tmpxft_00000de8_00000000-7_fused_adamw_amsgrad_impl.cudafe1.cpp 2025-01-24T01:00:50.2011510Z [3975/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\fused_adamw_impl.cu.obj 2025-01-24T01:00:50.2418689Z fused_adamw_impl.cu 2025-01-24T01:00:50.2419243Z tmpxft_000017f4_00000000-7_fused_adamw_impl.cudafe1.cpp 2025-01-24T01:00:50.2420396Z [3976/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\hermite_polynomial_h.cu.obj 2025-01-24T01:00:50.8622870Z hermite_polynomial_h.cu 2025-01-24T01:00:50.8623867Z tmpxft_0000044c_00000000-7_hermite_polynomial_h.cudafe1.cpp 2025-01-24T01:00:50.8626234Z [3977/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\group_norm_kernel.cu.obj 2025-01-24T01:00:50.8648344Z group_norm_kernel.cu 2025-01-24T01:00:50.8648912Z tmpxft_00000c40_00000000-7_group_norm_kernel.cudafe1.cpp 2025-01-24T01:00:50.8650085Z [3978/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\hermite_polynomial_he.cu.obj 2025-01-24T01:00:52.0873225Z hermite_polynomial_he.cu 2025-01-24T01:00:52.0873619Z tmpxft_00000b80_00000000-7_hermite_polynomial_he.cudafe1.cpp 2025-01-24T01:00:52.0874317Z [3979/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\laguerre_polynomial_l.cu.obj 2025-01-24T01:00:52.4342648Z laguerre_polynomial_l.cu 2025-01-24T01:00:52.4343040Z tmpxft_00000910_00000000-7_laguerre_polynomial_l.cudafe1.cpp 2025-01-24T01:00:52.4343875Z [3980/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\legendre_polynomial_p.cu.obj 2025-01-24T01:00:52.4772370Z legendre_polynomial_p.cu 2025-01-24T01:00:52.4772788Z tmpxft_000014c4_00000000-7_legendre_polynomial_p.cudafe1.cpp 2025-01-24T01:00:52.4773823Z [3981/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\modified_bessel_i0.cu.obj 2025-01-24T01:00:52.8325194Z modified_bessel_i0.cu 2025-01-24T01:00:52.8326510Z tmpxft_000005e4_00000000-7_modified_bessel_i0.cudafe1.cpp 2025-01-24T01:00:52.8327727Z [3982/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\layer_norm_kernel.cu.obj 2025-01-24T01:00:52.9611811Z layer_norm_kernel.cu 2025-01-24T01:00:52.9613195Z tmpxft_00000988_00000000-7_layer_norm_kernel.cudafe1.cpp 2025-01-24T01:00:52.9614794Z [3983/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\modified_bessel_i1.cu.obj 2025-01-24T01:00:52.9633709Z modified_bessel_i1.cu 2025-01-24T01:00:52.9634655Z tmpxft_0000025c_00000000-7_modified_bessel_i1.cudafe1.cpp 2025-01-24T01:00:52.9635685Z [3984/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\modified_bessel_k0.cu.obj 2025-01-24T01:00:54.1367452Z modified_bessel_k0.cu 2025-01-24T01:00:54.1367833Z tmpxft_00001504_00000000-7_modified_bessel_k0.cudafe1.cpp 2025-01-24T01:00:54.1368528Z [3985/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\modified_bessel_k1.cu.obj 2025-01-24T01:00:54.5347099Z modified_bessel_k1.cu 2025-01-24T01:00:54.5347518Z tmpxft_00000ee4_00000000-7_modified_bessel_k1.cudafe1.cpp 2025-01-24T01:00:54.5348330Z [3986/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\scaled_modified_bessel_k1.cu.obj 2025-01-24T01:00:54.5714286Z scaled_modified_bessel_k1.cu 2025-01-24T01:00:54.5715041Z tmpxft_000017dc_00000000-7_scaled_modified_bessel_k1.cudafe1.cpp 2025-01-24T01:00:54.5716475Z [3987/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\scaled_modified_bessel_k0.cu.obj 2025-01-24T01:00:54.8329761Z scaled_modified_bessel_k0.cu 2025-01-24T01:00:54.8330589Z tmpxft_000012ec_00000000-7_scaled_modified_bessel_k0.cudafe1.cpp 2025-01-24T01:00:54.8332324Z [3988/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\shifted_chebyshev_polynomial_t.cu.obj 2025-01-24T01:00:54.9221213Z shifted_chebyshev_polynomial_t.cu 2025-01-24T01:00:54.9222046Z tmpxft_000006c8_00000000-7_shifted_chebyshev_polynomial_t.cudafe1.cpp 2025-01-24T01:00:54.9224196Z [3989/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\shifted_chebyshev_polynomial_u.cu.obj 2025-01-24T01:00:55.1644560Z shifted_chebyshev_polynomial_u.cu 2025-01-24T01:00:55.1645374Z tmpxft_000017bc_00000000-7_shifted_chebyshev_polynomial_u.cudafe1.cpp 2025-01-24T01:00:55.1646249Z [3990/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\shifted_chebyshev_polynomial_v.cu.obj 2025-01-24T01:00:56.2020019Z shifted_chebyshev_polynomial_v.cu 2025-01-24T01:00:56.2020492Z tmpxft_00001408_00000000-7_shifted_chebyshev_polynomial_v.cudafe1.cpp 2025-01-24T01:00:56.2021268Z [3991/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\shifted_chebyshev_polynomial_w.cu.obj 2025-01-24T01:00:56.7332270Z shifted_chebyshev_polynomial_w.cu 2025-01-24T01:00:56.7333081Z tmpxft_000015b8_00000000-7_shifted_chebyshev_polynomial_w.cudafe1.cpp 2025-01-24T01:00:56.7334449Z [3992/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\spherical_bessel_j0.cu.obj 2025-01-24T01:00:57.3006016Z spherical_bessel_j0.cu 2025-01-24T01:00:57.3006733Z tmpxft_00000ee4_00000000-7_spherical_bessel_j0.cudafe1.cpp 2025-01-24T01:00:57.3008431Z [3993/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\int4mm.cu.obj 2025-01-24T01:00:58.9667113Z int4mm.cu 2025-01-24T01:00:58.9667605Z tmpxft_0000170c_00000000-7_int4mm.cudafe1.cpp 2025-01-24T01:00:58.9668659Z [3994/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SoftMax.cu.obj 2025-01-24T01:00:59.8713423Z SoftMax.cu 2025-01-24T01:00:59.8713711Z tmpxft_00001478_00000000-7_SoftMax.cudafe1.cpp 2025-01-24T01:00:59.8714610Z [3995/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseCUDATensor.cu.obj 2025-01-24T01:01:00.0943995Z SparseCUDATensor.cu 2025-01-24T01:01:00.0944371Z tmpxft_000013f8_00000000-7_SparseCUDATensor.cudafe1.cpp 2025-01-24T01:01:00.0945078Z [3996/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseCUDATensorMath.cu.obj 2025-01-24T01:01:00.6895279Z SparseCUDATensorMath.cu 2025-01-24T01:01:00.6895922Z tmpxft_00000a6c_00000000-7_SparseCUDATensorMath.cudafe1.cpp 2025-01-24T01:01:00.6897109Z [3997/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseCsrTensorMath.cu.obj 2025-01-24T01:01:01.5226866Z SparseCsrTensorMath.cu 2025-01-24T01:01:01.5227324Z tmpxft_00000690_00000000-7_SparseCsrTensorMath.cudafe1.cpp 2025-01-24T01:01:01.5228192Z [3998/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorBinaryOps.cu.obj 2025-01-24T01:01:02.0499070Z NestedTensorBinaryOps.cu 2025-01-24T01:01:02.0499780Z tmpxft_00001414_00000000-7_NestedTensorBinaryOps.cudafe1.cpp 2025-01-24T01:01:02.0501300Z [3999/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorMatmul.cu.obj 2025-01-24T01:01:02.2067558Z NestedTensorMatmul.cu 2025-01-24T01:01:02.2069031Z tmpxft_0000160c_00000000-7_NestedTensorMatmul.cudafe1.cpp 2025-01-24T01:01:02.2070631Z [4000/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorTransformerFunctions.cu.obj 2025-01-24T01:01:02.3441777Z NestedTensorTransformerFunctions.cu 2025-01-24T01:01:02.3442836Z tmpxft_00001678_00000000-7_NestedTensorTransformerFunctions.cudafe1.cpp 2025-01-24T01:01:02.3444162Z [4001/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseMatMul.cu.obj 2025-01-24T01:01:05.0597407Z SparseMatMul.cu 2025-01-24T01:01:05.0597761Z tmpxft_00000748_00000000-7_SparseMatMul.cudafe1.cpp 2025-01-24T01:01:05.0598597Z [4002/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\AffineQuantizer.cu.obj 2025-01-24T01:01:06.6294652Z AffineQuantizer.cu 2025-01-24T01:01:06.6295264Z tmpxft_00001208_00000000-7_AffineQuantizer.cudafe1.cpp 2025-01-24T01:01:06.6296666Z [4003/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiSturcturedApply.cu.obj 2025-01-24T01:01:06.7066361Z SparseSemiSturcturedApply.cu 2025-01-24T01:01:06.7067168Z tmpxft_0000033c_00000000-7_SparseSemiSturcturedApply.cudafe1.cpp 2025-01-24T01:01:06.7068596Z [4004/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiStructuredLinear.cu.obj 2025-01-24T01:01:06.8061516Z SparseSemiStructuredLinear.cu 2025-01-24T01:01:06.8062323Z tmpxft_00001790_00000000-7_SparseSemiStructuredLinear.cudafe1.cpp 2025-01-24T01:01:06.8063908Z [4005/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiStructuredApplyDense.cu.obj 2025-01-24T01:01:06.8065261Z SparseSemiStructuredApplyDense.cu 2025-01-24T01:01:06.8066055Z tmpxft_000003fc_00000000-7_SparseSemiStructuredApplyDense.cudafe1.cpp 2025-01-24T01:01:06.8067893Z 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-01-24T01:01:06.8071597Z tmpxft_000003fc_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-01-24T01:01:06.8074023Z with 2025-01-24T01:01:06.8074395Z [ 2025-01-24T01:01:06.8074713Z _Ty=int 2025-01-24T01:01:06.8075086Z ] 2025-01-24T01:01:06.8078725Z tmpxft_000003fc_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-01-24T01:01:06.8081215Z with 2025-01-24T01:01:06.8081541Z [ 2025-01-24T01:01:06.8081860Z _Ty=int 2025-01-24T01:01:06.8082184Z ] 2025-01-24T01:01:06.8084447Z 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-01-24T01:01:06.8086954Z with 2025-01-24T01:01:06.8087289Z [ 2025-01-24T01:01:06.8087617Z _Ty=int 2025-01-24T01:01:06.8087932Z ] 2025-01-24T01:01:06.8090223Z 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-01-24T01:01:06.8092745Z with 2025-01-24T01:01:06.8093079Z [ 2025-01-24T01:01:06.8093416Z _Ty=int 2025-01-24T01:01:06.8093784Z ] 2025-01-24T01:01:06.8095417Z 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-01-24T01:01:06.8097244Z with 2025-01-24T01:01:06.8097579Z [ 2025-01-24T01:01:06.8097931Z I=size_t, 2025-01-24T01:01:06.8098332Z _Ty2=size_t 2025-01-24T01:01:06.8098756Z ] 2025-01-24T01:01:07.4241852Z 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-01-24T01:01:07.4242995Z with 2025-01-24T01:01:07.4243203Z [ 2025-01-24T01:01:07.4243382Z I=size_t, 2025-01-24T01:01:07.4243616Z _Ty2=size_t 2025-01-24T01:01:07.4243837Z ] 2025-01-24T01:01:07.4244430Z [4006/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\EmbeddingBag.cu.obj 2025-01-24T01:01:07.4245065Z EmbeddingBag.cu 2025-01-24T01:01:07.4245385Z tmpxft_00001414_00000000-7_EmbeddingBag.cudafe1.cpp 2025-01-24T01:01:07.4246934Z 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-01-24T01:01:07.4249465Z tmpxft_00001414_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-01-24T01:01:07.4250766Z with 2025-01-24T01:01:07.4250992Z [ 2025-01-24T01:01:07.4251167Z _Ty=int 2025-01-24T01:01:07.4251369Z ] 2025-01-24T01:01:07.4252399Z tmpxft_00001414_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-01-24T01:01:07.4253499Z with 2025-01-24T01:01:07.4253679Z [ 2025-01-24T01:01:07.4253868Z _Ty=int 2025-01-24T01:01:07.4254074Z ] 2025-01-24T01:01:07.4255595Z 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-01-24T01:01:07.4256863Z with 2025-01-24T01:01:07.4257056Z [ 2025-01-24T01:01:07.4257232Z _Ty=int 2025-01-24T01:01:07.4257437Z ] 2025-01-24T01:01:07.4258708Z 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-01-24T01:01:07.4259945Z with 2025-01-24T01:01:07.4260146Z [ 2025-01-24T01:01:07.4260344Z _Ty=int 2025-01-24T01:01:07.4260541Z ] 2025-01-24T01:01:07.4261415Z 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-01-24T01:01:07.4262751Z with 2025-01-24T01:01:07.4263042Z [ 2025-01-24T01:01:07.4263346Z I=size_t, 2025-01-24T01:01:07.4263730Z _Ty2=size_t 2025-01-24T01:01:07.4264100Z ] 2025-01-24T01:01:07.6871168Z 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-01-24T01:01:07.6872818Z with 2025-01-24T01:01:07.6873119Z [ 2025-01-24T01:01:07.6873400Z I=size_t, 2025-01-24T01:01:07.6873767Z _Ty2=size_t 2025-01-24T01:01:07.6874159Z ] 2025-01-24T01:01:07.6875196Z [4007/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiStructuredOps.cu.obj 2025-01-24T01:01:08.8007506Z SparseSemiStructuredOps.cu 2025-01-24T01:01:08.8008291Z tmpxft_00000a84_00000000-7_SparseSemiStructuredOps.cudafe1.cpp 2025-01-24T01:01:08.8009752Z [4008/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiStructuredTile.cu.obj 2025-01-24T01:01:08.8011013Z SparseSemiStructuredTile.cu 2025-01-24T01:01:08.8011706Z tmpxft_000015ac_00000000-7_SparseSemiStructuredTile.cudafe1.cpp 2025-01-24T01:01:08.8013569Z 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-01-24T01:01:08.8016747Z tmpxft_000015ac_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-01-24T01:01:08.8019144Z with 2025-01-24T01:01:08.8019468Z [ 2025-01-24T01:01:08.8019822Z _Ty=int 2025-01-24T01:01:08.8020159Z ] 2025-01-24T01:01:08.8022243Z tmpxft_000015ac_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-01-24T01:01:08.8024352Z with 2025-01-24T01:01:08.8024695Z [ 2025-01-24T01:01:08.8025007Z _Ty=int 2025-01-24T01:01:08.8025348Z ] 2025-01-24T01:01:08.8027484Z 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-01-24T01:01:08.8029879Z with 2025-01-24T01:01:08.8030216Z [ 2025-01-24T01:01:08.8030539Z _Ty=int 2025-01-24T01:01:08.8030878Z ] 2025-01-24T01:01:08.8033361Z 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-01-24T01:01:08.8035757Z with 2025-01-24T01:01:08.8036057Z [ 2025-01-24T01:01:08.8036321Z _Ty=int 2025-01-24T01:01:08.8036628Z ] 2025-01-24T01:01:08.8038264Z 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-01-24T01:01:08.8039869Z with 2025-01-24T01:01:08.8040219Z [ 2025-01-24T01:01:08.8040544Z I=size_t, 2025-01-24T01:01:08.8040901Z _Ty2=size_t 2025-01-24T01:01:08.8041268Z ] 2025-01-24T01:01:08.9693722Z 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-01-24T01:01:08.9695481Z with 2025-01-24T01:01:08.9695816Z [ 2025-01-24T01:01:08.9696144Z I=size_t, 2025-01-24T01:01:08.9696512Z _Ty2=size_t 2025-01-24T01:01:08.9697281Z ] 2025-01-24T01:01:08.9698135Z [4009/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\Activation.cu.obj 2025-01-24T01:01:09.1557567Z Activation.cu 2025-01-24T01:01:09.1558099Z tmpxft_00000540_00000000-7_Activation.cudafe1.cpp 2025-01-24T01:01:09.1559382Z [4010/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\FakeQuantizeCore.cu.obj 2025-01-24T01:01:09.3734396Z FakeQuantizeCore.cu 2025-01-24T01:01:09.3735315Z tmpxft_00000d80_00000000-7_FakeQuantizeCore.cudafe1.cpp 2025-01-24T01:01:09.3736681Z [4011/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\FusedObsFakeQuant.cu.obj 2025-01-24T01:01:09.4176713Z FusedObsFakeQuant.cu 2025-01-24T01:01:09.4177384Z tmpxft_00001560_00000000-7_FusedObsFakeQuant.cudafe1.cpp 2025-01-24T01:01:09.4178515Z [4012/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\IntReprQuant.cu.obj 2025-01-24T01:01:10.0959761Z IntReprQuant.cu 2025-01-24T01:01:10.0960342Z tmpxft_000013b4_00000000-7_IntReprQuant.cudafe1.cpp 2025-01-24T01:01:10.0962428Z [4013/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\MakePerTensorQuantizedTensor.cu.obj 2025-01-24T01:01:11.3090111Z MakePerTensorQuantizedTensor.cu 2025-01-24T01:01:11.3091228Z tmpxft_00001648_00000000-7_MakePerTensorQuantizedTensor.cudafe1.cpp 2025-01-24T01:01:11.3092932Z [4014/7518] 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-01-24T01:01:11.4627912Z cutlassB_bf16_aligned_k128.cu 2025-01-24T01:01:11.4628377Z tmpxft_00000f0c_00000000-7_cutlassB_bf16_aligned_k128.cudafe1.cpp 2025-01-24T01:01:11.4629387Z [4015/7518] 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-01-24T01:01:11.6444395Z cutlassB_bf16_aligned_k128_dropout.cu 2025-01-24T01:01:11.6445279Z tmpxft_00000258_00000000-7_cutlassB_bf16_aligned_k128_dropout.cudafe1.cpp 2025-01-24T01:01:11.6447194Z [4016/7518] 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-01-24T01:01:11.7366625Z cutlassB_bf16_aligned_k32_dropout.cu 2025-01-24T01:01:11.7367197Z tmpxft_00000e20_00000000-7_cutlassB_bf16_aligned_k32_dropout.cudafe1.cpp 2025-01-24T01:01:11.7368316Z [4017/7518] 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-01-24T01:01:12.1292799Z cutlassB_bf16_aligned_k32.cu 2025-01-24T01:01:12.1293229Z tmpxft_00001598_00000000-7_cutlassB_bf16_aligned_k32.cudafe1.cpp 2025-01-24T01:01:12.1295078Z [4018/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\attention.cu.obj 2025-01-24T01:01:12.4909473Z attention.cu 2025-01-24T01:01:12.4909972Z tmpxft_00000e00_00000000-7_attention.cudafe1.cpp 2025-01-24T01:01:12.4911249Z [4019/7518] 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-01-24T01:01:12.5952597Z cutlassB_bf16_aligned_k64.cu 2025-01-24T01:01:12.5953686Z tmpxft_000006b4_00000000-7_cutlassB_bf16_aligned_k64.cudafe1.cpp 2025-01-24T01:01:12.5955020Z [4020/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\attention_backward.cu.obj 2025-01-24T01:01:13.7892263Z attention_backward.cu 2025-01-24T01:01:13.7892958Z tmpxft_00001088_00000000-7_attention_backward.cudafe1.cpp 2025-01-24T01:01:13.7894535Z [4021/7518] 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-01-24T01:01:13.8748123Z cutlassB_bf16_aligned_k64_dropout.cu 2025-01-24T01:01:13.8749061Z tmpxft_0000171c_00000000-7_cutlassB_bf16_aligned_k64_dropout.cudafe1.cpp 2025-01-24T01:01:13.8750821Z [4022/7518] 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-01-24T01:01:14.0374441Z cutlassB_bf16_aligned_k65536.cu 2025-01-24T01:01:14.0375211Z tmpxft_00001688_00000000-7_cutlassB_bf16_aligned_k65536.cudafe1.cpp 2025-01-24T01:01:14.0377015Z [4023/7518] 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-01-24T01:01:14.1474047Z cutlassB_bf16_aligned_k65536_dropout.cu 2025-01-24T01:01:14.1474665Z tmpxft_0000151c_00000000-7_cutlassB_bf16_aligned_k65536_dropout.cudafe1.cpp 2025-01-24T01:01:14.1476804Z [4024/7518] 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-01-24T01:01:14.6508728Z cutlassB_bf16_aligned_k96.cu 2025-01-24T01:01:14.6509488Z tmpxft_00000d7c_00000000-7_cutlassB_bf16_aligned_k96.cudafe1.cpp 2025-01-24T01:01:14.6511146Z [4025/7518] 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-01-24T01:01:15.0261935Z cutlassB_f16_aligned_k128.cu 2025-01-24T01:01:15.0262684Z tmpxft_00001698_00000000-7_cutlassB_f16_aligned_k128.cudafe1.cpp 2025-01-24T01:01:15.0264444Z [4026/7518] 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-01-24T01:01:15.0505716Z cutlassB_f16_aligned_k128_dropout.cu 2025-01-24T01:01:15.0506559Z tmpxft_0000034c_00000000-7_cutlassB_f16_aligned_k128_dropout.cudafe1.cpp 2025-01-24T01:01:15.0508222Z [4027/7518] 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-01-24T01:01:16.2006602Z cutlassB_f16_aligned_k32.cu 2025-01-24T01:01:16.2007323Z tmpxft_00001020_00000000-7_cutlassB_f16_aligned_k32.cudafe1.cpp 2025-01-24T01:01:16.2008555Z [4028/7518] 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-01-24T01:01:16.3746232Z cutlassB_f16_aligned_k32_dropout.cu 2025-01-24T01:01:16.3747107Z tmpxft_000011cc_00000000-7_cutlassB_f16_aligned_k32_dropout.cudafe1.cpp 2025-01-24T01:01:16.3749153Z [4029/7518] 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-01-24T01:01:16.4731572Z cutlassB_f16_aligned_k64.cu 2025-01-24T01:01:16.4732368Z tmpxft_00001590_00000000-7_cutlassB_f16_aligned_k64.cudafe1.cpp 2025-01-24T01:01:16.4734175Z [4030/7518] 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-01-24T01:01:16.6509373Z cutlassB_f16_aligned_k64_dropout.cu 2025-01-24T01:01:16.6510209Z tmpxft_00001540_00000000-7_cutlassB_f16_aligned_k64_dropout.cudafe1.cpp 2025-01-24T01:01:16.6511959Z [4031/7518] 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-01-24T01:01:17.1023865Z cutlassB_f16_aligned_k65536.cu 2025-01-24T01:01:17.1024404Z tmpxft_00000a18_00000000-7_cutlassB_f16_aligned_k65536.cudafe1.cpp 2025-01-24T01:01:17.1026182Z [4032/7518] 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-01-24T01:01:17.5049400Z cutlassB_f16_aligned_k65536_dropout.cu 2025-01-24T01:01:17.5050241Z tmpxft_00000dc0_00000000-7_cutlassB_f16_aligned_k65536_dropout.cudafe1.cpp 2025-01-24T01:01:17.5052355Z [4033/7518] 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-01-24T01:01:17.5474891Z cutlassB_f16_aligned_k96.cu 2025-01-24T01:01:17.5475555Z tmpxft_000017d0_00000000-7_cutlassB_f16_aligned_k96.cudafe1.cpp 2025-01-24T01:01:17.5477506Z [4034/7518] 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-01-24T01:01:18.7302131Z cutlassB_f16_notaligned_k128.cu 2025-01-24T01:01:18.7302962Z tmpxft_00000a90_00000000-7_cutlassB_f16_notaligned_k128.cudafe1.cpp 2025-01-24T01:01:18.7304773Z [4035/7518] 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-01-24T01:01:18.8665608Z cutlassB_f16_notaligned_k128_dropout.cu 2025-01-24T01:01:18.8666510Z tmpxft_00000ecc_00000000-7_cutlassB_f16_notaligned_k128_dropout.cudafe1.cpp 2025-01-24T01:01:18.8668226Z [4036/7518] 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-01-24T01:01:19.0352979Z cutlassB_f16_notaligned_k32.cu 2025-01-24T01:01:19.0353881Z tmpxft_00001564_00000000-7_cutlassB_f16_notaligned_k32.cudafe1.cpp 2025-01-24T01:01:19.0355280Z [4037/7518] 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-01-24T01:01:19.0818881Z cutlassB_f16_notaligned_k32_dropout.cu 2025-01-24T01:01:19.0819572Z tmpxft_000012d0_00000000-7_cutlassB_f16_notaligned_k32_dropout.cudafe1.cpp 2025-01-24T01:01:19.0820506Z [4038/7518] 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-01-24T01:01:19.4570469Z cutlassB_f16_notaligned_k64.cu 2025-01-24T01:01:19.4571263Z tmpxft_00000bd4_00000000-7_cutlassB_f16_notaligned_k64.cudafe1.cpp 2025-01-24T01:01:19.9126937Z [4039/7518] 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-01-24T01:01:19.9128262Z cutlassB_f16_notaligned_k64_dropout.cu 2025-01-24T01:01:19.9128730Z tmpxft_00001198_00000000-7_cutlassB_f16_notaligned_k64_dropout.cudafe1.cpp 2025-01-24T01:01:19.9130228Z [4040/7518] 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-01-24T01:01:19.9560239Z cutlassB_f16_notaligned_k65536.cu 2025-01-24T01:01:19.9561279Z tmpxft_00001778_00000000-7_cutlassB_f16_notaligned_k65536.cudafe1.cpp 2025-01-24T01:01:19.9563633Z [4041/7518] 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-01-24T01:01:21.2025183Z cutlassB_f16_notaligned_k65536_dropout.cu 2025-01-24T01:01:21.2025745Z tmpxft_00001448_00000000-7_cutlassB_f16_notaligned_k65536_dropout.cudafe1.cpp 2025-01-24T01:01:21.2026718Z [4042/7518] 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-01-24T01:01:21.2794366Z cutlassB_f32_aligned_k128.cu 2025-01-24T01:01:21.2794798Z tmpxft_00001558_00000000-7_cutlassB_f32_aligned_k128.cudafe1.cpp 2025-01-24T01:01:21.2795819Z [4043/7518] 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-01-24T01:01:21.5476458Z cutlassB_f32_aligned_k128_dropout.cu 2025-01-24T01:01:21.5476964Z tmpxft_00001608_00000000-7_cutlassB_f32_aligned_k128_dropout.cudafe1.cpp 2025-01-24T01:01:21.5477866Z [4044/7518] 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-01-24T01:01:21.5922855Z cutlassB_f32_aligned_k32.cu 2025-01-24T01:01:21.5923495Z tmpxft_0000007c_00000000-7_cutlassB_f32_aligned_k32.cudafe1.cpp 2025-01-24T01:01:21.5925108Z [4045/7518] 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-01-24T01:01:21.8914650Z cutlassB_f32_aligned_k32_dropout.cu 2025-01-24T01:01:21.8915586Z tmpxft_000006dc_00000000-7_cutlassB_f32_aligned_k32_dropout.cudafe1.cpp 2025-01-24T01:01:21.8917303Z [4046/7518] 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-01-24T01:01:22.3913426Z cutlassB_f32_aligned_k64.cu 2025-01-24T01:01:22.3914624Z tmpxft_00000c28_00000000-7_cutlassB_f32_aligned_k64.cudafe1.cpp 2025-01-24T01:01:22.3916555Z [4047/7518] 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-01-24T01:01:22.4115620Z cutlassB_f32_aligned_k65536.cu 2025-01-24T01:01:22.4116443Z tmpxft_00001774_00000000-7_cutlassB_f32_aligned_k65536.cudafe1.cpp 2025-01-24T01:01:22.4118491Z [4048/7518] 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-01-24T01:01:23.6908313Z cutlassB_f32_aligned_k64_dropout.cu 2025-01-24T01:01:23.6908980Z tmpxft_00001474_00000000-7_cutlassB_f32_aligned_k64_dropout.cudafe1.cpp 2025-01-24T01:01:23.6910071Z [4049/7518] 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-01-24T01:01:23.7676935Z cutlassB_f32_aligned_k65536_dropout.cu 2025-01-24T01:01:23.7677442Z tmpxft_00001764_00000000-7_cutlassB_f32_aligned_k65536_dropout.cudafe1.cpp 2025-01-24T01:01:23.7678374Z [4050/7518] 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-01-24T01:01:23.9937708Z cutlassB_f32_notaligned_k128.cu 2025-01-24T01:01:23.9938249Z tmpxft_00000a84_00000000-7_cutlassB_f32_notaligned_k128.cudafe1.cpp 2025-01-24T01:01:23.9939550Z [4051/7518] 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-01-24T01:01:24.2861704Z cutlassB_f32_notaligned_k128_dropout.cu 2025-01-24T01:01:24.2862606Z tmpxft_00001144_00000000-7_cutlassB_f32_notaligned_k128_dropout.cudafe1.cpp 2025-01-24T01:01:24.2864399Z [4052/7518] 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-01-24T01:01:24.3533692Z cutlassB_f32_notaligned_k32.cu 2025-01-24T01:01:24.3534454Z tmpxft_000004ac_00000000-7_cutlassB_f32_notaligned_k32.cudafe1.cpp 2025-01-24T01:01:24.3536207Z [4053/7518] 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-01-24T01:01:24.9301023Z cutlassB_f32_notaligned_k32_dropout.cu 2025-01-24T01:01:24.9302419Z tmpxft_00000b20_00000000-7_cutlassB_f32_notaligned_k32_dropout.cudafe1.cpp 2025-01-24T01:01:24.9305226Z [4054/7518] 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-01-24T01:01:25.0438781Z cutlassB_f32_notaligned_k64.cu 2025-01-24T01:01:25.0439619Z tmpxft_00001700_00000000-7_cutlassB_f32_notaligned_k64.cudafe1.cpp 2025-01-24T01:01:25.0441403Z [4055/7518] 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-01-24T01:01:26.2301644Z cutlassB_f32_notaligned_k64_dropout.cu 2025-01-24T01:01:26.2302207Z tmpxft_000010b4_00000000-7_cutlassB_f32_notaligned_k64_dropout.cudafe1.cpp 2025-01-24T01:01:26.2303227Z [4056/7518] 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-01-24T01:01:26.2707827Z cutlassB_f32_notaligned_k65536_dropout.cu 2025-01-24T01:01:26.2708473Z tmpxft_000004a0_00000000-7_cutlassB_f32_notaligned_k65536_dropout.cudafe1.cpp 2025-01-24T01:01:26.2709480Z [4057/7518] 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-01-24T01:01:26.4864763Z cutlassB_f32_notaligned_k65536.cu 2025-01-24T01:01:26.4865302Z tmpxft_00000cec_00000000-7_cutlassB_f32_notaligned_k65536.cudafe1.cpp 2025-01-24T01:01:26.4866383Z [4058/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_bf16_aligned.cu.obj 2025-01-24T01:01:26.6680044Z cutlassF_bf16_aligned.cu 2025-01-24T01:01:26.6680464Z tmpxft_0000142c_00000000-7_cutlassF_bf16_aligned.cudafe1.cpp 2025-01-24T01:01:26.6681637Z [4059/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_f16_aligned.cu.obj 2025-01-24T01:01:26.7666735Z cutlassF_f16_aligned.cu 2025-01-24T01:01:26.7667172Z tmpxft_00001780_00000000-7_cutlassF_f16_aligned.cudafe1.cpp 2025-01-24T01:01:26.7668129Z [4060/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_f16_notaligned.cu.obj 2025-01-24T01:01:27.2702009Z cutlassF_f16_notaligned.cu 2025-01-24T01:01:27.2702453Z tmpxft_000011a0_00000000-7_cutlassF_f16_notaligned.cudafe1.cpp 2025-01-24T01:01:27.2703328Z [4061/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_f32_aligned.cu.obj 2025-01-24T01:01:27.3008536Z cutlassF_f32_aligned.cu 2025-01-24T01:01:27.3008956Z tmpxft_00001178_00000000-7_cutlassF_f32_aligned.cudafe1.cpp 2025-01-24T01:01:27.3010052Z [4062/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_f32_notaligned.cu.obj 2025-01-24T01:01:27.3754023Z cutlassF_f32_notaligned.cu 2025-01-24T01:01:27.3754985Z tmpxft_0000148c_00000000-7_cutlassF_f32_notaligned.cudafe1.cpp 2025-01-24T01:01:27.3756272Z [4063/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterNestedTensorCUDA_0.cpp.obj 2025-01-24T01:01:27.4189307Z [4064/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterQuantizedCUDA_0.cpp.obj 2025-01-24T01:01:27.7332762Z [4065/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterSparseCUDA_0.cpp.obj 2025-01-24T01:01:27.8294564Z [4066/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterSparseCsrCUDA_0.cpp.obj 2025-01-24T01:01:28.3000739Z [4067/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\BatchLinearAlgebra.cpp.obj 2025-01-24T01:01:28.3799971Z [4068/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\BatchLinearAlgebraLibBlas.cpp.obj 2025-01-24T01:01:28.3914828Z [4069/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\CudssHandlePool.cpp.obj 2025-01-24T01:01:28.4084275Z [4070/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\BatchLinearAlgebraLib.cpp.obj 2025-01-24T01:01:28.8433318Z [4071/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\CusolverDnHandlePool.cpp.obj 2025-01-24T01:01:28.8588169Z [4072/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterCUDA_0.cpp.obj 2025-01-24T01:01:28.9842168Z [4073/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDASparseBlas.cpp.obj 2025-01-24T01:01:29.0213056Z [4074/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CublasHandlePool.cpp.obj 2025-01-24T01:01:29.0817621Z [4075/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\UfuncCUDA_add.cu.obj 2025-01-24T01:01:29.5241294Z UfuncCUDA_add.cu 2025-01-24T01:01:29.5241698Z tmpxft_00000f34_00000000-7_UfuncCUDA_add.cudafe1.cpp 2025-01-24T01:01:29.5242364Z [4076/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\tunable\StreamTimer.cpp.obj 2025-01-24T01:01:29.5617568Z [4077/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\CUDASolver.cpp.obj 2025-01-24T01:01:29.6838745Z [4078/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\tunable\Tunable.cpp.obj 2025-01-24T01:01:29.7230850Z [4079/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Activation.cpp.obj 2025-01-24T01:01:30.0506965Z [4080/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Blas.cpp.obj 2025-01-24T01:01:30.2823675Z [4081/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Equal.cpp.obj 2025-01-24T01:01:30.3394235Z [4082/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Distributions.cpp.obj 2025-01-24T01:01:30.4262144Z [4083/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\GridSampler.cpp.obj 2025-01-24T01:01:30.4650217Z [4084/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\IndexKernel.cpp.obj 2025-01-24T01:01:30.7264144Z [4085/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LinearAlgebraStubs.cpp.obj 2025-01-24T01:01:30.7887623Z [4086/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceOps.cpp.obj 2025-01-24T01:01:31.0320696Z [4087/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ScanKernels.cpp.obj 2025-01-24T01:01:31.1510103Z [4088/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Sort.cpp.obj 2025-01-24T01:01:31.1938309Z [4089/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDABlas.cpp.obj 2025-01-24T01:01:31.2105360Z [4090/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorModeKernel.cpp.obj 2025-01-24T01:01:31.3589508Z [4091/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Sorting.cpp.obj 2025-01-24T01:01:31.6270175Z [4092/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorShapeCUDA.cpp.obj 2025-01-24T01:01:31.6931855Z [4093/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorTopK.cpp.obj 2025-01-24T01:01:31.6952373Z [4094/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\jit_utils.cpp.obj 2025-01-24T01:01:31.9802510Z [4095/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseBlas.cpp.obj 2025-01-24T01:01:32.1133655Z [4096/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\flash_attn\flash_api.cpp.obj 2025-01-24T01:01:32.1378232Z [4097/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\CudaIPCTypes.cpp.obj 2025-01-24T01:01:32.2169930Z [4098/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseBlasImpl.cpp.obj 2025-01-24T01:01:32.2439693Z [4099/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseBlasLegacy.cpp.obj 2025-01-24T01:01:32.2955482Z [4100/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseCUDABlas.cpp.obj 2025-01-24T01:01:32.6546196Z [4101/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\cuda\CUDAPluggableAllocator.cpp.obj 2025-01-24T01:01:32.9997326Z [4102/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\cuda\memory_snapshot.cpp.obj 2025-01-24T01:01:33.0261983Z [4103/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cuda.cpp.obj 2025-01-24T01:01:33.0844285Z [4104/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\inductor\aoti_torch\shim_cuda.cpp.obj 2025-01-24T01:01:33.6483627Z [4105/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\profiler\stubs\cuda.cpp.obj 2025-01-24T01:01:33.8635392Z [4106/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion_cuda.cpp.obj 2025-01-24T01:01:33.8836097Z [4107/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorTransformerFunctions.cpp.obj 2025-01-24T01:01:34.0063423Z [4108/7518] Building CXX object caffe2\CMakeFiles\torch.dir\__\empty.cpp.obj 2025-01-24T01:01:34.2984037Z [4109/7518] Building CXX object caffe2\torch\lib\libshm_windows\CMakeFiles\shm.dir\core.cpp.obj 2025-01-24T01:01:34.8572818Z [4110/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\cuda\comm.cpp.obj 2025-01-24T01:01:35.2644611Z [4111/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\jit\codegen\fuser\cuda\fused_kernel.cpp.obj 2025-01-24T01:01:35.5901955Z [4112/7518] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCPUCustomOps.cpp.obj 2025-01-24T01:01:35.8749468Z [4113/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\autograd\functions\comm.cpp.obj 2025-01-24T01:01:35.9535263Z [4114/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\jit\tensorexpr\cuda_codegen.cpp.obj 2025-01-24T01:01:35.9537834Z 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-01-24T01:01:35.9539531Z with 2025-01-24T01:01:35.9539884Z [ 2025-01-24T01:01:35.9540210Z T=int 2025-01-24T01:01:35.9540543Z ] 2025-01-24T01:01:35.9542689Z 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-01-24T01:01:36.1469173Z with 2025-01-24T01:01:36.1469455Z [ 2025-01-24T01:01:36.1469634Z T=int 2025-01-24T01:01:36.1469852Z ] 2025-01-24T01:01:36.1470353Z [4115/7518] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\custom_ops.cpp.obj 2025-01-24T01:01:36.6307090Z [4116/7518] Building CXX object test_jit\CMakeFiles\jitbackend_test.dir\test_backend_lib.cpp.obj 2025-01-24T01:01:36.6652076Z [4117/7518] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\jit\runtime\register_cuda_ops.cpp.obj 2025-01-24T01:01:36.7211465Z [4118/7518] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-01-24T01:01:36.7449096Z [4119/7518] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_lib.cpp.obj 2025-01-24T01:01:36.9607526Z [4120/7518] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_preprocess.cpp.obj 2025-01-24T01:01:37.3394797Z [4121/7518] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Unique.cu.obj 2025-01-24T01:01:37.4253523Z Unique.cu 2025-01-24T01:01:37.4253897Z tmpxft_000017bc_00000000-7_Unique.cudafe1.cpp 2025-01-24T01:01:37.4254602Z [4122/7518] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\__\__\__\torch\csrc\jit\mobile\profiler_edge.cpp.obj 2025-01-24T01:01:37.6078856Z [4123/7518] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\operator_registry.cpp.obj 2025-01-24T01:01:38.1760704Z [4124/7518] Building CUDA object test_cpp_c10d\CMakeFiles\c10d_cuda_test.dir\CUDATest.cu.obj 2025-01-24T01:01:39.1101853Z CUDATest.cu 2025-01-24T01:01:39.1102194Z tmpxft_00001224_00000000-7_CUDATest.cudafe1.cpp 2025-01-24T01:01:39.1102941Z [4125/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_variable_methods.cpp.obj 2025-01-24T01:01:39.4369216Z [4126/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_0.cpp.obj 2025-01-24T01:01:40.0429151Z [4127/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_0.cpp.obj 2025-01-24T01:01:40.0610095Z [4128/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_1.cpp.obj 2025-01-24T01:01:40.1292599Z [4129/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_2.cpp.obj 2025-01-24T01:01:40.4400406Z [4130/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_1.cpp.obj 2025-01-24T01:01:40.5362952Z [4131/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_3.cpp.obj 2025-01-24T01:01:40.5723485Z [4132/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_4.cpp.obj 2025-01-24T01:01:40.7384738Z [4133/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_2.cpp.obj 2025-01-24T01:01:41.0862905Z [4134/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_fft_functions.cpp.obj 2025-01-24T01:01:41.1174161Z [4135/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nn_functions.cpp.obj 2025-01-24T01:01:41.2026184Z [4136/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_linalg_functions.cpp.obj 2025-01-24T01:01:41.4318714Z [4137/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DataLoader.cpp.obj 2025-01-24T01:01:41.4659004Z [4138/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nested_functions.cpp.obj 2025-01-24T01:01:41.4905259Z [4139/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_sparse_functions.cpp.obj 2025-01-24T01:01:41.6171643Z [4140/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_special_functions.cpp.obj 2025-01-24T01:01:41.6328023Z [4141/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_return_types.cpp.obj 2025-01-24T01:01:41.9479456Z [4142/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_enum_tag.cpp.obj 2025-01-24T01:01:42.0246003Z [4143/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DeviceAccelerator.cpp.obj 2025-01-24T01:01:42.3467371Z [4144/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Dtype.cpp.obj 2025-01-24T01:01:42.3992150Z [4145/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Device.cpp.obj 2025-01-24T01:01:42.7797905Z [4146/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Layout.cpp.obj 2025-01-24T01:01:42.8619282Z [4147/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\MemoryFormat.cpp.obj 2025-01-24T01:01:43.1518283Z [4148/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\QScheme.cpp.obj 2025-01-24T01:01:43.6975701Z [4149/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\python_dimname.cpp.obj 2025-01-24T01:01:44.0579241Z [4150/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Size.cpp.obj 2025-01-24T01:01:44.6272193Z [4151/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DynamicTypes.cpp.obj 2025-01-24T01:01:44.9473508Z [4152/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Generator.cpp.obj 2025-01-24T01:01:44.9926501Z [4153/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Exceptions.cpp.obj 2025-01-24T01:01:45.7143865Z [4154/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Module.cpp.obj 2025-01-24T01:01:46.0323455Z 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-01-24T01:01:46.0325771Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1906): warning C4003: not enough arguments for function-like macro invocation 'CATCH_TH_ERRORS' 2025-01-24T01:01:46.0327855Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1906): warning C4003: not enough arguments for function-like macro invocation 'CATCH_CORE_ERRORS' 2025-01-24T01:01:46.0330005Z [4155/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\PyInterpreter.cpp.obj 2025-01-24T01:01:47.3375501Z [4156/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Storage.cpp.obj 2025-01-24T01:01:47.5985376Z [4157/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageMethods.cpp.obj 2025-01-24T01:01:48.1441594Z [4158/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Stream.cpp.obj 2025-01-24T01:01:48.1859117Z [4159/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageSharing.cpp.obj 2025-01-24T01:01:48.2822631Z [4160/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Event.cpp.obj 2025-01-24T01:01:48.8572408Z [4161/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\TypeInfo.cpp.obj 2025-01-24T01:01:49.1075131Z [4162/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\profiler_python.cpp.obj 2025-01-24T01:01:49.1207639Z [4163/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_anomaly_mode.cpp.obj 2025-01-24T01:01:49.1601718Z [4164/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\api\src\python\init.cpp.obj 2025-01-24T01:01:49.8507362Z [4165/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_cpp_function.cpp.obj 2025-01-24T01:01:50.4591487Z [4166/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\functions\init.cpp.obj 2025-01-24T01:01:50.9421902Z [4167/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\init.cpp.obj 2025-01-24T01:01:51.4148763Z [4168/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_saved_variable_hooks.cpp.obj 2025-01-24T01:01:52.3532610Z [4169/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_engine.cpp.obj 2025-01-24T01:01:52.4002273Z [4170/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_hook.cpp.obj 2025-01-24T01:01:52.4297180Z [4171/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_function.cpp.obj 2025-01-24T01:01:52.9052137Z [4172/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_legacy_variable.cpp.obj 2025-01-24T01:01:53.2740582Z [4173/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cache_entry.cpp.obj 2025-01-24T01:01:53.5954962Z [4174/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpp_shim.cpp.obj 2025-01-24T01:01:53.8718234Z [4175/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_nested_functions_manual.cpp.obj 2025-01-24T01:01:53.9949751Z [4176/7518] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpython_defs.c.obj 2025-01-24T01:01:54.1536185Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(40): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-01-24T01:01:54.1538021Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-01-24T01:01:54.1539754Z [4177/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_torch_functions_manual.cpp.obj 2025-01-24T01:01:54.3638513Z [4178/7518] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame.c.obj 2025-01-24T01:01:54.4667253Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(40): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-01-24T01:01:54.4668262Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-01-24T01:01:54.4669290Z [4179/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable_indexing.cpp.obj 2025-01-24T01:01:54.7129112Z [4180/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\extra_state.cpp.obj 2025-01-24T01:01:54.7759078Z [4181/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable.cpp.obj 2025-01-24T01:01:54.8317711Z [4182/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\framelocals_mapping.cpp.obj 2025-01-24T01:01:55.0695799Z [4183/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\fx\node.cpp.obj 2025-01-24T01:01:55.1529706Z [4184/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\utils.cpp.obj 2025-01-24T01:01:55.3829990Z [4185/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\init.cpp.obj 2025-01-24T01:01:55.6732232Z [4186/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\python_compiled_autograd.cpp.obj 2025-01-24T01:01:56.1283791Z [4187/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\export\pybind.cpp.obj 2025-01-24T01:01:56.2571745Z [4188/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_package\pybind.cpp.obj 2025-01-24T01:01:56.5960349Z [4189/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_runner\pybind.cpp.obj 2025-01-24T01:01:57.5043431Z [4190/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\resize_storage_bytes.cpp.obj 2025-01-24T01:01:57.5491899Z [4191/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\guards.cpp.obj 2025-01-24T01:01:57.9403510Z [4192/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mps\Module.cpp.obj 2025-01-24T01:01:57.9745340Z [4193/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mtia\Module.cpp.obj 2025-01-24T01:01:58.2180422Z [4194/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\functorch\init.cpp.obj 2025-01-24T01:01:58.9105385Z [4195/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\cast_all_constant_to_floating.cpp.obj 2025-01-24T01:01:59.0676869Z [4196/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\deduplicate_initializers.cpp.obj 2025-01-24T01:01:59.2927676Z [4197/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_meta_info.cpp.obj 2025-01-24T01:01:59.3641578Z [4198/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_holder.cpp.obj 2025-01-24T01:02:00.1973464Z [4199/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eliminate_unused_items.cpp.obj 2025-01-24T01:02:00.3912441Z [4200/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_map.cpp.obj 2025-01-24T01:02:00.8372563Z [4201/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\backends\backend_init.cpp.obj 2025-01-24T01:02:01.0893068Z [4202/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_fold.cpp.obj 2025-01-24T01:02:01.1452654Z [4203/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj 2025-01-24T01:02:01.3103028Z [4204/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\list_model_parameters.cpp.obj 2025-01-24T01:02:01.5470604Z [4205/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx.cpp.obj 2025-01-24T01:02:01.7282357Z [4206/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_substitution.cpp.obj 2025-01-24T01:02:02.0946093Z [4207/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\peephole.cpp.obj 2025-01-24T01:02:02.1485285Z [4208/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\helper.cpp.obj 2025-01-24T01:02:02.1911060Z [4209/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eval_peephole.cpp.obj 2025-01-24T01:02:02.2095145Z [4210/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\preprocess_for_onnx.cpp.obj 2025-01-24T01:02:02.3884027Z [4211/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\prepare_division_for_onnx.cpp.obj 2025-01-24T01:02:02.6022765Z [4212/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\scalar_type_analysis.cpp.obj 2025-01-24T01:02:02.6209545Z [4213/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\onnx_log.cpp.obj 2025-01-24T01:02:03.0354503Z [4214/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_extraction.cpp.obj 2025-01-24T01:02:03.0824648Z [4215/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.cpp.obj 2025-01-24T01:02:03.4440787Z [4216/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\naming.cpp.obj 2025-01-24T01:02:03.5642514Z [4217/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\fixup_onnx_controlflow.cpp.obj 2025-01-24T01:02:03.9153521Z [4218/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.cpp.obj 2025-01-24T01:02:03.9306537Z [4219/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\common.cpp.obj 2025-01-24T01:02:04.0823984Z [4220/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\unpack_quantized_weights.cpp.obj 2025-01-24T01:02:04.3943748Z [4221/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.cpp.obj 2025-01-24T01:02:04.5466568Z [4222/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.cpp.obj 2025-01-24T01:02:05.7812915Z [4223/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\shape_type_inference.cpp.obj 2025-01-24T01:02:05.9417869Z [4224/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\pybind_utils.cpp.obj 2025-01-24T01:02:07.2062913Z [4225/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_arg_flatten.cpp.obj 2025-01-24T01:02:07.3015766Z [4226/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_dict.cpp.obj 2025-01-24T01:02:07.3754896Z [4227/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_custom_class.cpp.obj 2025-01-24T01:02:07.7181959Z [4228/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\tree_views.cpp.obj 2025-01-24T01:02:07.7916542Z [4229/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_interpreter.cpp.obj 2025-01-24T01:02:07.8772514Z [4230/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_ir.cpp.obj 2025-01-24T01:02:08.6951790Z [4231/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tree_views.cpp.obj 2025-01-24T01:02:09.0947882Z [4232/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_list.cpp.obj 2025-01-24T01:02:09.3096192Z [4233/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tracer.cpp.obj 2025-01-24T01:02:10.0343778Z [4234/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\monitor\python_init.cpp.obj 2025-01-24T01:02:10.1350327Z [4235/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\multiprocessing\init.cpp.obj 2025-01-24T01:02:10.5632160Z [4236/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\concrete_module_type.cpp.obj 2025-01-24T01:02:10.5634130Z 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-01-24T01:02:10.5636883Z 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-01-24T01:02:10.5638903Z with 2025-01-24T01:02:10.5639284Z [ 2025-01-24T01:02:10.5639732Z _Ty1=const pybind11::object &, 2025-01-24T01:02:10.5640316Z _Ty2=const pybind11::object & 2025-01-24T01:02:10.5640790Z ] 2025-01-24T01:02:10.5642490Z 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-01-24T01:02:10.5644322Z with 2025-01-24T01:02:10.5644687Z [ 2025-01-24T01:02:10.5645433Z _InIt1=const pybind11::object *, 2025-01-24T01:02:10.5646073Z _InIt2=const pybind11::object *, 2025-01-24T01:02:10.5646578Z _Pr=std::equal_to 2025-01-24T01:02:10.5647045Z ] 2025-01-24T01:02:10.5648815Z 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-01-24T01:02:10.5650640Z with 2025-01-24T01:02:10.5651038Z [ 2025-01-24T01:02:10.5651473Z _InIt1=const pybind11::object *, 2025-01-24T01:02:10.5652029Z _InIt2=const pybind11::object * 2025-01-24T01:02:10.5652564Z ] 2025-01-24T01:02:10.7660381Z 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-01-24T01:02:10.7662547Z [4237/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\script_init.cpp.obj 2025-01-24T01:02:10.9829236Z [4238/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_sugared_value.cpp.obj 2025-01-24T01:02:11.2003594Z [4239/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\runtime\static\init.cpp.obj 2025-01-24T01:02:11.4353535Z [4240/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\combined_traceback.cpp.obj 2025-01-24T01:02:12.1792984Z [4241/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\tensorexpr\tensorexpr_init.cpp.obj 2025-01-24T01:02:13.5360932Z [4242/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\init.cpp.obj 2025-01-24T01:02:13.6994170Z [4243/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\onnx\init.cpp.obj 2025-01-24T01:02:13.8526327Z [4244/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\serialization.cpp.obj 2025-01-24T01:02:14.1430874Z [4245/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\tensor\python_tensor.cpp.obj 2025-01-24T01:02:14.3863662Z [4246/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\device_lazy_init.cpp.obj 2025-01-24T01:02:14.4272491Z [4247/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\object_ptr.cpp.obj 2025-01-24T01:02:14.5884072Z [4248/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\invalid_arguments.cpp.obj 2025-01-24T01:02:14.6382455Z [4249/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\init.cpp.obj 2025-01-24T01:02:14.7550832Z [4250/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\throughput_benchmark.cpp.obj 2025-01-24T01:02:15.0210372Z [4251/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pyobject_preservation.cpp.obj 2025-01-24T01:02:15.5079542Z [4252/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils.cpp.obj 2025-01-24T01:02:15.5258416Z [4253/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_symnode.cpp.obj 2025-01-24T01:02:15.5913401Z [4254/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pybind.cpp.obj 2025-01-24T01:02:15.8260658Z [4255/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\structseq.cpp.obj 2025-01-24T01:02:16.3528352Z [4256/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_dtypes.cpp.obj 2025-01-24T01:02:16.4388630Z [4257/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_layouts.cpp.obj 2025-01-24T01:02:16.7055515Z [4258/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_memoryformats.cpp.obj 2025-01-24T01:02:17.1655817Z [4259/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_qschemes.cpp.obj 2025-01-24T01:02:17.1907242Z [4260/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\nested.cpp.obj 2025-01-24T01:02:17.6594298Z [4261/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_arg_parser.cpp.obj 2025-01-24T01:02:17.7644905Z [4262/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_dispatch.cpp.obj 2025-01-24T01:02:18.1727100Z [4263/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_types.cpp.obj 2025-01-24T01:02:18.5310984Z [4264/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\disable_torch_function.cpp.obj 2025-01-24T01:02:18.6616208Z [4265/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_apply.cpp.obj 2025-01-24T01:02:19.5334827Z [4266/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\verbose.cpp.obj 2025-01-24T01:02:19.5616493Z [4267/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cpu\Module.cpp.obj 2025-01-24T01:02:19.5828762Z [4268/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\instruction_counter\Module.cpp.obj 2025-01-24T01:02:19.6953115Z [4269/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_list.cpp.obj 2025-01-24T01:02:19.7862187Z [4270/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_new.cpp.obj 2025-01-24T01:02:20.3546178Z [4271/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_numpy.cpp.obj 2025-01-24T01:02:20.3835155Z [4272/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\itt.cpp.obj 2025-01-24T01:02:20.5008911Z [4273/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\python_util.cpp.obj 2025-01-24T01:02:21.9559176Z [4274/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\init.cpp.obj 2025-01-24T01:02:22.6022301Z [4275/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\__\test\cpp\jit\torch_python_test.cpp.obj 2025-01-24T01:02:23.0750386Z [4276/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\Event.cpp.obj 2025-01-24T01:02:23.4475535Z [4277/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\shared\cudart.cpp.obj 2025-01-24T01:02:23.6648174Z [4278/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\python_comm.cpp.obj 2025-01-24T01:02:23.7394130Z [4279/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\Stream.cpp.obj 2025-01-24T01:02:24.1066673Z [4280/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\shared\nvtx.cpp.obj 2025-01-24T01:02:24.5266425Z [4281/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\shared\cudnn.cpp.obj 2025-01-24T01:02:24.5769508Z [4282/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\GdsFile.cpp.obj 2025-01-24T01:02:24.9856475Z [4283/7518] 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-01-24T01:02:25.1711715Z [4284/7518] 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-01-24T01:02:25.3120836Z [4285/7518] 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-01-24T01:02:25.4369570Z [4286/7518] 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-01-24T01:02:25.5588374Z [4287/7518] 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-01-24T01:02:25.6847709Z [4288/7518] 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-01-24T01:02:25.8054820Z [4289/7518] 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-01-24T01:02:25.9071021Z [4290/7518] 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-01-24T01:02:26.0062156Z [4291/7518] 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-01-24T01:02:26.1445797Z [4292/7518] 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-01-24T01:02:26.2848695Z [4293/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u1.c.obj 2025-01-24T01:02:26.4050174Z [4294/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u2.c.obj 2025-01-24T01:02:26.9134887Z [4295/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u2.c.obj 2025-01-24T01:02:27.0294621Z [4296/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u2.c.obj 2025-01-24T01:02:27.1917010Z [4297/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u2.c.obj 2025-01-24T01:02:27.3709914Z [4298/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u1.c.obj 2025-01-24T01:02:27.5071710Z [4299/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u2.c.obj 2025-01-24T01:02:27.6472888Z [4300/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u1.c.obj 2025-01-24T01:02:27.7667884Z [4301/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u2.c.obj 2025-01-24T01:02:27.8713906Z [4302/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u1.c.obj 2025-01-24T01:02:27.9788098Z [4303/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u2.c.obj 2025-01-24T01:02:28.1019954Z [4304/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u1.c.obj 2025-01-24T01:02:28.2197053Z [4305/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u2.c.obj 2025-01-24T01:02:28.4555184Z [4306/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:28.5645455Z [4307/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:28.6882942Z [4308/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:28.8112293Z [4309/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:28.9459854Z [4310/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:29.0612421Z [4311/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:29.1959873Z [4312/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:29.3166704Z [4313/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:29.4401282Z [4314/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:29.5713370Z [4315/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:29.7165744Z [4316/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:29.8579823Z [4317/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:30.0038918Z [4318/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:30.1689082Z [4319/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:30.2890932Z [4320/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:30.4207193Z [4321/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:30.5851778Z [4322/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:30.7530042Z [4323/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:30.8755751Z [4324/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:30.9916903Z [4325/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:31.1193300Z [4326/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:31.2975637Z [4327/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:31.4293669Z [4328/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:31.5437606Z [4329/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:31.6573035Z [4330/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:31.7860953Z [4331/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:31.9113177Z [4332/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:32.0279357Z [4333/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:32.2697963Z [4334/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:32.3884531Z [4335/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2025-01-24T01:02:32.5828524Z [4336/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:32.7359524Z [4337/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2025-01-24T01:02:32.8670658Z [4338/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:33.0046460Z [4339/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:33.1326776Z [4340/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:33.2593848Z [4341/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2025-01-24T01:02:33.3969280Z [4342/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:33.5274133Z [4343/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:33.6549013Z [4344/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:33.7642335Z [4345/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:33.8885293Z [4346/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:34.0127241Z [4347/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:34.1579455Z [4348/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u2.c.obj 2025-01-24T01:02:34.2798499Z [4349/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u3.c.obj 2025-01-24T01:02:34.4021318Z [4350/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:34.5237109Z [4351/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:34.6715146Z [4352/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-rndnu-scalar.c.obj 2025-01-24T01:02:34.7930316Z [4353/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:34.9652829Z [4354/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:35.1067371Z [4355/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-rndnu-scalar.c.obj 2025-01-24T01:02:35.2632454Z [4356/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:35.4732955Z [4357/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:35.6053464Z [4358/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-rndnu-scalar.c.obj 2025-01-24T01:02:35.7828851Z [4359/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:35.9586425Z [4360/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:36.1012173Z [4361/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:36.2472426Z [4362/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-rndnu-scalar.c.obj 2025-01-24T01:02:36.4140861Z [4363/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:36.6296343Z [4364/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:36.7938334Z [4365/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:36.9555880Z [4366/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-rndnu-scalar.c.obj 2025-01-24T01:02:37.0986923Z [4367/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:37.2874758Z [4368/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:37.4418691Z [4369/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-rndnu-scalar.c.obj 2025-01-24T01:02:37.5805103Z [4370/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:37.7650561Z [4371/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:37.9593032Z [4372/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:38.1609834Z [4373/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-rndnu-scalar.c.obj 2025-01-24T01:02:38.3870481Z [4374/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:38.5076624Z [4375/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:38.6809062Z [4376/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:38.7994344Z [4377/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-rndnu-scalar.c.obj 2025-01-24T01:02:38.9397300Z [4378/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:39.0788483Z [4379/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:39.2892766Z [4380/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-rndnu-scalar.c.obj 2025-01-24T01:02:39.4357459Z [4381/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:40.3909930Z [4382/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:41.2725838Z [4383/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-rndnu-scalar.c.obj 2025-01-24T01:02:41.4431969Z [4384/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:41.6139970Z [4385/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:41.7678915Z [4386/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-rndnu-scalar.c.obj 2025-01-24T01:02:41.9302082Z [4387/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:42.0908562Z [4388/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:42.2805169Z [4389/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:42.4265461Z [4390/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-rndnu-scalar.c.obj 2025-01-24T01:02:42.5948249Z [4391/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:42.6921944Z [4392/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\utils.cpp.obj 2025-01-24T01:02:42.8005259Z [4393/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:42.8665844Z [4394/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:42.9465577Z [4395/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-rndnu-scalar.c.obj 2025-01-24T01:02:43.0012651Z [4396/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:43.1037256Z [4397/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:43.1820208Z [4398/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\MemPool.cpp.obj 2025-01-24T01:02:43.2244813Z [4399/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-rndnu-scalar.c.obj 2025-01-24T01:02:43.2654213Z [4400/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:43.3644840Z [4401/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:43.4087631Z [4402/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:43.4366663Z [4403/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-rndnu-scalar.c.obj 2025-01-24T01:02:43.5331366Z [4404/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:02:43.5972775Z [4405/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:02:43.6192303Z [4406/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:02:43.8634359Z [4407/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-rndnu-scalar.c.obj 2025-01-24T01:02:43.9104861Z [4408/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u2.c.obj 2025-01-24T01:02:43.9973109Z [4409/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u1.c.obj 2025-01-24T01:02:43.9974815Z [4410/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\Graph.cpp.obj 2025-01-24T01:02:44.0862323Z [4411/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u2.c.obj 2025-01-24T01:02:44.1638259Z [4412/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u2.c.obj 2025-01-24T01:02:44.2411283Z [4413/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u2.c.obj 2025-01-24T01:02:44.2676946Z [4414/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u1.c.obj 2025-01-24T01:02:44.2831993Z [4415/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u2.c.obj 2025-01-24T01:02:44.3474338Z [4416/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u1.c.obj 2025-01-24T01:02:44.3938088Z [4417/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u2.c.obj 2025-01-24T01:02:44.4164141Z [4418/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u1.c.obj 2025-01-24T01:02:44.4355246Z [4419/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u2.c.obj 2025-01-24T01:02:44.5637710Z [4420/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u1.c.obj 2025-01-24T01:02:44.5951137Z [4421/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u2.c.obj 2025-01-24T01:02:44.6118591Z [4422/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c4.c.obj 2025-01-24T01:02:44.6302330Z [4423/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c2.c.obj 2025-01-24T01:02:44.6845571Z [4424/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c2.c.obj 2025-01-24T01:02:44.7205808Z [4425/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u1.c.obj 2025-01-24T01:02:44.7273537Z [4426/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u2.c.obj 2025-01-24T01:02:44.7425991Z [4427/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c4.c.obj 2025-01-24T01:02:44.7637408Z [4428/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u8.c.obj 2025-01-24T01:02:44.8018160Z [4429/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u16.c.obj 2025-01-24T01:02:44.8529344Z [4430/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-u2.c.obj 2025-01-24T01:02:44.8709489Z [4431/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-u4.c.obj 2025-01-24T01:02:44.8902179Z [4432/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-u4.c.obj 2025-01-24T01:02:44.9216338Z [4433/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-u4.c.obj 2025-01-24T01:02:44.9777294Z [4434/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-gio-scalar.c.obj 2025-01-24T01:02:44.9956623Z [4435/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-u4.c.obj 2025-01-24T01:02:45.0159101Z [4436/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-u4.c.obj 2025-01-24T01:02:45.0366544Z [4437/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x2-scalar-int.c.obj 2025-01-24T01:02:45.0849526Z [4438/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x4-scalar-int.c.obj 2025-01-24T01:02:45.1052964Z [4439/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x1-scalar-int.c.obj 2025-01-24T01:02:45.1231339Z [4440/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x2-scalar-int.c.obj 2025-01-24T01:02:45.1442492Z [4441/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x1-scalar-int.c.obj 2025-01-24T01:02:45.1797100Z [4442/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x2-scalar-int.c.obj 2025-01-24T01:02:45.2090778Z [4443/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x4-scalar-int.c.obj 2025-01-24T01:02:45.2601831Z [4444/7518] 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-01-24T01:02:45.2810599Z [4445/7518] 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-01-24T01:02:45.2991996Z [4446/7518] 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-01-24T01:02:45.3182278Z [4447/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x2-scalar-int.c.obj 2025-01-24T01:02:45.3626375Z [4448/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x4-scalar-int.c.obj 2025-01-24T01:02:45.3816859Z [4449/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x1-scalar-int.c.obj 2025-01-24T01:02:45.4119041Z [4450/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x2-scalar-int.c.obj 2025-01-24T01:02:45.4295668Z [4451/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x1-scalar-int.c.obj 2025-01-24T01:02:45.4575328Z [4452/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x2-scalar-int.c.obj 2025-01-24T01:02:45.4798101Z [4453/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x4-scalar-int.c.obj 2025-01-24T01:02:45.5095540Z [4454/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x4-scalar.c.obj 2025-01-24T01:02:45.5406170Z [4455/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x1-scalar.c.obj 2025-01-24T01:02:45.5585490Z [4456/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x2-scalar.c.obj 2025-01-24T01:02:45.5753890Z [4457/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x4-scalar.c.obj 2025-01-24T01:02:45.6065907Z [4458/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x1-scalar.c.obj 2025-01-24T01:02:45.6343761Z [4459/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x2-scalar.c.obj 2025-01-24T01:02:45.6585753Z [4460/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x4-scalar.c.obj 2025-01-24T01:02:45.6885869Z [4461/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-float.c.obj 2025-01-24T01:02:45.7219969Z [4462/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-int.c.obj 2025-01-24T01:02:45.7465119Z [4463/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-float.c.obj 2025-01-24T01:02:45.7637433Z [4464/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-int.c.obj 2025-01-24T01:02:45.7983915Z [4465/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-float.c.obj 2025-01-24T01:02:45.8490787Z [4466/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-int.c.obj 2025-01-24T01:02:45.8701228Z [4467/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-float.c.obj 2025-01-24T01:02:45.8894109Z [4468/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-int.c.obj 2025-01-24T01:02:45.9038071Z [4469/7518] 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-01-24T01:02:45.9642100Z [4470/7518] 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-01-24T01:02:45.9892830Z [4471/7518] 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-01-24T01:02:46.0038944Z [4472/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x4-gemm-gio-scalar.c.obj 2025-01-24T01:02:46.0214270Z [4473/7518] 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-01-24T01:02:46.0767557Z [4474/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-scalar.c.obj 2025-01-24T01:02:46.1012295Z [4475/7518] 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-01-24T01:02:46.1304691Z [4476/7518] 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-01-24T01:02:46.1474179Z [4477/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-scalar.c.obj 2025-01-24T01:02:46.2750662Z [4478/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\python_comm_hook.cpp.obj 2025-01-24T01:02:47.1620677Z [4479/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\Module.cpp.obj 2025-01-24T01:02:47.7931599Z [4480/7518] 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-01-24T01:02:47.8126007Z [4481/7518] 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-01-24T01:02:47.8319382Z [4482/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-2x-scalar.c.obj 2025-01-24T01:02:47.9608085Z [4483/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-scalar.c.obj 2025-01-24T01:02:47.9763916Z [4484/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-3x-scalar.c.obj 2025-01-24T01:02:48.1430761Z [4485/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-scalar.c.obj 2025-01-24T01:02:48.1538104Z [4486/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-float.c.obj 2025-01-24T01:02:48.1709542Z [4487/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-int.c.obj 2025-01-24T01:02:48.1953490Z [4488/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-float.c.obj 2025-01-24T01:02:48.2032966Z [4489/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-int.c.obj 2025-01-24T01:02:48.2264091Z [4490/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-float.c.obj 2025-01-24T01:02:48.2424759Z [4491/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-int.c.obj 2025-01-24T01:02:48.2647812Z [4492/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-float.c.obj 2025-01-24T01:02:48.2967938Z [4493/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-int.c.obj 2025-01-24T01:02:48.3140135Z [4494/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-float.c.obj 2025-01-24T01:02:48.3335528Z [4495/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-float.c.obj 2025-01-24T01:02:48.3527235Z [4496/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-int.c.obj 2025-01-24T01:02:48.3684744Z [4497/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-float.c.obj 2025-01-24T01:02:48.3866240Z [4498/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-int.c.obj 2025-01-24T01:02:48.4081062Z [4499/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-float.c.obj 2025-01-24T01:02:48.4351118Z [4500/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-int.c.obj 2025-01-24T01:02:48.4574193Z [4501/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-int.c.obj 2025-01-24T01:02:48.4801057Z [4502/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-float.c.obj 2025-01-24T01:02:48.4922710Z [4503/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-float.c.obj 2025-01-24T01:02:48.5089651Z [4504/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-int.c.obj 2025-01-24T01:02:48.5316089Z [4505/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-float.c.obj 2025-01-24T01:02:48.5329525Z [4506/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-int.c.obj 2025-01-24T01:02:48.5563316Z [4507/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-float.c.obj 2025-01-24T01:02:48.5965155Z [4508/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-int.c.obj 2025-01-24T01:02:48.6145943Z [4509/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-float.c.obj 2025-01-24T01:02:48.6196423Z [4510/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-int.c.obj 2025-01-24T01:02:48.6426044Z [4511/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-int.c.obj 2025-01-24T01:02:48.6495439Z [4512/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-float.c.obj 2025-01-24T01:02:48.6594467Z [4513/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-float.c.obj 2025-01-24T01:02:48.6967317Z [4514/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-int.c.obj 2025-01-24T01:02:48.7154127Z [4515/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-float.c.obj 2025-01-24T01:02:48.7204807Z [4516/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-int.c.obj 2025-01-24T01:02:48.7555482Z [4517/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-float.c.obj 2025-01-24T01:02:48.7826530Z [4518/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.obj 2025-01-24T01:02:48.8017389Z [4519/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse-acc2.c.obj 2025-01-24T01:02:48.8256149Z [4520/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse.c.obj 2025-01-24T01:02:48.8389581Z [4521/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse-acc2.c.obj 2025-01-24T01:02:48.8581652Z [4522/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse-acc2.c.obj 2025-01-24T01:02:48.8863556Z [4523/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse.c.obj 2025-01-24T01:02:48.9212503Z [4524/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse-acc2.c.obj 2025-01-24T01:02:48.9349328Z [4525/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.obj 2025-01-24T01:02:48.9618690Z [4526/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.obj 2025-01-24T01:02:48.9632657Z [4527/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.obj 2025-01-24T01:02:48.9886130Z [4528/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.obj 2025-01-24T01:02:49.0243554Z [4529/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.obj 2025-01-24T01:02:49.0493266Z [4530/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.obj 2025-01-24T01:02:49.0823214Z [4531/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.obj 2025-01-24T01:02:49.0929384Z [4532/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.obj 2025-01-24T01:02:49.1098380Z [4533/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.obj 2025-01-24T01:02:49.1160997Z [4534/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.obj 2025-01-24T01:02:49.1404768Z [4535/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.obj 2025-01-24T01:02:49.1697783Z [4536/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.obj 2025-01-24T01:02:49.2077211Z [4537/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.obj 2025-01-24T01:02:49.2303916Z [4538/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.obj 2025-01-24T01:02:49.2416679Z [4539/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.obj 2025-01-24T01:02:49.2501139Z [4540/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.obj 2025-01-24T01:02:49.2607757Z [4541/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.obj 2025-01-24T01:02:49.2995865Z [4542/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse-acc2.c.obj 2025-01-24T01:02:49.3216096Z [4543/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse.c.obj 2025-01-24T01:02:49.3529688Z [4544/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse-acc2.c.obj 2025-01-24T01:02:49.3787219Z [4545/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse-acc2.c.obj 2025-01-24T01:02:49.3847979Z [4546/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse-acc2.c.obj 2025-01-24T01:02:49.3860157Z [4547/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse.c.obj 2025-01-24T01:02:49.4209136Z [4548/7518] 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-01-24T01:02:49.4449196Z [4549/7518] 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-01-24T01:02:49.5102719Z [4550/7518] 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-01-24T01:02:49.5194031Z [4551/7518] 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-01-24T01:02:49.5221307Z [4552/7518] 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-01-24T01:02:49.5279183Z [4553/7518] 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-01-24T01:02:49.5407034Z [4554/7518] 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-01-24T01:02:49.5627098Z [4555/7518] 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-01-24T01:02:49.6490390Z [4556/7518] 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-01-24T01:02:49.6547610Z [4557/7518] 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-01-24T01:02:49.6577020Z [4558/7518] 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-01-24T01:02:49.6634121Z [4559/7518] 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-01-24T01:02:49.6737086Z [4560/7518] 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-01-24T01:02:49.6844416Z [4561/7518] 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-01-24T01:02:49.7738797Z [4562/7518] 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-01-24T01:02:49.7857637Z [4563/7518] 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-01-24T01:02:49.7964346Z [4564/7518] 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-01-24T01:02:49.8036723Z [4565/7518] 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-01-24T01:02:49.8055160Z [4566/7518] 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-01-24T01:02:49.8062657Z [4567/7518] 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-01-24T01:02:49.9055055Z [4568/7518] 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-01-24T01:02:49.9274364Z [4569/7518] 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-01-24T01:02:49.9288173Z [4570/7518] 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-01-24T01:02:49.9301138Z [4571/7518] 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-01-24T01:02:49.9363021Z [4572/7518] 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-01-24T01:02:49.9378571Z [4573/7518] 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-01-24T01:02:50.0469305Z [4574/7518] 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-01-24T01:02:50.0481577Z [4575/7518] 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-01-24T01:02:50.0652471Z [4576/7518] 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-01-24T01:02:50.0738027Z [4577/7518] 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-01-24T01:02:50.0764188Z [4578/7518] 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-01-24T01:02:50.0825849Z [4579/7518] 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-01-24T01:02:50.2069475Z [4580/7518] 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-01-24T01:02:50.2132927Z [4581/7518] 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-01-24T01:02:50.2178384Z [4582/7518] 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-01-24T01:02:50.2190747Z [4583/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-dup.c.obj 2025-01-24T01:02:50.2298956Z [4584/7518] 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-01-24T01:02:50.2409535Z [4585/7518] 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-01-24T01:02:50.3542130Z [4586/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-load1.c.obj 2025-01-24T01:02:50.3651638Z [4587/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-dup.c.obj 2025-01-24T01:02:50.3704281Z [4588/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-dup.c.obj 2025-01-24T01:02:50.3723842Z [4589/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8s4-minmax-sse.c.obj 2025-01-24T01:02:50.3736885Z [4590/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8s4-minmax-sse.c.obj 2025-01-24T01:02:50.3803165Z [4591/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8s4-minmax-sse.c.obj 2025-01-24T01:02:50.5115252Z [4592/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x2c4-minmax-sse.c.obj 2025-01-24T01:02:50.5129331Z [4593/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8s4-minmax-sse.c.obj 2025-01-24T01:02:50.5180514Z [4594/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-dup.c.obj 2025-01-24T01:02:50.5192610Z [4595/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-load1.c.obj 2025-01-24T01:02:50.5245584Z [4596/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-load1.c.obj 2025-01-24T01:02:50.5306466Z [4597/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-dup.c.obj 2025-01-24T01:02:50.6493615Z [4598/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-dup.c.obj 2025-01-24T01:02:50.6545221Z [4599/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-load1.c.obj 2025-01-24T01:02:50.6561761Z [4600/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-dup.c.obj 2025-01-24T01:02:50.6573167Z [4601/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8s4-minmax-sse.c.obj 2025-01-24T01:02:50.6622751Z [4602/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8s4-minmax-sse.c.obj 2025-01-24T01:02:50.6681753Z [4603/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-load1.c.obj 2025-01-24T01:02:50.7886447Z [4604/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8s4-minmax-sse.c.obj 2025-01-24T01:02:50.7938508Z [4605/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-dup.c.obj 2025-01-24T01:02:50.8005016Z [4606/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-load1.c.obj 2025-01-24T01:02:50.8018923Z [4607/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-dup.c.obj 2025-01-24T01:02:50.8103626Z [4608/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8s4-minmax-sse.c.obj 2025-01-24T01:02:50.8170813Z [4609/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-load1.c.obj 2025-01-24T01:02:50.9302716Z [4610/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p4.c.obj 2025-01-24T01:02:50.9315124Z [4611/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8s4-minmax-sse.c.obj 2025-01-24T01:02:50.9364197Z [4612/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8s4-minmax-sse.c.obj 2025-01-24T01:02:50.9375631Z [4613/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-load1.c.obj 2025-01-24T01:02:50.9422514Z [4614/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-dup.c.obj 2025-01-24T01:02:50.9692040Z [4615/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c4.c.obj 2025-01-24T01:02:51.0578434Z [4616/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8s4-minmax-sse.c.obj 2025-01-24T01:02:51.0631190Z [4617/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-dup.c.obj 2025-01-24T01:02:51.0645998Z [4618/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8s4-minmax-sse.c.obj 2025-01-24T01:02:51.0803835Z [4619/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-dup.c.obj 2025-01-24T01:02:51.0822674Z [4620/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-load1.c.obj 2025-01-24T01:02:51.0873179Z [4621/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-dup.c.obj 2025-01-24T01:02:51.1790946Z [4622/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8s4-minmax-sse.c.obj 2025-01-24T01:02:51.1839504Z [4623/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-load1.c.obj 2025-01-24T01:02:51.1948173Z [4624/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-dup.c.obj 2025-01-24T01:02:51.2023769Z [4625/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x2c4-minmax-sse.c.obj 2025-01-24T01:02:51.2167040Z [4626/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-dup.c.obj 2025-01-24T01:02:51.2369419Z [4627/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8s4-minmax-sse.c.obj 2025-01-24T01:02:51.3007160Z [4628/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c32.c.obj 2025-01-24T01:02:51.3078118Z [4629/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-load1.c.obj 2025-01-24T01:02:51.3146428Z [4630/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x8-minmax-sse.c.obj 2025-01-24T01:02:51.3161215Z [4631/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8s4-minmax-sse.c.obj 2025-01-24T01:02:51.3223498Z [4632/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c64.c.obj 2025-01-24T01:02:51.3331926Z [4633/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u4.c.obj 2025-01-24T01:02:51.4174874Z [4634/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc2.c.obj 2025-01-24T01:02:51.4528496Z [4635/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u8-acc2.c.obj 2025-01-24T01:02:51.4541360Z [4636/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u4.c.obj 2025-01-24T01:02:51.4563189Z [4637/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u12-acc3.c.obj 2025-01-24T01:02:51.4574949Z [4638/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u12-acc3.c.obj 2025-01-24T01:02:51.4631071Z [4639/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u8-acc2.c.obj 2025-01-24T01:02:51.5560074Z [4640/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u8-acc2.c.obj 2025-01-24T01:02:51.5618139Z [4641/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc4.c.obj 2025-01-24T01:02:51.5630680Z [4642/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc2.c.obj 2025-01-24T01:02:51.5642362Z [4643/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc2.c.obj 2025-01-24T01:02:51.5691750Z [4644/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u4.c.obj 2025-01-24T01:02:51.5706392Z [4645/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u12-acc3.c.obj 2025-01-24T01:02:51.6656735Z [4646/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u12-acc3.c.obj 2025-01-24T01:02:51.6678201Z [4647/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u4.c.obj 2025-01-24T01:02:51.6705919Z [4648/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-sse.c.obj 2025-01-24T01:02:51.6762091Z [4649/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u8-acc2.c.obj 2025-01-24T01:02:51.6784179Z [4650/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc2.c.obj 2025-01-24T01:02:51.6807196Z [4651/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-sse.c.obj 2025-01-24T01:02:51.7657440Z [4652/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-16x1-minmax-sse.c.obj 2025-01-24T01:02:51.7883041Z [4653/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-sse-u4.c.obj 2025-01-24T01:02:51.7911008Z [4654/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-sse-u4.c.obj 2025-01-24T01:02:51.7979880Z [4655/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-sse-u4.c.obj 2025-01-24T01:02:51.7992787Z [4656/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-sse-u4.c.obj 2025-01-24T01:02:51.8005577Z [4657/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u4.c.obj 2025-01-24T01:02:51.8872426Z [4658/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u4.c.obj 2025-01-24T01:02:51.8974924Z [4659/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u4.c.obj 2025-01-24T01:02:51.9020844Z [4660/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u4.c.obj 2025-01-24T01:02:51.9148238Z [4661/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-sse-u4.c.obj 2025-01-24T01:02:51.9195402Z [4662/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-sse-u4.c.obj 2025-01-24T01:02:51.9261324Z [4663/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-sse-u4.c.obj 2025-01-24T01:02:52.0076279Z [4664/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u4.c.obj 2025-01-24T01:02:52.0090459Z [4665/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-sse-u4.c.obj 2025-01-24T01:02:52.0248222Z [4666/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u4.c.obj 2025-01-24T01:02:52.0316447Z [4667/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-sse-u4.c.obj 2025-01-24T01:02:52.4266674Z [4668/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-sse-u4.c.obj 2025-01-24T01:02:52.4267740Z [4669/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u4.c.obj 2025-01-24T01:02:52.4268674Z [4670/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u4.c.obj 2025-01-24T01:02:52.4269608Z [4671/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u12.c.obj 2025-01-24T01:02:52.4270580Z [4672/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u4.c.obj 2025-01-24T01:02:52.4272393Z [4673/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u16.c.obj 2025-01-24T01:02:52.4273402Z [4674/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u4.c.obj 2025-01-24T01:02:52.4274340Z [4675/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u8.c.obj 2025-01-24T01:02:52.4275308Z [4676/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u4.c.obj 2025-01-24T01:02:52.4276267Z [4677/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u4.c.obj 2025-01-24T01:02:52.4277281Z [4678/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c8-minmax-sse-2x.c.obj 2025-01-24T01:02:52.4278492Z [4679/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u16.c.obj 2025-01-24T01:02:52.4279505Z [4680/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u4.c.obj 2025-01-24T01:02:52.4280472Z [4681/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u8.c.obj 2025-01-24T01:02:52.4316978Z [4682/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u4.c.obj 2025-01-24T01:02:52.4484310Z [4683/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-sse.c.obj 2025-01-24T01:02:52.4598073Z [4684/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u16.c.obj 2025-01-24T01:02:52.4610185Z [4685/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u8.c.obj 2025-01-24T01:02:52.5036035Z [4686/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u8.c.obj 2025-01-24T01:02:52.5308518Z [4687/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u16.c.obj 2025-01-24T01:02:52.5483963Z [4688/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u24.c.obj 2025-01-24T01:02:52.5763307Z [4689/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u24.c.obj 2025-01-24T01:02:52.5913255Z [4690/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u16.c.obj 2025-01-24T01:02:52.5926781Z [4691/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u8.c.obj 2025-01-24T01:02:52.6156566Z [4692/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u32.c.obj 2025-01-24T01:02:52.6488850Z [4693/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u8.c.obj 2025-01-24T01:02:52.6612051Z [4694/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u8.c.obj 2025-01-24T01:02:52.7020679Z [4695/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u8.c.obj 2025-01-24T01:02:52.7071427Z [4696/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u32.c.obj 2025-01-24T01:02:52.7127349Z [4697/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u24.c.obj 2025-01-24T01:02:52.7446735Z [4698/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u8.c.obj 2025-01-24T01:02:52.7512235Z [4699/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u16.c.obj 2025-01-24T01:02:52.7860288Z [4700/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u24.c.obj 2025-01-24T01:02:52.8123913Z [4701/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u16.c.obj 2025-01-24T01:02:52.8176649Z [4702/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u8.c.obj 2025-01-24T01:02:52.8450577Z [4703/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u24.c.obj 2025-01-24T01:02:52.8655916Z [4704/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.obj 2025-01-24T01:02:52.8943461Z [4705/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.obj 2025-01-24T01:02:52.9481126Z [4706/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse2-u4.c.obj 2025-01-24T01:02:52.9539620Z [4707/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.obj 2025-01-24T01:02:52.9823993Z [4708/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse2-u4.c.obj 2025-01-24T01:02:53.0005265Z [4709/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u4.c.obj 2025-01-24T01:02:53.0097245Z [4710/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse2-u4.c.obj 2025-01-24T01:02:53.0225525Z [4711/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u8.c.obj 2025-01-24T01:02:53.0785654Z [4712/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u16.c.obj 2025-01-24T01:02:53.0969988Z [4713/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u8.c.obj 2025-01-24T01:02:53.0983546Z [4714/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u4.c.obj 2025-01-24T01:02:53.1438374Z [4715/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u12.c.obj 2025-01-24T01:02:53.1592983Z [4716/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u16.c.obj 2025-01-24T01:02:53.1658281Z [4717/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u4.c.obj 2025-01-24T01:02:53.2137978Z [4718/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u8.c.obj 2025-01-24T01:02:53.2195803Z [4719/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u4.c.obj 2025-01-24T01:02:53.2284367Z [4720/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u4.c.obj 2025-01-24T01:02:53.2956459Z [4721/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u4.c.obj 2025-01-24T01:02:53.2974218Z [4722/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u4.c.obj 2025-01-24T01:02:53.3054180Z [4723/7518] 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-01-24T01:02:53.3320940Z [4724/7518] 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-01-24T01:02:53.3470959Z [4725/7518] 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-01-24T01:02:53.3661437Z [4726/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u4.c.obj 2025-01-24T01:02:53.4148206Z [4727/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u8.c.obj 2025-01-24T01:02:53.4226091Z [4728/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u16.c.obj 2025-01-24T01:02:53.4467192Z [4729/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u12.c.obj 2025-01-24T01:02:53.4711377Z [4730/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-8-nr.c.obj 2025-01-24T01:02:53.4878208Z [4731/7518] 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-01-24T01:02:53.5112666Z [4732/7518] 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-01-24T01:02:53.5480607Z [4733/7518] 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-01-24T01:02:53.5500150Z [4734/7518] 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-01-24T01:02:53.5751238Z [4735/7518] 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-01-24T01:02:53.6182111Z [4736/7518] 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-01-24T01:02:53.6196065Z [4737/7518] 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-01-24T01:02:53.6428047Z [4738/7518] 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-01-24T01:02:53.6802794Z [4739/7518] 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-01-24T01:02:53.6879739Z [4740/7518] 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-01-24T01:02:53.7063240Z [4741/7518] 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-01-24T01:02:53.7548830Z [4742/7518] 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-01-24T01:02:53.7617489Z [4743/7518] 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-01-24T01:02:53.7770123Z [4744/7518] 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-01-24T01:02:53.8017159Z [4745/7518] 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-01-24T01:02:53.8228102Z [4746/7518] 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-01-24T01:02:53.8365033Z [4747/7518] 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-01-24T01:02:53.8700925Z [4748/7518] 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-01-24T01:02:53.8798376Z [4749/7518] 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-01-24T01:02:53.8886207Z [4750/7518] 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-01-24T01:02:53.9192173Z [4751/7518] 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-01-24T01:02:53.9380636Z [4752/7518] 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-01-24T01:02:53.9502789Z [4753/7518] 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-01-24T01:02:53.9842107Z [4754/7518] 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-01-24T01:02:54.0069392Z [4755/7518] 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-01-24T01:02:54.0168319Z [4756/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:02:54.0392504Z [4757/7518] 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-01-24T01:02:54.0602995Z [4758/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:02:54.0706155Z [4759/7518] 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-01-24T01:02:54.1006507Z [4760/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:02:54.1283793Z [4761/7518] 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-01-24T01:02:54.1445573Z [4762/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:02:54.1691434Z [4763/7518] 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-01-24T01:02:54.1853208Z [4764/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:02:54.1920617Z [4765/7518] 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-01-24T01:02:54.2301473Z [4766/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:02:54.2454192Z [4767/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:02:54.2603556Z [4768/7518] 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-01-24T01:02:54.2913615Z [4769/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:02:54.3210187Z [4770/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:02:54.3312692Z [4771/7518] 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-01-24T01:02:54.3504216Z [4772/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u8.c.obj 2025-01-24T01:02:54.3606989Z [4773/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:02:54.3714136Z [4774/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u16.c.obj 2025-01-24T01:02:54.3969057Z [4775/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u24.c.obj 2025-01-24T01:02:54.4494359Z [4776/7518] 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-01-24T01:02:54.4508514Z [4777/7518] 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-01-24T01:02:54.4747078Z [4778/7518] 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-01-24T01:02:54.4856527Z [4779/7518] 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-01-24T01:02:54.4985258Z [4780/7518] 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-01-24T01:02:54.5233448Z [4781/7518] 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-01-24T01:02:54.5663797Z [4782/7518] 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-01-24T01:02:54.5722916Z [4783/7518] 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-01-24T01:02:54.5925377Z [4784/7518] 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-01-24T01:02:54.6089069Z [4785/7518] 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-01-24T01:02:54.6148842Z [4786/7518] 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-01-24T01:02:54.6489173Z [4787/7518] 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-01-24T01:02:54.6802898Z [4788/7518] 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-01-24T01:02:54.6921483Z [4789/7518] 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-01-24T01:02:54.7166405Z [4790/7518] 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-01-24T01:02:54.7274136Z [4791/7518] 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-01-24T01:02:54.7376751Z [4792/7518] 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-01-24T01:02:54.7708080Z [4793/7518] 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-01-24T01:02:54.8119014Z [4794/7518] 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-01-24T01:02:54.8202765Z [4795/7518] 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-01-24T01:02:54.8538008Z [4796/7518] 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-01-24T01:02:54.8720800Z [4797/7518] 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-01-24T01:02:54.9071416Z [4798/7518] 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-01-24T01:02:54.9474261Z [4799/7518] 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-01-24T01:02:54.9624086Z [4800/7518] 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-01-24T01:02:54.9684782Z [4801/7518] 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-01-24T01:02:54.9957967Z [4802/7518] 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-01-24T01:02:54.9973630Z [4803/7518] 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-01-24T01:02:55.0298745Z [4804/7518] 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-01-24T01:02:55.0883831Z [4805/7518] 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-01-24T01:02:55.1019314Z [4806/7518] 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-01-24T01:02:55.1083723Z [4807/7518] 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-01-24T01:02:55.1306310Z [4808/7518] 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-01-24T01:02:55.1562084Z [4809/7518] 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-01-24T01:02:55.2119945Z [4810/7518] 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-01-24T01:02:55.2180735Z [4811/7518] 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-01-24T01:02:55.2244981Z [4812/7518] 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-01-24T01:02:55.2420637Z [4813/7518] 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-01-24T01:02:55.2482201Z [4814/7518] 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-01-24T01:02:55.2619031Z [4815/7518] 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-01-24T01:02:55.3345700Z [4816/7518] 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-01-24T01:02:55.3368736Z [4817/7518] 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-01-24T01:02:55.3527098Z [4818/7518] 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-01-24T01:02:55.3696802Z [4819/7518] 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-01-24T01:02:55.3749346Z [4820/7518] 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-01-24T01:02:55.4085227Z [4821/7518] 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-01-24T01:02:55.4499008Z [4822/7518] 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-01-24T01:02:55.4627492Z [4823/7518] 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-01-24T01:02:55.4935484Z [4824/7518] 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-01-24T01:02:55.4951047Z [4825/7518] 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-01-24T01:02:55.5003729Z [4826/7518] 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-01-24T01:02:55.5279654Z [4827/7518] 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-01-24T01:02:55.5669258Z [4828/7518] 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-01-24T01:02:55.5788153Z [4829/7518] 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-01-24T01:02:55.6139573Z [4830/7518] 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-01-24T01:02:55.6167220Z [4831/7518] 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-01-24T01:02:55.6232449Z [4832/7518] 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-01-24T01:02:55.6510338Z [4833/7518] 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-01-24T01:02:55.6740283Z [4834/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2025-01-24T01:02:55.6929680Z [4835/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u24.c.obj 2025-01-24T01:02:55.7241427Z [4836/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2025-01-24T01:02:55.7316532Z [4837/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u32.c.obj 2025-01-24T01:02:55.7390586Z [4838/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.obj 2025-01-24T01:02:55.7653145Z [4839/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.obj 2025-01-24T01:02:55.7756115Z [4840/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u16.c.obj 2025-01-24T01:02:55.8064612Z [4841/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u16.c.obj 2025-01-24T01:02:55.8361418Z [4842/7518] 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-01-24T01:02:55.8419018Z [4843/7518] 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-01-24T01:02:55.8580822Z [4844/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:02:55.8902255Z [4845/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:02:55.8962618Z [4846/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:02:55.9298922Z [4847/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:02:55.9622614Z [4848/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:02:55.9685019Z [4849/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:02:55.9740679Z [4850/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:02:56.0021424Z [4851/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u8.c.obj 2025-01-24T01:02:56.0101861Z [4852/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:02:56.0298407Z [4853/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u16.c.obj 2025-01-24T01:02:56.0737616Z [4854/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u24.c.obj 2025-01-24T01:02:56.1066806Z [4855/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.1144005Z [4856/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:02:56.1324114Z [4857/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:02:56.1473336Z [4858/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.1534696Z [4859/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.2021839Z [4860/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:02:56.2380026Z [4861/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.2580954Z [4862/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:02:56.2692632Z [4863/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.2766555Z [4864/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:02:56.2907608Z [4865/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.3342941Z [4866/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:02:56.3672896Z [4867/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.3856354Z [4868/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:02:56.3971461Z [4869/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.4123270Z [4870/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.4259160Z [4871/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:02:56.4686492Z [4872/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.5063272Z [4873/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:02:56.5187836Z [4874/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.5204436Z [4875/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:02:56.5332384Z [4876/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.5439313Z [4877/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:02:56.5901396Z [4878/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.6251199Z [4879/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.6438651Z [4880/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.6586396Z [4881/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:02:56.6769321Z [4882/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:02:56.6791090Z [4883/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.7131746Z [4884/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:02:56.7377221Z [4885/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.7611860Z [4886/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:02:56.7762854Z [4887/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.7963690Z [4888/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:02:56.8109952Z [4889/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.8366515Z [4890/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.8476814Z [4891/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:02:56.8782794Z [4892/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.8939987Z [4893/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:02:56.9163843Z [4894/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u16.c.obj 2025-01-24T01:02:56.9223319Z [4895/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:02:56.9541467Z [4896/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u64-acc4.c.obj 2025-01-24T01:02:56.9555112Z [4897/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u64-acc2.c.obj 2025-01-24T01:02:56.9948352Z [4898/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2025-01-24T01:02:57.0119437Z [4899/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2025-01-24T01:02:57.0200653Z [4900/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u16.c.obj 2025-01-24T01:02:57.0514628Z [4901/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u16.c.obj 2025-01-24T01:02:57.0646677Z [4902/7518] 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-01-24T01:02:57.0836354Z [4903/7518] 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-01-24T01:02:57.1033569Z [4904/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c16.c.obj 2025-01-24T01:02:57.1263827Z [4905/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c16.c.obj 2025-01-24T01:02:57.1319904Z [4906/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-switch-sse2.c.obj 2025-01-24T01:02:57.1618159Z [4907/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-switch-sse2.c.obj 2025-01-24T01:02:57.1640465Z [4908/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-mov-sse2.c.obj 2025-01-24T01:02:57.1892203Z [4909/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-mov-sse2.c.obj 2025-01-24T01:02:57.1949610Z [4910/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-switch-sse2.c.obj 2025-01-24T01:02:57.2229194Z [4911/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\x16-transposec-4x8-sse2.c.obj 2025-01-24T01:02:57.2287141Z [4912/7518] 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-01-24T01:02:57.2630228Z [4913/7518] 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-01-24T01:02:57.2822146Z [4914/7518] 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-01-24T01:02:57.2897631Z [4915/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u8.c.obj 2025-01-24T01:02:57.3078958Z [4916/7518] 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-01-24T01:02:57.3324572Z [4917/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u4.c.obj 2025-01-24T01:02:57.3418027Z [4918/7518] 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-01-24T01:02:57.3638637Z [4919/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u8.c.obj 2025-01-24T01:02:57.3946782Z [4920/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u4.c.obj 2025-01-24T01:02:57.4154826Z [4921/7518] 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-01-24T01:02:57.4298219Z [4922/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u8.c.obj 2025-01-24T01:02:57.4355647Z [4923/7518] 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-01-24T01:02:57.4467888Z [4924/7518] 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-01-24T01:02:57.4704332Z [4925/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u4.c.obj 2025-01-24T01:02:57.4999314Z [4926/7518] 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-01-24T01:02:57.5224584Z [4927/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u8.c.obj 2025-01-24T01:02:57.5344381Z [4928/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-multi-sse2.c.obj 2025-01-24T01:02:57.5416227Z [4929/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-mov-sse2.c.obj 2025-01-24T01:02:57.5505154Z [4930/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-switch-sse2.c.obj 2025-01-24T01:02:57.6052158Z [4931/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-multi-sse2.c.obj 2025-01-24T01:02:57.6225401Z [4932/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-switch-sse2.c.obj 2025-01-24T01:02:57.6335202Z [4933/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-switch-sse2.c.obj 2025-01-24T01:02:57.6383854Z [4934/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-mov-sse2.c.obj 2025-01-24T01:02:57.6446890Z [4935/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-mov-sse2.c.obj 2025-01-24T01:02:57.6464505Z [4936/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-multi-sse2.c.obj 2025-01-24T01:02:57.7066515Z [4937/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-multi-sse2.c.obj 2025-01-24T01:02:57.7550130Z [4938/7518] 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-01-24T01:02:57.7602799Z [4939/7518] 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-01-24T01:02:57.7615846Z [4940/7518] 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-01-24T01:02:57.7671537Z [4941/7518] 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-01-24T01:02:57.7686990Z [4942/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-switch-sse2.c.obj 2025-01-24T01:02:57.8238116Z [4943/7518] 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-01-24T01:02:57.8741289Z [4944/7518] 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-01-24T01:02:57.8835297Z [4945/7518] 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-01-24T01:02:57.8895655Z [4946/7518] 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-01-24T01:02:57.8911716Z [4947/7518] 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-01-24T01:02:57.9018832Z [4948/7518] 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-01-24T01:02:57.9528898Z [4949/7518] 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-01-24T01:02:58.0178447Z [4950/7518] 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-01-24T01:02:58.0192774Z [4951/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u16.c.obj 2025-01-24T01:02:58.0254817Z [4952/7518] 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-01-24T01:02:58.0269844Z [4953/7518] 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-01-24T01:02:58.0287437Z [4954/7518] 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-01-24T01:02:58.0609097Z [4955/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc2.c.obj 2025-01-24T01:02:58.1268013Z [4956/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc4.c.obj 2025-01-24T01:02:58.2024362Z [4957/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c32.c.obj 2025-01-24T01:02:58.2054962Z [4958/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c16.c.obj 2025-01-24T01:02:58.2070387Z [4959/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u16.c.obj 2025-01-24T01:02:58.2085311Z [4960/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u16.c.obj 2025-01-24T01:02:58.2102139Z [4961/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u16.c.obj 2025-01-24T01:02:58.2868865Z [4962/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u32.c.obj 2025-01-24T01:02:58.2893566Z [4963/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u16.c.obj 2025-01-24T01:02:58.3182873Z [4964/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u8.c.obj 2025-01-24T01:02:58.3234727Z [4965/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u24.c.obj 2025-01-24T01:02:58.3291387Z [4966/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u32.c.obj 2025-01-24T01:02:58.3373136Z [4967/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u16.c.obj 2025-01-24T01:02:58.4017875Z [4968/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u8.c.obj 2025-01-24T01:02:58.4034707Z [4969/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u16.c.obj 2025-01-24T01:02:58.4217459Z [4970/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u24.c.obj 2025-01-24T01:02:58.4357749Z [4971/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u32.c.obj 2025-01-24T01:02:58.4415633Z [4972/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u16.c.obj 2025-01-24T01:02:58.4431404Z [4973/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u24.c.obj 2025-01-24T01:02:58.5173255Z [4974/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u32.c.obj 2025-01-24T01:02:58.5592832Z [4975/7518] 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-01-24T01:02:58.5722509Z [4976/7518] 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-01-24T01:02:58.5905768Z [4977/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8s4-minmax-sse41.c.obj 2025-01-24T01:02:58.6005037Z [4978/7518] 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-01-24T01:02:58.6179910Z [4979/7518] 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-01-24T01:02:58.6491124Z [4980/7518] 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-01-24T01:02:58.6911842Z [4981/7518] 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-01-24T01:02:58.6999381Z [4982/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8s4-minmax-sse41.c.obj 2025-01-24T01:02:58.7402707Z [4983/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2c4-minmax-sse41.c.obj 2025-01-24T01:02:58.7415258Z [4984/7518] 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-01-24T01:02:58.7469221Z [4985/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8s4-minmax-sse41.c.obj 2025-01-24T01:02:58.7802592Z [4986/7518] 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-01-24T01:02:58.8336147Z [4987/7518] 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-01-24T01:02:58.8390744Z [4988/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8s4-minmax-sse41.c.obj 2025-01-24T01:02:58.8641480Z [4989/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x2c4-minmax-sse41.c.obj 2025-01-24T01:02:58.8757410Z [4990/7518] 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-01-24T01:02:58.8777641Z [4991/7518] 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-01-24T01:02:58.9194931Z [4992/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8s4-minmax-sse41.c.obj 2025-01-24T01:02:58.9424691Z [4993/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u8.c.obj 2025-01-24T01:02:58.9437772Z [4994/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u16.c.obj 2025-01-24T01:02:58.9673992Z [4995/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u24.c.obj 2025-01-24T01:02:58.9952251Z [4996/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse41-u8.c.obj 2025-01-24T01:02:59.0017781Z [4997/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse41-u4.c.obj 2025-01-24T01:02:59.0406461Z [4998/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse41-u4.c.obj 2025-01-24T01:02:59.0511567Z [4999/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse41-u4.c.obj 2025-01-24T01:02:59.0578332Z [5000/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse41-u8.c.obj 2025-01-24T01:02:59.0781459Z [5001/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse41-u8.c.obj 2025-01-24T01:02:59.1100441Z [5002/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u8.c.obj 2025-01-24T01:02:59.1164417Z [5003/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u4.c.obj 2025-01-24T01:02:59.1616792Z [5004/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u16.c.obj 2025-01-24T01:02:59.1815384Z [5005/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u4.c.obj 2025-01-24T01:02:59.1878623Z [5006/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u8.c.obj 2025-01-24T01:02:59.1901462Z [5007/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u12.c.obj 2025-01-24T01:02:59.2226935Z [5008/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u12.c.obj 2025-01-24T01:02:59.2244239Z [5009/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u16.c.obj 2025-01-24T01:02:59.2715227Z [5010/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u4.c.obj 2025-01-24T01:02:59.3110134Z [5011/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u4.c.obj 2025-01-24T01:02:59.3231775Z [5012/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u4.c.obj 2025-01-24T01:02:59.3245298Z [5013/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u4.c.obj 2025-01-24T01:02:59.3409094Z [5014/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u4.c.obj 2025-01-24T01:02:59.3425292Z [5015/7518] 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-01-24T01:02:59.3909402Z [5016/7518] 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-01-24T01:02:59.4231234Z [5017/7518] 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-01-24T01:02:59.4325682Z [5018/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u8.c.obj 2025-01-24T01:02:59.4452070Z [5019/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u4.c.obj 2025-01-24T01:02:59.4569771Z [5020/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u12.c.obj 2025-01-24T01:02:59.4631712Z [5021/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u16.c.obj 2025-01-24T01:02:59.5295315Z [5022/7518] 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-01-24T01:02:59.5507166Z [5023/7518] 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-01-24T01:02:59.5796820Z [5024/7518] 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-01-24T01:02:59.5816217Z [5025/7518] 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-01-24T01:02:59.6067532Z [5026/7518] 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-01-24T01:02:59.6175687Z [5027/7518] 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-01-24T01:02:59.6954169Z [5028/7518] 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-01-24T01:02:59.7243578Z [5029/7518] 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-01-24T01:02:59.7469921Z [5030/7518] 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-01-24T01:02:59.7480275Z [5031/7518] 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-01-24T01:02:59.7863398Z [5032/7518] 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-01-24T01:02:59.8036104Z [5033/7518] 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-01-24T01:02:59.8645263Z [5034/7518] 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-01-24T01:02:59.8968274Z [5035/7518] 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-01-24T01:02:59.9092691Z [5036/7518] 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-01-24T01:02:59.9261937Z [5037/7518] 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-01-24T01:02:59.9557667Z [5038/7518] 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-01-24T01:02:59.9789913Z [5039/7518] 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-01-24T01:03:00.0299716Z [5040/7518] 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-01-24T01:03:00.0673006Z [5041/7518] 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-01-24T01:03:00.0903649Z [5042/7518] 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-01-24T01:03:00.0960142Z [5043/7518] 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-01-24T01:03:00.1314871Z [5044/7518] 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-01-24T01:03:00.1659452Z [5045/7518] 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-01-24T01:03:00.2115175Z [5046/7518] 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-01-24T01:03:00.7439150Z [5047/7518] 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-01-24T01:03:00.7442081Z [5048/7518] 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-01-24T01:03:00.7446868Z [5049/7518] 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-01-24T01:03:00.7449472Z [5050/7518] 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-01-24T01:03:00.7451923Z [5051/7518] 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-01-24T01:03:00.7453390Z [5052/7518] 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-01-24T01:03:00.7549192Z [5053/7518] 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-01-24T01:03:00.7551988Z [5054/7518] 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-01-24T01:03:00.7553656Z [5055/7518] 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-01-24T01:03:00.7555010Z [5056/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:00.7557173Z [5057/7518] 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-01-24T01:03:00.7559690Z [5058/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:03:00.7561316Z [5059/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:00.7562878Z [5060/7518] 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-01-24T01:03:00.7565407Z [5061/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:03:00.7567701Z [5062/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:00.7570041Z [5063/7518] 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-01-24T01:03:00.7571817Z [5064/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:03:00.7844609Z [5065/7518] 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-01-24T01:03:00.7919993Z [5066/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:03:00.8265783Z [5067/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:00.8483568Z [5068/7518] 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-01-24T01:03:00.8647789Z [5069/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:03:00.8907041Z [5070/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:00.9520805Z [5071/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:00.9653042Z [5072/7518] 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-01-24T01:03:01.0032345Z [5073/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:03:01.0051899Z [5074/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:03:01.0290701Z [5075/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:01.0510906Z [5076/7518] 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-01-24T01:03:01.1023299Z [5077/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:03:01.1239723Z [5078/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:01.1941287Z [5079/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:03:01.1960557Z [5080/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:01.2064802Z [5081/7518] 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-01-24T01:03:01.2633199Z [5082/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:01.2711490Z [5083/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u8.c.obj 2025-01-24T01:03:01.3073322Z [5084/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:03:01.3327069Z [5085/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u24.c.obj 2025-01-24T01:03:01.3364932Z [5086/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u32.c.obj 2025-01-24T01:03:01.3650547Z [5087/7518] 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-01-24T01:03:01.4201528Z [5088/7518] 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-01-24T01:03:01.4296661Z [5089/7518] 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-01-24T01:03:01.4901232Z [5090/7518] 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-01-24T01:03:01.5085478Z [5091/7518] 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-01-24T01:03:01.5162630Z [5092/7518] 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-01-24T01:03:01.5268514Z [5093/7518] 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-01-24T01:03:01.5766603Z [5094/7518] 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-01-24T01:03:01.5858883Z [5095/7518] 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-01-24T01:03:01.6582085Z [5096/7518] 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-01-24T01:03:01.6870843Z [5097/7518] 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-01-24T01:03:01.6895296Z [5098/7518] 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-01-24T01:03:01.7016472Z [5099/7518] 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-01-24T01:03:01.7488767Z [5100/7518] 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-01-24T01:03:01.7646129Z [5101/7518] 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-01-24T01:03:01.8352716Z [5102/7518] 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-01-24T01:03:01.8501122Z [5103/7518] 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-01-24T01:03:01.8643777Z [5104/7518] 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-01-24T01:03:01.8655294Z [5105/7518] 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-01-24T01:03:01.9026997Z [5106/7518] 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-01-24T01:03:01.9431920Z [5107/7518] 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-01-24T01:03:01.9910420Z [5108/7518] 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-01-24T01:03:01.9997403Z [5109/7518] 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-01-24T01:03:02.0144811Z [5110/7518] 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-01-24T01:03:02.0284171Z [5111/7518] 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-01-24T01:03:02.0588621Z [5112/7518] 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-01-24T01:03:02.0999196Z [5113/7518] 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-01-24T01:03:02.1496445Z [5114/7518] 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-01-24T01:03:02.1706140Z [5115/7518] 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-01-24T01:03:02.1974401Z [5116/7518] 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-01-24T01:03:02.2087844Z [5117/7518] 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-01-24T01:03:02.2244311Z [5118/7518] 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-01-24T01:03:02.2800241Z [5119/7518] 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-01-24T01:03:02.3208767Z [5120/7518] 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-01-24T01:03:02.3411230Z [5121/7518] 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-01-24T01:03:02.3672377Z [5122/7518] 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-01-24T01:03:02.3759786Z [5123/7518] 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-01-24T01:03:02.3922006Z [5124/7518] 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-01-24T01:03:02.4545095Z [5125/7518] 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-01-24T01:03:02.4996450Z [5126/7518] 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-01-24T01:03:02.5185245Z [5127/7518] 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-01-24T01:03:02.5511645Z [5128/7518] 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-01-24T01:03:02.5650755Z [5129/7518] 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-01-24T01:03:02.5671320Z [5130/7518] 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-01-24T01:03:02.6286360Z [5131/7518] 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-01-24T01:03:02.6728034Z [5132/7518] 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-01-24T01:03:02.6933858Z [5133/7518] 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-01-24T01:03:02.7151869Z [5134/7518] 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-01-24T01:03:02.7214460Z [5135/7518] 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-01-24T01:03:02.7231598Z [5136/7518] 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-01-24T01:03:02.7772381Z [5137/7518] 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-01-24T01:03:02.8226777Z [5138/7518] 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-01-24T01:03:02.8480611Z [5139/7518] 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-01-24T01:03:02.8687134Z [5140/7518] 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-01-24T01:03:02.8707095Z [5141/7518] 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-01-24T01:03:02.8745074Z [5142/7518] 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-01-24T01:03:02.9527972Z [5143/7518] 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-01-24T01:03:02.9736451Z [5144/7518] 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-01-24T01:03:03.0043170Z [5145/7518] 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-01-24T01:03:03.0219297Z [5146/7518] 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-01-24T01:03:03.0340826Z [5147/7518] 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-01-24T01:03:03.0615998Z [5148/7518] 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-01-24T01:03:03.1230721Z [5149/7518] 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-01-24T01:03:03.1342406Z [5150/7518] 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-01-24T01:03:03.1641162Z [5151/7518] 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-01-24T01:03:03.1755064Z [5152/7518] 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-01-24T01:03:03.2031155Z [5153/7518] 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-01-24T01:03:03.2186927Z [5154/7518] 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-01-24T01:03:03.2632855Z [5155/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c16.c.obj 2025-01-24T01:03:03.2689392Z [5156/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c32.c.obj 2025-01-24T01:03:03.3038727Z [5157/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2025-01-24T01:03:03.3100786Z [5158/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u24.c.obj 2025-01-24T01:03:03.3375547Z [5159/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u32.c.obj 2025-01-24T01:03:03.3496169Z [5160/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2025-01-24T01:03:03.3988623Z [5161/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2025-01-24T01:03:03.4014169Z [5162/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u24.c.obj 2025-01-24T01:03:03.4523431Z [5163/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2025-01-24T01:03:03.4578838Z [5164/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u32.c.obj 2025-01-24T01:03:03.4921372Z [5165/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.obj 2025-01-24T01:03:03.5166533Z [5166/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.obj 2025-01-24T01:03:03.5493603Z [5167/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2025-01-24T01:03:03.5507622Z [5168/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2025-01-24T01:03:03.5937268Z [5169/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.obj 2025-01-24T01:03:03.6034690Z [5170/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.obj 2025-01-24T01:03:03.6266657Z [5171/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u8.c.obj 2025-01-24T01:03:03.6495160Z [5172/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u16.c.obj 2025-01-24T01:03:03.6914097Z [5173/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u8.c.obj 2025-01-24T01:03:03.7058192Z [5174/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u16.c.obj 2025-01-24T01:03:03.7444962Z [5175/7518] 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-01-24T01:03:03.7452473Z [5176/7518] 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-01-24T01:03:03.7778192Z [5177/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:03.8003731Z [5178/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:03:03.8462128Z [5179/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:03.8593493Z [5180/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:03:03.9227276Z [5181/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:03:03.9241291Z [5182/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:03.9371074Z [5183/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:03.9526070Z [5184/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:03:04.0112409Z [5185/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:03:04.0140664Z [5186/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:04.0771055Z [5187/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:04.0832357Z [5188/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:03:04.0908533Z [5189/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:04.1175186Z [5190/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:03:04.1714058Z [5191/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:04.2092657Z [5192/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:04.2197347Z [5193/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u8.c.obj 2025-01-24T01:03:04.2338575Z [5194/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:03:04.2357580Z [5195/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:03:04.2524996Z [5196/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u24.c.obj 2025-01-24T01:03:04.3077376Z [5197/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u32.c.obj 2025-01-24T01:03:04.3713539Z [5198/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:03:04.3877547Z [5199/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:04.3984314Z [5200/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:03:04.4066823Z [5201/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:04.4171219Z [5202/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:04.4858809Z [5203/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:03:04.5348587Z [5204/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:04.5481608Z [5205/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:03:04.5685848Z [5206/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:03:04.5836221Z [5207/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:04.5860532Z [5208/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:04.6631041Z [5209/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:03:04.7055167Z [5210/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:04.7140473Z [5211/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:03:04.7302326Z [5212/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:04.7542606Z [5213/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:04.7545434Z [5214/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:03:04.8253726Z [5215/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:04.8641142Z [5216/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:03:04.8788835Z [5217/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:03:04.8856953Z [5218/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:04.9167058Z [5219/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:04.9184594Z [5220/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:03:04.9667437Z [5221/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:05.0009486Z [5222/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:05.0144754Z [5223/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:03:05.0207117Z [5224/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:05.0395814Z [5225/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:03:05.0507579Z [5226/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:05.0785911Z [5227/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:03:05.1227089Z [5228/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:05.1412643Z [5229/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:03:05.1436157Z [5230/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:05.1556830Z [5231/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:05.1678577Z [5232/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:03:05.1977116Z [5233/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:05.2953139Z [5234/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:03:05.2969781Z [5235/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:05.3061059Z [5236/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:03:05.3076795Z [5237/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2025-01-24T01:03:05.3118343Z [5238/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:03:05.3434918Z [5239/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2025-01-24T01:03:05.4361426Z [5240/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2025-01-24T01:03:05.4445810Z [5241/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2025-01-24T01:03:05.4450348Z [5242/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u8.c.obj 2025-01-24T01:03:05.4470351Z [5243/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2025-01-24T01:03:05.4556103Z [5244/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2025-01-24T01:03:05.4751973Z [5245/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u16.c.obj 2025-01-24T01:03:05.5811682Z [5246/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u16.c.obj 2025-01-24T01:03:05.5835225Z [5247/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u8.c.obj 2025-01-24T01:03:05.5915380Z [5248/7518] 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-01-24T01:03:05.5931296Z [5249/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c8.c.obj 2025-01-24T01:03:05.5950553Z [5250/7518] 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-01-24T01:03:05.6051200Z [5251/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c8.c.obj 2025-01-24T01:03:05.7197019Z [5252/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u8.c.obj 2025-01-24T01:03:05.7215398Z [5253/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-gio-sse41-u2.c.obj 2025-01-24T01:03:05.7305514Z [5254/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u24.c.obj 2025-01-24T01:03:05.7331018Z [5255/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u32.c.obj 2025-01-24T01:03:05.7416396Z [5256/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u8.c.obj 2025-01-24T01:03:05.7522239Z [5257/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u16.c.obj 2025-01-24T01:03:05.8575790Z [5258/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u24.c.obj 2025-01-24T01:03:05.8594612Z [5259/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u32.c.obj 2025-01-24T01:03:05.8843409Z [5260/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx.c.obj 2025-01-24T01:03:05.8859138Z [5261/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx-acc2.c.obj 2025-01-24T01:03:05.8928593Z [5262/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx-acc2.c.obj 2025-01-24T01:03:05.9002721Z [5263/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx-acc2.c.obj 2025-01-24T01:03:06.0067521Z [5264/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx-acc2.c.obj 2025-01-24T01:03:06.0144451Z [5265/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx.c.obj 2025-01-24T01:03:06.0351812Z [5266/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.obj 2025-01-24T01:03:06.0361161Z [5267/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.obj 2025-01-24T01:03:06.0483132Z [5268/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.obj 2025-01-24T01:03:06.0656733Z [5269/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.obj 2025-01-24T01:03:06.1661376Z [5270/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.obj 2025-01-24T01:03:06.1678944Z [5271/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.obj 2025-01-24T01:03:06.1878070Z [5272/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.obj 2025-01-24T01:03:06.1989866Z [5273/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.obj 2025-01-24T01:03:06.2155851Z [5274/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.obj 2025-01-24T01:03:06.2487586Z [5275/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.obj 2025-01-24T01:03:06.3370160Z [5276/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx-acc2.c.obj 2025-01-24T01:03:06.3388500Z [5277/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx.c.obj 2025-01-24T01:03:06.3405312Z [5278/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.obj 2025-01-24T01:03:06.3597989Z [5279/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx-acc2.c.obj 2025-01-24T01:03:06.3703528Z [5280/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx-acc2.c.obj 2025-01-24T01:03:06.4036405Z [5281/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx-acc2.c.obj 2025-01-24T01:03:06.4744307Z [5282/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u8.c.obj 2025-01-24T01:03:06.4813615Z [5283/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u16.c.obj 2025-01-24T01:03:06.4990916Z [5284/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u32.c.obj 2025-01-24T01:03:06.5223637Z [5285/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx.c.obj 2025-01-24T01:03:06.5416935Z [5286/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-avx-broadcast.c.obj 2025-01-24T01:03:06.6045913Z [5287/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-avx-broadcast.c.obj 2025-01-24T01:03:06.6461237Z [5288/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-avx-broadcast.c.obj 2025-01-24T01:03:06.6579492Z [5289/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx-broadcast.c.obj 2025-01-24T01:03:06.6667033Z [5290/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-avx-broadcast.c.obj 2025-01-24T01:03:06.7171013Z [5291/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx-broadcast.c.obj 2025-01-24T01:03:06.7310014Z [5292/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-avx-broadcast.c.obj 2025-01-24T01:03:06.7849268Z [5293/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-avx-broadcast.c.obj 2025-01-24T01:03:06.8300984Z [5294/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-avx-broadcast.c.obj 2025-01-24T01:03:06.8415231Z [5295/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-avx-broadcast.c.obj 2025-01-24T01:03:06.8442917Z [5296/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx-broadcast.c.obj 2025-01-24T01:03:06.8939841Z [5297/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-avx-broadcast.c.obj 2025-01-24T01:03:06.9007391Z [5298/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx-broadcast.c.obj 2025-01-24T01:03:06.9324739Z [5299/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-avx-broadcast.c.obj 2025-01-24T01:03:06.9764385Z [5300/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx-broadcast.c.obj 2025-01-24T01:03:06.9878149Z [5301/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx-broadcast.c.obj 2025-01-24T01:03:06.9890555Z [5302/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-avx-broadcast.c.obj 2025-01-24T01:03:07.0319020Z [5303/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-avx-broadcast.c.obj 2025-01-24T01:03:07.0379080Z [5304/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-avx-broadcast.c.obj 2025-01-24T01:03:07.0541263Z [5305/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-avx-broadcast.c.obj 2025-01-24T01:03:07.1016566Z [5306/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-avx-broadcast.c.obj 2025-01-24T01:03:07.1073838Z [5307/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-avx-broadcast.c.obj 2025-01-24T01:03:07.1192006Z [5308/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx-broadcast.c.obj 2025-01-24T01:03:07.1544035Z [5309/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-avx-broadcast.c.obj 2025-01-24T01:03:07.1685312Z [5310/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx-broadcast.c.obj 2025-01-24T01:03:07.1995210Z [5311/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-avx-broadcast.c.obj 2025-01-24T01:03:07.2154594Z [5312/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x16.c.obj 2025-01-24T01:03:07.2550857Z [5313/7518] 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-01-24T01:03:07.2707040Z [5314/7518] 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-01-24T01:03:07.2924476Z [5315/7518] 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-01-24T01:03:07.3111595Z [5316/7518] 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-01-24T01:03:07.3326713Z [5317/7518] 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-01-24T01:03:07.3533056Z [5318/7518] 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-01-24T01:03:07.3875932Z [5319/7518] 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-01-24T01:03:07.4015009Z [5320/7518] 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-01-24T01:03:07.4380282Z [5321/7518] 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-01-24T01:03:07.4565806Z [5322/7518] 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-01-24T01:03:07.4707136Z [5323/7518] 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-01-24T01:03:07.4846871Z [5324/7518] 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-01-24T01:03:07.5105225Z [5325/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u8.c.obj 2025-01-24T01:03:07.5262986Z [5326/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u16.c.obj 2025-01-24T01:03:07.5419690Z [5327/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u24.c.obj 2025-01-24T01:03:07.5688790Z [5328/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u8.c.obj 2025-01-24T01:03:07.5865512Z [5329/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u16.c.obj 2025-01-24T01:03:07.5922737Z [5330/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u24.c.obj 2025-01-24T01:03:07.6316222Z [5331/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c16.c.obj 2025-01-24T01:03:07.6382917Z [5332/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c64.c.obj 2025-01-24T01:03:07.6616219Z [5333/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u8.c.obj 2025-01-24T01:03:07.6716146Z [5334/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u16-acc2.c.obj 2025-01-24T01:03:07.6993902Z [5335/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc2.c.obj 2025-01-24T01:03:07.7178647Z [5336/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u24-acc3.c.obj 2025-01-24T01:03:07.7374596Z [5337/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u16-acc2.c.obj 2025-01-24T01:03:07.7395207Z [5338/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u8.c.obj 2025-01-24T01:03:07.7658524Z [5339/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u24-acc3.c.obj 2025-01-24T01:03:07.7932263Z [5340/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc2.c.obj 2025-01-24T01:03:07.8191179Z [5341/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc4.c.obj 2025-01-24T01:03:07.8248461Z [5342/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u8.c.obj 2025-01-24T01:03:07.8412448Z [5343/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u16-acc2.c.obj 2025-01-24T01:03:07.8526673Z [5344/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u24-acc3.c.obj 2025-01-24T01:03:07.8782289Z [5345/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc2.c.obj 2025-01-24T01:03:07.8907408Z [5346/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u8.c.obj 2025-01-24T01:03:07.9358769Z [5347/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u16-acc2.c.obj 2025-01-24T01:03:07.9376682Z [5348/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u24-acc3.c.obj 2025-01-24T01:03:07.9487697Z [5349/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc2.c.obj 2025-01-24T01:03:08.0049022Z [5350/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-avx-u8.c.obj 2025-01-24T01:03:08.0062748Z [5351/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-avx-u8.c.obj 2025-01-24T01:03:08.0127820Z [5352/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-avx-u8.c.obj 2025-01-24T01:03:08.0492522Z [5353/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u8.c.obj 2025-01-24T01:03:08.0562147Z [5354/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-avx-u8.c.obj 2025-01-24T01:03:08.0626302Z [5355/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u8.c.obj 2025-01-24T01:03:08.1292282Z [5356/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u8.c.obj 2025-01-24T01:03:08.1306641Z [5357/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u8.c.obj 2025-01-24T01:03:08.1355200Z [5358/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-avx-u8.c.obj 2025-01-24T01:03:08.1547941Z [5359/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-avx-u8.c.obj 2025-01-24T01:03:08.1694726Z [5360/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-avx-u8.c.obj 2025-01-24T01:03:08.1793259Z [5361/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-avx-u8.c.obj 2025-01-24T01:03:08.2400070Z [5362/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-avx-u8.c.obj 2025-01-24T01:03:08.2461012Z [5363/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-avx-u8.c.obj 2025-01-24T01:03:08.2556879Z [5364/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-avx-u8.c.obj 2025-01-24T01:03:08.2681119Z [5365/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u8.c.obj 2025-01-24T01:03:08.2907572Z [5366/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u8.c.obj 2025-01-24T01:03:08.2938496Z [5367/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-avx-u8.c.obj 2025-01-24T01:03:08.3545168Z [5368/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-avx-u8.c.obj 2025-01-24T01:03:08.3612193Z [5369/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u8.c.obj 2025-01-24T01:03:08.3746234Z [5370/7518] 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-01-24T01:03:08.3905752Z [5371/7518] 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-01-24T01:03:08.4009767Z [5372/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u8.c.obj 2025-01-24T01:03:08.4125808Z [5373/7518] 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-01-24T01:03:08.4710766Z [5374/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u24.c.obj 2025-01-24T01:03:08.4890813Z [5375/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u32.c.obj 2025-01-24T01:03:08.5114148Z [5376/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u16.c.obj 2025-01-24T01:03:08.5175281Z [5377/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u24.c.obj 2025-01-24T01:03:08.5292964Z [5378/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u16.c.obj 2025-01-24T01:03:08.5492640Z [5379/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u8.c.obj 2025-01-24T01:03:08.5780601Z [5380/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u32.c.obj 2025-01-24T01:03:08.5962477Z [5381/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u8.c.obj 2025-01-24T01:03:08.6302397Z [5382/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u8.c.obj 2025-01-24T01:03:08.6351262Z [5383/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u8.c.obj 2025-01-24T01:03:08.6415521Z [5384/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u16.c.obj 2025-01-24T01:03:08.6534437Z [5385/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u8.c.obj 2025-01-24T01:03:08.6927427Z [5386/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u8.c.obj 2025-01-24T01:03:08.7117363Z [5387/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u8.c.obj 2025-01-24T01:03:08.7558692Z [5388/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u8.c.obj 2025-01-24T01:03:08.7571555Z [5389/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u8.c.obj 2025-01-24T01:03:08.7586064Z [5390/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u32.c.obj 2025-01-24T01:03:08.7642782Z [5391/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u8.c.obj 2025-01-24T01:03:08.8020160Z [5392/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u16.c.obj 2025-01-24T01:03:08.8406245Z [5393/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u24.c.obj 2025-01-24T01:03:08.8668298Z [5394/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u32.c.obj 2025-01-24T01:03:08.8681427Z [5395/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u8.c.obj 2025-01-24T01:03:08.8734943Z [5396/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u24.c.obj 2025-01-24T01:03:08.8865369Z [5397/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u32.c.obj 2025-01-24T01:03:08.9531600Z [5398/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u32.c.obj 2025-01-24T01:03:08.9651361Z [5399/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u8.c.obj 2025-01-24T01:03:08.9749667Z [5400/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u8.c.obj 2025-01-24T01:03:08.9824354Z [5401/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u32.c.obj 2025-01-24T01:03:08.9846071Z [5402/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u16.c.obj 2025-01-24T01:03:09.0013770Z [5403/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-8-nr.c.obj 2025-01-24T01:03:09.0844457Z [5404/7518] 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-01-24T01:03:09.0986530Z [5405/7518] 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-01-24T01:03:09.1085330Z [5406/7518] 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-01-24T01:03:09.1099159Z [5407/7518] 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-01-24T01:03:09.1160479Z [5408/7518] 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-01-24T01:03:09.1230322Z [5409/7518] 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-01-24T01:03:09.2252701Z [5410/7518] 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-01-24T01:03:09.2266013Z [5411/7518] 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-01-24T01:03:09.2368895Z [5412/7518] 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-01-24T01:03:09.2381802Z [5413/7518] 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-01-24T01:03:09.2519428Z [5414/7518] 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-01-24T01:03:09.2535656Z [5415/7518] 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-01-24T01:03:09.3583658Z [5416/7518] 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-01-24T01:03:09.3675921Z [5417/7518] 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-01-24T01:03:09.3776275Z [5418/7518] 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-01-24T01:03:09.3828315Z [5419/7518] 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-01-24T01:03:09.3937955Z [5420/7518] 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-01-24T01:03:09.3952295Z [5421/7518] 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-01-24T01:03:09.4987290Z [5422/7518] 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-01-24T01:03:09.5036105Z [5423/7518] 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-01-24T01:03:09.5091391Z [5424/7518] 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-01-24T01:03:09.5222837Z [5425/7518] 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-01-24T01:03:09.5239028Z [5426/7518] 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-01-24T01:03:09.5312612Z [5427/7518] 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-01-24T01:03:09.6215218Z [5428/7518] 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-01-24T01:03:09.6227366Z [5429/7518] 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-01-24T01:03:09.6348834Z [5430/7518] 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-01-24T01:03:09.6431598Z [5431/7518] 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-01-24T01:03:09.6443712Z [5432/7518] 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-01-24T01:03:09.6808707Z [5433/7518] 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-01-24T01:03:09.7418971Z [5434/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:09.7500959Z [5435/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:09.7513343Z [5436/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:09.7668469Z [5437/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:09.7731269Z [5438/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:09.7948026Z [5439/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:09.8627436Z [5440/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:09.8680162Z [5441/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2025-01-24T01:03:09.8732624Z [5442/7518] 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-01-24T01:03:09.8831088Z [5443/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2025-01-24T01:03:09.8933818Z [5444/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:09.9083240Z [5445/7518] 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-01-24T01:03:09.9848372Z [5446/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2025-01-24T01:03:09.9958404Z [5447/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2025-01-24T01:03:10.0048232Z [5448/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u8.c.obj 2025-01-24T01:03:10.0154571Z [5449/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:10.0263393Z [5450/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u16.c.obj 2025-01-24T01:03:10.0369332Z [5451/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:10.0965448Z [5452/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u24.c.obj 2025-01-24T01:03:10.1169995Z [5453/7518] 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-01-24T01:03:10.1236575Z [5454/7518] 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-01-24T01:03:10.1496716Z [5455/7518] 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-01-24T01:03:10.1815681Z [5456/7518] 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-01-24T01:03:10.1884187Z [5457/7518] 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-01-24T01:03:10.2192480Z [5458/7518] 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-01-24T01:03:10.2414057Z [5459/7518] 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-01-24T01:03:10.2506164Z [5460/7518] 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-01-24T01:03:10.2792628Z [5461/7518] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\init.cpp.obj 2025-01-24T01:03:10.2861150Z [5462/7518] 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-01-24T01:03:10.3016608Z [5463/7518] 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-01-24T01:03:10.3086374Z [5464/7518] 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-01-24T01:03:10.3427721Z [5465/7518] 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-01-24T01:03:10.3592237Z [5466/7518] 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-01-24T01:03:10.3755551Z [5467/7518] 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-01-24T01:03:10.3969947Z [5468/7518] 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-01-24T01:03:10.4270471Z [5469/7518] 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-01-24T01:03:10.4342018Z [5470/7518] 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-01-24T01:03:10.4500123Z [5471/7518] 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-01-24T01:03:10.4867432Z [5472/7518] 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-01-24T01:03:10.5013991Z [5473/7518] 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-01-24T01:03:10.5083322Z [5474/7518] 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-01-24T01:03:10.5320587Z [5475/7518] 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-01-24T01:03:10.5743447Z [5476/7518] 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-01-24T01:03:10.5854532Z [5477/7518] 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-01-24T01:03:10.5934886Z [5478/7518] 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-01-24T01:03:10.6139273Z [5479/7518] 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-01-24T01:03:10.6251969Z [5480/7518] 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-01-24T01:03:10.6352234Z [5481/7518] 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-01-24T01:03:10.6618088Z [5482/7518] 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-01-24T01:03:10.7155169Z [5483/7518] 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-01-24T01:03:10.7272317Z [5484/7518] 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-01-24T01:03:10.7324716Z [5485/7518] 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-01-24T01:03:10.8552570Z [5486/7518] 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-01-24T01:03:10.8564674Z [5487/7518] 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-01-24T01:03:10.8576659Z [5488/7518] 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-01-24T01:03:10.8595882Z [5489/7518] 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-01-24T01:03:10.9363839Z [5490/7518] 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-01-24T01:03:10.9378801Z [5491/7518] 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-01-24T01:03:10.9530359Z [5492/7518] 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-01-24T01:03:10.9724217Z [5493/7518] 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-01-24T01:03:10.9776858Z [5494/7518] 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-01-24T01:03:10.9914897Z [5495/7518] 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-01-24T01:03:10.9930598Z [5496/7518] 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-01-24T01:03:11.0570938Z [5497/7518] 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-01-24T01:03:11.0626882Z [5498/7518] 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-01-24T01:03:11.0768369Z [5499/7518] 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-01-24T01:03:11.0912331Z [5500/7518] 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-01-24T01:03:11.1046487Z [5501/7518] 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-01-24T01:03:11.1128397Z [5502/7518] 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-01-24T01:03:11.1255164Z [5503/7518] 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-01-24T01:03:11.1787800Z [5504/7518] 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-01-24T01:03:11.1842916Z [5505/7518] 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-01-24T01:03:11.1991289Z [5506/7518] 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-01-24T01:03:11.2096531Z [5507/7518] 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-01-24T01:03:11.2313118Z [5508/7518] 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-01-24T01:03:11.2368127Z [5509/7518] 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-01-24T01:03:11.2471525Z [5510/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2025-01-24T01:03:11.2994986Z [5511/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u24.c.obj 2025-01-24T01:03:11.3007979Z [5512/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2025-01-24T01:03:11.3214980Z [5513/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u32.c.obj 2025-01-24T01:03:11.3231626Z [5514/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2025-01-24T01:03:11.3497843Z [5515/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u24.c.obj 2025-01-24T01:03:11.3570909Z [5516/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u32.c.obj 2025-01-24T01:03:11.3721430Z [5517/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2025-01-24T01:03:11.4076858Z [5518/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2025-01-24T01:03:11.4091724Z [5519/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u24.c.obj 2025-01-24T01:03:11.4302138Z [5520/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2025-01-24T01:03:11.4359668Z [5521/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u32.c.obj 2025-01-24T01:03:11.4563095Z [5522/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u24.c.obj 2025-01-24T01:03:11.4732653Z [5523/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u8.c.obj 2025-01-24T01:03:11.4747772Z [5524/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u32.c.obj 2025-01-24T01:03:11.5102389Z [5525/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u16.c.obj 2025-01-24T01:03:11.5228253Z [5526/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u8.c.obj 2025-01-24T01:03:11.5406014Z [5527/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u16.c.obj 2025-01-24T01:03:11.5483587Z [5528/7518] 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-01-24T01:03:11.5755551Z [5529/7518] 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-01-24T01:03:11.5952328Z [5530/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:11.6014562Z [5531/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:11.6256462Z [5532/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:11.6398577Z [5533/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:11.6590702Z [5534/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:11.6779481Z [5535/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:11.6999790Z [5536/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2025-01-24T01:03:11.7216898Z [5537/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:11.7278977Z [5538/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:11.7428187Z [5539/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2025-01-24T01:03:11.7633963Z [5540/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:11.7802511Z [5541/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:03:11.7852368Z [5542/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u8.c.obj 2025-01-24T01:03:11.7975841Z [5543/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u16.c.obj 2025-01-24T01:03:11.8336662Z [5544/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u24.c.obj 2025-01-24T01:03:11.8597812Z [5545/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:11.8666621Z [5546/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:03:11.8975060Z [5547/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:11.9140142Z [5548/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:03:11.9231826Z [5549/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:11.9799847Z [5550/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:11.9813191Z [5551/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:03:12.0044546Z [5552/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:12.0104173Z [5553/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:03:12.0305536Z [5554/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:12.0358837Z [5555/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:12.0549944Z [5556/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:03:12.1139868Z [5557/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:03:12.1198037Z [5558/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:12.1306561Z [5559/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:12.1320758Z [5560/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:03:12.1966844Z [5561/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:03:12.1983148Z [5562/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:12.2149142Z [5563/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:12.2457347Z [5564/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:12.2470790Z [5565/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:03:12.2641393Z [5566/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:03:12.2654712Z [5567/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:12.3116357Z [5568/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:12.3138380Z [5569/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:03:12.3310112Z [5570/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:12.3656019Z [5571/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:03:12.3714254Z [5572/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:12.3854822Z [5573/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:03:12.3871611Z [5574/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:12.4293578Z [5575/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:12.4343428Z [5576/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:03:12.4478405Z [5577/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:12.4887413Z [5578/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:03:12.4941632Z [5579/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:12.5042363Z [5580/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:03:12.5096165Z [5581/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:12.5456126Z [5582/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:03:12.5688587Z [5583/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:03:12.5745275Z [5584/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:03:12.5982073Z [5585/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2025-01-24T01:03:12.6044842Z [5586/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2025-01-24T01:03:12.6200402Z [5587/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2025-01-24T01:03:12.6267544Z [5588/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2025-01-24T01:03:12.6620038Z [5589/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2025-01-24T01:03:12.6905807Z [5590/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2025-01-24T01:03:12.6972439Z [5591/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u8.c.obj 2025-01-24T01:03:12.7129075Z [5592/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u16.c.obj 2025-01-24T01:03:12.7271872Z [5593/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u16.c.obj 2025-01-24T01:03:12.7360703Z [5594/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u8.c.obj 2025-01-24T01:03:12.7453186Z [5595/7518] 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-01-24T01:03:12.7701709Z [5596/7518] 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-01-24T01:03:12.7713833Z [5597/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u16.c.obj 2025-01-24T01:03:12.7886738Z [5598/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u32.c.obj 2025-01-24T01:03:12.7973564Z [5599/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u48.c.obj 2025-01-24T01:03:12.8447791Z [5600/7518] 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-01-24T01:03:12.8500466Z [5601/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u1.c.obj 2025-01-24T01:03:12.8665008Z [5602/7518] 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-01-24T01:03:12.8734117Z [5603/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u8.c.obj 2025-01-24T01:03:12.8852077Z [5604/7518] 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-01-24T01:03:12.8911572Z [5605/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-avx-u4.c.obj 2025-01-24T01:03:12.9028585Z [5606/7518] 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-01-24T01:03:12.9511414Z [5607/7518] 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-01-24T01:03:12.9527319Z [5608/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-avx-u4.c.obj 2025-01-24T01:03:12.9739238Z [5609/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u1.c.obj 2025-01-24T01:03:12.9752192Z [5610/7518] 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-01-24T01:03:12.9915332Z [5611/7518] 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-01-24T01:03:13.0037526Z [5612/7518] 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-01-24T01:03:13.0050033Z [5613/7518] 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-01-24T01:03:13.0600161Z [5614/7518] 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-01-24T01:03:13.0651306Z [5615/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u1.c.obj 2025-01-24T01:03:13.0808471Z [5616/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u8.c.obj 2025-01-24T01:03:13.0821786Z [5617/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-mov-avx.c.obj 2025-01-24T01:03:13.0992648Z [5618/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-switch-avx.c.obj 2025-01-24T01:03:13.1252117Z [5619/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-mov-avx.c.obj 2025-01-24T01:03:13.1344594Z [5620/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-switch-avx.c.obj 2025-01-24T01:03:13.1667514Z [5621/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-mov-avx.c.obj 2025-01-24T01:03:14.4620087Z [5622/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-multi-avx.c.obj 2025-01-24T01:03:14.4814959Z [5623/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-mov-avx.c.obj 2025-01-24T01:03:14.4996204Z [5624/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-switch-avx.c.obj 2025-01-24T01:03:14.5179452Z [5625/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-switch-avx.c.obj 2025-01-24T01:03:14.5394733Z [5626/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u8.c.obj 2025-01-24T01:03:14.5598131Z [5627/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c16.c.obj 2025-01-24T01:03:14.5756265Z [5628/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c64.c.obj 2025-01-24T01:03:14.5922040Z [5629/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c128.c.obj 2025-01-24T01:03:14.6098588Z [5630/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u16-acc2.c.obj 2025-01-24T01:03:14.6151696Z [5631/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u8.c.obj 2025-01-24T01:03:14.6417492Z [5632/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u24-acc3.c.obj 2025-01-24T01:03:14.6571288Z [5633/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc2.c.obj 2025-01-24T01:03:14.6883365Z [5634/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-f16c-u8.c.obj 2025-01-24T01:03:14.7129417Z [5635/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-f16c-u16.c.obj 2025-01-24T01:03:14.7390451Z [5636/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-f16c-u8.c.obj 2025-01-24T01:03:14.7406838Z [5637/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u8.c.obj 2025-01-24T01:03:14.7423042Z [5638/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-f16c-u16.c.obj 2025-01-24T01:03:14.7723269Z [5639/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u8.c.obj 2025-01-24T01:03:14.7768383Z [5640/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u8.c.obj 2025-01-24T01:03:14.8096754Z [5641/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u8.c.obj 2025-01-24T01:03:14.8503996Z [5642/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-f16c-u8.c.obj 2025-01-24T01:03:14.8560956Z [5643/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vprelu-f16c-u8.c.obj 2025-01-24T01:03:14.8653715Z [5644/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-f16c-u8.c.obj 2025-01-24T01:03:14.8719903Z [5645/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vpreluc-f16c-u8.c.obj 2025-01-24T01:03:14.8951552Z [5646/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrpreluc-f16c-u8.c.obj 2025-01-24T01:03:14.9023852Z [5647/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-f16c-u16.c.obj 2025-01-24T01:03:14.9349259Z [5648/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-f16c-u8.c.obj 2025-01-24T01:03:14.9735494Z [5649/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u8.c.obj 2025-01-24T01:03:14.9792295Z [5650/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u8.c.obj 2025-01-24T01:03:14.9877690Z [5651/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-f16c-u8.c.obj 2025-01-24T01:03:14.9893253Z [5652/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-f16c-u8.c.obj 2025-01-24T01:03:15.0275727Z [5653/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u8.c.obj 2025-01-24T01:03:15.0407038Z [5654/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u8.c.obj 2025-01-24T01:03:15.0504045Z [5655/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u8.c.obj 2025-01-24T01:03:15.0846845Z [5656/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u8.c.obj 2025-01-24T01:03:15.0970674Z [5657/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u8.c.obj 2025-01-24T01:03:15.1053516Z [5658/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u8.c.obj 2025-01-24T01:03:15.1269706Z [5659/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u8.c.obj 2025-01-24T01:03:15.1413879Z [5660/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u8.c.obj 2025-01-24T01:03:15.1491282Z [5661/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u16.c.obj 2025-01-24T01:03:15.1614482Z [5662/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u8.c.obj 2025-01-24T01:03:15.1932686Z [5663/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u16.c.obj 2025-01-24T01:03:15.2187911Z [5664/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u8.c.obj 2025-01-24T01:03:15.2259422Z [5665/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u16.c.obj 2025-01-24T01:03:15.2398641Z [5666/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u32.c.obj 2025-01-24T01:03:15.2558452Z [5667/7518] 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-01-24T01:03:15.2689536Z [5668/7518] 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-01-24T01:03:15.2748730Z [5669/7518] 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-01-24T01:03:15.3095676Z [5670/7518] 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-01-24T01:03:15.3313697Z [5671/7518] 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-01-24T01:03:15.3446678Z [5672/7518] 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-01-24T01:03:15.3477171Z [5673/7518] 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-01-24T01:03:15.3686274Z [5674/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u8.c.obj 2025-01-24T01:03:15.3914976Z [5675/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u16.c.obj 2025-01-24T01:03:15.3978328Z [5676/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u24.c.obj 2025-01-24T01:03:15.4263600Z [5677/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u32.c.obj 2025-01-24T01:03:15.4473473Z [5678/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u8.c.obj 2025-01-24T01:03:15.4525360Z [5679/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u8.c.obj 2025-01-24T01:03:15.4817345Z [5680/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3-acc2.c.obj 2025-01-24T01:03:15.4877910Z [5681/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3.c.obj 2025-01-24T01:03:15.5181318Z [5682/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3-acc2.c.obj 2025-01-24T01:03:15.5425052Z [5683/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3.c.obj 2025-01-24T01:03:15.5635701Z [5684/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3-acc2.c.obj 2025-01-24T01:03:15.5732275Z [5685/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3.c.obj 2025-01-24T01:03:15.5849452Z [5686/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3-acc2.c.obj 2025-01-24T01:03:15.5988643Z [5687/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3-acc2.c.obj 2025-01-24T01:03:15.6080828Z [5688/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3-acc2.c.obj 2025-01-24T01:03:15.6552004Z [5689/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:03:15.6619094Z [5690/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3.c.obj 2025-01-24T01:03:15.6816175Z [5691/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2025-01-24T01:03:15.6893728Z [5692/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:03:15.6969517Z [5693/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2025-01-24T01:03:15.7218618Z [5694/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:03:15.7299620Z [5695/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2025-01-24T01:03:15.7771223Z [5696/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.obj 2025-01-24T01:03:15.8038474Z [5697/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:03:15.8131293Z [5698/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:03:15.8147673Z [5699/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.obj 2025-01-24T01:03:15.8310101Z [5700/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:03:15.8364702Z [5701/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.obj 2025-01-24T01:03:15.8428576Z [5702/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:03:15.8923494Z [5703/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.obj 2025-01-24T01:03:15.9212226Z [5704/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:03:15.9378544Z [5705/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:03:15.9392441Z [5706/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.obj 2025-01-24T01:03:15.9587134Z [5707/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3-acc2.c.obj 2025-01-24T01:03:15.9655590Z [5708/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3.c.obj 2025-01-24T01:03:15.9670521Z [5709/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.obj 2025-01-24T01:03:16.0252949Z [5710/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3-acc2.c.obj 2025-01-24T01:03:16.0492120Z [5711/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3-acc2.c.obj 2025-01-24T01:03:16.0637245Z [5712/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3.c.obj 2025-01-24T01:03:16.0835585Z [5713/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3-acc2.c.obj 2025-01-24T01:03:16.0916812Z [5714/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3.c.obj 2025-01-24T01:03:16.0929154Z [5715/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3-acc2.c.obj 2025-01-24T01:03:16.0941601Z [5716/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3.c.obj 2025-01-24T01:03:16.1464736Z [5717/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c16.c.obj 2025-01-24T01:03:16.1566467Z [5718/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3.c.obj 2025-01-24T01:03:16.1631874Z [5719/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c16-minmax-fma3-2x.c.obj 2025-01-24T01:03:16.2029976Z [5720/7518] 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-01-24T01:03:16.2046708Z [5721/7518] 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-01-24T01:03:16.2118354Z [5722/7518] 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-01-24T01:03:16.2134949Z [5723/7518] 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-01-24T01:03:16.2732816Z [5724/7518] 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-01-24T01:03:16.2748770Z [5725/7518] 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-01-24T01:03:16.2808936Z [5726/7518] 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-01-24T01:03:16.3195381Z [5727/7518] 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-01-24T01:03:16.3247616Z [5728/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u8.c.obj 2025-01-24T01:03:16.3404001Z [5729/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u16.c.obj 2025-01-24T01:03:16.3812476Z [5730/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u24.c.obj 2025-01-24T01:03:16.4155760Z [5731/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3-acc2.c.obj 2025-01-24T01:03:16.4252495Z [5732/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3.c.obj 2025-01-24T01:03:16.4407411Z [5733/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3.c.obj 2025-01-24T01:03:16.4421556Z [5734/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3-acc2.c.obj 2025-01-24T01:03:16.4434444Z [5735/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3-acc2.c.obj 2025-01-24T01:03:16.4665850Z [5736/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3-acc2.c.obj 2025-01-24T01:03:16.4964711Z [5737/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:03:16.5381331Z [5738/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:03:16.5589100Z [5739/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2025-01-24T01:03:16.5639246Z [5740/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:03:16.5690071Z [5741/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2025-01-24T01:03:16.5831581Z [5742/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.obj 2025-01-24T01:03:16.6101349Z [5743/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:03:16.6228529Z [5744/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:03:16.6587201Z [5745/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.obj 2025-01-24T01:03:16.6737219Z [5746/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:03:16.6839153Z [5747/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.obj 2025-01-24T01:03:16.6874735Z [5748/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3-acc2.c.obj 2025-01-24T01:03:16.6998398Z [5749/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3.c.obj 2025-01-24T01:03:16.7349372Z [5750/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3-acc2.c.obj 2025-01-24T01:03:16.7688367Z [5751/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3-acc2.c.obj 2025-01-24T01:03:16.7863025Z [5752/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3-acc2.c.obj 2025-01-24T01:03:16.8093105Z [5753/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3.c.obj 2025-01-24T01:03:16.8228705Z [5754/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:16.8313716Z [5755/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:16.8631446Z [5756/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:16.8948139Z [5757/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:16.9148051Z [5758/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:16.9402630Z [5759/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:16.9487633Z [5760/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:16.9643185Z [5761/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:16.9909176Z [5762/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.0197770Z [5763/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.0263420Z [5764/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.0402135Z [5765/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.0698104Z [5766/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.0751689Z [5767/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.0970131Z [5768/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.1264653Z [5769/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.1590916Z [5770/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.1607390Z [5771/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.1757055Z [5772/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.2030392Z [5773/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.2238224Z [5774/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.2332758Z [5775/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.2831740Z [5776/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.2908184Z [5777/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.3057183Z [5778/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.3069973Z [5779/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.3260666Z [5780/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.3501624Z [5781/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.3554626Z [5782/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.4240929Z [5783/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.4304081Z [5784/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.4377473Z [5785/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.4446791Z [5786/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.4821709Z [5787/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.4873770Z [5788/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.4944836Z [5789/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.5543751Z [5790/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.obj 2025-01-24T01:03:17.5606639Z [5791/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.5671223Z [5792/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.5976291Z [5793/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.6133996Z [5794/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.6239910Z [5795/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:03:17.6315110Z [5796/7518] 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-01-24T01:03:17.6830231Z [5797/7518] 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-01-24T01:03:17.6882783Z [5798/7518] 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-01-24T01:03:17.6958389Z [5799/7518] 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-01-24T01:03:17.7322704Z [5800/7518] 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-01-24T01:03:17.7576273Z [5801/7518] 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-01-24T01:03:17.7931677Z [5802/7518] 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-01-24T01:03:17.8138805Z [5803/7518] 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-01-24T01:03:17.8228156Z [5804/7518] 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-01-24T01:03:17.8385124Z [5805/7518] 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-01-24T01:03:17.8435325Z [5806/7518] 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-01-24T01:03:17.8564109Z [5807/7518] 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-01-24T01:03:17.8894635Z [5808/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u8.c.obj 2025-01-24T01:03:17.9316357Z [5809/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u64.c.obj 2025-01-24T01:03:17.9597932Z [5810/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u32.c.obj 2025-01-24T01:03:17.9659249Z [5811/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u32.c.obj 2025-01-24T01:03:17.9672453Z [5812/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u8.c.obj 2025-01-24T01:03:17.9725412Z [5813/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-nr.c.obj 2025-01-24T01:03:17.9862982Z [5814/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u8.c.obj 2025-01-24T01:03:17.9917564Z [5815/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u8.c.obj 2025-01-24T01:03:18.0751531Z [5816/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u32.c.obj 2025-01-24T01:03:18.0833033Z [5817/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-8-nr.c.obj 2025-01-24T01:03:18.0905971Z [5818/7518] 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-01-24T01:03:18.1012133Z [5819/7518] 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-01-24T01:03:18.1205824Z [5820/7518] 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-01-24T01:03:18.1219356Z [5821/7518] 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-01-24T01:03:18.1406507Z [5822/7518] 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-01-24T01:03:18.2238746Z [5823/7518] 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-01-24T01:03:18.2251620Z [5824/7518] 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-01-24T01:03:18.2326734Z [5825/7518] 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-01-24T01:03:18.2425642Z [5826/7518] 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-01-24T01:03:18.2511293Z [5827/7518] 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-01-24T01:03:18.2659784Z [5828/7518] 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-01-24T01:03:18.2759657Z [5829/7518] 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-01-24T01:03:18.3473022Z [5830/7518] 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-01-24T01:03:18.3534407Z [5831/7518] 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-01-24T01:03:18.3694391Z [5832/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-01-24T01:03:18.3768489Z [5833/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:03:18.3844665Z [5834/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-01-24T01:03:18.3926094Z [5835/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:03:18.4081003Z [5836/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-01-24T01:03:18.4791881Z [5837/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-01-24T01:03:18.4960715Z [5838/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:03:18.5077751Z [5839/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-6x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:03:18.5136365Z [5840/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-7x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:03:18.5155841Z [5841/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:03:18.5216487Z [5842/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-3x16-minmax-avx2-broadcast.c.obj 2025-01-24T01:03:18.5229688Z [5843/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x16-minmax-avx2-broadcast.c.obj 2025-01-24T01:03:18.5937063Z [5844/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:03:18.6222143Z [5845/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x16-minmax-avx2-broadcast.c.obj 2025-01-24T01:03:18.6278641Z [5846/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-6x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:03:18.6292033Z [5847/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16-acc2.c.obj 2025-01-24T01:03:18.6345459Z [5848/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:03:18.6394249Z [5849/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x16-minmax-avx2-broadcast.c.obj 2025-01-24T01:03:18.6558040Z [5850/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-7x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:03:18.6975724Z [5851/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16.c.obj 2025-01-24T01:03:18.7264341Z [5852/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.obj 2025-01-24T01:03:18.7276834Z [5853/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.obj 2025-01-24T01:03:18.7378596Z [5854/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.obj 2025-01-24T01:03:18.7390374Z [5855/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.obj 2025-01-24T01:03:18.7446624Z [5856/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.obj 2025-01-24T01:03:18.7590081Z [5857/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.obj 2025-01-24T01:03:18.8141177Z [5858/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.obj 2025-01-24T01:03:18.8273986Z [5859/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.obj 2025-01-24T01:03:18.8334499Z [5860/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.obj 2025-01-24T01:03:18.8381495Z [5861/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.obj 2025-01-24T01:03:18.8470724Z [5862/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.obj 2025-01-24T01:03:18.8486665Z [5863/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.obj 2025-01-24T01:03:18.8631733Z [5864/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.obj 2025-01-24T01:03:18.9117728Z [5865/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.obj 2025-01-24T01:03:18.9333928Z [5866/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.obj 2025-01-24T01:03:18.9413072Z [5867/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.obj 2025-01-24T01:03:18.9508289Z [5868/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.obj 2025-01-24T01:03:18.9521130Z [5869/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.obj 2025-01-24T01:03:18.9594403Z [5870/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.obj 2025-01-24T01:03:18.9688779Z [5871/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.obj 2025-01-24T01:03:19.0520087Z [5872/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u8.c.obj 2025-01-24T01:03:19.0570543Z [5873/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u24.c.obj 2025-01-24T01:03:19.0631447Z [5874/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u16.c.obj 2025-01-24T01:03:19.0680397Z [5875/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u32.c.obj 2025-01-24T01:03:19.0733455Z [5876/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.obj 2025-01-24T01:03:19.0837955Z [5877/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.obj 2025-01-24T01:03:19.1832472Z [5878/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.obj 2025-01-24T01:03:19.1886237Z [5879/7518] 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-01-24T01:03:19.1899295Z [5880/7518] 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-01-24T01:03:19.1954565Z [5881/7518] 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-01-24T01:03:19.2101396Z [5882/7518] 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-01-24T01:03:19.2247988Z [5883/7518] 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-01-24T01:03:19.2393104Z [5884/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u8.c.obj 2025-01-24T01:03:19.2968622Z [5885/7518] 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-01-24T01:03:19.3047783Z [5886/7518] 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-01-24T01:03:19.3097828Z [5887/7518] 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-01-24T01:03:19.3199230Z [5888/7518] 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-01-24T01:03:19.3411422Z [5889/7518] 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-01-24T01:03:19.3635762Z [5890/7518] 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-01-24T01:03:19.4245453Z [5891/7518] 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-01-24T01:03:19.4337793Z [5892/7518] 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-01-24T01:03:19.4351320Z [5893/7518] 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-01-24T01:03:19.4512062Z [5894/7518] 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-01-24T01:03:19.4572033Z [5895/7518] 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-01-24T01:03:19.4694703Z [5896/7518] 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-01-24T01:03:19.4884652Z [5897/7518] 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-01-24T01:03:19.5640892Z [5898/7518] 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-01-24T01:03:19.5654625Z [5899/7518] 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-01-24T01:03:19.5724755Z [5900/7518] 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-01-24T01:03:19.5784017Z [5901/7518] 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-01-24T01:03:19.5869756Z [5902/7518] 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-01-24T01:03:19.6102369Z [5903/7518] 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-01-24T01:03:19.6243693Z [5904/7518] 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-01-24T01:03:19.6970711Z [5905/7518] 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-01-24T01:03:19.7065393Z [5906/7518] 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-01-24T01:03:19.7127639Z [5907/7518] 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-01-24T01:03:19.7186296Z [5908/7518] 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-01-24T01:03:19.7408949Z [5909/7518] 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-01-24T01:03:19.7659769Z [5910/7518] 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-01-24T01:03:19.7747326Z [5911/7518] 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-01-24T01:03:19.8030102Z [5912/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u16.c.obj 2025-01-24T01:03:19.8110316Z [5913/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u32.c.obj 2025-01-24T01:03:19.8270118Z [5914/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u48.c.obj 2025-01-24T01:03:19.8283892Z [5915/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u16.c.obj 2025-01-24T01:03:19.8388868Z [5916/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u32.c.obj 2025-01-24T01:03:19.8592626Z [5917/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc2.c.obj 2025-01-24T01:03:19.8693900Z [5918/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u48.c.obj 2025-01-24T01:03:19.8907196Z [5919/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32.c.obj 2025-01-24T01:03:19.8984314Z [5920/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc4.c.obj 2025-01-24T01:03:19.9085308Z [5921/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc2.c.obj 2025-01-24T01:03:19.9219876Z [5922/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64.c.obj 2025-01-24T01:03:19.9268240Z [5923/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc4.c.obj 2025-01-24T01:03:19.9347717Z [5924/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72-acc3.c.obj 2025-01-24T01:03:19.9501819Z [5925/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72.c.obj 2025-01-24T01:03:19.9752182Z [5926/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc2.c.obj 2025-01-24T01:03:19.9768498Z [5927/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc5.c.obj 2025-01-24T01:03:19.9890192Z [5928/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80.c.obj 2025-01-24T01:03:20.0071688Z [5929/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc2.c.obj 2025-01-24T01:03:20.0149167Z [5930/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc3.c.obj 2025-01-24T01:03:20.0162116Z [5931/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc6.c.obj 2025-01-24T01:03:20.0277261Z [5932/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96.c.obj 2025-01-24T01:03:20.0618358Z [5933/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc4.c.obj 2025-01-24T01:03:20.0630652Z [5934/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc2.c.obj 2025-01-24T01:03:20.0765097Z [5935/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32.c.obj 2025-01-24T01:03:20.0891636Z [5936/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc2.c.obj 2025-01-24T01:03:20.0992329Z [5937/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64.c.obj 2025-01-24T01:03:20.1041842Z [5938/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc4.c.obj 2025-01-24T01:03:20.1188478Z [5939/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72-acc3.c.obj 2025-01-24T01:03:20.1559836Z [5940/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc2.c.obj 2025-01-24T01:03:20.1571310Z [5941/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72.c.obj 2025-01-24T01:03:20.1660107Z [5942/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc5.c.obj 2025-01-24T01:03:20.1768772Z [5943/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80.c.obj 2025-01-24T01:03:20.1982949Z [5944/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc2.c.obj 2025-01-24T01:03:20.1996778Z [5945/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc3.c.obj 2025-01-24T01:03:20.2144781Z [5946/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc6.c.obj 2025-01-24T01:03:20.2530406Z [5947/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96.c.obj 2025-01-24T01:03:20.2673730Z [5948/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u16-acc2.c.obj 2025-01-24T01:03:20.2733700Z [5949/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u8.c.obj 2025-01-24T01:03:20.2750504Z [5950/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc2.c.obj 2025-01-24T01:03:20.3230786Z [5951/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc4.c.obj 2025-01-24T01:03:20.3243664Z [5952/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u8.c.obj 2025-01-24T01:03:20.3297648Z [5953/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u16-acc2.c.obj 2025-01-24T01:03:20.3635536Z [5954/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc4.c.obj 2025-01-24T01:03:20.4118009Z [5955/7518] 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-01-24T01:03:20.4132454Z [5956/7518] 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-01-24T01:03:20.4144797Z [5957/7518] 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-01-24T01:03:20.4323743Z [5958/7518] 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-01-24T01:03:20.4389735Z [5959/7518] 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-01-24T01:03:20.4449017Z [5960/7518] 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-01-24T01:03:20.4898539Z [5961/7518] 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-01-24T01:03:20.5290506Z [5962/7518] 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-01-24T01:03:20.5573082Z [5963/7518] 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-01-24T01:03:20.5854162Z [5964/7518] 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-01-24T01:03:20.5987282Z [5965/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u8.c.obj 2025-01-24T01:03:20.6060169Z [5966/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u16.c.obj 2025-01-24T01:03:20.6168111Z [5967/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u24.c.obj 2025-01-24T01:03:20.6351821Z [5968/7518] 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-01-24T01:03:20.6596976Z [5969/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u32.c.obj 2025-01-24T01:03:20.6766315Z [5970/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u8.c.obj 2025-01-24T01:03:20.6780824Z [5971/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u16.c.obj 2025-01-24T01:03:20.6929587Z [5972/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u24.c.obj 2025-01-24T01:03:20.7067566Z [5973/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u32.c.obj 2025-01-24T01:03:20.7362669Z [5974/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u16.c.obj 2025-01-24T01:03:20.7376051Z [5975/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u8.c.obj 2025-01-24T01:03:20.7544589Z [5976/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u24.c.obj 2025-01-24T01:03:20.7691107Z [5977/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u32.c.obj 2025-01-24T01:03:20.7960964Z [5978/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u8.c.obj 2025-01-24T01:03:20.8078780Z [5979/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u24.c.obj 2025-01-24T01:03:20.8429800Z [5980/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u32.c.obj 2025-01-24T01:03:20.8587320Z [5981/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.obj 2025-01-24T01:03:20.8770046Z [5982/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.obj 2025-01-24T01:03:20.8895128Z [5983/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.obj 2025-01-24T01:03:20.8949983Z [5984/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.obj 2025-01-24T01:03:20.9098290Z [5985/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.obj 2025-01-24T01:03:20.9206677Z [5986/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.obj 2025-01-24T01:03:20.9589724Z [5987/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.obj 2025-01-24T01:03:20.9756494Z [5988/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.obj 2025-01-24T01:03:21.0348797Z [5989/7518] 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-01-24T01:03:21.0491752Z [5990/7518] 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-01-24T01:03:21.0509146Z [5991/7518] 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-01-24T01:03:21.0567352Z [5992/7518] 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-01-24T01:03:21.1030968Z [5993/7518] 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-01-24T01:03:21.1256035Z [5994/7518] 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-01-24T01:03:21.1450705Z [5995/7518] 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-01-24T01:03:21.1724181Z [5996/7518] 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-01-24T01:03:21.1776401Z [5997/7518] 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-01-24T01:03:21.1831468Z [5998/7518] 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-01-24T01:03:21.1889426Z [5999/7518] 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-01-24T01:03:21.2596760Z [6000/7518] 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-01-24T01:03:21.2784565Z [6001/7518] 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-01-24T01:03:21.2981452Z [6002/7518] 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-01-24T01:03:21.3212432Z [6003/7518] 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-01-24T01:03:21.3352344Z [6004/7518] 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-01-24T01:03:21.3392456Z [6005/7518] 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-01-24T01:03:21.3409729Z [6006/7518] 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-01-24T01:03:21.3916771Z [6007/7518] 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-01-24T01:03:21.4169522Z [6008/7518] 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-01-24T01:03:21.4446731Z [6009/7518] 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-01-24T01:03:21.4759749Z [6010/7518] 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-01-24T01:03:21.4804051Z [6011/7518] 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-01-24T01:03:21.4871697Z [6012/7518] 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-01-24T01:03:21.4886082Z [6013/7518] 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-01-24T01:03:21.5243252Z [6014/7518] 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-01-24T01:03:21.5434697Z [6015/7518] 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-01-24T01:03:21.5762113Z [6016/7518] 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-01-24T01:03:21.6301099Z [6017/7518] 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-01-24T01:03:21.6373669Z [6018/7518] 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-01-24T01:03:21.6411131Z [6019/7518] 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-01-24T01:03:21.6473422Z [6020/7518] 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-01-24T01:03:21.6681953Z [6021/7518] 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-01-24T01:03:21.6735595Z [6022/7518] 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-01-24T01:03:21.7208810Z [6023/7518] 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-01-24T01:03:21.7761878Z [6024/7518] 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-01-24T01:03:21.7829476Z [6025/7518] 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-01-24T01:03:21.7887883Z [6026/7518] 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-01-24T01:03:21.7915432Z [6027/7518] 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-01-24T01:03:21.8148056Z [6028/7518] 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-01-24T01:03:21.8164722Z [6029/7518] 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-01-24T01:03:21.8656445Z [6030/7518] 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-01-24T01:03:21.9209671Z [6031/7518] 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-01-24T01:03:21.9533165Z [6032/7518] 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-01-24T01:03:21.9551725Z [6033/7518] 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-01-24T01:03:21.9564192Z [6034/7518] 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-01-24T01:03:21.9575547Z [6035/7518] 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-01-24T01:03:21.9588058Z [6036/7518] 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-01-24T01:03:22.0024999Z [6037/7518] 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-01-24T01:03:22.0772369Z [6038/7518] 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-01-24T01:03:22.0883542Z [6039/7518] 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-01-24T01:03:22.0902361Z [6040/7518] 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-01-24T01:03:22.0969328Z [6041/7518] 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-01-24T01:03:22.0990334Z [6042/7518] 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-01-24T01:03:22.1036139Z [6043/7518] 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-01-24T01:03:22.1251488Z [6044/7518] 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-01-24T01:03:22.2054947Z [6045/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:22.2108075Z [6046/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:22.2165659Z [6047/7518] 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-01-24T01:03:22.2177849Z [6048/7518] 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-01-24T01:03:22.2271668Z [6049/7518] 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-01-24T01:03:22.2325679Z [6050/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:22.2454027Z [6051/7518] 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-01-24T01:03:22.3327547Z [6052/7518] 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-01-24T01:03:22.3387841Z [6053/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:22.3401466Z [6054/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:22.3463978Z [6055/7518] 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-01-24T01:03:22.3480402Z [6056/7518] 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-01-24T01:03:22.3560260Z [6057/7518] 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-01-24T01:03:22.3681746Z [6058/7518] 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-01-24T01:03:22.4565753Z [6059/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:22.4617342Z [6060/7518] 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-01-24T01:03:22.4669694Z [6061/7518] 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-01-24T01:03:22.4681934Z [6062/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:22.4748000Z [6063/7518] 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-01-24T01:03:22.4804088Z [6064/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:22.4927648Z [6065/7518] 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-01-24T01:03:22.5784072Z [6066/7518] 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-01-24T01:03:22.5954484Z [6067/7518] 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-01-24T01:03:22.6013976Z [6068/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:22.6069100Z [6069/7518] 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-01-24T01:03:22.6082675Z [6070/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:22.6135806Z [6071/7518] 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-01-24T01:03:22.6309678Z [6072/7518] 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-01-24T01:03:22.7006848Z [6073/7518] 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-01-24T01:03:22.7170083Z [6074/7518] 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-01-24T01:03:22.7255396Z [6075/7518] 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-01-24T01:03:22.7314043Z [6076/7518] 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-01-24T01:03:22.7341926Z [6077/7518] 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-01-24T01:03:22.7402970Z [6078/7518] 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-01-24T01:03:22.7527750Z [6079/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:22.8234617Z [6080/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:22.8389811Z [6081/7518] 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-01-24T01:03:22.8515529Z [6082/7518] 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-01-24T01:03:22.8594233Z [6083/7518] 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-01-24T01:03:22.8647386Z [6084/7518] 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-01-24T01:03:22.8768984Z [6085/7518] 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-01-24T01:03:22.8783666Z [6086/7518] 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-01-24T01:03:22.9446856Z [6087/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u24.c.obj 2025-01-24T01:03:22.9525810Z [6088/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:22.9583834Z [6089/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u32.c.obj 2025-01-24T01:03:22.9664887Z [6090/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u64.c.obj 2025-01-24T01:03:22.9787548Z [6091/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u8.c.obj 2025-01-24T01:03:22.9848605Z [6092/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u32.c.obj 2025-01-24T01:03:22.9918640Z [6093/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u24.c.obj 2025-01-24T01:03:23.0566727Z [6094/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx2-madd.c.obj 2025-01-24T01:03:23.0685453Z [6095/7518] 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-01-24T01:03:23.0993411Z [6096/7518] 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-01-24T01:03:23.1068649Z [6097/7518] 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-01-24T01:03:23.1121669Z [6098/7518] 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-01-24T01:03:23.1185734Z [6099/7518] 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-01-24T01:03:23.1423162Z [6100/7518] 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-01-24T01:03:23.1724500Z [6101/7518] 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-01-24T01:03:23.1948366Z [6102/7518] 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-01-24T01:03:23.2252363Z [6103/7518] 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-01-24T01:03:23.2325122Z [6104/7518] 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-01-24T01:03:23.2386414Z [6105/7518] 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-01-24T01:03:23.2442449Z [6106/7518] 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-01-24T01:03:23.2593644Z [6107/7518] 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-01-24T01:03:23.2990660Z [6108/7518] 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-01-24T01:03:23.3234216Z [6109/7518] 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-01-24T01:03:23.3513248Z [6110/7518] 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-01-24T01:03:23.3665973Z [6111/7518] 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-01-24T01:03:23.3719383Z [6112/7518] 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-01-24T01:03:23.3737380Z [6113/7518] 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-01-24T01:03:23.3811480Z [6114/7518] 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-01-24T01:03:23.4362749Z [6115/7518] 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-01-24T01:03:23.4422992Z [6116/7518] 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-01-24T01:03:23.4694804Z [6117/7518] 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-01-24T01:03:23.4970386Z [6118/7518] 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-01-24T01:03:23.4992029Z [6119/7518] 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-01-24T01:03:23.5080919Z [6120/7518] 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-01-24T01:03:23.5206973Z [6121/7518] 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-01-24T01:03:23.5568427Z [6122/7518] 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-01-24T01:03:23.5636686Z [6123/7518] 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-01-24T01:03:23.5866143Z [6124/7518] 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-01-24T01:03:23.6166905Z [6125/7518] 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-01-24T01:03:23.6232812Z [6126/7518] 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-01-24T01:03:23.6288209Z [6127/7518] 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-01-24T01:03:23.6494246Z [6128/7518] 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-01-24T01:03:23.6752217Z [6129/7518] 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-01-24T01:03:23.6859903Z [6130/7518] 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-01-24T01:03:23.7254475Z [6131/7518] 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-01-24T01:03:23.7331753Z [6132/7518] 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-01-24T01:03:23.7521727Z [6133/7518] 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-01-24T01:03:23.7610913Z [6134/7518] 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-01-24T01:03:23.7699811Z [6135/7518] 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-01-24T01:03:23.7871587Z [6136/7518] 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-01-24T01:03:23.8058671Z [6137/7518] 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-01-24T01:03:23.8673755Z [6138/7518] 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-01-24T01:03:23.8687809Z [6139/7518] 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-01-24T01:03:23.8845352Z [6140/7518] 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-01-24T01:03:23.8860674Z [6141/7518] 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-01-24T01:03:23.8913901Z [6142/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u32.c.obj 2025-01-24T01:03:23.8926225Z [6143/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c32.c.obj 2025-01-24T01:03:23.9093922Z [6144/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc2.c.obj 2025-01-24T01:03:23.9822625Z [6145/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc4.c.obj 2025-01-24T01:03:23.9881189Z [6146/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2025-01-24T01:03:24.0026873Z [6147/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u24.c.obj 2025-01-24T01:03:24.0092372Z [6148/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2025-01-24T01:03:24.0153998Z [6149/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.obj 2025-01-24T01:03:24.0167515Z [6150/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u32.c.obj 2025-01-24T01:03:24.0266877Z [6151/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.obj 2025-01-24T01:03:24.0854229Z [6152/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u16.c.obj 2025-01-24T01:03:24.0921457Z [6153/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u64.c.obj 2025-01-24T01:03:24.1212396Z [6154/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u16.c.obj 2025-01-24T01:03:24.1300292Z [6155/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u64.c.obj 2025-01-24T01:03:24.1361762Z [6156/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:24.1374706Z [6157/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:24.1597458Z [6158/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:24.2053099Z [6159/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:24.2138099Z [6160/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:24.2392561Z [6161/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:24.2465614Z [6162/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:24.2566669Z [6163/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:24.2654815Z [6164/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:24.2746555Z [6165/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:24.3318224Z [6166/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:24.3343942Z [6167/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:24.3609381Z [6168/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u8.c.obj 2025-01-24T01:03:24.3621444Z [6169/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:03:24.3699276Z [6170/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u24.c.obj 2025-01-24T01:03:24.3760162Z [6171/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u32.c.obj 2025-01-24T01:03:24.4012470Z [6172/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x8c8-minmax-fp32-avx2.c.obj 2025-01-24T01:03:24.4534148Z [6173/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x8c8-minmax-fp32-avx2.c.obj 2025-01-24T01:03:24.4653794Z [6174/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x8c8-minmax-fp32-avx2.c.obj 2025-01-24T01:03:24.4701334Z [6175/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u32.c.obj 2025-01-24T01:03:24.4775436Z [6176/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x8c8-minmax-fp32-avx2.c.obj 2025-01-24T01:03:24.4796974Z [6177/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u128-acc2.c.obj 2025-01-24T01:03:24.4809815Z [6178/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u128-acc4.c.obj 2025-01-24T01:03:24.5123988Z [6179/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2025-01-24T01:03:24.5634818Z [6180/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2025-01-24T01:03:24.5654734Z [6181/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u32.c.obj 2025-01-24T01:03:24.5719337Z [6182/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u16.c.obj 2025-01-24T01:03:24.5798218Z [6183/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u64.c.obj 2025-01-24T01:03:24.5903955Z [6184/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u64.c.obj 2025-01-24T01:03:24.5928822Z [6185/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u16.c.obj 2025-01-24T01:03:24.5993070Z [6186/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u64.c.obj 2025-01-24T01:03:24.6454497Z [6187/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u96.c.obj 2025-01-24T01:03:24.6679291Z [6188/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx2-prfm.c.obj 2025-01-24T01:03:24.6793238Z [6189/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx2.c.obj 2025-01-24T01:03:24.6848051Z [6190/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx2-prfm.c.obj 2025-01-24T01:03:24.6922453Z [6191/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-mov-avx2.c.obj 2025-01-24T01:03:24.7168132Z [6192/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx2.c.obj 2025-01-24T01:03:24.7367401Z [6193/7518] 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-01-24T01:03:24.7752403Z [6194/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-mov-avx2.c.obj 2025-01-24T01:03:24.7809189Z [6195/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16.c.obj 2025-01-24T01:03:24.7825015Z [6196/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-avx2-u16.c.obj 2025-01-24T01:03:24.7877364Z [6197/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u8.c.obj 2025-01-24T01:03:24.7937356Z [6198/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u16-acc2.c.obj 2025-01-24T01:03:24.8161443Z [6199/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u32-acc4.c.obj 2025-01-24T01:03:24.8748615Z [6200/7518] 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-01-24T01:03:24.9169154Z [6201/7518] 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-01-24T01:03:24.9228448Z [6202/7518] 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-01-24T01:03:24.9240254Z [6203/7518] 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-01-24T01:03:24.9252469Z [6204/7518] 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-01-24T01:03:24.9323468Z [6205/7518] 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-01-24T01:03:24.9455669Z [6206/7518] 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-01-24T01:03:25.0204277Z [6207/7518] 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-01-24T01:03:25.0564367Z [6208/7518] 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-01-24T01:03:25.0622177Z [6209/7518] 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-01-24T01:03:25.0717367Z [6210/7518] 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-01-24T01:03:25.0729965Z [6211/7518] 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-01-24T01:03:25.0758005Z [6212/7518] 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-01-24T01:03:25.0817763Z [6213/7518] 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-01-24T01:03:25.1551077Z [6214/7518] 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-01-24T01:03:25.1939195Z [6215/7518] 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-01-24T01:03:25.2024584Z [6216/7518] 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-01-24T01:03:25.2074531Z [6217/7518] 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-01-24T01:03:25.2154880Z [6218/7518] 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-01-24T01:03:25.2169785Z [6219/7518] 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-01-24T01:03:25.2185374Z [6220/7518] 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-01-24T01:03:25.2840404Z [6221/7518] 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-01-24T01:03:25.3250585Z [6222/7518] 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-01-24T01:03:25.3300430Z [6223/7518] 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-01-24T01:03:25.3363224Z [6224/7518] 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-01-24T01:03:25.3456177Z [6225/7518] 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-01-24T01:03:25.3486493Z [6226/7518] 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-01-24T01:03:25.3577331Z [6227/7518] 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-01-24T01:03:25.4142637Z [6228/7518] 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-01-24T01:03:25.4607399Z [6229/7518] 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-01-24T01:03:25.4673748Z [6230/7518] 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-01-24T01:03:25.4726709Z [6231/7518] 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-01-24T01:03:25.4794008Z [6232/7518] 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-01-24T01:03:25.4865030Z [6233/7518] 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-01-24T01:03:25.5000518Z [6234/7518] 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-01-24T01:03:25.5357460Z [6235/7518] 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-01-24T01:03:25.5919976Z [6236/7518] 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-01-24T01:03:25.6054145Z [6237/7518] 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-01-24T01:03:25.6112822Z [6238/7518] 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-01-24T01:03:25.6198494Z [6239/7518] 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-01-24T01:03:25.6211522Z [6240/7518] 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-01-24T01:03:25.6298101Z [6241/7518] 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-01-24T01:03:25.6726049Z [6242/7518] 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-01-24T01:03:25.7240954Z [6243/7518] 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-01-24T01:03:25.7404747Z [6244/7518] 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-01-24T01:03:25.7460806Z [6245/7518] 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-01-24T01:03:25.7586651Z [6246/7518] 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-01-24T01:03:25.7652478Z [6247/7518] 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-01-24T01:03:25.7668107Z [6248/7518] 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-01-24T01:03:25.7997393Z [6249/7518] 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-01-24T01:03:25.8450370Z [6250/7518] 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-01-24T01:03:25.8664467Z [6251/7518] 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-01-24T01:03:25.8737648Z [6252/7518] 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-01-24T01:03:25.8839094Z [6253/7518] 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-01-24T01:03:25.8888636Z [6254/7518] 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-01-24T01:03:25.8990680Z [6255/7518] 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-01-24T01:03:25.9106554Z [6256/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u32.c.obj 2025-01-24T01:03:25.9543296Z [6257/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc2.c.obj 2025-01-24T01:03:25.9738452Z [6258/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc4.c.obj 2025-01-24T01:03:26.0036730Z [6259/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx256skx-prfm.c.obj 2025-01-24T01:03:26.0088104Z [6260/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-01-24T01:03:26.0173250Z [6261/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx256skx-prfm.c.obj 2025-01-24T01:03:26.0187677Z [6262/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx256skx.c.obj 2025-01-24T01:03:26.0200197Z [6263/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-01-24T01:03:26.0620878Z [6264/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx256skx.c.obj 2025-01-24T01:03:26.1049269Z [6265/7518] 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-01-24T01:03:26.1422784Z [6266/7518] 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-01-24T01:03:26.1503754Z [6267/7518] 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-01-24T01:03:26.1559192Z [6268/7518] 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-01-24T01:03:26.1610577Z [6269/7518] 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-01-24T01:03:26.1666345Z [6270/7518] 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-01-24T01:03:26.2041328Z [6271/7518] 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-01-24T01:03:26.2366743Z [6272/7518] 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-01-24T01:03:26.2861781Z [6273/7518] 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-01-24T01:03:26.2914757Z [6274/7518] 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-01-24T01:03:26.2926947Z [6275/7518] 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-01-24T01:03:26.2980588Z [6276/7518] 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-01-24T01:03:26.2993215Z [6277/7518] 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-01-24T01:03:26.3371047Z [6278/7518] 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-01-24T01:03:26.3760667Z [6279/7518] 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-01-24T01:03:26.4268601Z [6280/7518] 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-01-24T01:03:26.4332169Z [6281/7518] 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-01-24T01:03:26.4344717Z [6282/7518] 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-01-24T01:03:26.4356703Z [6283/7518] 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-01-24T01:03:26.4465609Z [6284/7518] 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-01-24T01:03:26.4647104Z [6285/7518] 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-01-24T01:03:26.5029114Z [6286/7518] 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-01-24T01:03:26.5631329Z [6287/7518] 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-01-24T01:03:26.5680285Z [6288/7518] 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-01-24T01:03:26.5807712Z [6289/7518] 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-01-24T01:03:26.5819778Z [6290/7518] 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-01-24T01:03:26.5881625Z [6291/7518] 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-01-24T01:03:26.6019239Z [6292/7518] 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-01-24T01:03:26.6499558Z [6293/7518] 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-01-24T01:03:26.6903795Z [6294/7518] 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-01-24T01:03:26.7116863Z [6295/7518] 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-01-24T01:03:26.7171846Z [6296/7518] 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-01-24T01:03:26.7202717Z [6297/7518] 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-01-24T01:03:26.7368694Z [6298/7518] 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-01-24T01:03:26.7486805Z [6299/7518] 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-01-24T01:03:26.7865583Z [6300/7518] 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-01-24T01:03:26.8254604Z [6301/7518] 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-01-24T01:03:26.8561890Z [6302/7518] 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-01-24T01:03:26.8911478Z [6303/7518] 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-01-24T01:03:26.8923400Z [6304/7518] 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-01-24T01:03:26.8974465Z [6305/7518] 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-01-24T01:03:26.9156600Z [6306/7518] 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-01-24T01:03:27.0559466Z [6307/7518] 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-01-24T01:03:27.1244483Z [6308/7518] 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-01-24T01:03:27.1275213Z [6309/7518] 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-01-24T01:03:27.1347229Z [6310/7518] 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-01-24T01:03:27.1359805Z [6311/7518] 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-01-24T01:03:27.1370394Z [6312/7518] 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-01-24T01:03:27.1505800Z [6313/7518] 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-01-24T01:03:27.1868535Z [6314/7518] 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-01-24T01:03:27.2659433Z [6315/7518] 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-01-24T01:03:27.2674863Z [6316/7518] 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-01-24T01:03:27.2686455Z [6317/7518] 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-01-24T01:03:27.2747158Z [6318/7518] 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-01-24T01:03:27.2772978Z [6319/7518] 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-01-24T01:03:27.2841934Z [6320/7518] 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-01-24T01:03:27.3216768Z [6321/7518] 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-01-24T01:03:27.4017021Z [6322/7518] 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-01-24T01:03:27.4066332Z [6323/7518] 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-01-24T01:03:27.4111830Z [6324/7518] 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-01-24T01:03:27.4124675Z [6325/7518] 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-01-24T01:03:27.4250361Z [6326/7518] 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-01-24T01:03:27.4305485Z [6327/7518] 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-01-24T01:03:27.4498582Z [6328/7518] 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-01-24T01:03:27.5339759Z [6329/7518] 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-01-24T01:03:27.5424052Z [6330/7518] 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-01-24T01:03:27.5473312Z [6331/7518] 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-01-24T01:03:27.5577321Z [6332/7518] 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-01-24T01:03:27.5596732Z [6333/7518] 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-01-24T01:03:27.5761818Z [6334/7518] 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-01-24T01:03:27.6013317Z [6335/7518] 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-01-24T01:03:27.6686581Z [6336/7518] 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-01-24T01:03:27.6832470Z [6337/7518] 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-01-24T01:03:27.6889789Z [6338/7518] 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-01-24T01:03:27.6949148Z [6339/7518] 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-01-24T01:03:27.7010538Z [6340/7518] 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-01-24T01:03:27.7069025Z [6341/7518] 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-01-24T01:03:27.7480758Z [6342/7518] 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-01-24T01:03:27.8008237Z [6343/7518] 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-01-24T01:03:27.8364736Z [6344/7518] 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-01-24T01:03:27.8493263Z [6345/7518] 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-01-24T01:03:27.8587363Z [6346/7518] 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-01-24T01:03:27.8641657Z [6347/7518] 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-01-24T01:03:27.8692977Z [6348/7518] 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-01-24T01:03:27.8775797Z [6349/7518] 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-01-24T01:03:27.9341514Z [6350/7518] 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-01-24T01:03:27.9655154Z [6351/7518] 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-01-24T01:03:27.9815779Z [6352/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-avx256vnni.c.obj 2025-01-24T01:03:27.9828263Z [6353/7518] 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-01-24T01:03:27.9842713Z [6354/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx256vnni.c.obj 2025-01-24T01:03:27.9898920Z [6355/7518] 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-01-24T01:03:28.0033855Z [6356/7518] 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-01-24T01:03:28.0400107Z [6357/7518] 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-01-24T01:03:28.0949612Z [6358/7518] 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-01-24T01:03:28.1256401Z [6359/7518] 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-01-24T01:03:28.1271332Z [6360/7518] 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-01-24T01:03:28.1386335Z [6361/7518] 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-01-24T01:03:28.1448975Z [6362/7518] 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-01-24T01:03:28.1465190Z [6363/7518] 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-01-24T01:03:28.1854156Z [6364/7518] 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-01-24T01:03:28.2474755Z [6365/7518] 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-01-24T01:03:28.2788984Z [6366/7518] 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-01-24T01:03:28.2953737Z [6367/7518] 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-01-24T01:03:28.2965485Z [6368/7518] 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-01-24T01:03:28.2979247Z [6369/7518] 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-01-24T01:03:28.3029687Z [6370/7518] 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-01-24T01:03:28.3181929Z [6371/7518] 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-01-24T01:03:28.3939378Z [6372/7518] 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-01-24T01:03:28.4253882Z [6373/7518] 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-01-24T01:03:28.4400184Z [6374/7518] 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-01-24T01:03:28.4413372Z [6375/7518] 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-01-24T01:03:28.4464326Z [6376/7518] 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-01-24T01:03:28.4569028Z [6377/7518] 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-01-24T01:03:28.4874661Z [6378/7518] 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-01-24T01:03:28.5207391Z [6379/7518] 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-01-24T01:03:28.5684935Z [6380/7518] 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-01-24T01:03:28.5780587Z [6381/7518] 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-01-24T01:03:28.5836146Z [6382/7518] 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-01-24T01:03:28.5848909Z [6383/7518] 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-01-24T01:03:28.5951787Z [6384/7518] 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-01-24T01:03:28.6307346Z [6385/7518] 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-01-24T01:03:28.6698344Z [6386/7518] 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-01-24T01:03:28.6967545Z [6387/7518] 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-01-24T01:03:28.7096342Z [6388/7518] 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-01-24T01:03:28.7207881Z [6389/7518] 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-01-24T01:03:28.7365701Z [6390/7518] 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-01-24T01:03:28.7530058Z [6391/7518] 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-01-24T01:03:28.7641499Z [6392/7518] 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-01-24T01:03:28.7807088Z [6393/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u32.c.obj 2025-01-24T01:03:28.8027196Z [6394/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u64-acc2.c.obj 2025-01-24T01:03:28.8172405Z [6395/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc2.c.obj 2025-01-24T01:03:28.8270720Z [6396/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc4.c.obj 2025-01-24T01:03:28.8834308Z [6397/7518] 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-01-24T01:03:28.8994002Z [6398/7518] 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-01-24T01:03:28.9084077Z [6399/7518] 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-01-24T01:03:28.9377531Z [6400/7518] 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-01-24T01:03:28.9400259Z [6401/7518] 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-01-24T01:03:28.9625526Z [6402/7518] 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-01-24T01:03:28.9679441Z [6403/7518] 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-01-24T01:03:29.0451954Z [6404/7518] 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-01-24T01:03:29.0721330Z [6405/7518] 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-01-24T01:03:29.0778228Z [6406/7518] 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-01-24T01:03:29.0835757Z [6407/7518] 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-01-24T01:03:29.0848207Z [6408/7518] 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-01-24T01:03:29.1103223Z [6409/7518] 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-01-24T01:03:29.1159892Z [6410/7518] 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-01-24T01:03:29.2140525Z [6411/7518] 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-01-24T01:03:29.2191351Z [6412/7518] 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-01-24T01:03:29.2278128Z [6413/7518] 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-01-24T01:03:29.2337632Z [6414/7518] 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-01-24T01:03:29.2352215Z [6415/7518] 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-01-24T01:03:29.2469597Z [6416/7518] 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-01-24T01:03:29.2759937Z [6417/7518] 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-01-24T01:03:29.3585350Z [6418/7518] 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-01-24T01:03:29.3644274Z [6419/7518] 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-01-24T01:03:29.3695595Z [6420/7518] 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-01-24T01:03:29.3814128Z [6421/7518] 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-01-24T01:03:29.3835474Z [6422/7518] 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-01-24T01:03:29.3899411Z [6423/7518] 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-01-24T01:03:29.4138930Z [6424/7518] 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-01-24T01:03:29.5102884Z [6425/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f-acc2.c.obj 2025-01-24T01:03:29.5116221Z [6426/7518] 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-01-24T01:03:29.5170699Z [6427/7518] 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-01-24T01:03:29.5243428Z [6428/7518] 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-01-24T01:03:29.5257765Z [6429/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f-acc2.c.obj 2025-01-24T01:03:29.5332152Z [6430/7518] 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-01-24T01:03:29.5514323Z [6431/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f.c.obj 2025-01-24T01:03:29.6392357Z [6432/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f-acc2.c.obj 2025-01-24T01:03:29.6447249Z [6433/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f-acc2.c.obj 2025-01-24T01:03:29.6614348Z [6434/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.obj 2025-01-24T01:03:29.6627076Z [6435/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f.c.obj 2025-01-24T01:03:29.6638997Z [6436/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.obj 2025-01-24T01:03:29.6785034Z [6437/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f-acc2.c.obj 2025-01-24T01:03:29.6900830Z [6438/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.obj 2025-01-24T01:03:29.7659246Z [6439/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f-acc2.c.obj 2025-01-24T01:03:29.7759656Z [6440/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f.c.obj 2025-01-24T01:03:29.7922370Z [6441/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f-acc2.c.obj 2025-01-24T01:03:29.7983714Z [6442/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f.c.obj 2025-01-24T01:03:29.8101319Z [6443/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f-acc2.c.obj 2025-01-24T01:03:29.8263977Z [6444/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:29.8545073Z [6445/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:29.9107287Z [6446/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:29.9280635Z [6447/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:29.9335773Z [6448/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:29.9446182Z [6449/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:29.9458331Z [6450/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:29.9721568Z [6451/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:29.9851653Z [6452/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.0402545Z [6453/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.0700949Z [6454/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.0720622Z [6455/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.0872846Z [6456/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.0934882Z [6457/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.1003102Z [6458/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.1289115Z [6459/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.1716524Z [6460/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.1992641Z [6461/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.2102604Z [6462/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.2282436Z [6463/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.2356303Z [6464/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.2369989Z [6465/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.2634870Z [6466/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.3033424Z [6467/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.3364655Z [6468/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.3511305Z [6469/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.3617656Z [6470/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.3727012Z [6471/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.3739496Z [6472/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.3945238Z [6473/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.4301357Z [6474/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.4959891Z [6475/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.4972275Z [6476/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.5027051Z [6477/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.5081000Z [6478/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.5093051Z [6479/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.5276026Z [6480/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.5590517Z [6481/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.6331556Z [6482/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.6390967Z [6483/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.6442146Z [6484/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.6453810Z [6485/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.6506846Z [6486/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.6616050Z [6487/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.7008801Z [6488/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.7601463Z [6489/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.7696954Z [6490/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.7759130Z [6491/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.7772395Z [6492/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.7783886Z [6493/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.7835013Z [6494/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.8191980Z [6495/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.8665064Z [6496/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc2.c.obj 2025-01-24T01:03:30.8685735Z [6497/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc4.c.obj 2025-01-24T01:03:30.8770053Z [6498/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.8831956Z [6499/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.8956488Z [6500/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.9005744Z [6501/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64.c.obj 2025-01-24T01:03:30.9020455Z [6502/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:03:30.9455435Z [6503/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.obj 2025-01-24T01:03:30.9547394Z [6504/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.obj 2025-01-24T01:03:30.9601277Z [6505/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128.c.obj 2025-01-24T01:03:30.9713444Z [6506/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.obj 2025-01-24T01:03:30.9806291Z [6507/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144.c.obj 2025-01-24T01:03:30.9854499Z [6508/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.obj 2025-01-24T01:03:31.0277160Z [6509/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.obj 2025-01-24T01:03:31.0293786Z [6510/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160.c.obj 2025-01-24T01:03:31.0340956Z [6511/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.obj 2025-01-24T01:03:31.0393199Z [6512/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.obj 2025-01-24T01:03:31.0536904Z [6513/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.obj 2025-01-24T01:03:31.0592217Z [6514/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192.c.obj 2025-01-24T01:03:31.0691990Z [6515/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc2.c.obj 2025-01-24T01:03:31.1143556Z [6516/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc4.c.obj 2025-01-24T01:03:31.1158918Z [6517/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64.c.obj 2025-01-24T01:03:31.1226551Z [6518/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.obj 2025-01-24T01:03:31.1346725Z [6519/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.obj 2025-01-24T01:03:31.1459243Z [6520/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.obj 2025-01-24T01:03:31.1472759Z [6521/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128.c.obj 2025-01-24T01:03:31.1600696Z [6522/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144.c.obj 2025-01-24T01:03:31.2023264Z [6523/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.obj 2025-01-24T01:03:31.2035767Z [6524/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.obj 2025-01-24T01:03:31.2082324Z [6525/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160.c.obj 2025-01-24T01:03:31.2167144Z [6526/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.obj 2025-01-24T01:03:31.2263515Z [6527/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.obj 2025-01-24T01:03:31.2321230Z [6528/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.obj 2025-01-24T01:03:31.2410604Z [6529/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192.c.obj 2025-01-24T01:03:31.3055139Z [6530/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u16.c.obj 2025-01-24T01:03:31.3108821Z [6531/7518] 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-01-24T01:03:31.3154965Z [6532/7518] 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-01-24T01:03:31.3265045Z [6533/7518] 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-01-24T01:03:31.3326935Z [6534/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u32-acc2.c.obj 2025-01-24T01:03:31.3339515Z [6535/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u16.c.obj 2025-01-24T01:03:31.3431704Z [6536/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc4.c.obj 2025-01-24T01:03:31.4143221Z [6537/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c16.c.obj 2025-01-24T01:03:31.4193654Z [6538/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c32.c.obj 2025-01-24T01:03:31.4268019Z [6539/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u16.c.obj 2025-01-24T01:03:31.4280757Z [6540/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c128.c.obj 2025-01-24T01:03:31.4402405Z [6541/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u32-acc2.c.obj 2025-01-24T01:03:31.4456580Z [6542/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc2.c.obj 2025-01-24T01:03:31.4489157Z [6543/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u48-acc3.c.obj 2025-01-24T01:03:31.5198434Z [6544/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u16.c.obj 2025-01-24T01:03:31.5260158Z [6545/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u32-acc2.c.obj 2025-01-24T01:03:31.5273419Z [6546/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc2.c.obj 2025-01-24T01:03:31.5337984Z [6547/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u48-acc3.c.obj 2025-01-24T01:03:31.5404379Z [6548/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc4.c.obj 2025-01-24T01:03:31.5463378Z [6549/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u16.c.obj 2025-01-24T01:03:31.5570206Z [6550/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u32-acc2.c.obj 2025-01-24T01:03:31.6221772Z [6551/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u48-acc3.c.obj 2025-01-24T01:03:31.6359011Z [6552/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u16.c.obj 2025-01-24T01:03:31.6415340Z [6553/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u32-acc2.c.obj 2025-01-24T01:03:31.6428899Z [6554/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc2.c.obj 2025-01-24T01:03:31.6440593Z [6555/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u48-acc3.c.obj 2025-01-24T01:03:31.6499976Z [6556/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc2.c.obj 2025-01-24T01:03:31.6715592Z [6557/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-avx512f-u16.c.obj 2025-01-24T01:03:31.7450735Z [6558/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-avx512f-u16.c.obj 2025-01-24T01:03:31.7620795Z [6559/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-avx512f-u16.c.obj 2025-01-24T01:03:31.7636947Z [6560/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u16.c.obj 2025-01-24T01:03:31.7653052Z [6561/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-avx512f-u16.c.obj 2025-01-24T01:03:31.7665362Z [6562/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u16.c.obj 2025-01-24T01:03:31.7786995Z [6563/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u16.c.obj 2025-01-24T01:03:31.7847012Z [6564/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u16.c.obj 2025-01-24T01:03:31.8711107Z [6565/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-avx512f-u16.c.obj 2025-01-24T01:03:31.8776181Z [6566/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-avx512f-u16.c.obj 2025-01-24T01:03:31.8790076Z [6567/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-avx512f-u16.c.obj 2025-01-24T01:03:31.8847667Z [6568/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-avx512f-u16.c.obj 2025-01-24T01:03:31.8935320Z [6569/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-avx512f-u16.c.obj 2025-01-24T01:03:31.8998491Z [6570/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-avx512f-u16.c.obj 2025-01-24T01:03:31.9235378Z [6571/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-avx512f-u16.c.obj 2025-01-24T01:03:31.9851858Z [6572/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u16.c.obj 2025-01-24T01:03:31.9941388Z [6573/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-avx512f-u16.c.obj 2025-01-24T01:03:31.9990833Z [6574/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-avx512f-u16.c.obj 2025-01-24T01:03:32.0053710Z [6575/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u16.c.obj 2025-01-24T01:03:32.0069991Z [6576/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u16.c.obj 2025-01-24T01:03:32.0257331Z [6577/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u32.c.obj 2025-01-24T01:03:32.0364479Z [6578/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u64.c.obj 2025-01-24T01:03:32.0989547Z [6579/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u128.c.obj 2025-01-24T01:03:32.1123943Z [6580/7518] 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-01-24T01:03:32.1156014Z [6581/7518] 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-01-24T01:03:32.1226496Z [6582/7518] 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-01-24T01:03:32.1297551Z [6583/7518] 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-01-24T01:03:32.1353152Z [6584/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u16.c.obj 2025-01-24T01:03:32.1808072Z [6585/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u32.c.obj 2025-01-24T01:03:32.2127471Z [6586/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u48.c.obj 2025-01-24T01:03:32.2250913Z [6587/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u32.c.obj 2025-01-24T01:03:32.2371500Z [6588/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-div.c.obj 2025-01-24T01:03:32.2466908Z [6589/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-nr.c.obj 2025-01-24T01:03:32.2491803Z [6590/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u32.c.obj 2025-01-24T01:03:32.2616271Z [6591/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u16.c.obj 2025-01-24T01:03:32.2946858Z [6592/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u32.c.obj 2025-01-24T01:03:32.3358916Z [6593/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u32.c.obj 2025-01-24T01:03:32.3376805Z [6594/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u32.c.obj 2025-01-24T01:03:32.3506013Z [6595/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u32.c.obj 2025-01-24T01:03:32.3563119Z [6596/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u32.c.obj 2025-01-24T01:03:32.3614234Z [6597/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u16.c.obj 2025-01-24T01:03:32.3781890Z [6598/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.obj 2025-01-24T01:03:32.3806883Z [6599/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u64.c.obj 2025-01-24T01:03:32.4171197Z [6600/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.obj 2025-01-24T01:03:32.4184671Z [6601/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.obj 2025-01-24T01:03:32.4266611Z [6602/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.obj 2025-01-24T01:03:32.4387071Z [6603/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u16.c.obj 2025-01-24T01:03:32.4466900Z [6604/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u32.c.obj 2025-01-24T01:03:32.4579915Z [6605/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u48.c.obj 2025-01-24T01:03:32.4649205Z [6606/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u64.c.obj 2025-01-24T01:03:32.5314861Z [6607/7518] 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-01-24T01:03:32.5409252Z [6608/7518] 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-01-24T01:03:32.5464068Z [6609/7518] 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-01-24T01:03:32.5593781Z [6610/7518] 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-01-24T01:03:32.5608606Z [6611/7518] 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-01-24T01:03:32.5733073Z [6612/7518] 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-01-24T01:03:32.5792560Z [6613/7518] 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-01-24T01:03:32.6495819Z [6614/7518] 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-01-24T01:03:32.6555367Z [6615/7518] 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-01-24T01:03:32.6710694Z [6616/7518] 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-01-24T01:03:32.6757884Z [6617/7518] 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-01-24T01:03:32.6773906Z [6618/7518] 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-01-24T01:03:32.6832461Z [6619/7518] 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-01-24T01:03:32.7129413Z [6620/7518] 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-01-24T01:03:32.7754910Z [6621/7518] 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-01-24T01:03:32.7865068Z [6622/7518] 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-01-24T01:03:32.7929391Z [6623/7518] 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-01-24T01:03:32.7947769Z [6624/7518] 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-01-24T01:03:32.8018452Z [6625/7518] 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-01-24T01:03:32.8041230Z [6626/7518] 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-01-24T01:03:32.8277567Z [6627/7518] 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-01-24T01:03:32.8919264Z [6628/7518] 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-01-24T01:03:32.9018466Z [6629/7518] 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-01-24T01:03:32.9123260Z [6630/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u32.c.obj 2025-01-24T01:03:32.9175582Z [6631/7518] 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-01-24T01:03:32.9189941Z [6632/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u48.c.obj 2025-01-24T01:03:32.9244464Z [6633/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-8-div.c.obj 2025-01-24T01:03:32.9324931Z [6634/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u1.c.obj 2025-01-24T01:03:33.0014595Z [6635/7518] 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-01-24T01:03:33.0130816Z [6636/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u8.c.obj 2025-01-24T01:03:33.0200071Z [6637/7518] 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-01-24T01:03:33.0262568Z [6638/7518] 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-01-24T01:03:33.0274275Z [6639/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u1.c.obj 2025-01-24T01:03:33.0286560Z [6640/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx512f-u4.c.obj 2025-01-24T01:03:33.0762161Z [6641/7518] 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-01-24T01:03:33.1067386Z [6642/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-goi-avx512f-u4.c.obj 2025-01-24T01:03:33.1204921Z [6643/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c16.c.obj 2025-01-24T01:03:33.1304971Z [6644/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u32.c.obj 2025-01-24T01:03:33.1492078Z [6645/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u16.c.obj 2025-01-24T01:03:33.1505669Z [6646/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c32.c.obj 2025-01-24T01:03:33.1517627Z [6647/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c128.c.obj 2025-01-24T01:03:33.1770421Z [6648/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u32-acc2.c.obj 2025-01-24T01:03:33.2435919Z [6649/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc2.c.obj 2025-01-24T01:03:33.2448218Z [6650/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u48-acc3.c.obj 2025-01-24T01:03:33.2497470Z [6651/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u128-acc4.c.obj 2025-01-24T01:03:33.2591565Z [6652/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u48-acc3.c.obj 2025-01-24T01:03:33.2673857Z [6653/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u32-acc2.c.obj 2025-01-24T01:03:33.2685541Z [6654/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u16.c.obj 2025-01-24T01:03:33.2888954Z [6655/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc2.c.obj 2025-01-24T01:03:33.3479715Z [6656/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u48-acc3.c.obj 2025-01-24T01:03:33.3565592Z [6657/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u16.c.obj 2025-01-24T01:03:33.3583013Z [6658/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u32-acc2.c.obj 2025-01-24T01:03:33.3728735Z [6659/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc2.c.obj 2025-01-24T01:03:33.3777381Z [6660/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u16.c.obj 2025-01-24T01:03:33.3826608Z [6661/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc4.c.obj 2025-01-24T01:03:33.3969144Z [6662/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u32-acc2.c.obj 2025-01-24T01:03:33.4633369Z [6663/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc2.c.obj 2025-01-24T01:03:33.4732204Z [6664/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u48-acc3.c.obj 2025-01-24T01:03:33.4802566Z [6665/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u16.c.obj 2025-01-24T01:03:33.4911048Z [6666/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u32.c.obj 2025-01-24T01:03:33.4929040Z [6667/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u64.c.obj 2025-01-24T01:03:33.4990312Z [6668/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u32.c.obj 2025-01-24T01:03:33.5185404Z [6669/7518] 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-01-24T01:03:33.5965793Z [6670/7518] 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-01-24T01:03:33.6019269Z [6671/7518] 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-01-24T01:03:33.6190913Z [6672/7518] 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-01-24T01:03:33.6326122Z [6673/7518] 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-01-24T01:03:33.6380556Z [6674/7518] 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-01-24T01:03:33.6497753Z [6675/7518] 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-01-24T01:03:33.6514638Z [6676/7518] 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-01-24T01:03:33.7235049Z [6677/7518] 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-01-24T01:03:33.7362498Z [6678/7518] 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-01-24T01:03:33.7488740Z [6679/7518] 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-01-24T01:03:33.7684260Z [6680/7518] 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-01-24T01:03:33.7760713Z [6681/7518] 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-01-24T01:03:33.7979948Z [6682/7518] 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-01-24T01:03:33.8088068Z [6683/7518] 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-01-24T01:03:33.8599075Z [6684/7518] 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-01-24T01:03:33.8715195Z [6685/7518] 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-01-24T01:03:33.8874529Z [6686/7518] 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-01-24T01:03:33.9035626Z [6687/7518] 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-01-24T01:03:33.9090692Z [6688/7518] 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-01-24T01:03:33.9167488Z [6689/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u32.c.obj 2025-01-24T01:03:33.9232119Z [6690/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u64.c.obj 2025-01-24T01:03:33.9679834Z [6691/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u96.c.obj 2025-01-24T01:03:33.9761068Z [6692/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u32.c.obj 2025-01-24T01:03:33.9912691Z [6693/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u64.c.obj 2025-01-24T01:03:34.0105329Z [6694/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u96.c.obj 2025-01-24T01:03:34.0401551Z [6695/7518] 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-01-24T01:03:34.0504752Z [6696/7518] 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-01-24T01:03:34.0556757Z [6697/7518] 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-01-24T01:03:34.1161076Z [6698/7518] 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-01-24T01:03:34.1238453Z [6699/7518] 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-01-24T01:03:34.1289615Z [6700/7518] 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-01-24T01:03:34.1537956Z [6701/7518] 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-01-24T01:03:34.1779756Z [6702/7518] 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-01-24T01:03:34.1834187Z [6703/7518] 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-01-24T01:03:34.1903091Z [6704/7518] 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-01-24T01:03:34.2455267Z [6705/7518] 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-01-24T01:03:34.2566285Z [6706/7518] 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-01-24T01:03:34.2708547Z [6707/7518] 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-01-24T01:03:34.2893734Z [6708/7518] 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-01-24T01:03:34.3107193Z [6709/7518] 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-01-24T01:03:34.3180368Z [6710/7518] 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-01-24T01:03:34.3233433Z [6711/7518] 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-01-24T01:03:34.3805585Z [6712/7518] 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-01-24T01:03:34.3930035Z [6713/7518] 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-01-24T01:03:34.4086808Z [6714/7518] 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-01-24T01:03:34.4279986Z [6715/7518] 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-01-24T01:03:34.4381893Z [6716/7518] 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-01-24T01:03:34.4492953Z [6717/7518] 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-01-24T01:03:34.4552083Z [6718/7518] 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-01-24T01:03:34.5131722Z [6719/7518] 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-01-24T01:03:34.5427697Z [6720/7518] 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-01-24T01:03:34.5538656Z [6721/7518] 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-01-24T01:03:34.5630301Z [6722/7518] 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-01-24T01:03:34.5763847Z [6723/7518] 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-01-24T01:03:34.5911071Z [6724/7518] 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-01-24T01:03:34.6024187Z [6725/7518] 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-01-24T01:03:34.6738143Z [6726/7518] 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-01-24T01:03:34.6893909Z [6727/7518] 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-01-24T01:03:34.6947169Z [6728/7518] 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-01-24T01:03:34.6996999Z [6729/7518] 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-01-24T01:03:34.7107004Z [6730/7518] 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-01-24T01:03:34.7234519Z [6731/7518] 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-01-24T01:03:34.7384236Z [6732/7518] 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-01-24T01:03:34.8066098Z [6733/7518] 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-01-24T01:03:34.8169249Z [6734/7518] 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-01-24T01:03:34.8324897Z [6735/7518] 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-01-24T01:03:34.8346089Z [6736/7518] 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-01-24T01:03:34.8494029Z [6737/7518] 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-01-24T01:03:34.8575432Z [6738/7518] 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-01-24T01:03:34.8717866Z [6739/7518] 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-01-24T01:03:34.9450858Z [6740/7518] 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-01-24T01:03:34.9498649Z [6741/7518] 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-01-24T01:03:34.9549507Z [6742/7518] 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-01-24T01:03:34.9634738Z [6743/7518] 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-01-24T01:03:34.9738991Z [6744/7518] 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-01-24T01:03:34.9754045Z [6745/7518] 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-01-24T01:03:34.9913423Z [6746/7518] 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-01-24T01:03:35.0611997Z [6747/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:03:35.0724287Z [6748/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:03:35.0741159Z [6749/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:03:35.0862120Z [6750/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:03:35.0976040Z [6751/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:03:35.0996562Z [6752/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:03:35.1095900Z [6753/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:03:35.1785558Z [6754/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:03:35.1799616Z [6755/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u16.c.obj 2025-01-24T01:03:35.1939366Z [6756/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u48.c.obj 2025-01-24T01:03:35.1993797Z [6757/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u64.c.obj 2025-01-24T01:03:35.2239330Z [6758/7518] 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-01-24T01:03:35.2256626Z [6759/7518] 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-01-24T01:03:35.2352368Z [6760/7518] 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-01-24T01:03:35.3062427Z [6761/7518] 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-01-24T01:03:35.3077579Z [6762/7518] 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-01-24T01:03:35.3148815Z [6763/7518] 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-01-24T01:03:35.3328115Z [6764/7518] 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-01-24T01:03:35.3485431Z [6765/7518] 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-01-24T01:03:35.3617078Z [6766/7518] 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-01-24T01:03:35.3633990Z [6767/7518] 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-01-24T01:03:35.4384633Z [6768/7518] 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-01-24T01:03:35.4399472Z [6769/7518] 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-01-24T01:03:35.4612733Z [6770/7518] 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-01-24T01:03:35.4665044Z [6771/7518] 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-01-24T01:03:35.4823611Z [6772/7518] 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-01-24T01:03:35.4895113Z [6773/7518] 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-01-24T01:03:35.4968569Z [6774/7518] 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-01-24T01:03:35.5588795Z [6775/7518] 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-01-24T01:03:35.5666954Z [6776/7518] 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-01-24T01:03:35.5784761Z [6777/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c128.c.obj 2025-01-24T01:03:35.5843901Z [6778/7518] 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-01-24T01:03:35.5943528Z [6779/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u64.c.obj 2025-01-24T01:03:35.6001199Z [6780/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc2.c.obj 2025-01-24T01:03:35.6013787Z [6781/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc4.c.obj 2025-01-24T01:03:35.6723006Z [6782/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-01-24T01:03:35.6828206Z [6783/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-01-24T01:03:35.7028307Z [6784/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:03:35.7077059Z [6785/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:03:35.7180368Z [6786/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:03:35.7249556Z [6787/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:03:35.7264028Z [6788/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:03:35.7979229Z [6789/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:03:35.8030455Z [6790/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:03:35.8104376Z [6791/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u16.c.obj 2025-01-24T01:03:35.8210478Z [6792/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:03:35.8294533Z [6793/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u48.c.obj 2025-01-24T01:03:35.8323537Z [6794/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u64.c.obj 2025-01-24T01:03:35.8510991Z [6795/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T01:03:35.9385345Z [6796/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T01:03:35.9403307Z [6797/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T01:03:35.9460931Z [6798/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T01:03:35.9535486Z [6799/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T01:03:35.9551470Z [6800/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T01:03:35.9664841Z [6801/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T01:03:35.9723588Z [6802/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T01:03:36.0579173Z [6803/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u128.c.obj 2025-01-24T01:03:36.0630882Z [6804/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T01:03:36.0686898Z [6805/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T01:03:36.0700333Z [6806/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T01:03:36.0764868Z [6807/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-01-24T01:03:36.0817472Z [6808/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T01:03:36.0834675Z [6809/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-01-24T01:03:36.1437161Z [6810/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u192.c.obj 2025-01-24T01:03:36.1489640Z [6811/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u256.c.obj 2025-01-24T01:03:36.1616907Z [6812/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u192.c.obj 2025-01-24T01:03:36.1741421Z [6813/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u64.c.obj 2025-01-24T01:03:36.1756673Z [6814/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u256.c.obj 2025-01-24T01:03:36.2206256Z [6815/7518] 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-01-24T01:03:36.2374403Z [6816/7518] 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-01-24T01:03:36.2863150Z [6817/7518] 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-01-24T01:03:36.2904327Z [6818/7518] 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-01-24T01:03:36.2995268Z [6819/7518] 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-01-24T01:03:36.3157601Z [6820/7518] 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-01-24T01:03:36.3323782Z [6821/7518] 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-01-24T01:03:36.3563850Z [6822/7518] 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-01-24T01:03:36.3982657Z [6823/7518] 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-01-24T01:03:36.4377562Z [6824/7518] 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-01-24T01:03:36.4495797Z [6825/7518] 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-01-24T01:03:36.4508420Z [6826/7518] 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-01-24T01:03:36.4729674Z [6827/7518] 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-01-24T01:03:36.4801814Z [6828/7518] 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-01-24T01:03:36.4897654Z [6829/7518] 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-01-24T01:03:36.5340219Z [6830/7518] 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-01-24T01:03:36.5804473Z [6831/7518] 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-01-24T01:03:36.5872815Z [6832/7518] 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-01-24T01:03:36.6039570Z [6833/7518] 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-01-24T01:03:36.6057824Z [6834/7518] 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-01-24T01:03:36.6111691Z [6835/7518] 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-01-24T01:03:36.6274378Z [6836/7518] 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-01-24T01:03:36.6709763Z [6837/7518] 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-01-24T01:03:36.7203710Z [6838/7518] 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-01-24T01:03:36.7268075Z [6839/7518] 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-01-24T01:03:36.7551891Z [6840/7518] 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-01-24T01:03:36.7603062Z [6841/7518] 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-01-24T01:03:36.7658306Z [6842/7518] 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-01-24T01:03:36.7715422Z [6843/7518] 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-01-24T01:03:36.8097897Z [6844/7518] 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-01-24T01:03:36.8619818Z [6845/7518] 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-01-24T01:03:36.8678679Z [6846/7518] 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-01-24T01:03:36.8985217Z [6847/7518] 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-01-24T01:03:36.9088426Z [6848/7518] 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-01-24T01:03:36.9153666Z [6849/7518] 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-01-24T01:03:36.9304744Z [6850/7518] 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-01-24T01:03:36.9591039Z [6851/7518] 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-01-24T01:03:37.0125885Z [6852/7518] 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-01-24T01:03:37.0139141Z [6853/7518] 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-01-24T01:03:37.0267535Z [6854/7518] 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-01-24T01:03:37.0613227Z [6855/7518] 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-01-24T01:03:37.0704954Z [6856/7518] 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-01-24T01:03:37.0717191Z [6857/7518] 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-01-24T01:03:37.1055282Z [6858/7518] 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-01-24T01:03:37.1616612Z [6859/7518] 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-01-24T01:03:37.1630017Z [6860/7518] 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-01-24T01:03:37.1714418Z [6861/7518] 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-01-24T01:03:37.2153422Z [6862/7518] 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-01-24T01:03:37.2166737Z [6863/7518] 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-01-24T01:03:37.2453710Z [6864/7518] 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-01-24T01:03:37.2554706Z [6865/7518] 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-01-24T01:03:37.3020457Z [6866/7518] 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-01-24T01:03:37.3134114Z [6867/7518] 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-01-24T01:03:37.3150965Z [6868/7518] 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-01-24T01:03:37.3514801Z [6869/7518] 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-01-24T01:03:37.3857164Z [6870/7518] 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-01-24T01:03:37.4061103Z [6871/7518] 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-01-24T01:03:37.4121265Z [6872/7518] 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-01-24T01:03:37.4481797Z [6873/7518] 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-01-24T01:03:37.4612400Z [6874/7518] 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-01-24T01:03:37.4626581Z [6875/7518] 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-01-24T01:03:37.4811998Z [6876/7518] 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-01-24T01:03:37.5491118Z [6877/7518] 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-01-24T01:03:37.5596173Z [6878/7518] 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-01-24T01:03:37.5671532Z [6879/7518] 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-01-24T01:03:37.5907041Z [6880/7518] 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-01-24T01:03:37.6156682Z [6881/7518] 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-01-24T01:03:37.6173632Z [6882/7518] 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-01-24T01:03:37.6320288Z [6883/7518] 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-01-24T01:03:37.6804117Z [6884/7518] 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-01-24T01:03:37.6988112Z [6885/7518] 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-01-24T01:03:37.7050677Z [6886/7518] 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-01-24T01:03:37.7304622Z [6887/7518] 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-01-24T01:03:37.7535555Z [6888/7518] 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-01-24T01:03:37.7550943Z [6889/7518] 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-01-24T01:03:37.7813549Z [6890/7518] 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-01-24T01:03:37.8213556Z [6891/7518] 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-01-24T01:03:37.8331728Z [6892/7518] 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-01-24T01:03:37.8559308Z [6893/7518] 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-01-24T01:03:37.8712511Z [6894/7518] 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-01-24T01:03:37.8845149Z [6895/7518] 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-01-24T01:03:37.8864934Z [6896/7518] 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-01-24T01:03:37.9096960Z [6897/7518] 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-01-24T01:03:37.9570681Z [6898/7518] 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-01-24T01:03:37.9688397Z [6899/7518] 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-01-24T01:03:37.9956563Z [6900/7518] 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-01-24T01:03:38.0204698Z [6901/7518] 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-01-24T01:03:38.0282483Z [6902/7518] 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-01-24T01:03:38.0341199Z [6903/7518] 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-01-24T01:03:38.0531537Z [6904/7518] 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-01-24T01:03:38.0977329Z [6905/7518] 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-01-24T01:03:38.1132931Z [6906/7518] 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-01-24T01:03:38.1309393Z [6907/7518] 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-01-24T01:03:38.1511878Z [6908/7518] 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-01-24T01:03:38.1653992Z [6909/7518] 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-01-24T01:03:38.1769136Z [6910/7518] 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-01-24T01:03:38.1826381Z [6911/7518] 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-01-24T01:03:38.2287486Z [6912/7518] 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-01-24T01:03:38.2472841Z [6913/7518] 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-01-24T01:03:38.2617867Z [6914/7518] 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-01-24T01:03:38.2949882Z [6915/7518] 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-01-24T01:03:38.3145630Z [6916/7518] 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-01-24T01:03:38.3204102Z [6917/7518] 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-01-24T01:03:38.3217165Z [6918/7518] 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-01-24T01:03:38.3570053Z [6919/7518] 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-01-24T01:03:38.3903388Z [6920/7518] 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-01-24T01:03:38.4007683Z [6921/7518] 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-01-24T01:03:38.4383005Z [6922/7518] 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-01-24T01:03:38.4435921Z [6923/7518] 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-01-24T01:03:38.4555837Z [6924/7518] 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-01-24T01:03:38.4616900Z [6925/7518] 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-01-24T01:03:38.4921272Z [6926/7518] 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-01-24T01:03:38.5233403Z [6927/7518] 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-01-24T01:03:38.5293774Z [6928/7518] 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-01-24T01:03:38.5852536Z [6929/7518] 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-01-24T01:03:38.5903279Z [6930/7518] 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-01-24T01:03:38.5957533Z [6931/7518] 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-01-24T01:03:38.5977846Z [6932/7518] 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-01-24T01:03:38.6388664Z [6933/7518] 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-01-24T01:03:38.6514129Z [6934/7518] 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-01-24T01:03:38.6676931Z [6935/7518] 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-01-24T01:03:38.7199051Z [6936/7518] 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-01-24T01:03:38.7257993Z [6937/7518] 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-01-24T01:03:38.7349384Z [6938/7518] 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-01-24T01:03:38.7414671Z [6939/7518] 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-01-24T01:03:38.7725522Z [6940/7518] 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-01-24T01:03:38.7976739Z [6941/7518] 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-01-24T01:03:38.7993756Z [6942/7518] 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-01-24T01:03:38.8588638Z [6943/7518] 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-01-24T01:03:38.8641846Z [6944/7518] 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-01-24T01:03:38.8696834Z [6945/7518] 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-01-24T01:03:38.8713784Z [6946/7518] 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-01-24T01:03:38.9120517Z [6947/7518] 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-01-24T01:03:38.9319816Z [6948/7518] 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-01-24T01:03:38.9417423Z [6949/7518] 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-01-24T01:03:39.0084916Z [6950/7518] 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-01-24T01:03:39.0097755Z [6951/7518] 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-01-24T01:03:39.0150277Z [6952/7518] 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-01-24T01:03:39.0210918Z [6953/7518] 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-01-24T01:03:39.0445733Z [6954/7518] 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-01-24T01:03:39.0705757Z [6955/7518] 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-01-24T01:03:39.0722173Z [6956/7518] 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-01-24T01:03:39.1459913Z [6957/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.obj 2025-01-24T01:03:39.1531883Z [6958/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.obj 2025-01-24T01:03:39.1550808Z [6959/7518] 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-01-24T01:03:39.1607494Z [6960/7518] 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-01-24T01:03:39.1915804Z [6961/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c4-minmax-avx512vnni.c.obj 2025-01-24T01:03:39.1969021Z [6962/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.obj 2025-01-24T01:03:39.2065689Z [6963/7518] 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-01-24T01:03:39.2956815Z [6964/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.obj 2025-01-24T01:03:39.2970232Z [6965/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.obj 2025-01-24T01:03:39.3052922Z [6966/7518] 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-01-24T01:03:39.3282840Z [6967/7518] 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-01-24T01:03:39.3342238Z [6968/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.obj 2025-01-24T01:03:39.3354681Z [6969/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.obj 2025-01-24T01:03:39.3802636Z [6970/7518] 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-01-24T01:03:39.4285533Z [6971/7518] 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-01-24T01:03:39.4338183Z [6972/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.obj 2025-01-24T01:03:39.4439755Z [6973/7518] 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-01-24T01:03:39.4525111Z [6974/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c4-minmax-avx512vnni.c.obj 2025-01-24T01:03:39.4613375Z [6975/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c8-minmax-avx512vnni.c.obj 2025-01-24T01:03:39.4718587Z [6976/7518] 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-01-24T01:03:39.5297829Z [6977/7518] 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-01-24T01:03:39.5628717Z [6978/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c4-minmax-avx512vnni.c.obj 2025-01-24T01:03:39.5713868Z [6979/7518] 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-01-24T01:03:39.5867701Z [6980/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c8-minmax-avx512vnni.c.obj 2025-01-24T01:03:39.5938512Z [6981/7518] 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-01-24T01:03:39.5996461Z [6982/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c4-minmax-avx512vnni.c.obj 2025-01-24T01:03:39.6052113Z [6983/7518] 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-01-24T01:03:39.6653536Z [6984/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c8-minmax-avx512vnni.c.obj 2025-01-24T01:03:39.7035301Z [6985/7518] 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-01-24T01:03:39.7093295Z [6986/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u64.c.obj 2025-01-24T01:03:39.7147718Z [6987/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c4-minmax-avx512vnni.c.obj 2025-01-24T01:03:39.7202427Z [6988/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc2.c.obj 2025-01-24T01:03:39.7299818Z [6989/7518] 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-01-24T01:03:39.7321454Z [6990/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c8-minmax-avx512vnni.c.obj 2025-01-24T01:03:39.7641188Z [6991/7518] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc4.c.obj 2025-01-24T01:03:39.8387554Z [6992/7518] 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-01-24T01:03:39.8478789Z [6993/7518] 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-01-24T01:03:39.8527769Z [6994/7518] 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-01-24T01:03:39.8581104Z [6995/7518] 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-01-24T01:03:39.8714724Z [6996/7518] 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-01-24T01:03:39.8790074Z [6997/7518] 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-01-24T01:03:39.9314257Z [6998/7518] 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-01-24T01:03:39.9706224Z [6999/7518] 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-01-24T01:03:39.9778247Z [7000/7518] 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-01-24T01:03:39.9861743Z [7001/7518] 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-01-24T01:03:39.9972907Z [7002/7518] 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-01-24T01:03:40.0163309Z [7003/7518] 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-01-24T01:03:40.0178219Z [7004/7518] 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-01-24T01:03:40.0633879Z [7005/7518] 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-01-24T01:03:40.1029936Z [7006/7518] 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-01-24T01:03:40.1239400Z [7007/7518] 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-01-24T01:03:40.1253080Z [7008/7518] 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-01-24T01:03:40.1424656Z [7009/7518] 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-01-24T01:03:40.1489058Z [7010/7518] 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-01-24T01:03:40.1599604Z [7011/7518] 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-01-24T01:03:40.1925507Z [7012/7518] 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-01-24T01:03:40.2373018Z [7013/7518] 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-01-24T01:03:40.2510597Z [7014/7518] 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-01-24T01:03:40.2645545Z [7015/7518] 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-01-24T01:03:40.2718513Z [7016/7518] 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-01-24T01:03:40.2985885Z [7017/7518] 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-01-24T01:03:40.3072478Z [7018/7518] 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-01-24T01:03:40.3236289Z [7019/7518] 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-01-24T01:03:40.3699907Z [7020/7518] 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-01-24T01:03:40.3863038Z [7021/7518] 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-01-24T01:03:40.3940162Z [7022/7518] 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-01-24T01:03:40.4146156Z [7023/7518] 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-01-24T01:03:40.4353450Z [7024/7518] 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-01-24T01:03:40.4464997Z [7025/7518] 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-01-24T01:03:40.4552366Z [7026/7518] 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-01-24T01:03:40.4990685Z [7027/7518] 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-01-24T01:03:40.5208126Z [7028/7518] 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-01-24T01:03:40.5225354Z [7029/7518] 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-01-24T01:03:40.5503686Z [7030/7518] 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-01-24T01:03:40.5612636Z [7031/7518] 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-01-24T01:03:40.5874702Z [7032/7518] 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-01-24T01:03:40.6044608Z [7033/7518] 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-01-24T01:03:40.6299527Z [7034/7518] 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-01-24T01:03:40.6484230Z [7035/7518] 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-01-24T01:03:40.6581708Z [7036/7518] 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-01-24T01:03:40.6851572Z [7037/7518] 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-01-24T01:03:40.7155675Z [7038/7518] Linking CXX static library lib\gtest_main.lib 2025-01-24T01:03:40.7954353Z [7039/7518] Linking CXX static library lib\gmock.lib 2025-01-24T01:03:40.9409682Z [7040/7518] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark_main.dir\benchmark_main.cc.obj 2025-01-24T01:03:40.9780790Z [7041/7518] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock-all.cc.obj 2025-01-24T01:03:40.9845355Z [7042/7518] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock_main.cc.obj 2025-01-24T01:03:41.0492640Z [7043/7518] Linking CXX static library lib\benchmark.lib 2025-01-24T01:03:41.0644362Z [7044/7518] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\format.cc.obj 2025-01-24T01:03:41.1403531Z [7045/7518] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\__\googletest\src\gtest-all.cc.obj 2025-01-24T01:03:41.1663970Z [7046/7518] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\os.cc.obj 2025-01-24T01:03:41.3100047Z [7047/7518] Building CXX object c10\test\CMakeFiles\c10_CompileTimeFunctionPointer_test.dir\core\CompileTimeFunctionPointer_test.cpp.obj 2025-01-24T01:03:41.3448530Z [7048/7518] Building CXX object c10\test\CMakeFiles\c10_DeviceGuard_test.dir\core\DeviceGuard_test.cpp.obj 2025-01-24T01:03:41.3686729Z [7049/7518] Building CXX object c10\test\CMakeFiles\c10_Device_test.dir\core\Device_test.cpp.obj 2025-01-24T01:03:41.4230317Z [7050/7518] Building CXX object c10\test\CMakeFiles\c10_DispatchKeySet_test.dir\core\DispatchKeySet_test.cpp.obj 2025-01-24T01:03:41.4331089Z [7051/7518] Building CXX object c10\test\CMakeFiles\c10_StreamGuard_test.dir\core\StreamGuard_test.cpp.obj 2025-01-24T01:03:41.4574216Z [7052/7518] Building CXX object c10\test\CMakeFiles\c10_Scalar_test.dir\core\Scalar_test.cpp.obj 2025-01-24T01:03:41.5157206Z [7053/7518] Building CXX object c10\test\CMakeFiles\c10_SymInt_test.dir\core\SymInt_test.cpp.obj 2025-01-24T01:03:41.6701285Z [7054/7518] Building CXX object c10\test\CMakeFiles\c10_InlineDeviceGuard_test.dir\core\impl\InlineDeviceGuard_test.cpp.obj 2025-01-24T01:03:41.7051442Z [7055/7518] Building CXX object c10\test\CMakeFiles\c10_InlineStreamGuard_test.dir\core\impl\InlineStreamGuard_test.cpp.obj 2025-01-24T01:03:41.7436973Z [7056/7518] Building CXX object c10\test\CMakeFiles\c10_SizesAndStrides_test.dir\core\impl\SizesAndStrides_test.cpp.obj 2025-01-24T01:03:41.7633860Z [7057/7518] Building CXX object c10\test\CMakeFiles\c10_ConstexprCrc_test.dir\util\ConstexprCrc_test.cpp.obj 2025-01-24T01:03:41.7985373Z [7058/7518] Building CXX object c10\test\CMakeFiles\c10_ArrayRef_test.dir\util\ArrayRef_test.cpp.obj 2025-01-24T01:03:41.8085091Z [7059/7518] Building CXX object c10\test\CMakeFiles\c10_Bitset_test.dir\util\Bitset_test.cpp.obj 2025-01-24T01:03:41.8207575Z [7060/7518] Building CXX object c10\test\CMakeFiles\c10_cow_test.dir\core\impl\cow_test.cpp.obj 2025-01-24T01:03:42.0039313Z [7061/7518] Building CXX object c10\test\CMakeFiles\c10_DeadlockDetection_test.dir\util\DeadlockDetection_test.cpp.obj 2025-01-24T01:03:42.0458455Z [7062/7518] Building CXX object c10\test\CMakeFiles\c10_Half_test.dir\util\Half_test.cpp.obj 2025-01-24T01:03:42.0967772Z [7063/7518] Building CXX object c10\test\CMakeFiles\c10_Metaprogramming_test.dir\util\Metaprogramming_test.cpp.obj 2025-01-24T01:03:42.1034753Z [7064/7518] Building CXX object c10\test\CMakeFiles\c10_LeftRight_test.dir\util\LeftRight_test.cpp.obj 2025-01-24T01:03:42.1098423Z [7065/7518] Building CXX object c10\test\CMakeFiles\c10_Synchronized_test.dir\util\Synchronized_test.cpp.obj 2025-01-24T01:03:42.1299700Z [7066/7518] Building CXX object c10\test\CMakeFiles\c10_NetworkFlow_test.dir\util\NetworkFlow_test.cpp.obj 2025-01-24T01:03:42.1517794Z [7067/7518] Building CXX object c10\test\CMakeFiles\c10_ThreadLocal_test.dir\util\ThreadLocal_test.cpp.obj 2025-01-24T01:03:42.3245792Z [7068/7518] Building CXX object c10\test\CMakeFiles\c10_TypeIndex_test.dir\util\TypeIndex_test.cpp.obj 2025-01-24T01:03:42.4125501Z [7069/7518] Building CXX object c10\test\CMakeFiles\c10_TypeTraits_test.dir\util\TypeTraits_test.cpp.obj 2025-01-24T01:03:42.4252927Z [7070/7518] Building CXX object c10\test\CMakeFiles\c10_TypeList_test.dir\util\TypeList_test.cpp.obj 2025-01-24T01:03:42.4465888Z [7071/7518] Building CXX object c10\test\CMakeFiles\c10_accumulate_test.dir\util\accumulate_test.cpp.obj 2025-01-24T01:03:42.4847702Z [7072/7518] Building CXX object c10\test\CMakeFiles\c10_bit_cast_test.dir\util\bit_cast_test.cpp.obj 2025-01-24T01:03:42.5083321Z [7073/7518] Building CXX object c10\test\CMakeFiles\c10_complex_math_test.dir\util\complex_math_test.cpp.obj 2025-01-24T01:03:42.5291269Z [7074/7518] Building CXX object c10\test\CMakeFiles\c10_bfloat16_test.dir\util\bfloat16_test.cpp.obj 2025-01-24T01:03:42.7021486Z [7075/7518] Building CXX object c10\test\CMakeFiles\c10_complex_test.dir\util\complex_test.cpp.obj 2025-01-24T01:03:42.7293318Z [7076/7518] Building CXX object c10\test\CMakeFiles\c10_error_test.dir\util\error_test.cpp.obj 2025-01-24T01:03:42.7723088Z [7077/7518] Building CXX object c10\test\CMakeFiles\c10_flags_test.dir\util\flags_test.cpp.obj 2025-01-24T01:03:42.7815199Z [7078/7518] Building CXX object c10\test\CMakeFiles\c10_exception_test.dir\util\exception_test.cpp.obj 2025-01-24T01:03:42.8352449Z [7079/7518] Building CXX object c10\test\CMakeFiles\c10_generic_math_test.dir\util\generic_math_test.cpp.obj 2025-01-24T01:03:42.8468026Z [7080/7518] Building CXX object c10\test\CMakeFiles\c10_irange_test.dir\util\irange_test.cpp.obj 2025-01-24T01:03:42.9472103Z [7081/7518] Building CXX object c10\test\CMakeFiles\c10_intrusive_ptr_test.dir\util\intrusive_ptr_test.cpp.obj 2025-01-24T01:03:43.0515745Z [7082/7518] Building CXX object c10\test\CMakeFiles\c10_lazy_test.dir\util\lazy_test.cpp.obj 2025-01-24T01:03:43.0951571Z [7083/7518] Building CXX object c10\test\CMakeFiles\c10_logging_test.dir\util\logging_test.cpp.obj 2025-01-24T01:03:43.1462250Z [7084/7518] Building CXX object c10\test\CMakeFiles\c10_ordered_preserving_dict_test.dir\util\ordered_preserving_dict_test.cpp.obj 2025-01-24T01:03:43.1546335Z [7085/7518] Building CXX object c10\test\CMakeFiles\c10_optional_test.dir\util\optional_test.cpp.obj 2025-01-24T01:03:43.1556542Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(70): warning C4834: discarding return value of function with 'nodiscard' attribute 2025-01-24T01:03:43.1558174Z 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-01-24T01:03:43.1559257Z with 2025-01-24T01:03:43.1559449Z [ 2025-01-24T01:03:43.1559619Z T=Type 2025-01-24T01:03:43.1559823Z ] 2025-01-24T01:03:43.1561002Z 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-01-24T01:03:43.1562244Z with 2025-01-24T01:03:43.1562464Z [ 2025-01-24T01:03:43.1562715Z T=Type 2025-01-24T01:03:43.1562946Z ] 2025-01-24T01:03:43.1564039Z 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-01-24T01:03:43.1567418Z 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-01-24T01:03:43.1575784Z 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-01-24T01:03:43.1917054Z 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-01-24T01:03:43.1919362Z [7086/7518] Building CXX object c10\test\CMakeFiles\c10_registry_test.dir\util\registry_test.cpp.obj 2025-01-24T01:03:43.2119188Z [7087/7518] Building CXX object c10\test\CMakeFiles\c10_small_vector_test.dir\util\small_vector_test.cpp.obj 2025-01-24T01:03:43.2898713Z [7088/7518] Building CXX object c10\test\CMakeFiles\c10_ssize_test.dir\util\ssize_test.cpp.obj 2025-01-24T01:03:43.4457620Z [7089/7518] Building CXX object c10\test\CMakeFiles\c10_string_util_test.dir\util\string_util_test.cpp.obj 2025-01-24T01:03:43.4661623Z [7090/7518] Building CXX object c10\test\CMakeFiles\c10_string_view_test.dir\util\string_view_test.cpp.obj 2025-01-24T01:03:43.4736935Z [7091/7518] Building CXX object c10\test\CMakeFiles\c10_tempfile_test.dir\util\tempfile_test.cpp.obj 2025-01-24T01:03:43.5376450Z [7092/7518] Building CXX object c10\benchmark\CMakeFiles\c10_intrusive_ptr_benchmark.dir\intrusive_ptr_benchmark.cpp.obj 2025-01-24T01:03:43.5896328Z [7093/7518] Building CXX object c10\test\CMakeFiles\c10_typeid_test.dir\util\typeid_test.cpp.obj 2025-01-24T01:03:44.6660184Z [7094/7518] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_1_var_test.dir\impl\CUDAAssertionsTest_1_var_test.cu.obj 2025-01-24T01:03:44.6807979Z CUDAAssertionsTest_1_var_test.cu 2025-01-24T01:03:44.6808507Z tmpxft_00000c44_00000000-7_CUDAAssertionsTest_1_var_test.cudafe1.cpp 2025-01-24T01:03:44.6809408Z [7095/7518] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_catches_stream.dir\impl\CUDAAssertionsTest_catches_stream.cu.obj 2025-01-24T01:03:44.7378515Z CUDAAssertionsTest_catches_stream.cu 2025-01-24T01:03:44.7379454Z tmpxft_0000122c_00000000-7_CUDAAssertionsTest_catches_stream.cudafe1.cpp 2025-01-24T01:03:44.7381561Z [7096/7518] 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-01-24T01:03:44.7868689Z CUDAAssertionsTest_catches_thread_and_block_and_device.cu 2025-01-24T01:03:44.7869380Z tmpxft_00000254_00000000-7_CUDAAssertionsTest_catches_thread_and_block_and_device.cudafe1.cpp 2025-01-24T01:03:44.7870657Z [7097/7518] 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-01-24T01:03:44.8269913Z CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.cu 2025-01-24T01:03:44.8270790Z tmpxft_00000a18_00000000-7_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.cudafe1.cpp 2025-01-24T01:03:44.8271823Z [7098/7518] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_from_2_processes.dir\impl\CUDAAssertionsTest_from_2_processes.cu.obj 2025-01-24T01:03:44.8959797Z CUDAAssertionsTest_from_2_processes.cu 2025-01-24T01:03:44.8960312Z tmpxft_00001478_00000000-7_CUDAAssertionsTest_from_2_processes.cudafe1.cpp 2025-01-24T01:03:44.8961393Z [7099/7518] 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-01-24T01:03:44.9313563Z CUDAAssertionsTest_multiple_writes_from_multiple_blocks.cu 2025-01-24T01:03:44.9314324Z tmpxft_00001358_00000000-7_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.cudafe1.cpp 2025-01-24T01:03:44.9315221Z [7100/7518] Building CXX object c10\cuda\test\CMakeFiles\c10_cuda_CUDATest.dir\impl\CUDATest.cpp.obj 2025-01-24T01:03:44.9918262Z [7101/7518] Building C object caffe2\CMakeFiles\torch_global_deps.dir\__\torch\csrc\empty.c.obj 2025-01-24T01:03:45.0260238Z [7102/7518] 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-01-24T01:03:45.0555939Z CUDAAssertionsTest_multiple_writes_from_same_block.cu 2025-01-24T01:03:45.0556551Z tmpxft_0000083c_00000000-7_CUDAAssertionsTest_multiple_writes_from_same_block.cudafe1.cpp 2025-01-24T01:03:45.0557606Z [7103/7518] Building CXX object caffe2\CMakeFiles\caffe2_nvrtc.dir\__\aten\src\ATen\cuda\nvrtc_stub\ATenNVRTC.cpp.obj 2025-01-24T01:03:45.3834778Z [7104/7518] Building CXX object caffe2\CMakeFiles\Dimname_test.dir\__\aten\src\ATen\test\Dimname_test.cpp.obj 2025-01-24T01:03:45.8076874Z [7105/7518] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX2.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-01-24T01:03:45.8078825Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:03:45.8081178Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:03:45.8083648Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:03:45.8662879Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:03:45.8664130Z [7106/7518] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX512.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-01-24T01:03:45.8937996Z [7107/7518] Building CXX object caffe2\CMakeFiles\vec_test_all_types_DEFAULT.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-01-24T01:03:47.4933917Z [7108/7518] Building CXX object caffe2\CMakeFiles\Dict_test.dir\__\aten\src\ATen\test\Dict_test.cpp.obj 2025-01-24T01:03:47.5246396Z [7109/7518] Building CXX object caffe2\CMakeFiles\NamedTensor_test.dir\__\aten\src\ATen\test\NamedTensor_test.cpp.obj 2025-01-24T01:03:47.5715542Z [7110/7518] Building CXX object caffe2\CMakeFiles\MaybeOwned_test.dir\__\aten\src\ATen\test\MaybeOwned_test.cpp.obj 2025-01-24T01:03:48.0074518Z [7111/7518] Building CXX object caffe2\CMakeFiles\apply_utils_test.dir\__\aten\src\ATen\test\apply_utils_test.cpp.obj 2025-01-24T01:03:48.3539711Z [7112/7518] Building CXX object caffe2\CMakeFiles\atest.dir\__\aten\src\ATen\test\atest.cpp.obj 2025-01-24T01:03:48.4260683Z [7113/7518] Building CXX object caffe2\CMakeFiles\basic.dir\__\aten\src\ATen\test\basic.cpp.obj 2025-01-24T01:03:48.4895850Z [7114/7518] Building CXX object caffe2\CMakeFiles\broadcast_test.dir\__\aten\src\ATen\test\broadcast_test.cpp.obj 2025-01-24T01:03:50.0313434Z [7115/7518] Building CXX object caffe2\CMakeFiles\cpu_allocator_test.dir\__\aten\src\ATen\test\cpu_allocator_test.cpp.obj 2025-01-24T01:03:58.3796373Z [7116/7518] Building CXX object caffe2\CMakeFiles\cpu_profiling_allocator_test.dir\__\aten\src\ATen\test\cpu_profiling_allocator_test.cpp.obj 2025-01-24T01:03:58.6292829Z [7117/7518] Building CXX object caffe2\CMakeFiles\cpu_generator_test.dir\__\aten\src\ATen\test\cpu_generator_test.cpp.obj 2025-01-24T01:03:58.9292507Z [7118/7518] Building CXX object caffe2\CMakeFiles\dispatch_key_set_test.dir\__\aten\src\ATen\test\dispatch_key_set_test.cpp.obj 2025-01-24T01:03:59.1476777Z [7119/7518] Building CXX object caffe2\CMakeFiles\dlconvertor_test.dir\__\aten\src\ATen\test\dlconvertor_test.cpp.obj 2025-01-24T01:04:00.5098167Z [7120/7518] Building CXX object caffe2\CMakeFiles\extension_backend_test.dir\__\aten\src\ATen\test\extension_backend_test.cpp.obj 2025-01-24T01:04:01.4302590Z [7121/7518] Building CXX object caffe2\CMakeFiles\half_test.dir\__\aten\src\ATen\test\half_test.cpp.obj 2025-01-24T01:04:12.7068489Z [7122/7518] Building CXX object caffe2\CMakeFiles\lazy_tensor_test.dir\__\aten\src\ATen\test\lazy_tensor_test.cpp.obj 2025-01-24T01:04:13.1611399Z [7123/7518] Building CXX object caffe2\CMakeFiles\math_kernel_test.dir\__\aten\src\ATen\test\math_kernel_test.cpp.obj 2025-01-24T01:04:13.2060144Z [7124/7518] Building CXX object caffe2\CMakeFiles\memory_format_test.dir\__\aten\src\ATen\test\memory_format_test.cpp.obj 2025-01-24T01:04:13.2380137Z [7125/7518] Building CXX object caffe2\CMakeFiles\cpu_rng_test.dir\__\aten\src\ATen\test\cpu_rng_test.cpp.obj 2025-01-24T01:04:13.2783379Z [7126/7518] Building CXX object caffe2\CMakeFiles\memory_overlapping_test.dir\__\aten\src\ATen\test\memory_overlapping_test.cpp.obj 2025-01-24T01:04:13.4899203Z [7127/7518] Building CXX object caffe2\CMakeFiles\operator_name_test.dir\__\aten\src\ATen\test\operator_name_test.cpp.obj 2025-01-24T01:04:15.2586888Z [7128/7518] Building CXX object caffe2\CMakeFiles\native_test.dir\__\aten\src\ATen\test\native_test.cpp.obj 2025-01-24T01:04:20.8992674Z [7129/7518] Building CXX object caffe2\CMakeFiles\mobile_memory_cleanup.dir\__\aten\src\ATen\test\mobile_memory_cleanup.cpp.obj 2025-01-24T01:04:23.7230378Z [7130/7518] Building CXX object caffe2\CMakeFiles\reportMemoryUsage_test.dir\__\aten\src\ATen\test\reportMemoryUsage_test.cpp.obj 2025-01-24T01:04:24.2869904Z [7131/7518] Building CXX object caffe2\CMakeFiles\operators_test.dir\__\aten\src\ATen\test\operators_test.cpp.obj 2025-01-24T01:04:24.7865003Z [7132/7518] Building CXX object caffe2\CMakeFiles\packedtensoraccessor_test.dir\__\aten\src\ATen\test\packedtensoraccessor_test.cpp.obj 2025-01-24T01:04:25.0696976Z [7133/7518] Building CXX object caffe2\CMakeFiles\quantized_test.dir\__\aten\src\ATen\test\quantized_test.cpp.obj 2025-01-24T01:04:25.2378583Z [7134/7518] Building CXX object caffe2\CMakeFiles\ivalue_test.dir\__\aten\src\ATen\test\ivalue_test.cpp.obj 2025-01-24T01:04:26.5529789Z [7135/7518] Building CXX object caffe2\CMakeFiles\StorageUtils_test.dir\__\aten\src\ATen\test\StorageUtils_test.cpp.obj 2025-01-24T01:04:26.6629672Z [7136/7518] Building CXX object caffe2\CMakeFiles\scalar_tensor_test.dir\__\aten\src\ATen\test\scalar_tensor_test.cpp.obj 2025-01-24T01:04:27.1941080Z [7137/7518] Building CXX object caffe2\CMakeFiles\scalar_test.dir\__\aten\src\ATen\test\scalar_test.cpp.obj 2025-01-24T01:04:27.2938694Z [7138/7518] Building CXX object caffe2\CMakeFiles\pow_test.dir\__\aten\src\ATen\test\pow_test.cpp.obj 2025-01-24T01:04:27.8806090Z [7139/7518] Building CXX object caffe2\CMakeFiles\type_ptr_test.dir\__\aten\src\ATen\test\type_ptr_test.cpp.obj 2025-01-24T01:04:28.5767985Z [7140/7518] Building CXX object caffe2\CMakeFiles\reduce_ops_test.dir\__\aten\src\ATen\test\reduce_ops_test.cpp.obj 2025-01-24T01:04:29.2092441Z [7141/7518] Building CXX object caffe2\CMakeFiles\thread_init_test.dir\__\aten\src\ATen\test\thread_init_test.cpp.obj 2025-01-24T01:04:35.9648707Z [7142/7518] Building CXX object caffe2\CMakeFiles\stride_properties_test.dir\__\aten\src\ATen\test\stride_properties_test.cpp.obj 2025-01-24T01:04:38.8932285Z [7143/7518] Building CXX object caffe2\CMakeFiles\test_parallel.dir\__\aten\src\ATen\test\test_parallel.cpp.obj 2025-01-24T01:04:39.2134085Z [7144/7518] Building CXX object caffe2\CMakeFiles\tensor_iterator_test.dir\__\aten\src\ATen\test\tensor_iterator_test.cpp.obj 2025-01-24T01:04:39.2888634Z [7145/7518] Building CXX object caffe2\CMakeFiles\verify_api_visibility.dir\__\aten\src\ATen\test\verify_api_visibility.cpp.obj 2025-01-24T01:04:39.4788910Z [7146/7518] Building CXX object caffe2\CMakeFiles\undefined_tensor_test.dir\__\aten\src\ATen\test\undefined_tensor_test.cpp.obj 2025-01-24T01:04:40.2843608Z [7147/7518] Building CXX object caffe2\CMakeFiles\List_test.dir\__\aten\src\ATen\core\List_test.cpp.obj 2025-01-24T01:04:41.2336910Z [7148/7518] Building CXX object caffe2\CMakeFiles\IListRef_test.dir\__\aten\src\ATen\core\IListRef_test.cpp.obj 2025-01-24T01:04:41.5373829Z [7149/7518] Building CXX object caffe2\CMakeFiles\legacy_vmap_test.dir\__\aten\src\ATen\test\legacy_vmap_test.cpp.obj 2025-01-24T01:04:41.7985362Z [7150/7518] Building CXX object caffe2\CMakeFiles\wrapdim_test.dir\__\aten\src\ATen\test\wrapdim_test.cpp.obj 2025-01-24T01:04:41.9956766Z [7151/7518] Building CXX object caffe2\CMakeFiles\kernel_function_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_legacy_test.cpp.obj 2025-01-24T01:04:42.1211544Z [7152/7518] Building CXX object caffe2\CMakeFiles\xla_tensor_test.dir\__\aten\src\ATen\test\xla_tensor_test.cpp.obj 2025-01-24T01:04:42.3790236Z [7153/7518] Building CXX object caffe2\CMakeFiles\kernel_function_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_test.cpp.obj 2025-01-24T01:04:42.6206940Z [7154/7518] Building CXX object caffe2\CMakeFiles\kernel_lambda_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_legacy_test.cpp.obj 2025-01-24T01:04:42.8741593Z [7155/7518] Building CXX object caffe2\CMakeFiles\kernel_lambda_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_test.cpp.obj 2025-01-24T01:04:42.9296370Z [7156/7518] Building CXX object caffe2\CMakeFiles\kernel_stackbased_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_stackbased_test.cpp.obj 2025-01-24T01:04:42.9642127Z [7157/7518] Building CXX object caffe2\CMakeFiles\CppSignature_test.dir\__\aten\src\ATen\core\dispatch\CppSignature_test.cpp.obj 2025-01-24T01:04:43.2835003Z [7158/7518] Building CXX object caffe2\CMakeFiles\op_allowlist_test.dir\__\aten\src\ATen\core\op_registration\op_allowlist_test.cpp.obj 2025-01-24T01:04:43.2866201Z [7159/7518] 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-01-24T01:04:43.6829412Z [7160/7518] Building CXX object caffe2\CMakeFiles\inline_container_test.dir\serialize\inline_container_test.cc.obj 2025-01-24T01:04:43.8927951Z [7161/7518] Building CXX object caffe2\CMakeFiles\op_registration_test.dir\__\aten\src\ATen\core\op_registration\op_registration_test.cpp.obj 2025-01-24T01:04:44.4402553Z [7162/7518] Building CXX object caffe2\CMakeFiles\cuda_apply_test.dir\__\aten\src\ATen\test\cuda_apply_test.cpp.obj 2025-01-24T01:04:47.4710539Z [7163/7518] Building CXX object caffe2\CMakeFiles\weakref_test.dir\__\aten\src\ATen\test\weakref_test.cpp.obj 2025-01-24T01:04:48.8292469Z [7164/7518] Building CUDA object caffe2\CMakeFiles\cuda_complex_math_test.dir\__\aten\src\ATen\test\cuda_complex_math_test.cu.obj 2025-01-24T01:04:49.5744841Z cuda_complex_math_test.cu 2025-01-24T01:04:49.5745591Z tmpxft_00000b60_00000000-7_cuda_complex_math_test.cudafe1.cpp 2025-01-24T01:04:49.5746735Z [7165/7518] Building CXX object caffe2\CMakeFiles\type_test.dir\__\aten\src\ATen\test\type_test.cpp.obj 2025-01-24T01:04:52.7212147Z [7166/7518] Building CXX object caffe2\CMakeFiles\KernelFunction_test.dir\__\aten\src\ATen\core\boxing\KernelFunction_test.cpp.obj 2025-01-24T01:04:53.2881804Z [7167/7518] Building CXX object caffe2\CMakeFiles\cuda_device_test.dir\__\aten\src\ATen\test\cuda_device_test.cpp.obj 2025-01-24T01:04:54.4870967Z [7168/7518] Building CXX object caffe2\CMakeFiles\backend_fallback_test.dir\__\aten\src\ATen\core\dispatch\backend_fallback_test.cpp.obj 2025-01-24T01:04:54.6833025Z [7169/7518] Building CXX object caffe2\CMakeFiles\cuda_allocator_test.dir\__\aten\src\ATen\test\cuda_allocator_test.cpp.obj 2025-01-24T01:04:55.9508692Z [7170/7518] Building CXX object caffe2\CMakeFiles\cuda_caching_host_allocator_test.dir\__\aten\src\ATen\test\cuda_caching_host_allocator_test.cpp.obj 2025-01-24T01:04:58.4152587Z [7171/7518] Building CUDA object caffe2\CMakeFiles\cuda_atomic_ops_test.dir\__\aten\src\ATen\test\cuda_atomic_ops_test.cu.obj 2025-01-24T01:05:01.5554352Z cuda_atomic_ops_test.cu 2025-01-24T01:05:01.5554756Z tmpxft_000013cc_00000000-7_cuda_atomic_ops_test.cudafe1.cpp 2025-01-24T01:05:01.5555436Z [7172/7518] Building CUDA object caffe2\CMakeFiles\cuda_complex_test.dir\__\aten\src\ATen\test\cuda_complex_test.cu.obj 2025-01-24T01:05:05.7638415Z cuda_complex_test.cu 2025-01-24T01:05:05.7638785Z tmpxft_00001500_00000000-7_cuda_complex_test.cudafe1.cpp 2025-01-24T01:05:05.7639673Z [7173/7518] Building CXX object caffe2\CMakeFiles\cuda_dlconvertor_test.dir\__\aten\src\ATen\test\cuda_dlconvertor_test.cpp.obj 2025-01-24T01:05:07.9638360Z [7174/7518] Building CUDA object caffe2\CMakeFiles\cuda_cub_test.dir\__\aten\src\ATen\test\cuda_cub_test.cu.obj 2025-01-24T01:05:09.1837108Z cuda_cub_test.cu 2025-01-24T01:05:09.1837648Z tmpxft_00000dbc_00000000-7_cuda_cub_test.cudafe1.cpp 2025-01-24T01:05:09.1839208Z [7175/7518] Building CUDA object caffe2\CMakeFiles\cuda_integer_divider_test.dir\__\aten\src\ATen\test\cuda_integer_divider_test.cu.obj 2025-01-24T01:05:09.1844073Z cuda_integer_divider_test.cu 2025-01-24T01:05:09.1844585Z tmpxft_0000077c_00000000-7_cuda_integer_divider_test.cudafe1.cpp 2025-01-24T01:05:09.1845680Z 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-01-24T01:05:09.1847662Z 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-01-24T01:05:09.1849557Z with 2025-01-24T01:05:09.1849843Z [ 2025-01-24T01:05:09.1850161Z _Alloc=std::allocator>, 2025-01-24T01:05:09.1850610Z _Ty=TestCase, 2025-01-24T01:05:09.1850965Z Value=unsigned __int64, 2025-01-24T01:05:09.1851327Z _Objty=TestCase 2025-01-24T01:05:09.1851670Z ] 2025-01-24T01:05:09.1853192Z 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-01-24T01:05:09.1854725Z with 2025-01-24T01:05:09.1854922Z [ 2025-01-24T01:05:09.1855183Z _Alloc=std::allocator>, 2025-01-24T01:05:09.1855553Z _Ty=TestCase, 2025-01-24T01:05:09.1855846Z Value=unsigned __int64, 2025-01-24T01:05:09.1856175Z _Objty=TestCase 2025-01-24T01:05:09.1856487Z ] 2025-01-24T01:05:09.1857849Z 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-01-24T01:05:09.1859149Z with 2025-01-24T01:05:09.1859358Z [ 2025-01-24T01:05:09.1859601Z _Ty=TestCase, 2025-01-24T01:05:09.1859997Z Value=unsigned __int64 2025-01-24T01:05:09.1860306Z ] 2025-01-24T01:05:09.1861380Z 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-01-24T01:05:09.1862689Z with 2025-01-24T01:05:09.1862913Z [ 2025-01-24T01:05:09.1863146Z _Ty=TestCase, 2025-01-24T01:05:09.1863464Z Value=unsigned __int64 2025-01-24T01:05:09.1863735Z ] 2025-01-24T01:05:09.1864626Z 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-01-24T01:05:09.1865699Z with 2025-01-24T01:05:09.1866054Z [ 2025-01-24T01:05:09.1866251Z Value=unsigned __int64 2025-01-24T01:05:09.1866562Z ] 2025-01-24T01:05:09.5430723Z 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-01-24T01:05:09.5431838Z with 2025-01-24T01:05:09.5432044Z [ 2025-01-24T01:05:09.5432446Z Value=unsigned __int64 2025-01-24T01:05:09.5432708Z ] 2025-01-24T01:05:09.5433504Z 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-01-24T01:05:09.5434824Z [7176/7518] Building CXX object caffe2\CMakeFiles\cuda_allocatorTraceTracker_test.dir\__\aten\src\ATen\test\cuda_allocatorTraceTracker_test.cpp.obj 2025-01-24T01:05:10.1898521Z [7177/7518] Building CXX object caffe2\CMakeFiles\cuda_stream_test.dir\__\aten\src\ATen\test\cuda_stream_test.cpp.obj 2025-01-24T01:05:10.2540645Z [7178/7518] Building CXX object caffe2\CMakeFiles\cuda_reportMemoryUsage_test.dir\__\aten\src\ATen\test\cuda_reportMemoryUsage_test.cpp.obj 2025-01-24T01:05:20.6758030Z [7179/7518] Building CXX object caffe2\CMakeFiles\cuda_cudnn_test.dir\__\aten\src\ATen\test\cuda_cudnn_test.cpp.obj 2025-01-24T01:05:20.9956923Z [7180/7518] Building C object sleef\src\libm\CMakeFiles\mkrename_gnuabi.dir\mkrename_gnuabi.c.obj 2025-01-24T01:05:21.1218315Z [7181/7518] Building C object sleef\src\libm\CMakeFiles\mkmasked_gnuabi.dir\mkmasked_gnuabi.c.obj 2025-01-24T01:05:21.2148517Z [7182/7518] Building C object sleef\src\common\CMakeFiles\addSuffix.dir\addSuffix.c.obj 2025-01-24T01:05:23.4229619Z [7183/7518] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_operator_registration.cpp.obj 2025-01-24T01:05:23.8101525Z [7184/7518] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_main.cpp.obj 2025-01-24T01:05:29.4862484Z [7185/7518] Building CUDA object caffe2\CMakeFiles\cuda_generator_test.dir\__\aten\src\ATen\test\cuda_generator_test.cu.obj 2025-01-24T01:05:29.8129204Z cuda_generator_test.cu 2025-01-24T01:05:29.8129867Z tmpxft_000010bc_00000000-7_cuda_generator_test.cudafe1.cpp 2025-01-24T01:05:29.8130735Z [7186/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\__\common\main.cpp.obj 2025-01-24T01:05:30.3082805Z [7187/7518] Building CUDA object caffe2\CMakeFiles\cuda_half_test.dir\__\aten\src\ATen\test\cuda_half_test.cu.obj 2025-01-24T01:05:30.6970764Z cuda_half_test.cu 2025-01-24T01:05:30.6971358Z tmpxft_000015c4_00000000-7_cuda_half_test.cudafe1.cpp 2025-01-24T01:05:30.6972261Z [7188/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_add_if_then_else.cpp.obj 2025-01-24T01:05:31.4481687Z [7189/7518] Building CUDA object caffe2\CMakeFiles\cuda_distributions_test.dir\__\aten\src\ATen\test\cuda_distributions_test.cu.obj 2025-01-24T01:05:36.0409709Z cuda_distributions_test.cu 2025-01-24T01:05:36.0410433Z tmpxft_00000e6c_00000000-7_cuda_distributions_test.cudafe1.cpp 2025-01-24T01:05:36.0411889Z [7190/7518] Building CUDA object caffe2\CMakeFiles\cuda_optional_test.dir\__\aten\src\ATen\test\cuda_optional_test.cu.obj 2025-01-24T01:05:36.7619127Z cuda_optional_test.cu 2025-01-24T01:05:36.7619700Z tmpxft_00000ea8_00000000-7_cuda_optional_test.cudafe1.cpp 2025-01-24T01:05:36.7620757Z [7191/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_load_upgraders.cpp.obj 2025-01-24T01:05:37.5322677Z [7192/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_op_replacement.cpp.obj 2025-01-24T01:05:38.2649519Z [7193/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_upgrader_utils.cpp.obj 2025-01-24T01:05:39.4169762Z [7194/7518] Building CUDA object caffe2\CMakeFiles\cuda_packedtensoraccessor_test.dir\__\aten\src\ATen\test\cuda_packedtensoraccessor_test.cu.obj 2025-01-24T01:05:43.2366670Z cuda_packedtensoraccessor_test.cu 2025-01-24T01:05:43.2367641Z tmpxft_00000524_00000000-7_cuda_packedtensoraccessor_test.cudafe1.cpp 2025-01-24T01:05:43.2372196Z [7195/7518] Building CXX object test_jit\CMakeFiles\torchbind_test.dir\test_custom_class_registrations.cpp.obj 2025-01-24T01:05:44.6432231Z [7196/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_parser.cpp.obj 2025-01-24T01:05:45.4290914Z [7197/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_alias_analysis.cpp.obj 2025-01-24T01:05:45.5515247Z [7198/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_argument_spec.cpp.obj 2025-01-24T01:05:46.2078547Z [7199/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_code_template.cpp.obj 2025-01-24T01:05:46.8994490Z [7200/7518] Building CUDA object caffe2\CMakeFiles\cuda_vectorized_test.dir\__\aten\src\ATen\test\cuda_vectorized_test.cu.obj 2025-01-24T01:05:47.0231302Z cuda_vectorized_test.cu 2025-01-24T01:05:47.0231745Z tmpxft_00001080_00000000-7_cuda_vectorized_test.cudafe1.cpp 2025-01-24T01:05:47.0232334Z [7201/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_constant_pooling.cpp.obj 2025-01-24T01:05:47.6415237Z [7202/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cleanup_passes.cpp.obj 2025-01-24T01:05:47.7359640Z [7203/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_create_autodiff_subgraphs.cpp.obj 2025-01-24T01:05:53.1467315Z [7204/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_autodiff.cpp.obj 2025-01-24T01:05:56.3602125Z [7205/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_concat_opt.cpp.obj 2025-01-24T01:05:57.0414536Z [7206/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_dce.cpp.obj 2025-01-24T01:05:59.9916700Z [7207/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_backend.cpp.obj 2025-01-24T01:06:01.6152452Z [7208/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_import.cpp.obj 2025-01-24T01:06:02.9346911Z [7209/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class.cpp.obj 2025-01-24T01:06:04.1930762Z [7210/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_type.cpp.obj 2025-01-24T01:06:04.9271145Z [7211/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_inliner.cpp.obj 2025-01-24T01:06:08.5481893Z [7212/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class_registrations.cpp.obj 2025-01-24T01:06:09.7909701Z [7213/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_operators.cpp.obj 2025-01-24T01:06:10.5832587Z [7214/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_ir.cpp.obj 2025-01-24T01:06:11.2848797Z [7215/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_irparser.cpp.obj 2025-01-24T01:06:12.0675040Z [7216/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_type.cpp.obj 2025-01-24T01:06:13.8833055Z [7217/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_fuser.cpp.obj 2025-01-24T01:06:20.3889916Z [7218/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_executor.cpp.obj 2025-01-24T01:06:22.3490978Z [7219/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_iterator.cpp.obj 2025-01-24T01:06:23.0728639Z [7220/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_memory_dag.cpp.obj 2025-01-24T01:06:24.2733891Z [7221/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cs_debug_info_serialization.cpp.obj 2025-01-24T01:06:25.2077310Z [7222/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_mobile_type_parser.cpp.obj 2025-01-24T01:06:25.7380902Z [7223/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interface.cpp.obj 2025-01-24T01:06:26.5115350Z [7224/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_peephole_optimize.cpp.obj 2025-01-24T01:06:26.8372162Z [7225/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_qualified_name.cpp.obj 2025-01-24T01:06:28.7238287Z [7226/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interpreter.cpp.obj 2025-01-24T01:06:30.1101229Z [7227/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_info.cpp.obj 2025-01-24T01:06:30.8948512Z [7228/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_matching.cpp.obj 2025-01-24T01:06:32.4980186Z [7229/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_stack_opt.cpp.obj 2025-01-24T01:06:33.8593554Z [7230/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_matcher.cpp.obj 2025-01-24T01:06:35.1470573Z [7231/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter_direct.cpp.obj 2025-01-24T01:06:35.4292888Z [7232/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_rewriter.cpp.obj 2025-01-24T01:06:35.9026225Z [7233/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_utils.cpp.obj 2025-01-24T01:06:36.1274942Z [7234/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter.cpp.obj 2025-01-24T01:06:36.2808409Z [7235/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_union.cpp.obj 2025-01-24T01:06:36.8840888Z [7236/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_script_profile.cpp.obj 2025-01-24T01:06:37.6911124Z [7237/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_logging_levels.cpp.obj 2025-01-24T01:06:37.9917858Z [7238/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_file_format.cpp.obj 2025-01-24T01:06:41.6055611Z [7239/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_trainer.cpp.obj 2025-01-24T01:06:43.8028126Z [7240/7518] Building CXX object test_inductor\CMakeFiles\aoti_custom_ops.dir\custom_ops.cpp.obj 2025-01-24T01:06:44.2903594Z [7241/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\__\common\main.cpp.obj 2025-01-24T01:06:47.0400954Z [7242/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_misc.cpp.obj 2025-01-24T01:06:47.0626917Z [7243/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\padded_buffer.cpp.obj 2025-01-24T01:06:47.1215780Z [7244/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_approx.cpp.obj 2025-01-24T01:06:48.4984527Z [7245/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_module_api.cpp.obj 2025-01-24T01:06:49.7176446Z [7246/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_utils.cpp.obj 2025-01-24T01:06:50.3297500Z [7247/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_save_load.cpp.obj 2025-01-24T01:06:51.2879037Z [7248/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_shape_analysis.cpp.obj 2025-01-24T01:07:02.4420066Z [7249/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_aten.cpp.obj 2025-01-24T01:07:02.5764479Z [7250/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_boundsinference.cpp.obj 2025-01-24T01:07:03.5391642Z [7251/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_cpp_codegen.cpp.obj 2025-01-24T01:07:04.3427497Z [7252/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_printer.cpp.obj 2025-01-24T01:07:05.2402084Z [7253/7518] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_flatbuffer.cpp.obj 2025-01-24T01:07:05.3623671Z [7254/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_verifier.cpp.obj 2025-01-24T01:07:07.3109975Z [7255/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_expr.cpp.obj 2025-01-24T01:07:12.6813697Z [7256/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_conv.cpp.obj 2025-01-24T01:07:13.3675927Z [7257/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_dynamic_shapes.cpp.obj 2025-01-24T01:07:21.9771627Z [7258/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_external_calls.cpp.obj 2025-01-24T01:07:25.9885387Z [7259/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memdependency.cpp.obj 2025-01-24T01:07:26.0995019Z [7260/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_graph_opt.cpp.obj 2025-01-24T01:07:27.0980119Z [7261/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memplanning.cpp.obj 2025-01-24T01:07:29.2597980Z [7262/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_reductions.cpp.obj 2025-01-24T01:07:31.3075476Z [7263/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_kernel.cpp.obj 2025-01-24T01:07:35.0151486Z [7264/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_loopnest.cpp.obj 2025-01-24T01:07:39.4834722Z [7265/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ops.cpp.obj 2025-01-24T01:07:40.2106381Z [7266/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_quantization.cpp.obj 2025-01-24T01:07:44.2822987Z [7267/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_te_fuser_pass.cpp.obj 2025-01-24T01:07:45.1649704Z [7268/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_registerizer.cpp.obj 2025-01-24T01:07:45.3086708Z [7269/7518] Building CXX object test_cpp_c10d\CMakeFiles\BackoffTest.dir\BackoffTest.cpp.obj 2025-01-24T01:07:46.1240760Z [7270/7518] Building CXX object test_cpp_c10d\CMakeFiles\FileStoreTest.dir\FileStoreTest.cpp.obj 2025-01-24T01:07:46.1989130Z [7271/7518] Building CXX object test_cpp_c10d\CMakeFiles\TCPStoreTest.dir\TCPStoreTest.cpp.obj 2025-01-24T01:07:46.3444555Z [7272/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type.cpp.obj 2025-01-24T01:07:46.7702246Z [7273/7518] Building CXX object test_api\CMakeFiles\test_api.dir\__\common\main.cpp.obj 2025-01-24T01:07:52.4428878Z [7274/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type_specializations.cpp.obj 2025-01-24T01:07:55.7954989Z [7275/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_simplify.cpp.obj 2025-01-24T01:07:59.1505804Z [7276/7518] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_cuda.cpp.obj 2025-01-24T01:08:00.8931473Z [7277/7518] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooAsyncTest.dir\ProcessGroupGlooAsyncTest.cpp.obj 2025-01-24T01:08:01.2601611Z [7278/7518] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooTest.dir\ProcessGroupGlooTest.cpp.obj 2025-01-24T01:08:06.5564416Z [7279/7518] Building CXX object test_tensorexpr\CMakeFiles\tutorial_tensorexpr.dir\tutorial.cpp.obj 2025-01-24T01:08:13.8385071Z [7280/7518] Building CXX object test_api\CMakeFiles\test_api.dir\autograd.cpp.obj 2025-01-24T01:08:14.8931173Z [7281/7518] Building CXX object test_api\CMakeFiles\test_api.dir\any.cpp.obj 2025-01-24T01:08:20.3269627Z [7282/7518] Building CXX object test_api\CMakeFiles\test_api.dir\expanding-array.cpp.obj 2025-01-24T01:08:20.9760771Z [7283/7518] Building CXX object test_api\CMakeFiles\test_api.dir\enum.cpp.obj 2025-01-24T01:08:21.1062614Z [7284/7518] Building CXX object test_api\CMakeFiles\test_api.dir\fft.cpp.obj 2025-01-24T01:08:21.4508572Z [7285/7518] Building CXX object test_api\CMakeFiles\test_api.dir\memory.cpp.obj 2025-01-24T01:08:28.1866300Z [7286/7518] Building CXX object test_api\CMakeFiles\test_api.dir\dataloader.cpp.obj 2025-01-24T01:08:36.0406363Z [7287/7518] Building CXX object test_api\CMakeFiles\test_api.dir\functional.cpp.obj 2025-01-24T01:08:37.4853054Z [7288/7518] Building CXX object test_api\CMakeFiles\test_api.dir\init.cpp.obj 2025-01-24T01:08:38.5039848Z [7289/7518] Building CXX object test_api\CMakeFiles\test_api.dir\integration.cpp.obj 2025-01-24T01:08:39.1747462Z [7290/7518] Building CXX object test_api\CMakeFiles\test_api.dir\module.cpp.obj 2025-01-24T01:08:39.3132968Z [7291/7518] Building CXX object test_api\CMakeFiles\test_api.dir\jit.cpp.obj 2025-01-24T01:08:42.7141701Z [7292/7518] Building CXX object test_api\CMakeFiles\test_api.dir\ivalue.cpp.obj 2025-01-24T01:08:44.1021183Z [7293/7518] Building CXX object test_api\CMakeFiles\test_api.dir\meta_tensor.cpp.obj 2025-01-24T01:08:48.3292244Z [7294/7518] Building CXX object test_api\CMakeFiles\test_api.dir\misc.cpp.obj 2025-01-24T01:08:56.6094519Z [7295/7518] Building CXX object test_api\CMakeFiles\test_api.dir\moduledict.cpp.obj 2025-01-24T01:08:57.9002910Z [7296/7518] Building CXX object test_api\CMakeFiles\test_api.dir\nested.cpp.obj 2025-01-24T01:08:58.1397285Z [7297/7518] Building CXX object test_api\CMakeFiles\test_api.dir\modulelist.cpp.obj 2025-01-24T01:09:02.0970602Z [7298/7518] Building CXX object test_api\CMakeFiles\test_api.dir\parameterdict.cpp.obj 2025-01-24T01:09:04.3414780Z [7299/7518] Building CXX object test_api\CMakeFiles\test_api.dir\parameterlist.cpp.obj 2025-01-24T01:09:09.3252490Z [7300/7518] Building CXX object test_api\CMakeFiles\test_api.dir\namespace.cpp.obj 2025-01-24T01:09:11.4270175Z [7301/7518] Building CXX object test_api\CMakeFiles\test_api.dir\modules.cpp.obj 2025-01-24T01:09:21.1330206Z [7302/7518] Building CXX object test_api\CMakeFiles\test_api.dir\ordered_dict.cpp.obj 2025-01-24T01:09:23.0508849Z [7303/7518] Building CXX object test_api\CMakeFiles\test_api.dir\nn_utils.cpp.obj 2025-01-24T01:09:25.9400325Z [7304/7518] Building CXX object test_api\CMakeFiles\test_api.dir\special.cpp.obj 2025-01-24T01:09:26.0587840Z [7305/7518] Building CXX object test_api\CMakeFiles\test_api.dir\rnn.cpp.obj 2025-01-24T01:09:26.7588904Z [7306/7518] Building CXX object test_api\CMakeFiles\test_api.dir\optim.cpp.obj 2025-01-24T01:09:27.1442586Z [7307/7518] Building CXX object test_api\CMakeFiles\test_api.dir\static.cpp.obj 2025-01-24T01:09:29.0407103Z [7308/7518] Building CXX object test_api\CMakeFiles\test_api.dir\support.cpp.obj 2025-01-24T01:09:29.0869564Z [7309/7518] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_cuda.cpp.obj 2025-01-24T01:09:32.1031755Z [7310/7518] Building CXX object test_api\CMakeFiles\test_api.dir\sequential.cpp.obj 2025-01-24T01:09:37.0123240Z [7311/7518] Building CXX object test_api\CMakeFiles\test_api.dir\serialize.cpp.obj 2025-01-24T01:09:37.4833934Z [7312/7518] Building CXX object test_api\CMakeFiles\test_api.dir\transformer.cpp.obj 2025-01-24T01:09:46.7093051Z [7313/7518] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options_cuda.cpp.obj 2025-01-24T01:09:48.1118008Z [7314/7518] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options.cpp.obj 2025-01-24T01:09:48.9887782Z [7315/7518] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_indexing.cpp.obj 2025-01-24T01:09:51.4079201Z [7316/7518] Building CXX object test_api\CMakeFiles\test_api.dir\tensor.cpp.obj 2025-01-24T01:09:51.5329115Z [7317/7518] Building CXX object test_api\CMakeFiles\test_api.dir\torch_include.cpp.obj 2025-01-24T01:09:52.0609711Z [7318/7518] Building CXX object test_api\CMakeFiles\test_api.dir\operations.cpp.obj 2025-01-24T01:09:52.2824524Z [7319/7518] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\__\common\main.cpp.obj 2025-01-24T01:09:53.6228102Z [7320/7518] Building CXX object test_api\CMakeFiles\test_api.dir\grad_mode.cpp.obj 2025-01-24T01:09:53.6850065Z [7321/7518] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_cache.cpp.obj 2025-01-24T01:09:54.2854168Z [7322/7518] Building CXX object test_api\CMakeFiles\test_api.dir\inference_mode.cpp.obj 2025-01-24T01:09:54.4892030Z [7323/7518] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir_util.cpp.obj 2025-01-24T01:09:54.5978862Z [7324/7518] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir.cpp.obj 2025-01-24T01:09:54.8292635Z [7325/7518] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_permutation_util.cpp.obj 2025-01-24T01:09:54.9010559Z [7326/7518] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_misc.cpp.obj 2025-01-24T01:09:55.2999974Z [7327/7518] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_util.cpp.obj 2025-01-24T01:09:55.4358363Z [7328/7518] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_shape.cpp.obj 2025-01-24T01:09:55.5660607Z [7329/7518] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_trie_cache.cpp.obj 2025-01-24T01:10:06.1577098Z [7330/7518] Building CXX object test_api\CMakeFiles\test_api.dir\parallel.cpp.obj 2025-01-24T01:10:08.8949979Z [7331/7518] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_lib.cpp.obj 2025-01-24T01:10:09.5493215Z [7332/7518] Building CXX object test_api\CMakeFiles\test_api.dir\nested_int.cpp.obj 2025-01-24T01:10:09.6278283Z [7333/7518] Building CXX object test_api\CMakeFiles\parallel_benchmark.dir\parallel_benchmark.cpp.obj 2025-01-24T01:10:10.0112900Z [7334/7518] Building C object functorch\CMakeFiles\functorch.dir\csrc\dim\dim_opcode.c.obj 2025-01-24T01:10:10.5583847Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(40): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-01-24T01:10:10.5584881Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-01-24T01:10:10.5585543Z [7335/7518] Linking CXX static library lib\libprotobuf-lite.lib 2025-01-24T01:10:10.9177615Z [7336/7518] Linking C static library lib\cpuinfo_internals.lib 2025-01-24T01:10:11.5165702Z [7337/7518] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_backend_device.cpp.obj 2025-01-24T01:10:11.7441980Z [7338/7518] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\dim\dim.cpp.obj 2025-01-24T01:10:11.7456747Z [7339/7518] Linking CXX static library lib\gmock_main.lib 2025-01-24T01:10:11.7738424Z [7340/7518] Linking CXX static library lib\benchmark_main.lib 2025-01-24T01:10:12.6088001Z [7341/7518] Linking CXX static library lib\fmt.lib 2025-01-24T01:10:13.3029018Z [7342/7518] Linking CXX executable bin\c10_DeviceGuard_test.exe 2025-01-24T01:10:13.3093077Z [7343/7518] Linking CXX executable bin\c10_CompileTimeFunctionPointer_test.exe 2025-01-24T01:10:13.5376276Z [7344/7518] Linking CXX executable bin\c10_Device_test.exe 2025-01-24T01:10:13.5576805Z [7345/7518] Linking CXX executable bin\c10_DispatchKeySet_test.exe 2025-01-24T01:10:13.7752344Z [7346/7518] Linking CXX executable bin\c10_StreamGuard_test.exe 2025-01-24T01:10:13.7764708Z [7347/7518] Linking CXX executable bin\c10_Scalar_test.exe 2025-01-24T01:10:14.0214807Z [7348/7518] Linking CXX executable bin\c10_SymInt_test.exe 2025-01-24T01:10:14.0620351Z [7349/7518] Linking CXX executable bin\c10_InlineDeviceGuard_test.exe 2025-01-24T01:10:14.3702397Z [7350/7518] Linking CXX executable bin\c10_InlineStreamGuard_test.exe 2025-01-24T01:10:14.3981755Z [7351/7518] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops_util.cpp.obj 2025-01-24T01:10:14.3995805Z [7352/7518] Linking CXX executable bin\c10_SizesAndStrides_test.exe 2025-01-24T01:10:14.6045198Z [7353/7518] Linking CXX executable bin\c10_ArrayRef_test.exe 2025-01-24T01:10:14.6255773Z [7354/7518] Linking CXX executable bin\c10_Bitset_test.exe 2025-01-24T01:10:14.7459174Z [7355/7518] Linking CXX executable bin\c10_cow_test.exe 2025-01-24T01:10:14.7865188Z [7356/7518] Linking CXX executable bin\c10_DeadlockDetection_test.exe 2025-01-24T01:10:14.8767868Z [7357/7518] Linking CXX executable bin\c10_ConstexprCrc_test.exe 2025-01-24T01:10:15.0266313Z [7358/7518] Linking CXX executable bin\c10_Half_test.exe 2025-01-24T01:10:15.0535892Z [7359/7518] Linking CXX executable bin\c10_LeftRight_test.exe 2025-01-24T01:10:15.1844052Z [7360/7518] Linking CXX executable bin\c10_Metaprogramming_test.exe 2025-01-24T01:10:15.2774838Z [7361/7518] Linking CXX executable bin\c10_Synchronized_test.exe 2025-01-24T01:10:15.4601201Z [7362/7518] Linking CXX executable bin\c10_NetworkFlow_test.exe 2025-01-24T01:10:15.4914266Z [7363/7518] Linking CXX executable bin\c10_ThreadLocal_test.exe 2025-01-24T01:10:15.7279880Z [7364/7518] Linking CXX executable bin\c10_TypeIndex_test.exe 2025-01-24T01:10:15.7542315Z [7365/7518] Linking CXX executable bin\c10_TypeTraits_test.exe 2025-01-24T01:10:15.8824854Z [7366/7518] Linking CXX executable bin\c10_TypeList_test.exe 2025-01-24T01:10:15.9881985Z [7367/7518] Linking CXX executable bin\c10_accumulate_test.exe 2025-01-24T01:10:16.0375373Z [7368/7518] Linking CXX executable bin\c10_bfloat16_test.exe 2025-01-24T01:10:16.1301847Z [7369/7518] Linking CXX executable bin\c10_bit_cast_test.exe 2025-01-24T01:10:16.2910038Z [7370/7518] Linking CXX executable bin\c10_complex_math_test.exe 2025-01-24T01:10:16.3573802Z [7371/7518] Linking CXX executable bin\c10_complex_test.exe 2025-01-24T01:10:16.4003695Z [7372/7518] Linking CXX executable bin\c10_error_test.exe 2025-01-24T01:10:16.5530739Z [7373/7518] Linking CXX executable bin\c10_exception_test.exe 2025-01-24T01:10:16.5987595Z [7374/7518] Linking CXX executable bin\c10_flags_test.exe 2025-01-24T01:10:16.7138377Z [7375/7518] Linking CXX executable bin\c10_generic_math_test.exe 2025-01-24T01:10:16.8503244Z [7376/7518] Linking CXX executable bin\c10_irange_test.exe 2025-01-24T01:10:16.9931602Z [7377/7518] Linking CXX executable bin\c10_lazy_test.exe 2025-01-24T01:10:17.1355218Z [7378/7518] Linking CXX executable bin\c10_logging_test.exe 2025-01-24T01:10:17.6298801Z [7379/7518] Linking CXX executable bin\c10_ordered_preserving_dict_test.exe 2025-01-24T01:10:17.6327246Z [7380/7518] Linking CXX executable bin\c10_optional_test.exe 2025-01-24T01:10:17.7153650Z [7381/7518] Linking CXX executable bin\c10_intrusive_ptr_test.exe 2025-01-24T01:10:17.9340069Z [7382/7518] Linking CXX executable bin\c10_ssize_test.exe 2025-01-24T01:10:17.9723333Z [7383/7518] Linking CXX executable bin\c10_registry_test.exe 2025-01-24T01:10:18.1220723Z [7384/7518] Linking CXX executable bin\c10_string_util_test.exe 2025-01-24T01:10:18.1233412Z [7385/7518] Linking CXX executable bin\c10_string_view_test.exe 2025-01-24T01:10:18.2999087Z [7386/7518] Linking CXX executable bin\c10_tempfile_test.exe 2025-01-24T01:10:18.3934736Z [7387/7518] Linking CXX executable bin\c10_typeid_test.exe 2025-01-24T01:10:19.0048008Z [7388/7518] Linking CXX executable bin\c10_small_vector_test.exe 2025-01-24T01:10:19.0263073Z [7389/7518] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_1_var_test.exe 2025-01-24T01:10:19.2244757Z [7390/7518] Linking CXX executable bin\c10_intrusive_ptr_benchmark.exe 2025-01-24T01:10:19.2438536Z [7391/7518] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device.exe 2025-01-24T01:10:19.2460093Z [7392/7518] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_catches_stream.exe 2025-01-24T01:10:19.4524739Z [7393/7518] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_from_2_processes.exe 2025-01-24T01:10:19.5185693Z [7394/7518] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.exe 2025-01-24T01:10:19.5244713Z [7395/7518] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.exe 2025-01-24T01:10:19.7405307Z [7396/7518] Linking CXX executable bin\c10_cuda_CUDATest.exe 2025-01-24T01:10:19.8800681Z [7397/7518] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block.exe 2025-01-24T01:10:19.8935210Z [7398/7518] Linking CXX shared library bin\caffe2_nvrtc.dll 2025-01-24T01:10:19.9952408Z [7399/7518] Linking C shared library bin\torch_global_deps.dll 2025-01-24T01:10:20.0254866Z [7400/7518] Linking C executable sleef\bin\mkrename_gnuabi.exe 2025-01-24T01:10:20.0776061Z [7401/7518] Linking C executable sleef\bin\mkmasked_gnuabi.exe 2025-01-24T01:10:20.1761321Z [7402/7518] Linking C executable sleef\bin\addSuffix.exe 2025-01-24T01:10:24.5496659Z [7403/7518] Linking C static library lib\microkernels-all.lib 2025-01-24T01:10:24.8816929Z [7404/7518] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_preprocess.cpp.obj 2025-01-24T01:10:26.0351263Z [7405/7518] Building C object sleef\src\common\CMakeFiles\arraymap.dir\arraymap.c.obj 2025-01-24T01:10:28.3370755Z [7406/7518] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops.cpp.obj 2025-01-24T01:10:31.1918605Z [7407/7518] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\init_dim_only.cpp.obj 2025-01-24T01:11:19.4782038Z [7408/7518] Linking CXX shared library bin\torch_cpu.dll 2025-01-24T01:11:19.8552878Z [7409/7518] Linking CXX static library lib\unbox_lib.lib 2025-01-24T01:11:20.2487506Z [7410/7518] Linking CXX executable bin\BackoffTest.exe 2025-01-24T01:11:20.2506291Z [7411/7518] Linking CXX executable bin\FileStoreTest.exe 2025-01-24T01:11:20.2545343Z [7412/7518] Linking CXX executable bin\TCPStoreTest.exe 2025-01-24T01:11:20.4318278Z [7413/7518] Linking CXX executable bin\test_edge_op_registration.exe 2025-01-24T01:11:56.9336808Z [7414/7518] Linking CXX shared library bin\torch_cuda.dll 2025-01-24T01:11:57.0763240Z [7415/7518] Linking CXX shared library bin\torch.dll 2025-01-24T01:11:57.0890502Z [7416/7518] Linking CXX shared library bin\c10d_cuda_test.dll 2025-01-24T01:11:57.3216274Z [7417/7518] Linking CXX shared library bin\shm.dll 2025-01-24T01:11:57.5371111Z [7418/7518] Linking CXX executable bin\Dimname_test.exe 2025-01-24T01:11:57.7282011Z [7419/7518] Linking CXX shared library bin\jitbackend_test.dll 2025-01-24T01:11:58.0806333Z [7420/7518] Linking CXX executable bin\Dict_test.exe 2025-01-24T01:11:58.3510872Z [7421/7518] Linking CXX shared library bin\backend_with_compiler.dll 2025-01-24T01:11:58.4075920Z [7422/7518] Linking CXX executable bin\NamedTensor_test.exe 2025-01-24T01:11:58.5041352Z [7423/7518] Linking CXX executable bin\MaybeOwned_test.exe 2025-01-24T01:11:58.7558146Z [7424/7518] Linking CXX executable bin\apply_utils_test.exe 2025-01-24T01:11:58.8556105Z [7425/7518] Linking CXX executable bin\atest.exe 2025-01-24T01:11:59.0350260Z [7426/7518] Linking CXX executable bin\broadcast_test.exe 2025-01-24T01:11:59.1647969Z [7427/7518] Linking CXX executable bin\basic.exe 2025-01-24T01:11:59.3879749Z [7428/7518] Linking CXX executable bin\cpu_allocator_test.exe 2025-01-24T01:11:59.6375236Z [7429/7518] Linking CXX executable bin\cpu_profiling_allocator_test.exe 2025-01-24T01:11:59.6458519Z [7430/7518] Linking CXX executable bin\cpu_generator_test.exe 2025-01-24T01:11:59.9080707Z [7431/7518] Linking CXX executable bin\dispatch_key_set_test.exe 2025-01-24T01:12:00.1437121Z [7432/7518] Linking CXX executable bin\dlconvertor_test.exe 2025-01-24T01:12:00.4198115Z [7433/7518] Linking CXX executable bin\extension_backend_test.exe 2025-01-24T01:12:00.4650047Z [7434/7518] Linking CXX executable bin\half_test.exe 2025-01-24T01:12:00.6207337Z [7435/7518] Linking CXX executable bin\cpu_rng_test.exe 2025-01-24T01:12:00.8761958Z [7436/7518] Linking CXX executable bin\lazy_tensor_test.exe 2025-01-24T01:12:00.8821643Z [7437/7518] Linking CXX executable bin\math_kernel_test.exe 2025-01-24T01:12:01.0875293Z [7438/7518] Linking CXX executable bin\ivalue_test.exe 2025-01-24T01:12:01.1014160Z [7439/7518] Linking CXX executable bin\memory_format_test.exe 2025-01-24T01:12:01.3956131Z [7440/7518] Linking CXX executable bin\memory_overlapping_test.exe 2025-01-24T01:12:01.4054604Z [7441/7518] Linking CXX executable bin\operator_name_test.exe 2025-01-24T01:12:01.4245988Z [7442/7518] Linking CXX executable bin\mobile_memory_cleanup.exe 2025-01-24T01:12:01.7301767Z [7443/7518] Linking CXX executable bin\native_test.exe 2025-01-24T01:12:02.0076851Z [7444/7518] Linking CXX executable bin\packedtensoraccessor_test.exe 2025-01-24T01:12:02.0161481Z [7445/7518] Linking CXX executable bin\operators_test.exe 2025-01-24T01:12:02.3325756Z [7446/7518] Linking CXX executable bin\quantized_test.exe 2025-01-24T01:12:02.3457517Z [7447/7518] Linking CXX executable bin\pow_test.exe 2025-01-24T01:12:02.5214482Z [7448/7518] Linking CXX executable bin\reportMemoryUsage_test.exe 2025-01-24T01:12:02.5703085Z [7449/7518] Linking CXX executable bin\reduce_ops_test.exe 2025-01-24T01:12:02.6040928Z [7450/7518] Linking CXX executable bin\vec_test_all_types_AVX2.exe 2025-01-24T01:12:02.8571372Z [7451/7518] Linking CXX executable bin\vec_test_all_types_DEFAULT.exe 2025-01-24T01:12:03.0725883Z [7452/7518] Linking CXX executable bin\StorageUtils_test.exe 2025-01-24T01:12:03.1237497Z [7453/7518] Linking CXX executable bin\scalar_test.exe 2025-01-24T01:12:03.2282662Z [7454/7518] Linking CXX executable bin\scalar_tensor_test.exe 2025-01-24T01:12:03.3146402Z [7455/7518] Linking CXX executable bin\stride_properties_test.exe 2025-01-24T01:12:03.6715711Z [7456/7518] Linking CXX executable bin\type_ptr_test.exe 2025-01-24T01:12:03.6809710Z [7457/7518] Linking CXX executable bin\thread_init_test.exe 2025-01-24T01:12:03.6880859Z [7458/7518] Linking CXX executable bin\test_parallel.exe 2025-01-24T01:12:03.7931778Z [7459/7518] Linking CXX executable bin\vec_test_all_types_AVX512.exe 2025-01-24T01:12:03.9663836Z [7460/7518] Linking CXX executable bin\undefined_tensor_test.exe 2025-01-24T01:12:04.0109840Z [7461/7518] Linking CXX executable bin\type_test.exe 2025-01-24T01:12:04.0864120Z [7462/7518] Linking CXX executable bin\tensor_iterator_test.exe 2025-01-24T01:12:04.3527964Z [7463/7518] Linking CXX executable bin\verify_api_visibility.exe 2025-01-24T01:12:04.3809804Z [7464/7518] Linking CXX executable bin\weakref_test.exe 2025-01-24T01:12:04.3962351Z [7465/7518] Linking CXX executable bin\wrapdim_test.exe 2025-01-24T01:12:04.6369087Z [7466/7518] Linking CXX executable bin\IListRef_test.exe 2025-01-24T01:12:04.6444314Z [7467/7518] Linking CXX executable bin\legacy_vmap_test.exe 2025-01-24T01:12:04.6591747Z [7468/7518] Linking CXX executable bin\xla_tensor_test.exe 2025-01-24T01:12:05.0000873Z [7469/7518] Linking CXX executable bin\List_test.exe 2025-01-24T01:12:05.0370360Z [7470/7518] Linking CXX executable bin\KernelFunction_test.exe 2025-01-24T01:12:05.2208019Z [7471/7518] Linking CXX executable bin\kernel_stackbased_test.exe 2025-01-24T01:12:05.4822182Z [7472/7518] Linking CXX executable bin\CppSignature_test.exe 2025-01-24T01:12:05.6546196Z [7473/7518] Linking CXX executable bin\kernel_function_test.exe 2025-01-24T01:12:05.6857908Z [7474/7518] Linking CXX executable bin\backend_fallback_test.exe 2025-01-24T01:12:05.7134131Z [7475/7518] Linking CXX executable bin\op_allowlist_test.exe 2025-01-24T01:12:06.1571874Z [7476/7518] Linking CXX executable bin\cuda_allocator_test.exe 2025-01-24T01:12:06.2145348Z [7477/7518] Linking CXX executable bin\kernel_lambda_test.exe 2025-01-24T01:12:06.2225471Z [7478/7518] Linking CXX executable bin\make_boxed_from_unboxed_functor_test.exe 2025-01-24T01:12:06.3926313Z [7479/7518] Linking CXX executable bin\inline_container_test.exe 2025-01-24T01:12:06.4183289Z [7480/7518] Linking CXX executable bin\cuda_apply_test.exe 2025-01-24T01:12:06.5417498Z [7481/7518] Linking CXX executable bin\kernel_function_legacy_test.exe 2025-01-24T01:12:06.7295671Z [7482/7518] Linking CXX executable bin\cuda_caching_host_allocator_test.exe 2025-01-24T01:12:06.7787487Z [7483/7518] Linking CXX executable bin\cuda_atomic_ops_test.exe 2025-01-24T01:12:06.9537909Z [7484/7518] Linking CXX executable bin\cuda_complex_test.exe 2025-01-24T01:12:07.0506525Z [7485/7518] Linking CXX executable bin\cuda_complex_math_test.exe 2025-01-24T01:12:07.0843473Z [7486/7518] Linking CXX executable bin\cuda_cub_test.exe 2025-01-24T01:12:07.0869109Z [7487/7518] Linking CXX executable bin\cuda_device_test.exe 2025-01-24T01:12:07.4352911Z [7488/7518] Linking CXX executable bin\cuda_distributions_test.exe 2025-01-24T01:12:07.4460474Z [7489/7518] Linking CXX executable bin\kernel_lambda_legacy_test.exe 2025-01-24T01:12:07.4656128Z [7490/7518] Linking CXX executable bin\cuda_integer_divider_test.exe 2025-01-24T01:12:07.6917651Z [7491/7518] Linking CXX executable bin\cuda_dlconvertor_test.exe 2025-01-24T01:12:07.7111300Z [7492/7518] Linking CXX executable bin\cuda_half_test.exe 2025-01-24T01:12:07.7150153Z [7493/7518] Linking CXX executable bin\cuda_generator_test.exe 2025-01-24T01:12:07.9922966Z [7494/7518] Linking CXX executable bin\cuda_optional_test.exe 2025-01-24T01:12:08.0181629Z [7495/7518] Linking CXX executable bin\cuda_allocatorTraceTracker_test.exe 2025-01-24T01:12:08.0367239Z [7496/7518] Linking CXX executable bin\cuda_reportMemoryUsage_test.exe 2025-01-24T01:12:08.0652474Z [7497/7518] Linking CXX executable bin\cuda_packedtensoraccessor_test.exe 2025-01-24T01:12:08.3015017Z [7498/7518] Linking CXX executable bin\cuda_stream_test.exe 2025-01-24T01:12:08.3806574Z [7499/7518] Linking CXX executable bin\cuda_vectorized_test.exe 2025-01-24T01:12:08.4745375Z [7500/7518] Linking CXX executable bin\cuda_cudnn_test.exe 2025-01-24T01:12:08.9354469Z [7501/7518] Linking CXX executable bin\tutorial_tensorexpr.exe 2025-01-24T01:12:09.1149920Z [7502/7518] Linking CXX shared library bin\aoti_custom_ops.dll 2025-01-24T01:12:09.3295420Z [7503/7518] Linking CXX executable bin\ProcessGroupGlooTest.exe 2025-01-24T01:12:09.5054337Z [7504/7518] Linking CXX executable bin\ProcessGroupGlooAsyncTest.exe 2025-01-24T01:12:09.5592146Z [7505/7518] Linking CXX executable bin\parallel_benchmark.exe 2025-01-24T01:12:10.0352872Z [7506/7518] Linking CXX executable bin\test_lazy.exe 2025-01-24T01:12:10.5590056Z [7507/7518] Linking CXX shared library bin\torchbind_test.dll 2025-01-24T01:12:12.2128219Z [7508/7518] Linking CXX executable bin\op_registration_test.exe 2025-01-24T01:12:12.4829187Z [7509/7518] Linking CXX executable bin\test_api.exe 2025-01-24T01:12:15.1883828Z [7510/7518] Linking CXX executable bin\test_tensorexpr.exe 2025-01-24T01:12:18.6074470Z [7511/7518] Linking CXX executable bin\test_jit.exe 2025-01-24T01:12:26.9640619Z [7512/7518] Linking CXX shared library bin\torch_python.dll 2025-01-24T01:12:27.1514135Z [7513/7518] Linking CXX shared module functorch\functorch.pyd 2025-01-24T01:12:27.1517780Z [7514/7518] Linking CXX shared library bin\nnapi_backend.dll 2025-01-24T01:12:27.1518971Z [7514/7518] Install the project... 2025-01-24T01:12:27.2065356Z -- Install configuration: "Release" 2025-01-24T01:13:25.8326309Z -- Building version 2.7.0a0+gitd087145 2025-01-24T01:13:25.8330687Z cmake -GNinja -DBUILD_ENVIRONMENT=win-vs2019-cuda12.1-py3 -DBUILD_PYTHON=True -DBUILD_TEST=True -DBUILD_TYPE=release -DBUILD_WHEEL=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CUDA_COMPILER=C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/bin/nvcc.exe -DCMAKE_CUDA_COMPILER_LAUNCHER=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/randomtemp.exe;C:/actions-runner/_work/pytorch/pytorch/build/win_tmp\bin\sccache.exe -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_GENERATOR=Ninja -DCMAKE_INSTALL_PREFIX=C:\actions-runner\_work\pytorch\pytorch\torch -DCMAKE_PREFIX_PATH=C:\Jenkins\Miniconda3\Lib\site-packages -DCUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat -DCUDNN_LIBRARY=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64 -DPython_EXECUTABLE=C:\Jenkins\Miniconda3\python.exe -DTORCH_BUILD_VERSION=2.7.0a0+gitd087145 -DTORCH_CUDA_ARCH_LIST=8.6 -DUSE_CUDA=1 -DUSE_NUMPY=True -DUSE_XPU=0 C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:13:25.8349932Z cmake --build . --target install --config Release -- -j 8 2025-01-24T01:13:25.8350496Z running bdist_wheel 2025-01-24T01:13:27.2868794Z running build 2025-01-24T01:13:27.2869092Z running build_py 2025-01-24T01:13:27.3004286Z creating build\lib.win-amd64-cpython-39\functorch 2025-01-24T01:13:27.3022186Z copying functorch\__init__.py -> build\lib.win-amd64-cpython-39\functorch 2025-01-24T01:13:27.3054011Z creating build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3058097Z copying torch\functional.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3108562Z copying torch\hub.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3150352Z copying torch\library.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3177589Z copying torch\overrides.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3223764Z copying torch\quasirandom.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3241691Z copying torch\random.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3257897Z copying torch\return_types.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3277289Z copying torch\serialization.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3320486Z copying torch\storage.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3347555Z copying torch\torch_version.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3359117Z copying torch\types.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3372873Z copying torch\version.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3378639Z copying torch\_appdirs.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3400704Z copying torch\_classes.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3410957Z copying torch\_compile.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3421314Z copying torch\_custom_ops.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3432728Z copying torch\_deploy.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3444596Z copying torch\_environment.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3450437Z copying torch\_guards.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3477772Z copying torch\_jit_internal.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3504841Z copying torch\_linalg_utils.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3515188Z copying torch\_lobpcg.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3537866Z copying torch\_lowrank.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3549472Z copying torch\_meta_registrations.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3636982Z copying torch\_namedtensor_internals.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3651455Z copying torch\_ops.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3691567Z copying torch\_python_dispatcher.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3709423Z copying torch\_size_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3722122Z copying torch\_sources.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3734336Z copying torch\_storage_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3754299Z copying torch\_streambase.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3760003Z copying torch\_tensor.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3794386Z copying torch\_tensor_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3859698Z copying torch\_tensor_str.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3878469Z copying torch\_thread_safe_fork.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.3884276Z copying torch\_torch_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.4102129Z copying torch\_utils.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.4126059Z copying torch\_utils_internal.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.4131721Z copying torch\_VF.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.4137404Z copying torch\_vmap_internals.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.4156294Z copying torch\_weights_only_unpickler.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.4173922Z copying torch\__config__.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.4179452Z copying torch\__future__.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.4196173Z copying torch\__init__.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:27.4371877Z creating build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:13:27.4377662Z copying torchgen\code_template.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:13:27.4389216Z copying torchgen\context.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:13:27.4406314Z copying torchgen\gen.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:13:27.4470037Z copying torchgen\gen_aoti_c_shim.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:13:27.4486994Z copying torchgen\gen_backend_stubs.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:13:27.4511635Z copying torchgen\gen_executorch.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:13:27.4532759Z copying torchgen\gen_functionalization_type.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:13:27.4553977Z copying torchgen\gen_lazy_tensor.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:13:27.4571518Z copying torchgen\gen_schema_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:13:27.4583135Z copying torchgen\gen_vmap_plumbing.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:13:27.4594699Z copying torchgen\local.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:13:27.4605690Z copying torchgen\model.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:13:27.4672465Z copying torchgen\native_function_generation.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:13:27.4695206Z copying torchgen\utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:13:27.4716591Z copying torchgen\yaml_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:13:27.4728915Z copying torchgen\__init__.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:13:27.4752353Z creating build\lib.win-amd64-cpython-39\functorch\compile 2025-01-24T01:13:27.4754139Z copying functorch\compile\__init__.py -> build\lib.win-amd64-cpython-39\functorch\compile 2025-01-24T01:13:27.4768987Z creating build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:13:27.4773271Z copying functorch\dim\batch_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:13:27.4785532Z copying functorch\dim\delayed_mul_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:13:27.4797180Z copying functorch\dim\dim.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:13:27.4809311Z copying functorch\dim\magic_trace.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:13:27.4828331Z copying functorch\dim\op_properties.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:13:27.4840359Z copying functorch\dim\reference.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:13:27.4862972Z copying functorch\dim\tree_map.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:13:27.4868637Z copying functorch\dim\wrap_type.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:13:27.4880609Z copying functorch\dim\__init__.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:13:27.4894191Z creating build\lib.win-amd64-cpython-39\functorch\einops 2025-01-24T01:13:27.4898622Z copying functorch\einops\rearrange.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-01-24T01:13:27.4917393Z copying functorch\einops\_parsing.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-01-24T01:13:27.4929798Z copying functorch\einops\__init__.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-01-24T01:13:27.4936904Z creating build\lib.win-amd64-cpython-39\functorch\experimental 2025-01-24T01:13:27.4950122Z copying functorch\experimental\control_flow.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-01-24T01:13:27.4955464Z copying functorch\experimental\ops.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-01-24T01:13:27.4960732Z copying functorch\experimental\__init__.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-01-24T01:13:27.5006249Z creating build\lib.win-amd64-cpython-39\functorch\_src 2025-01-24T01:13:27.5010265Z copying functorch\_src\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src 2025-01-24T01:13:27.5016316Z creating build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2025-01-24T01:13:27.5020590Z copying functorch\_src\aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2025-01-24T01:13:27.5027881Z creating build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2025-01-24T01:13:27.5032250Z copying functorch\_src\eager_transforms\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2025-01-24T01:13:27.5038896Z creating build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2025-01-24T01:13:27.5049661Z copying functorch\_src\make_functional\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2025-01-24T01:13:27.5056147Z creating build\lib.win-amd64-cpython-39\functorch\_src\vmap 2025-01-24T01:13:27.5060362Z copying functorch\_src\vmap\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\vmap 2025-01-24T01:13:27.5067285Z creating build\lib.win-amd64-cpython-39\torch\accelerator 2025-01-24T01:13:27.5071477Z copying torch\accelerator\_utils.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2025-01-24T01:13:27.5083153Z copying torch\accelerator\__init__.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2025-01-24T01:13:27.5104715Z creating build\lib.win-amd64-cpython-39\torch\amp 2025-01-24T01:13:27.5108889Z copying torch\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-01-24T01:13:27.5131985Z copying torch\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-01-24T01:13:27.5151133Z copying torch\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-01-24T01:13:27.5157895Z creating build\lib.win-amd64-cpython-39\torch\ao 2025-01-24T01:13:27.5161931Z copying torch\ao\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao 2025-01-24T01:13:27.5170397Z creating build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:13:27.5174641Z copying torch\autograd\anomaly_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:13:27.5185619Z copying torch\autograd\forward_ad.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:13:27.5198736Z copying torch\autograd\function.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:13:27.5224359Z copying torch\autograd\functional.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:13:27.5269436Z copying torch\autograd\gradcheck.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:13:27.5315944Z copying torch\autograd\grad_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:13:27.5329614Z copying torch\autograd\graph.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:13:27.5347137Z copying torch\autograd\profiler.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:13:27.5380356Z copying torch\autograd\profiler_legacy.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:13:27.5398621Z copying torch\autograd\profiler_util.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:13:27.5427561Z copying torch\autograd\variable.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:13:27.5433135Z copying torch\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:13:27.5455372Z creating build\lib.win-amd64-cpython-39\torch\backends 2025-01-24T01:13:27.5459508Z copying torch\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends 2025-01-24T01:13:27.5472649Z creating build\lib.win-amd64-cpython-39\torch\compiler 2025-01-24T01:13:27.5476802Z copying torch\compiler\config.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-01-24T01:13:27.5487672Z copying torch\compiler\_cache.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-01-24T01:13:27.5498214Z copying torch\compiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-01-24T01:13:27.5515175Z creating build\lib.win-amd64-cpython-39\torch\contrib 2025-01-24T01:13:27.5519280Z copying torch\contrib\_tensorboard_vis.py -> build\lib.win-amd64-cpython-39\torch\contrib 2025-01-24T01:13:27.5530239Z copying torch\contrib\__init__.py -> build\lib.win-amd64-cpython-39\torch\contrib 2025-01-24T01:13:27.5536447Z creating build\lib.win-amd64-cpython-39\torch\cpu 2025-01-24T01:13:27.5540386Z copying torch\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu 2025-01-24T01:13:27.5560946Z creating build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:13:27.5564970Z copying torch\cuda\comm.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:13:27.5570626Z copying torch\cuda\error.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:13:27.5575324Z copying torch\cuda\gds.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:13:27.5590496Z copying torch\cuda\graphs.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:13:27.5614035Z copying torch\cuda\jiterator.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:13:27.5628275Z copying torch\cuda\memory.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:13:27.5667118Z copying torch\cuda\nccl.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:13:27.5681207Z copying torch\cuda\nvtx.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:13:27.5694333Z copying torch\cuda\profiler.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:13:27.5705679Z copying torch\cuda\random.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:13:27.5716518Z copying torch\cuda\sparse.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:13:27.5722189Z copying torch\cuda\streams.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:13:27.5734488Z copying torch\cuda\tunable.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:13:27.5751595Z copying torch\cuda\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:13:27.5763069Z copying torch\cuda\_memory_viz.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:13:27.5781519Z copying torch\cuda\_sanitizer.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:13:27.5800113Z copying torch\cuda\_utils.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:13:27.5811778Z copying torch\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:13:27.5846598Z creating build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:13:27.5851005Z copying torch\distributed\argparse_util.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:13:27.5862868Z copying torch\distributed\c10d_logger.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:13:27.5878727Z copying torch\distributed\collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:13:27.5901240Z copying torch\distributed\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:13:27.5913540Z copying torch\distributed\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:13:27.8742800Z copying torch\distributed\distributed_c10d.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:13:27.8958782Z copying torch\distributed\launch.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:13:27.8970401Z copying torch\distributed\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:13:27.8976627Z copying torch\distributed\remote_device.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:13:27.8989120Z copying torch\distributed\rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:13:27.9001577Z copying torch\distributed\run.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:13:27.9024924Z copying torch\distributed\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:13:27.9036349Z copying torch\distributed\_checkpointable.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:13:27.9048377Z copying torch\distributed\_composable_state.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:13:27.9064710Z copying torch\distributed\_functional_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:13:27.9089031Z copying torch\distributed\_functional_collectives_impl.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:13:27.9100628Z copying torch\distributed\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:13:27.9123391Z copying torch\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:13:27.9143563Z creating build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9147971Z copying torch\distributions\bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9159197Z copying torch\distributions\beta.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9174868Z copying torch\distributions\binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9187065Z copying torch\distributions\categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9210658Z copying torch\distributions\cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9224027Z copying torch\distributions\chi2.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9236328Z copying torch\distributions\constraints.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9254509Z copying torch\distributions\constraint_registry.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9266252Z copying torch\distributions\continuous_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9278289Z copying torch\distributions\dirichlet.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9290080Z copying torch\distributions\distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9302157Z copying torch\distributions\exponential.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9314070Z copying torch\distributions\exp_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9326420Z copying torch\distributions\fishersnedecor.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9338084Z copying torch\distributions\gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9350175Z copying torch\distributions\geometric.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9361969Z copying torch\distributions\gumbel.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9373606Z copying torch\distributions\half_cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9384567Z copying torch\distributions\half_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9403119Z copying torch\distributions\independent.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9414556Z copying torch\distributions\inverse_gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9426074Z copying torch\distributions\kl.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9445837Z copying torch\distributions\kumaraswamy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9465364Z copying torch\distributions\laplace.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9476748Z copying torch\distributions\lkj_cholesky.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9493568Z copying torch\distributions\logistic_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9504887Z copying torch\distributions\log_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9516964Z copying torch\distributions\lowrank_multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9529247Z copying torch\distributions\mixture_same_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9541322Z copying torch\distributions\multinomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9553483Z copying torch\distributions\multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9572466Z copying torch\distributions\negative_binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9602320Z copying torch\distributions\normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9614113Z copying torch\distributions\one_hot_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9626254Z copying torch\distributions\pareto.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9639161Z copying torch\distributions\poisson.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9650683Z copying torch\distributions\relaxed_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9662490Z copying torch\distributions\relaxed_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9674540Z copying torch\distributions\studentT.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9686951Z copying torch\distributions\transformed_distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9699526Z copying torch\distributions\transforms.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9726922Z copying torch\distributions\uniform.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9738181Z copying torch\distributions\utils.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9749700Z copying torch\distributions\von_mises.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9762221Z copying torch\distributions\weibull.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9822500Z copying torch\distributions\wishart.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9835750Z copying torch\distributions\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:13:27.9851059Z creating build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:13:27.9855616Z copying torch\export\custom_obj.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:13:27.9861685Z copying torch\export\decomp_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:13:27.9879919Z copying torch\export\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:13:27.9907166Z copying torch\export\exported_program.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:13:27.9971387Z copying torch\export\graph_signature.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:13:27.9992380Z copying torch\export\unflatten.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:13:28.0022718Z copying torch\export\_draft_export.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:13:28.0048587Z copying torch\export\_remove_auto_functionalized_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:13:28.0059602Z copying torch\export\_remove_effect_tokens_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:13:28.0071381Z copying torch\export\_safeguard.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:13:28.0087343Z copying torch\export\_swap.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:13:28.0105336Z copying torch\export\_trace.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:13:28.0147093Z copying torch\export\_tree_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:13:28.0157627Z copying torch\export\_unlift.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:13:28.0169392Z copying torch\export\__init__.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:13:28.0201481Z creating build\lib.win-amd64-cpython-39\torch\fft 2025-01-24T01:13:28.0205723Z copying torch\fft\__init__.py -> build\lib.win-amd64-cpython-39\torch\fft 2025-01-24T01:13:28.0240248Z creating build\lib.win-amd64-cpython-39\torch\func 2025-01-24T01:13:28.0244519Z copying torch\func\__init__.py -> build\lib.win-amd64-cpython-39\torch\func 2025-01-24T01:13:28.0251194Z creating build\lib.win-amd64-cpython-39\torch\futures 2025-01-24T01:13:28.0255304Z copying torch\futures\__init__.py -> build\lib.win-amd64-cpython-39\torch\futures 2025-01-24T01:13:28.0278432Z creating build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:13:28.0282623Z copying torch\fx\annotate.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:13:28.0297222Z copying torch\fx\config.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:13:28.0302757Z copying torch\fx\graph.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:13:28.0350415Z copying torch\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:13:28.0374951Z copying torch\fx\immutable_collections.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:13:28.0396364Z copying torch\fx\interpreter.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:13:28.0413601Z copying torch\fx\node.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:13:28.0434632Z copying torch\fx\operator_schemas.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:13:28.0453382Z copying torch\fx\proxy.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:13:28.0470803Z copying torch\fx\subgraph_rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:13:28.0481960Z copying torch\fx\tensor_type.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:13:28.0493475Z copying torch\fx\traceback.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:13:28.0503905Z copying torch\fx\_compatibility.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:13:28.0515555Z copying torch\fx\_lazy_graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:13:28.0526324Z copying torch\fx\_pytree.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:13:28.0541887Z copying torch\fx\_symbolic_trace.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:13:28.0571727Z copying torch\fx\_utils.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:13:28.0582968Z copying torch\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:13:28.0636957Z creating build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0641206Z copying torch\jit\annotations.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0662117Z copying torch\jit\frontend.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0686636Z copying torch\jit\generate_bytecode.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0697962Z copying torch\jit\quantized.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0716517Z copying torch\jit\supported_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0728851Z copying torch\jit\unsupported_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0740708Z copying torch\jit\_async.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0753289Z copying torch\jit\_await.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0770358Z copying torch\jit\_builtins.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0782049Z copying torch\jit\_check.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0794069Z copying torch\jit\_dataclass_impls.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0806338Z copying torch\jit\_decompositions.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0818252Z copying torch\jit\_decomposition_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0823939Z copying torch\jit\_freeze.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0835952Z copying torch\jit\_fuser.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0847788Z copying torch\jit\_ir_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0859234Z copying torch\jit\_logging.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0870149Z copying torch\jit\_monkeytype_config.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0882046Z copying torch\jit\_pickle.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0894486Z copying torch\jit\_recursive.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0924216Z copying torch\jit\_script.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0961705Z copying torch\jit\_serialization.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.0974391Z copying torch\jit\_shape_functions.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.1008467Z copying torch\jit\_state.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.1019703Z copying torch\jit\_trace.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.1051943Z copying torch\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:28.1066429Z creating build\lib.win-amd64-cpython-39\torch\linalg 2025-01-24T01:13:28.1070649Z copying torch\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\linalg 2025-01-24T01:13:28.1140517Z creating build\lib.win-amd64-cpython-39\torch\masked 2025-01-24T01:13:28.1157522Z copying torch\masked\_docs.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-01-24T01:13:28.1189392Z copying torch\masked\_ops.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-01-24T01:13:28.1222900Z copying torch\masked\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-01-24T01:13:28.1235765Z creating build\lib.win-amd64-cpython-39\torch\monitor 2025-01-24T01:13:28.1239894Z copying torch\monitor\__init__.py -> build\lib.win-amd64-cpython-39\torch\monitor 2025-01-24T01:13:28.1253014Z creating build\lib.win-amd64-cpython-39\torch\mps 2025-01-24T01:13:28.1256823Z copying torch\mps\event.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-01-24T01:13:28.1270102Z copying torch\mps\profiler.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-01-24T01:13:28.1282996Z copying torch\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-01-24T01:13:28.1298675Z creating build\lib.win-amd64-cpython-39\torch\mtia 2025-01-24T01:13:28.1302781Z copying torch\mtia\memory.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-01-24T01:13:28.1322516Z copying torch\mtia\_utils.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-01-24T01:13:28.1333561Z copying torch\mtia\__init__.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-01-24T01:13:28.1347000Z creating build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:13:28.1357357Z copying torch\multiprocessing\pool.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:13:28.1374521Z copying torch\multiprocessing\queue.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:13:28.1386709Z copying torch\multiprocessing\reductions.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:13:28.1414521Z copying torch\multiprocessing\spawn.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:13:28.1427177Z copying torch\multiprocessing\_atfork.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:13:28.1444723Z copying torch\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:13:28.1463037Z creating build\lib.win-amd64-cpython-39\torch\nested 2025-01-24T01:13:28.1466958Z copying torch\nested\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested 2025-01-24T01:13:28.1487357Z creating build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:13:28.1491408Z copying torch\nn\common_types.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:13:28.1502834Z copying torch\nn\cpp.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:13:28.1514453Z copying torch\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:13:28.1628302Z copying torch\nn\grad.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:13:28.1640321Z copying torch\nn\init.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:13:28.1665873Z copying torch\nn\parameter.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:13:28.1677025Z copying torch\nn\_reduction.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:13:28.1693824Z copying torch\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:13:28.1712307Z creating build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.1716722Z copying torch\onnx\errors.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.1729046Z copying torch\onnx\operators.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.1740660Z copying torch\onnx\symbolic_caffe2.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.1752650Z copying torch\onnx\symbolic_helper.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.1808682Z copying torch\onnx\symbolic_opset10.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.1832776Z copying torch\onnx\symbolic_opset11.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.1862863Z copying torch\onnx\symbolic_opset12.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.1884196Z copying torch\onnx\symbolic_opset13.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.1909366Z copying torch\onnx\symbolic_opset14.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.1922320Z copying torch\onnx\symbolic_opset15.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.1940372Z copying torch\onnx\symbolic_opset16.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.2013778Z copying torch\onnx\symbolic_opset17.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.2026343Z copying torch\onnx\symbolic_opset18.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.2037833Z copying torch\onnx\symbolic_opset19.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.2043718Z copying torch\onnx\symbolic_opset20.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.2056710Z copying torch\onnx\symbolic_opset7.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.2069136Z copying torch\onnx\symbolic_opset8.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.2084992Z copying torch\onnx\symbolic_opset9.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.2207189Z copying torch\onnx\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.2239220Z copying torch\onnx\verification.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.2283777Z copying torch\onnx\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.2296485Z copying torch\onnx\_deprecation.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.2314368Z copying torch\onnx\_experimental.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.2326620Z copying torch\onnx\_exporter_states.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.2332550Z copying torch\onnx\_flags.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.2352458Z copying torch\onnx\_globals.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.2363944Z copying torch\onnx\_onnx_supported_ops.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.2378626Z copying torch\onnx\_type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.2392071Z copying torch\onnx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:13:28.2413619Z creating build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2417868Z copying torch\optim\adadelta.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2572089Z copying torch\optim\adagrad.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2589262Z copying torch\optim\adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2614959Z copying torch\optim\adamax.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2635946Z copying torch\optim\adamw.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2649221Z copying torch\optim\asgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2667726Z copying torch\optim\lbfgs.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2699827Z copying torch\optim\lr_scheduler.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2744348Z copying torch\optim\nadam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2761552Z copying torch\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2789024Z copying torch\optim\radam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2807340Z copying torch\optim\rmsprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2825841Z copying torch\optim\rprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2849374Z copying torch\optim\sgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2868550Z copying torch\optim\sparse_adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2882170Z copying torch\optim\swa_utils.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2906789Z copying torch\optim\_adafactor.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2932916Z copying torch\optim\_functional.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2946072Z copying torch\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:13:28.2966003Z creating build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:13:28.2970591Z copying torch\package\file_structure_representation.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:13:28.2985379Z copying torch\package\find_file_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:13:28.3004095Z copying torch\package\glob_group.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:13:28.3032183Z copying torch\package\importer.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:13:28.3044596Z copying torch\package\package_exporter.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:13:28.3080757Z copying torch\package\package_importer.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:13:28.3098148Z copying torch\package\_digraph.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:13:28.3110161Z copying torch\package\_directory_reader.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:13:28.3127847Z copying torch\package\_importlib.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:13:28.3139039Z copying torch\package\_mangling.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:13:28.3150931Z copying torch\package\_mock.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:13:28.3167510Z copying torch\package\_package_pickler.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:13:28.3182868Z copying torch\package\_package_unpickler.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:13:28.3195892Z copying torch\package\_stdlib.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:13:28.3214562Z copying torch\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:13:28.3222934Z creating build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:13:28.3227414Z copying torch\profiler\itt.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:13:28.3239593Z copying torch\profiler\profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:13:28.3268931Z copying torch\profiler\python_tracer.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:13:28.3274754Z copying torch\profiler\_memory_profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:13:28.3304832Z copying torch\profiler\_pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:13:28.3341627Z copying torch\profiler\_utils.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:13:28.3353615Z copying torch\profiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:13:28.3369624Z creating build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:13:28.3374419Z copying torch\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:13:28.3386445Z copying torch\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:13:28.3392329Z copying torch\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:13:28.3419880Z copying torch\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:13:28.3431255Z copying torch\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:13:28.3452887Z copying torch\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:13:28.3465454Z copying torch\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:13:28.3552869Z copying torch\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:13:28.3569635Z copying torch\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:13:28.3581652Z copying torch\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:13:28.3587445Z copying torch\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:13:28.3598827Z copying torch\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:13:28.3611615Z copying torch\quantization\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:13:28.3624068Z copying torch\quantization\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:13:28.3641821Z copying torch\quantization\_quantized_conversions.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:13:28.3653898Z copying torch\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:13:28.3666481Z creating build\lib.win-amd64-cpython-39\torch\signal 2025-01-24T01:13:28.3670801Z copying torch\signal\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal 2025-01-24T01:13:28.3684931Z creating build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:13:28.3689510Z copying torch\sparse\semi_structured.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:13:28.3708541Z copying torch\sparse\_semi_structured_conversions.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:13:28.3725848Z copying torch\sparse\_semi_structured_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:13:28.3760714Z copying torch\sparse\_triton_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:13:28.3809269Z copying torch\sparse\_triton_ops_meta.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:13:28.4015563Z copying torch\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:13:28.4036642Z creating build\lib.win-amd64-cpython-39\torch\special 2025-01-24T01:13:28.4040566Z copying torch\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\special 2025-01-24T01:13:28.4069583Z creating build\lib.win-amd64-cpython-39\torch\testing 2025-01-24T01:13:28.4073780Z copying torch\testing\_comparison.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-01-24T01:13:28.4111741Z copying torch\testing\_creation.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-01-24T01:13:28.4124124Z copying torch\testing\_utils.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-01-24T01:13:28.4136408Z copying torch\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-01-24T01:13:28.4149647Z creating build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4154130Z copying torch\utils\backend_registration.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4295600Z copying torch\utils\bundled_inputs.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4322994Z copying torch\utils\checkpoint.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4367479Z copying torch\utils\collect_env.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4399271Z copying torch\utils\cpp_backtrace.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4405148Z copying torch\utils\cpp_extension.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4460300Z copying torch\utils\deterministic.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4474344Z copying torch\utils\dlpack.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4488331Z copying torch\utils\file_baton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4502089Z copying torch\utils\flop_counter.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4522662Z copying torch\utils\hooks.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4550392Z copying torch\utils\mkldnn.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4566986Z copying torch\utils\mobile_optimizer.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4578830Z copying torch\utils\model_zoo.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4590795Z copying torch\utils\module_tracker.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4601508Z copying torch\utils\show_pickle.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4614365Z copying torch\utils\throughput_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4634053Z copying torch\utils\weak.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4646694Z copying torch\utils\_backport_slots.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4658879Z copying torch\utils\_config_module.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4677969Z copying torch\utils\_content_store.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4698976Z copying torch\utils\_contextlib.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4723575Z copying torch\utils\_cpp_embed_headers.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4740954Z copying torch\utils\_cpp_extension_versioner.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4753596Z copying torch\utils\_cxx_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4783015Z copying torch\utils\_device.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4794153Z copying torch\utils\_exposed_in.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4804934Z copying torch\utils\_filelock.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4815646Z copying torch\utils\_foreach_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4826946Z copying torch\utils\_freeze.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4837590Z copying torch\utils\_functools.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4853953Z copying torch\utils\_get_clean_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4864231Z copying torch\utils\_import_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4879145Z copying torch\utils\_mode_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4884897Z copying torch\utils\_ordered_set.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4901549Z copying torch\utils\_python_dispatch.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4918773Z copying torch\utils\_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4946117Z copying torch\utils\_stats.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4963553Z copying torch\utils\_thunk.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4970040Z copying torch\utils\_traceback.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.4983550Z copying torch\utils\_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.5002734Z copying torch\utils\_typing_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.5013617Z copying torch\utils\_zip.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.5033054Z copying torch\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:28.5047124Z creating build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:13:28.5051385Z copying torch\xpu\memory.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:13:28.5069211Z copying torch\xpu\random.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:13:28.5079972Z copying torch\xpu\streams.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:13:28.5126027Z copying torch\xpu\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:13:28.5138406Z copying torch\xpu\_utils.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:13:28.5151254Z copying torch\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:13:28.5186304Z creating build\lib.win-amd64-cpython-39\torch\_awaits 2025-01-24T01:13:28.5190438Z copying torch\_awaits\__init__.py -> build\lib.win-amd64-cpython-39\torch\_awaits 2025-01-24T01:13:28.5214828Z creating build\lib.win-amd64-cpython-39\torch\_custom_op 2025-01-24T01:13:28.5229575Z copying torch\_custom_op\autograd.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-01-24T01:13:28.5241047Z copying torch\_custom_op\impl.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-01-24T01:13:28.5263189Z copying torch\_custom_op\__init__.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-01-24T01:13:28.5269467Z creating build\lib.win-amd64-cpython-39\torch\_decomp 2025-01-24T01:13:28.5274381Z copying torch\_decomp\decompositions.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-01-24T01:13:28.5370121Z copying torch\_decomp\decompositions_for_jvp.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-01-24T01:13:28.5384935Z copying torch\_decomp\decompositions_for_rng.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-01-24T01:13:28.5403033Z copying torch\_decomp\__init__.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-01-24T01:13:28.5431685Z creating build\lib.win-amd64-cpython-39\torch\_dispatch 2025-01-24T01:13:28.5436641Z copying torch\_dispatch\python.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2025-01-24T01:13:28.5448455Z copying torch\_dispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2025-01-24T01:13:28.5462943Z creating build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5473108Z copying torch\_dynamo\bytecode_analysis.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5487156Z copying torch\_dynamo\bytecode_transformation.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5530090Z copying torch\_dynamo\cache_size.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5555840Z copying torch\_dynamo\callback.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5573296Z copying torch\_dynamo\codegen.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5592409Z copying torch\_dynamo\code_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5604243Z copying torch\_dynamo\compiled_autograd.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5626986Z copying torch\_dynamo\comptime.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5643203Z copying torch\_dynamo\config.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5669135Z copying torch\_dynamo\convert_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5696513Z copying torch\_dynamo\create_parameter_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5707297Z copying torch\_dynamo\current_scope_id.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5723270Z copying torch\_dynamo\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5746310Z copying torch\_dynamo\decorators.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5765145Z copying torch\_dynamo\device_interface.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5777129Z copying torch\_dynamo\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5793611Z copying torch\_dynamo\eval_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5834954Z copying torch\_dynamo\exc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5852965Z copying torch\_dynamo\external_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5868739Z copying torch\_dynamo\funcname_cache.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5884680Z copying torch\_dynamo\graph_deduplication.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5910834Z copying torch\_dynamo\graph_region_tracker.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5922878Z copying torch\_dynamo\guards.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5979572Z copying torch\_dynamo\hooks.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.5991056Z copying torch\_dynamo\logging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6002665Z copying torch\_dynamo\metrics_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6014000Z copying torch\_dynamo\mutation_guard.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6026226Z copying torch\_dynamo\output_graph.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6087624Z copying torch\_dynamo\pgo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6106169Z copying torch\_dynamo\profiler.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6119213Z copying torch\_dynamo\replay_record.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6147584Z copying torch\_dynamo\resume_execution.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6180883Z copying torch\_dynamo\side_effects.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6209090Z copying torch\_dynamo\source.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6228067Z copying torch\_dynamo\symbolic_convert.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6297440Z copying torch\_dynamo\tensor_version_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6315599Z copying torch\_dynamo\testing.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6329034Z copying torch\_dynamo\test_case.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6363640Z copying torch\_dynamo\test_minifier_common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6364339Z copying torch\_dynamo\trace_rules.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6423534Z copying torch\_dynamo\types.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6441994Z copying torch\_dynamo\utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6512645Z copying torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6538968Z copying torch\_dynamo\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:13:28.6553681Z creating build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:13:28.6557976Z copying torch\_export\converter.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:13:28.6594440Z copying torch\_export\error.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:13:28.6606331Z copying torch\_export\non_strict_utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:13:28.6625924Z copying torch\_export\pass_base.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:13:28.6725562Z copying torch\_export\tools.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:13:28.6737981Z copying torch\_export\utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:13:28.6768160Z copying torch\_export\verifier.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:13:28.6791970Z copying torch\_export\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:13:28.6804064Z copying torch\_export\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:13:28.6820482Z creating build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.6825266Z copying torch\_functorch\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.6867082Z copying torch\_functorch\apis.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.6885065Z copying torch\_functorch\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.6911377Z copying torch\_functorch\batch_norm_replacement.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.6936188Z copying torch\_functorch\benchmark_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.6949767Z copying torch\_functorch\compilers.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.6961773Z copying torch\_functorch\compile_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.6972849Z copying torch\_functorch\config.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.6984622Z copying torch\_functorch\deprecated.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.7002346Z copying torch\_functorch\eager_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.7040745Z copying torch\_functorch\functional_call.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.7053142Z copying torch\_functorch\fx_minifier.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.7085116Z copying torch\_functorch\make_functional.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.7107430Z copying torch\_functorch\partitioners.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.7153980Z copying torch\_functorch\pyfunctorch.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.7167044Z copying torch\_functorch\python_key.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.7172831Z copying torch\_functorch\pytree_hacks.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.7185171Z copying torch\_functorch\top_operators_github_usage.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.7205520Z copying torch\_functorch\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.7217523Z copying torch\_functorch\vmap.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.7239603Z copying torch\_functorch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:13:28.7264138Z creating build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7268922Z copying torch\_higher_order_ops\associative_scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7285798Z copying torch\_higher_order_ops\auto_functionalize.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7302462Z copying torch\_higher_order_ops\cond.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7335479Z copying torch\_higher_order_ops\effects.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7349686Z copying torch\_higher_order_ops\executorch_call_delegate.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7368342Z copying torch\_higher_order_ops\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7391097Z copying torch\_higher_order_ops\foreach_map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7403017Z copying torch\_higher_order_ops\hints_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7420503Z copying torch\_higher_order_ops\invoke_subgraph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7432276Z copying torch\_higher_order_ops\map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7445655Z copying torch\_higher_order_ops\out_dtype.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7462783Z copying torch\_higher_order_ops\prim_hop_base.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7477337Z copying torch\_higher_order_ops\run_const_graph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7488728Z copying torch\_higher_order_ops\scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7509904Z copying torch\_higher_order_ops\strict_mode.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7521791Z copying torch\_higher_order_ops\torchbind.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7591378Z copying torch\_higher_order_ops\triton_kernel_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7624765Z copying torch\_higher_order_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7642186Z copying torch\_higher_order_ops\while_loop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7658568Z copying torch\_higher_order_ops\wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7670058Z copying torch\_higher_order_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:13:28.7692020Z creating build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.7696730Z copying torch\_inductor\analyze_preserves_zero_mask.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.7708856Z copying torch\_inductor\aoti_eager.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.7726307Z copying torch\_inductor\async_compile.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.7750397Z copying torch\_inductor\autotune_process.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.7781606Z copying torch\_inductor\bounds.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.7793537Z copying torch\_inductor\choices.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.7805769Z copying torch\_inductor\codecache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.7863585Z copying torch\_inductor\comms.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.7888833Z copying torch\_inductor\comm_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.7901562Z copying torch\_inductor\comm_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.7914804Z copying torch\_inductor\compiler_bisector.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.7934387Z copying torch\_inductor\compile_fx.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.7986735Z copying torch\_inductor\config.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8017774Z copying torch\_inductor\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8029932Z copying torch\_inductor\cpp_builder.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8060290Z copying torch\_inductor\cpu_vec_isa.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8081611Z copying torch\_inductor\cudagraph_trees.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8263843Z copying torch\_inductor\cudagraph_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8277191Z copying torch\_inductor\custom_graph_pass.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8295928Z copying torch\_inductor\debug.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8315468Z copying torch\_inductor\decomposition.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8354927Z copying torch\_inductor\dependencies.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8375571Z copying torch\_inductor\dtype_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8391270Z copying torch\_inductor\exc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8405343Z copying torch\_inductor\extern_node_serializer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8417303Z copying torch\_inductor\freezing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8429910Z copying torch\_inductor\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8454172Z copying torch\_inductor\fx_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8466347Z copying torch\_inductor\graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8509618Z copying torch\_inductor\hooks.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8515275Z copying torch\_inductor\index_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8528304Z copying torch\_inductor\inductor_prims.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8539993Z copying torch\_inductor\ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8667167Z copying torch\_inductor\jagged_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8688576Z copying torch\_inductor\loop_body.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8707288Z copying torch\_inductor\lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8804011Z copying torch\_inductor\memory.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8837312Z copying torch\_inductor\metrics.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8849979Z copying torch\_inductor\mkldnn_ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8874363Z copying torch\_inductor\mkldnn_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8911312Z copying torch\_inductor\mock_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8923526Z copying torch\_inductor\ops_handler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8943511Z copying torch\_inductor\optimize_indexing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8954982Z copying torch\_inductor\output_code.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.8973572Z copying torch\_inductor\pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.9023991Z copying torch\_inductor\quantized_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.9041166Z copying torch\_inductor\remote_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.9053861Z copying torch\_inductor\scheduler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.9130156Z copying torch\_inductor\select_algorithm.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.9191508Z copying torch\_inductor\sizevars.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.9217623Z copying torch\_inductor\subgraph_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.9229802Z copying torch\_inductor\test_case.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.9246732Z copying torch\_inductor\test_operators.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.9259159Z copying torch\_inductor\triton_bundler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.9272337Z copying torch\_inductor\utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.9467091Z copying torch\_inductor\virtualized.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.9480771Z copying torch\_inductor\wrapper_benchmark.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.9495709Z copying torch\_inductor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:13:28.9513082Z creating build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:13:28.9517351Z copying torch\_lazy\closure.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:13:28.9530664Z copying torch\_lazy\computation.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:13:28.9542427Z copying torch\_lazy\config.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:13:28.9547792Z copying torch\_lazy\debug.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:13:28.9559237Z copying torch\_lazy\device_context.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:13:28.9583743Z copying torch\_lazy\extract_compiled_graph.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:13:28.9595845Z copying torch\_lazy\ir_cache.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:13:28.9601673Z copying torch\_lazy\metrics.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:13:28.9613316Z copying torch\_lazy\tensor_factory_functions.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:13:28.9626193Z copying torch\_lazy\ts_backend.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:13:28.9631998Z copying torch\_lazy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:13:28.9647134Z creating build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:13:28.9651161Z copying torch\_library\autograd.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:13:28.9664341Z copying torch\_library\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:13:28.9690524Z copying torch\_library\fake_class_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:13:28.9703123Z copying torch\_library\fake_impl.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:13:28.9722391Z copying torch\_library\infer_schema.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:13:28.9734455Z copying torch\_library\simple_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:13:28.9746674Z copying torch\_library\triton.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:13:28.9759394Z copying torch\_library\utils.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:13:28.9777589Z copying torch\_library\__init__.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:13:28.9785370Z creating build\lib.win-amd64-cpython-39\torch\_logging 2025-01-24T01:13:28.9790268Z copying torch\_logging\scribe.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-01-24T01:13:28.9804999Z copying torch\_logging\structured.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-01-24T01:13:29.2740233Z copying torch\_logging\_internal.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-01-24T01:13:29.2768541Z copying torch\_logging\_registrations.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-01-24T01:13:29.2799660Z copying torch\_logging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-01-24T01:13:29.2815945Z creating build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:13:29.2820446Z copying torch\_numpy\fft.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:13:29.2832405Z copying torch\_numpy\linalg.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:13:29.2843676Z copying torch\_numpy\random.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:13:29.2856490Z copying torch\_numpy\_binary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:13:29.2868786Z copying torch\_numpy\_casting_dicts.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:13:29.2914472Z copying torch\_numpy\_dtypes.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:13:29.2928800Z copying torch\_numpy\_dtypes_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:13:29.2942407Z copying torch\_numpy\_funcs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:13:29.2953603Z copying torch\_numpy\_funcs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:13:29.2987163Z copying torch\_numpy\_getlimits.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:13:29.2992787Z copying torch\_numpy\_ndarray.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:13:29.3010050Z copying torch\_numpy\_normalizations.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:13:29.3022231Z copying torch\_numpy\_reductions_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:13:29.3034143Z copying torch\_numpy\_ufuncs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:13:29.3047597Z copying torch\_numpy\_unary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:13:29.3060115Z copying torch\_numpy\_util.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:13:29.3071361Z copying torch\_numpy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:13:29.3079243Z creating build\lib.win-amd64-cpython-39\torch\_prims 2025-01-24T01:13:29.3083999Z copying torch\_prims\context.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-01-24T01:13:29.3095887Z copying torch\_prims\debug_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-01-24T01:13:29.3113486Z copying torch\_prims\executor.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-01-24T01:13:29.3125055Z copying torch\_prims\rng_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-01-24T01:13:29.3137284Z copying torch\_prims\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-01-24T01:13:29.3197858Z creating build\lib.win-amd64-cpython-39\torch\_prims_common 2025-01-24T01:13:29.3202146Z copying torch\_prims_common\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2025-01-24T01:13:29.3220723Z copying torch\_prims_common\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2025-01-24T01:13:29.3275647Z creating build\lib.win-amd64-cpython-39\torch\_refs 2025-01-24T01:13:29.3279870Z copying torch\_refs\fft.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-01-24T01:13:29.3351214Z copying torch\_refs\_conversions.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-01-24T01:13:29.3363316Z copying torch\_refs\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-01-24T01:13:29.3489652Z creating build\lib.win-amd64-cpython-39\torch\_strobelight 2025-01-24T01:13:29.3505376Z copying torch\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-01-24T01:13:29.3521031Z copying torch\_strobelight\compile_time_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-01-24T01:13:29.3532396Z copying torch\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-01-24T01:13:29.3546876Z creating build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:13:29.3551404Z copying torch\_subclasses\fake_impls.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:13:29.3573629Z copying torch\_subclasses\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:13:29.3621563Z copying torch\_subclasses\fake_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:13:29.3646058Z copying torch\_subclasses\functional_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:13:29.3668415Z copying torch\_subclasses\meta_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:13:29.3716514Z copying torch\_subclasses\schema_check_mode.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:13:29.3729235Z copying torch\_subclasses\_fake_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:13:29.3741718Z copying torch\_subclasses\__init__.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:13:29.3748567Z creating build\lib.win-amd64-cpython-39\torch\_vendor 2025-01-24T01:13:29.3752992Z copying torch\_vendor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor 2025-01-24T01:13:29.3758921Z creating build\lib.win-amd64-cpython-39\torch\ao\nn 2025-01-24T01:13:29.3763501Z copying torch\ao\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn 2025-01-24T01:13:29.3775918Z creating build\lib.win-amd64-cpython-39\torch\ao\ns 2025-01-24T01:13:29.3780168Z copying torch\ao\ns\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-01-24T01:13:29.3798172Z copying torch\ao\ns\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-01-24T01:13:29.3826929Z copying torch\ao\ns\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-01-24T01:13:29.3832814Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-01-24T01:13:29.3837427Z copying torch\ao\pruning\_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-01-24T01:13:29.3848217Z copying torch\ao\pruning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-01-24T01:13:29.3858062Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:13:29.3862635Z copying torch\ao\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:13:29.3882294Z copying torch\ao\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:13:29.3894731Z copying torch\ao\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:13:29.3919660Z copying torch\ao\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:13:29.3954617Z copying torch\ao\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:13:29.3973134Z copying torch\ao\quantization\qconfig_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:13:29.3992179Z copying torch\ao\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:13:29.4004903Z copying torch\ao\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:13:29.4024904Z copying torch\ao\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:13:29.4049051Z copying torch\ao\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:13:29.4061619Z copying torch\ao\quantization\quantize_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:13:29.4075815Z copying torch\ao\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:13:29.4089357Z copying torch\ao\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:13:29.4100857Z copying torch\ao\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:13:29.4118940Z copying torch\ao\quantization\_correct_bias.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:13:29.4137064Z copying torch\ao\quantization\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:13:29.4149551Z copying torch\ao\quantization\_learnable_fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:13:29.4161289Z copying torch\ao\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:13:29.4180878Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2025-01-24T01:13:29.4185453Z copying torch\ao\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2025-01-24T01:13:29.4198160Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2025-01-24T01:13:29.4202526Z copying torch\ao\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2025-01-24T01:13:29.4209279Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2025-01-24T01:13:29.4213723Z copying torch\ao\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2025-01-24T01:13:29.4220936Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-01-24T01:13:29.4236259Z copying torch\ao\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-01-24T01:13:29.4254895Z copying torch\ao\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-01-24T01:13:29.4261422Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2025-01-24T01:13:29.4266365Z copying torch\ao\nn\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2025-01-24T01:13:29.4273399Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-01-24T01:13:29.4278046Z copying torch\ao\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-01-24T01:13:29.4290611Z copying torch\ao\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-01-24T01:13:29.4297485Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2025-01-24T01:13:29.4301931Z copying torch\ao\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2025-01-24T01:13:29.4308542Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2025-01-24T01:13:29.4313506Z copying torch\ao\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2025-01-24T01:13:29.4320802Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:13:29.4325851Z copying torch\ao\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:13:29.4358592Z copying torch\ao\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:13:29.4370703Z copying torch\ao\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:13:29.4382284Z copying torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:13:29.4398298Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2025-01-24T01:13:29.4403307Z copying torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2025-01-24T01:13:29.4411197Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:13:29.4416124Z copying torch\ao\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:13:29.4433897Z copying torch\ao\nn\intrinsic\quantized\modules\conv_add.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:13:29.4446017Z copying torch\ao\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:13:29.4459195Z copying torch\ao\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:13:29.4472751Z copying torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:13:29.4489919Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:13:29.4496266Z 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-01-24T01:13:29.4508505Z copying torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:13:29.4515437Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2025-01-24T01:13:29.4520461Z copying torch\ao\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2025-01-24T01:13:29.4527741Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-01-24T01:13:29.4532336Z copying torch\ao\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-01-24T01:13:29.4555728Z copying torch\ao\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-01-24T01:13:29.4566399Z copying torch\ao\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-01-24T01:13:29.4578323Z copying torch\ao\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-01-24T01:13:29.4592806Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-01-24T01:13:29.4597889Z copying torch\ao\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-01-24T01:13:29.4609751Z copying torch\ao\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-01-24T01:13:29.4617027Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-01-24T01:13:29.4622266Z copying torch\ao\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-01-24T01:13:29.4647488Z copying torch\ao\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-01-24T01:13:29.4666681Z copying torch\ao\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-01-24T01:13:29.4673313Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2025-01-24T01:13:29.4678118Z copying torch\ao\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2025-01-24T01:13:29.4686385Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:13:29.4691511Z copying torch\ao\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:13:29.4703766Z copying torch\ao\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:13:29.4716326Z copying torch\ao\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:13:29.4741514Z copying torch\ao\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:13:29.4755166Z copying torch\ao\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:13:29.4849645Z copying torch\ao\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:13:29.4861015Z copying torch\ao\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:13:29.4873744Z copying torch\ao\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:13:29.4891154Z copying torch\ao\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:13:29.4903178Z copying torch\ao\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:13:29.4918575Z copying torch\ao\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:13:29.4939341Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2025-01-24T01:13:29.4951229Z copying torch\ao\nn\quantized\reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2025-01-24T01:13:29.4958879Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:13:29.4964150Z copying torch\ao\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:13:29.4982401Z copying torch\ao\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:13:29.4995162Z copying torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:13:29.5027020Z copying torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:13:29.5040462Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:13:29.5045579Z copying torch\ao\nn\quantized\reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:13:29.5057033Z copying torch\ao\nn\quantized\reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:13:29.5067823Z copying torch\ao\nn\quantized\reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:13:29.5090907Z copying torch\ao\nn\quantized\reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:13:29.5102091Z copying torch\ao\nn\quantized\reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:13:29.5123355Z copying torch\ao\nn\quantized\reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:13:29.5130383Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-01-24T01:13:29.5135819Z copying torch\ao\nn\sparse\quantized\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-01-24T01:13:29.5152486Z copying torch\ao\nn\sparse\quantized\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-01-24T01:13:29.5165292Z copying torch\ao\nn\sparse\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-01-24T01:13:29.5178764Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-01-24T01:13:29.5183931Z copying torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-01-24T01:13:29.5195976Z copying torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-01-24T01:13:29.5204037Z creating build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:13:29.5208867Z copying torch\ao\ns\fx\graph_matcher.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:13:29.5226000Z copying torch\ao\ns\fx\graph_passes.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:13:29.5276303Z copying torch\ao\ns\fx\mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:13:29.5296481Z copying torch\ao\ns\fx\ns_types.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:13:29.5312103Z copying torch\ao\ns\fx\n_shadows_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:13:29.5351317Z copying torch\ao\ns\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:13:29.5361781Z copying torch\ao\ns\fx\qconfig_multi_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:13:29.5372939Z copying torch\ao\ns\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:13:29.5395665Z copying torch\ao\ns\fx\weight_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:13:29.5411299Z copying torch\ao\ns\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:13:29.5418316Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-01-24T01:13:29.5423056Z copying torch\ao\pruning\scheduler\base_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-01-24T01:13:29.5436517Z copying torch\ao\pruning\scheduler\cubic_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-01-24T01:13:29.5447570Z copying torch\ao\pruning\scheduler\lambda_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-01-24T01:13:29.5467801Z copying torch\ao\pruning\scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-01-24T01:13:29.5474723Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-01-24T01:13:29.5487958Z copying torch\ao\pruning\sparsifier\base_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-01-24T01:13:29.5503822Z copying torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-01-24T01:13:29.5520243Z copying torch\ao\pruning\sparsifier\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-01-24T01:13:29.5541300Z copying torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-01-24T01:13:29.5552005Z copying torch\ao\pruning\sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-01-24T01:13:29.5558053Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2025-01-24T01:13:29.5562546Z copying torch\ao\pruning\_experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2025-01-24T01:13:29.5569013Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-01-24T01:13:29.5574310Z copying torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-01-24T01:13:29.5592723Z copying torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-01-24T01:13:29.5598617Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-01-24T01:13:29.5603639Z copying torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-01-24T01:13:29.5636247Z copying torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-01-24T01:13:29.5643323Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:13:29.5655549Z copying torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:13:29.5670932Z copying torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:13:29.5681988Z copying torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:13:29.5700091Z copying torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:13:29.5707810Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:13:29.5712902Z copying torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:13:29.5723867Z copying torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:13:29.5739308Z copying torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:13:29.5761203Z copying torch\ao\pruning\_experimental\pruner\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:13:29.5772566Z copying torch\ao\pruning\_experimental\pruner\parametrization.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:13:29.5783903Z copying torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:13:29.5801124Z copying torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:13:29.5812431Z copying torch\ao\pruning\_experimental\pruner\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:13:29.5819212Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-01-24T01:13:29.5824552Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-01-24T01:13:29.5831115Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-01-24T01:13:29.5836949Z 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-01-24T01:13:29.5847949Z 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-01-24T01:13:29.5858729Z 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-01-24T01:13:29.5873882Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:13:29.5878817Z copying torch\ao\quantization\backend_config\backend_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:13:29.5896466Z copying torch\ao\quantization\backend_config\executorch.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:13:29.5922592Z copying torch\ao\quantization\backend_config\fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:13:29.5933564Z copying torch\ao\quantization\backend_config\native.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:13:29.5952307Z copying torch\ao\quantization\backend_config\observation_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:13:29.5957000Z copying torch\ao\quantization\backend_config\onednn.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:13:29.5974711Z copying torch\ao\quantization\backend_config\qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:13:29.5985623Z copying torch\ao\quantization\backend_config\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:13:29.5998313Z copying torch\ao\quantization\backend_config\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:13:29.6015786Z copying torch\ao\quantization\backend_config\x86.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:13:29.6029687Z copying torch\ao\quantization\backend_config\_common_operator_config_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:13:29.6045615Z copying torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:13:29.6056964Z copying torch\ao\quantization\backend_config\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:13:29.6071558Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6076233Z copying torch\ao\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6124342Z copying torch\ao\quantization\fx\custom_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6152320Z copying torch\ao\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6166731Z copying torch\ao\quantization\fx\fuse_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6184925Z copying torch\ao\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6211413Z copying torch\ao\quantization\fx\lower_to_fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6223010Z copying torch\ao\quantization\fx\lower_to_qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6228695Z copying torch\ao\quantization\fx\lstm_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6247829Z copying torch\ao\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6266654Z copying torch\ao\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6277306Z copying torch\ao\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6314811Z copying torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6326273Z copying torch\ao\quantization\fx\quantize_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6337008Z copying torch\ao\quantization\fx\tracer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6347602Z copying torch\ao\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6370964Z copying torch\ao\quantization\fx\_decomposed.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6393121Z copying torch\ao\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6415107Z copying torch\ao\quantization\fx\_lower_to_native_backend.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6451437Z copying torch\ao\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:13:29.6460218Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:13:29.6465057Z copying torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:13:29.6475780Z copying torch\ao\quantization\pt2e\export_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:13:29.6493087Z copying torch\ao\quantization\pt2e\graph_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:13:29.6504342Z copying torch\ao\quantization\pt2e\port_metadata_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:13:29.6526620Z copying torch\ao\quantization\pt2e\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:13:29.6544749Z copying torch\ao\quantization\pt2e\qat_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:13:29.6575418Z copying torch\ao\quantization\pt2e\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:13:29.6597450Z copying torch\ao\quantization\pt2e\_affine_quantization.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:13:29.6615602Z copying torch\ao\quantization\pt2e\_numeric_debugger.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:13:29.6632616Z copying torch\ao\quantization\pt2e\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:13:29.6640380Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:13:29.6645619Z copying torch\ao\quantization\quantizer\composable_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:13:29.6657628Z copying torch\ao\quantization\quantizer\embedding_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:13:29.6675584Z copying torch\ao\quantization\quantizer\quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:13:29.6698941Z copying torch\ao\quantization\quantizer\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:13:29.6710632Z copying torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:13:29.6749861Z copying torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:13:29.6761290Z copying torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:13:29.6783657Z copying torch\ao\quantization\quantizer\xpu_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:13:29.6794885Z copying torch\ao\quantization\quantizer\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:13:29.6802730Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-01-24T01:13:29.6814552Z copying torch\ao\quantization\fx\_model_report\detector.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-01-24T01:13:29.6853996Z copying torch\ao\quantization\fx\_model_report\model_report.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-01-24T01:13:29.6872913Z copying torch\ao\quantization\fx\_model_report\model_report_observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-01-24T01:13:29.6899115Z copying torch\ao\quantization\fx\_model_report\model_report_visualizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-01-24T01:13:29.6932344Z copying torch\ao\quantization\fx\_model_report\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-01-24T01:13:29.6938673Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-01-24T01:13:29.6944089Z copying torch\ao\quantization\pt2e\representation\rewrite.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-01-24T01:13:29.6962952Z copying torch\ao\quantization\pt2e\representation\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-01-24T01:13:29.6970233Z creating build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-01-24T01:13:29.6974890Z copying torch\autograd\_functions\tensor.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-01-24T01:13:29.6987229Z copying torch\autograd\_functions\utils.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-01-24T01:13:29.6999437Z copying torch\autograd\_functions\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-01-24T01:13:29.7013142Z creating build\lib.win-amd64-cpython-39\torch\backends\cpu 2025-01-24T01:13:29.7018101Z copying torch\backends\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cpu 2025-01-24T01:13:29.7025302Z creating build\lib.win-amd64-cpython-39\torch\backends\cuda 2025-01-24T01:13:29.7029623Z copying torch\backends\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cuda 2025-01-24T01:13:29.7054032Z creating build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-01-24T01:13:29.7058439Z copying torch\backends\cudnn\rnn.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-01-24T01:13:29.7069748Z copying torch\backends\cudnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-01-24T01:13:29.7082430Z creating build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2025-01-24T01:13:29.7092175Z copying torch\backends\cusparselt\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2025-01-24T01:13:29.7104396Z creating build\lib.win-amd64-cpython-39\torch\backends\kleidiai 2025-01-24T01:13:29.7120909Z copying torch\backends\kleidiai\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\kleidiai 2025-01-24T01:13:29.7127348Z creating build\lib.win-amd64-cpython-39\torch\backends\mha 2025-01-24T01:13:29.7131540Z copying torch\backends\mha\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mha 2025-01-24T01:13:29.7148485Z creating build\lib.win-amd64-cpython-39\torch\backends\mkl 2025-01-24T01:13:29.7152719Z copying torch\backends\mkl\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkl 2025-01-24T01:13:29.7167412Z creating build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2025-01-24T01:13:29.7171577Z copying torch\backends\mkldnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2025-01-24T01:13:29.7183787Z creating build\lib.win-amd64-cpython-39\torch\backends\mps 2025-01-24T01:13:29.7187921Z copying torch\backends\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mps 2025-01-24T01:13:29.7200920Z creating build\lib.win-amd64-cpython-39\torch\backends\nnpack 2025-01-24T01:13:29.7210213Z copying torch\backends\nnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\nnpack 2025-01-24T01:13:29.7223046Z creating build\lib.win-amd64-cpython-39\torch\backends\openmp 2025-01-24T01:13:29.7227262Z copying torch\backends\openmp\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\openmp 2025-01-24T01:13:29.7234008Z creating build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2025-01-24T01:13:29.7238263Z copying torch\backends\opt_einsum\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2025-01-24T01:13:29.7256923Z creating build\lib.win-amd64-cpython-39\torch\backends\quantized 2025-01-24T01:13:29.7261239Z copying torch\backends\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\quantized 2025-01-24T01:13:29.7274801Z creating build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-01-24T01:13:29.7285367Z copying torch\backends\xeon\run_cpu.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-01-24T01:13:29.7314421Z copying torch\backends\xeon\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-01-24T01:13:29.7320003Z creating build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2025-01-24T01:13:29.7324143Z copying torch\backends\xnnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2025-01-24T01:13:29.7348407Z creating build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-01-24T01:13:29.7352844Z copying torch\backends\_coreml\preprocess.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-01-24T01:13:29.7365240Z copying torch\backends\_coreml\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-01-24T01:13:29.7371948Z creating build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-01-24T01:13:29.7382564Z copying torch\backends\_nnapi\prepare.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-01-24T01:13:29.7394244Z copying torch\backends\_nnapi\serializer.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-01-24T01:13:29.7459607Z copying torch\backends\_nnapi\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-01-24T01:13:29.7465595Z creating build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-01-24T01:13:29.7476331Z copying torch\cpu\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-01-24T01:13:29.7488014Z copying torch\cpu\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-01-24T01:13:29.7499507Z copying torch\cpu\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-01-24T01:13:29.7507094Z creating build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-01-24T01:13:29.7511472Z copying torch\cuda\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-01-24T01:13:29.7523126Z copying torch\cuda\amp\common.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-01-24T01:13:29.7529741Z copying torch\cuda\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-01-24T01:13:29.7541754Z copying torch\cuda\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-01-24T01:13:29.7550381Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-01-24T01:13:29.7555412Z copying torch\distributed\algorithms\join.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-01-24T01:13:29.7566915Z copying torch\distributed\algorithms\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-01-24T01:13:29.7573628Z creating build\lib.win-amd64-cpython-39\torch\distributed\autograd 2025-01-24T01:13:29.7587947Z copying torch\distributed\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\autograd 2025-01-24T01:13:29.7603572Z creating build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7616118Z copying torch\distributed\checkpoint\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7626423Z copying torch\distributed\checkpoint\default_planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7651186Z copying torch\distributed\checkpoint\filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7668823Z copying torch\distributed\checkpoint\format_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7687663Z copying torch\distributed\checkpoint\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7698480Z copying torch\distributed\checkpoint\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7704086Z copying torch\distributed\checkpoint\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7716587Z copying torch\distributed\checkpoint\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7731255Z copying torch\distributed\checkpoint\planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7744415Z copying torch\distributed\checkpoint\planner_helpers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7757490Z copying torch\distributed\checkpoint\resharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7769618Z copying torch\distributed\checkpoint\staging.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7781266Z copying torch\distributed\checkpoint\stateful.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7792162Z copying torch\distributed\checkpoint\state_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7823261Z copying torch\distributed\checkpoint\state_dict_loader.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7835638Z copying torch\distributed\checkpoint\state_dict_saver.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7851186Z copying torch\distributed\checkpoint\storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7864383Z copying torch\distributed\checkpoint\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7876878Z copying torch\distributed\checkpoint\_checkpointer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7893940Z copying torch\distributed\checkpoint\_dedup_save_plans.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7905527Z copying torch\distributed\checkpoint\_dedup_tensors.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7949806Z copying torch\distributed\checkpoint\_extension.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7960226Z copying torch\distributed\checkpoint\_fsspec_filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7981735Z copying torch\distributed\checkpoint\_nested_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.7993928Z copying torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.8006975Z copying torch\distributed\checkpoint\_storage_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.8018635Z copying torch\distributed\checkpoint\_traverse.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.8030966Z copying torch\distributed\checkpoint\_version.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.8036430Z copying torch\distributed\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:13:29.8043721Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-01-24T01:13:29.8048559Z copying torch\distributed\elastic\control_plane.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-01-24T01:13:29.8059899Z copying torch\distributed\elastic\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-01-24T01:13:29.8075692Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8079852Z copying torch\distributed\fsdp\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8098236Z copying torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8150101Z copying torch\distributed\fsdp\sharded_grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8171301Z copying torch\distributed\fsdp\wrap.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8190215Z copying torch\distributed\fsdp\_common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8215976Z copying torch\distributed\fsdp\_debug_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8227703Z copying torch\distributed\fsdp\_dynamo_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8239047Z copying torch\distributed\fsdp\_exec_order_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8259874Z copying torch\distributed\fsdp\_flat_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8319787Z copying torch\distributed\fsdp\_fsdp_extensions.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8332003Z copying torch\distributed\fsdp\_init_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8356359Z copying torch\distributed\fsdp\_limiter_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8367904Z copying torch\distributed\fsdp\_optim_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8410139Z copying torch\distributed\fsdp\_runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8446463Z copying torch\distributed\fsdp\_shard_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8458283Z copying torch\distributed\fsdp\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8491280Z copying torch\distributed\fsdp\_trace_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8510101Z copying torch\distributed\fsdp\_traversal_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8525580Z copying torch\distributed\fsdp\_unshard_param_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8539870Z copying torch\distributed\fsdp\_wrap_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8562673Z copying torch\distributed\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:13:29.8576805Z creating build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-01-24T01:13:29.8581267Z copying torch\distributed\launcher\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-01-24T01:13:29.8593555Z copying torch\distributed\launcher\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-01-24T01:13:29.8600589Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-01-24T01:13:29.8604871Z copying torch\distributed\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-01-24T01:13:29.8617521Z copying torch\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-01-24T01:13:29.8626525Z creating build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:13:29.8630991Z copying torch\distributed\optim\apply_optimizer_in_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:13:29.8642581Z copying torch\distributed\optim\functional_adadelta.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:13:29.8654395Z copying torch\distributed\optim\functional_adagrad.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:13:29.8677758Z copying torch\distributed\optim\functional_adam.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:13:29.8689156Z copying torch\distributed\optim\functional_adamax.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:13:29.8707295Z copying torch\distributed\optim\functional_adamw.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:13:29.8720740Z copying torch\distributed\optim\functional_rmsprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:13:29.8732992Z copying torch\distributed\optim\functional_rprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:13:29.8744432Z copying torch\distributed\optim\functional_sgd.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:13:29.8756937Z copying torch\distributed\optim\named_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:13:29.8769973Z copying torch\distributed\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:13:29.8781952Z copying torch\distributed\optim\post_localSGD_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:13:29.8793835Z copying torch\distributed\optim\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:13:29.8812362Z copying torch\distributed\optim\zero_redundancy_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:13:29.8856967Z copying torch\distributed\optim\_deprecation_warning.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:13:29.8862659Z copying torch\distributed\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:13:29.8875965Z creating build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:13:29.8880719Z copying torch\distributed\pipelining\microbatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:13:29.8898617Z copying torch\distributed\pipelining\schedules.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:13:29.9333592Z copying torch\distributed\pipelining\stage.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:13:29.9367345Z copying torch\distributed\pipelining\_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:13:29.9392836Z copying torch\distributed\pipelining\_debug.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:13:29.9412392Z copying torch\distributed\pipelining\_IR.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:13:29.9443083Z copying torch\distributed\pipelining\_unflatten.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:13:29.9454173Z copying torch\distributed\pipelining\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:13:29.9465339Z copying torch\distributed\pipelining\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:13:29.9474179Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:13:29.9478627Z copying torch\distributed\rpc\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:13:29.9503119Z copying torch\distributed\rpc\backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:13:29.9522207Z copying torch\distributed\rpc\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:13:29.9534536Z copying torch\distributed\rpc\functions.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:13:29.9561235Z copying torch\distributed\rpc\internal.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:13:29.9573848Z copying torch\distributed\rpc\options.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:13:29.9585207Z copying torch\distributed\rpc\rref_proxy.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:13:29.9602098Z copying torch\distributed\rpc\server_process_global_profiler.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:13:29.9614181Z copying torch\distributed\rpc\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:13:29.9625767Z copying torch\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:13:29.9647002Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:13:29.9651635Z copying torch\distributed\tensor\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:13:29.9663743Z copying torch\distributed\tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:13:29.9682675Z copying torch\distributed\tensor\_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:13:29.9714271Z copying torch\distributed\tensor\_collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:13:29.9740639Z copying torch\distributed\tensor\_dispatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:13:29.9758749Z copying torch\distributed\tensor\_dtensor_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:13:29.9771032Z copying torch\distributed\tensor\_op_schema.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:13:29.9795559Z copying torch\distributed\tensor\_random.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:13:29.9813163Z copying torch\distributed\tensor\_redistribute.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:13:29.9825969Z copying torch\distributed\tensor\_sharding_prop.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:13:29.9845215Z copying torch\distributed\tensor\_shards_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:13:29.9857925Z copying torch\distributed\tensor\_tp_conv.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:13:29.9876765Z copying torch\distributed\tensor\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:13:29.9889658Z copying torch\distributed\tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:13:29.9903661Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-01-24T01:13:29.9908584Z copying torch\distributed\_composable\checkpoint_activation.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-01-24T01:13:29.9921641Z copying torch\distributed\_composable\contract.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-01-24T01:13:29.9940685Z copying torch\distributed\_composable\replicate.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-01-24T01:13:29.9952452Z copying torch\distributed\_composable\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-01-24T01:13:29.9972086Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:13:29.9976558Z copying torch\distributed\_shard\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:13:29.9994987Z copying torch\distributed\_shard\common_op_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:13:30.0081127Z copying torch\distributed\_shard\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:13:30.0092924Z copying torch\distributed\_shard\op_registry_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:13:30.0104626Z copying torch\distributed\_shard\sharder.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:13:30.0133271Z copying torch\distributed\_shard\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:13:30.0144789Z copying torch\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:13:30.0151742Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2025-01-24T01:13:30.0155984Z copying torch\distributed\_sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2025-01-24T01:13:30.0169574Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2025-01-24T01:13:30.0174037Z copying torch\distributed\_sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2025-01-24T01:13:30.0180865Z creating build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2025-01-24T01:13:30.0185241Z copying torch\distributed\_symmetric_memory\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2025-01-24T01:13:30.0229136Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-01-24T01:13:30.0233366Z copying torch\distributed\_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-01-24T01:13:30.0239687Z copying torch\distributed\_tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-01-24T01:13:30.0252147Z copying torch\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-01-24T01:13:30.0266914Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:13:30.0277955Z copying torch\distributed\_tools\fsdp2_mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:13:30.0296976Z copying torch\distributed\_tools\ilp_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:13:30.0309408Z copying torch\distributed\_tools\memory_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:13:30.0327103Z copying torch\distributed\_tools\mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:13:30.0358427Z copying torch\distributed\_tools\mod_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:13:30.0370643Z copying torch\distributed\_tools\runtime_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:13:30.0395430Z copying torch\distributed\_tools\sac_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:13:30.0420574Z copying torch\distributed\_tools\sac_ilp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:13:30.0432280Z copying torch\distributed\_tools\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:13:30.0440675Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:13:30.0445755Z copying torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:13:30.0471974Z copying torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:13:30.0484161Z copying torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:13:30.0505015Z copying torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:13:30.0524314Z copying torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:13:30.0536619Z copying torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:13:30.0548991Z copying torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:13:30.0581803Z copying torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:13:30.0600669Z copying torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:13:30.0614538Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-01-24T01:13:30.0627715Z copying torch\distributed\algorithms\model_averaging\averagers.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-01-24T01:13:30.0640228Z copying torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-01-24T01:13:30.0652503Z copying torch\distributed\algorithms\model_averaging\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-01-24T01:13:30.0672131Z copying torch\distributed\algorithms\model_averaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-01-24T01:13:30.0678150Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-01-24T01:13:30.0689064Z copying torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-01-24T01:13:30.0701425Z copying torch\distributed\algorithms\_checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-01-24T01:13:30.0707314Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-01-24T01:13:30.0712283Z copying torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-01-24T01:13:30.0731643Z copying torch\distributed\algorithms\_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-01-24T01:13:30.0738434Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-01-24T01:13:30.0743387Z copying torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-01-24T01:13:30.0756502Z copying torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-01-24T01:13:30.0768924Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-01-24T01:13:30.0773689Z copying torch\distributed\algorithms\_quantization\quantization.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-01-24T01:13:30.0786536Z copying torch\distributed\algorithms\_quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-01-24T01:13:30.0792302Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2025-01-24T01:13:30.0796788Z copying torch\distributed\elastic\agent\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2025-01-24T01:13:30.0802870Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-01-24T01:13:30.0807370Z copying torch\distributed\elastic\events\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-01-24T01:13:30.0819951Z copying torch\distributed\elastic\events\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-01-24T01:13:30.0825394Z copying torch\distributed\elastic\events\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-01-24T01:13:30.0839015Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-01-24T01:13:30.0843572Z copying torch\distributed\elastic\metrics\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-01-24T01:13:30.0861403Z copying torch\distributed\elastic\metrics\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-01-24T01:13:30.0886033Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-01-24T01:13:30.0899346Z copying torch\distributed\elastic\multiprocessing\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-01-24T01:13:30.1043168Z copying torch\distributed\elastic\multiprocessing\redirects.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-01-24T01:13:30.1061905Z copying torch\distributed\elastic\multiprocessing\tail_log.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-01-24T01:13:30.1080257Z copying torch\distributed\elastic\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-01-24T01:13:30.1094825Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:13:30.1099707Z copying torch\distributed\elastic\rendezvous\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:13:30.1112687Z copying torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:13:30.1129866Z copying torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:13:30.1173758Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:13:30.1210844Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:13:30.1225220Z copying torch\distributed\elastic\rendezvous\etcd_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:13:30.1242064Z copying torch\distributed\elastic\rendezvous\etcd_store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:13:30.1253415Z copying torch\distributed\elastic\rendezvous\registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:13:30.1264587Z copying torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:13:30.1283119Z copying torch\distributed\elastic\rendezvous\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:13:30.1296279Z copying torch\distributed\elastic\rendezvous\_etcd_stub.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:13:30.1306479Z copying torch\distributed\elastic\rendezvous\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:13:30.1319778Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-01-24T01:13:30.1324627Z copying torch\distributed\elastic\timer\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-01-24T01:13:30.1342065Z copying torch\distributed\elastic\timer\debug_info_logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-01-24T01:13:30.1353167Z copying torch\distributed\elastic\timer\file_based_local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-01-24T01:13:30.1369252Z copying torch\distributed\elastic\timer\local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-01-24T01:13:30.1391557Z copying torch\distributed\elastic\timer\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-01-24T01:13:30.1404680Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:13:30.1409449Z copying torch\distributed\elastic\utils\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:13:30.1420318Z copying torch\distributed\elastic\utils\distributed.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:13:30.1431301Z copying torch\distributed\elastic\utils\logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:13:30.1447804Z copying torch\distributed\elastic\utils\log_level.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:13:30.1453668Z copying torch\distributed\elastic\utils\store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:13:30.1471129Z copying torch\distributed\elastic\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:13:30.1485195Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-01-24T01:13:30.1496388Z copying torch\distributed\elastic\agent\server\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-01-24T01:13:30.1522271Z copying torch\distributed\elastic\agent\server\health_check_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-01-24T01:13:30.1535220Z copying torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-01-24T01:13:30.1554547Z copying torch\distributed\elastic\agent\server\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-01-24T01:13:30.1575280Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-01-24T01:13:30.1587982Z copying torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-01-24T01:13:30.1600458Z copying torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-01-24T01:13:30.1606822Z copying torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-01-24T01:13:30.1627342Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-01-24T01:13:30.1632551Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-01-24T01:13:30.1645157Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-01-24T01:13:30.1656925Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-01-24T01:13:30.1663801Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-01-24T01:13:30.1668679Z copying torch\distributed\elastic\utils\data\cycling_iterator.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-01-24T01:13:30.1687117Z copying torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-01-24T01:13:30.1699218Z copying torch\distributed\elastic\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-01-24T01:13:30.1707368Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:13:30.1712400Z copying torch\distributed\fsdp\_fully_shard\_fsdp_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:13:30.1724640Z copying torch\distributed\fsdp\_fully_shard\_fsdp_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:13:30.1749682Z copying torch\distributed\fsdp\_fully_shard\_fsdp_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:13:30.1768177Z copying torch\distributed\fsdp\_fully_shard\_fsdp_init.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:13:30.1780185Z copying torch\distributed\fsdp\_fully_shard\_fsdp_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:13:30.1816707Z copying torch\distributed\fsdp\_fully_shard\_fsdp_param_group.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:13:30.1840544Z copying torch\distributed\fsdp\_fully_shard\_fsdp_state.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:13:30.1866170Z copying torch\distributed\fsdp\_fully_shard\_fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:13:30.1882647Z copying torch\distributed\fsdp\_fully_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:13:30.1890161Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-01-24T01:13:30.1895062Z copying torch\distributed\nn\api\remote_module.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-01-24T01:13:30.1913348Z copying torch\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-01-24T01:13:30.1919506Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-01-24T01:13:30.1924329Z copying torch\distributed\nn\jit\instantiator.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-01-24T01:13:30.1936556Z copying torch\distributed\nn\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-01-24T01:13:30.1942759Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-01-24T01:13:30.1947744Z copying torch\distributed\nn\jit\templates\remote_module_template.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-01-24T01:13:30.1959836Z copying torch\distributed\nn\jit\templates\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-01-24T01:13:30.1965893Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-01-24T01:13:30.1970767Z copying torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-01-24T01:13:30.1988463Z copying torch\distributed\rpc\_testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-01-24T01:13:30.1996182Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-01-24T01:13:30.2000959Z copying torch\distributed\tensor\debug\_comm_mode.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-01-24T01:13:30.2031262Z copying torch\distributed\tensor\debug\_op_coverage.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-01-24T01:13:30.2050303Z copying torch\distributed\tensor\debug\_visualize_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-01-24T01:13:30.2064722Z copying torch\distributed\tensor\debug\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-01-24T01:13:30.2090004Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-01-24T01:13:30.2100337Z copying torch\distributed\tensor\experimental\_attention.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-01-24T01:13:30.2136413Z copying torch\distributed\tensor\experimental\_func_map.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-01-24T01:13:30.2148595Z copying torch\distributed\tensor\experimental\_register_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-01-24T01:13:30.2174591Z copying torch\distributed\tensor\experimental\_tp_transform.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-01-24T01:13:30.2197929Z copying torch\distributed\tensor\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-01-24T01:13:30.2215651Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:13:30.2220330Z copying torch\distributed\tensor\parallel\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:13:30.2231862Z copying torch\distributed\tensor\parallel\ddp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:13:30.2243535Z copying torch\distributed\tensor\parallel\fsdp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:13:30.2255085Z copying torch\distributed\tensor\parallel\input_reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:13:30.2278657Z copying torch\distributed\tensor\parallel\loss.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:13:30.2301858Z copying torch\distributed\tensor\parallel\style.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:13:30.2334643Z copying torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:13:30.2352678Z copying torch\distributed\tensor\parallel\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:13:30.2362856Z copying torch\distributed\tensor\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:13:30.2371577Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:13:30.2376342Z copying torch\distributed\tensor\_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:13:30.2388004Z copying torch\distributed\tensor\_ops\_common_rules.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:13:30.2406059Z copying torch\distributed\tensor\_ops\_conv_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:13:30.2417029Z copying torch\distributed\tensor\_ops\_einsum_strategy.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:13:30.2434063Z copying torch\distributed\tensor\_ops\_embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:13:30.2452521Z copying torch\distributed\tensor\_ops\_experimental_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:13:30.2462909Z copying torch\distributed\tensor\_ops\_math_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:13:30.2484226Z copying torch\distributed\tensor\_ops\_matrix_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:13:30.2506352Z copying torch\distributed\tensor\_ops\_pointwise_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:13:30.2526334Z copying torch\distributed\tensor\_ops\_random_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:13:30.2538810Z copying torch\distributed\tensor\_ops\_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:13:30.2562757Z copying torch\distributed\tensor\_ops\_view_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:13:30.2578940Z copying torch\distributed\tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:13:30.2586432Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-01-24T01:13:30.2591656Z copying torch\distributed\_composable\fsdp\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-01-24T01:13:30.2597545Z copying torch\distributed\_composable\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-01-24T01:13:30.2604376Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2025-01-24T01:13:30.2609235Z copying torch\distributed\_shard\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2025-01-24T01:13:30.2616264Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-01-24T01:13:30.2621123Z copying torch\distributed\_shard\sharded_optim\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-01-24T01:13:30.2636160Z copying torch\distributed\_shard\sharded_optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-01-24T01:13:30.2648877Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:13:30.2653740Z copying torch\distributed\_shard\sharded_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:13:30.2682001Z copying torch\distributed\_shard\sharded_tensor\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:13:30.2693072Z copying torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:13:30.2704705Z copying torch\distributed\_shard\sharded_tensor\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:13:30.2716645Z copying torch\distributed\_shard\sharded_tensor\reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:13:30.2740816Z copying torch\distributed\_shard\sharded_tensor\shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:13:30.2751385Z copying torch\distributed\_shard\sharded_tensor\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:13:30.2764478Z copying torch\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:13:30.2923317Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-01-24T01:13:30.2927526Z copying torch\distributed\_shard\sharding_plan\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-01-24T01:13:30.2940363Z copying torch\distributed\_shard\sharding_plan\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-01-24T01:13:30.2956213Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-01-24T01:13:30.2961039Z copying torch\distributed\_shard\sharding_spec\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-01-24T01:13:30.2975479Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-01-24T01:13:30.2986674Z copying torch\distributed\_shard\sharding_spec\_internals.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-01-24T01:13:30.2999108Z copying torch\distributed\_shard\sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-01-24T01:13:30.3025024Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:13:30.3030288Z copying torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:13:30.3048342Z copying torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:13:30.3104024Z copying torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:13:30.3105187Z copying torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:13:30.3106262Z copying torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:13:30.3113253Z copying torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:13:30.3120884Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-01-24T01:13:30.3125985Z 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-01-24T01:13:30.3138815Z 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-01-24T01:13:30.3155343Z 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-01-24T01:13:30.3179028Z 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-01-24T01:13:30.3185669Z creating build\lib.win-amd64-cpython-39\torch\export\experimental 2025-01-24T01:13:30.3190299Z copying torch\export\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\experimental 2025-01-24T01:13:30.3203475Z creating build\lib.win-amd64-cpython-39\torch\export\passes 2025-01-24T01:13:30.3207636Z copying torch\export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\passes 2025-01-24T01:13:30.3223443Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.3228095Z copying torch\fx\experimental\accelerator_partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.3269275Z copying torch\fx\experimental\const_fold.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.3305236Z copying torch\fx\experimental\debug.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.3326951Z copying torch\fx\experimental\graph_gradual_typechecker.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.3349331Z copying torch\fx\experimental\merge_matmul.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.3364990Z copying torch\fx\experimental\meta_tracer.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.3376641Z copying torch\fx\experimental\normalize.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.3388001Z copying torch\fx\experimental\optimization.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.3405066Z copying torch\fx\experimental\partitioner_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.3421888Z copying torch\fx\experimental\proxy_tensor.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.3471099Z copying torch\fx\experimental\recording.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.3486208Z copying torch\fx\experimental\refinement_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.3491881Z copying torch\fx\experimental\rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.3502113Z copying torch\fx\experimental\schema_type_annotation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.3513940Z copying torch\fx\experimental\symbolic_shapes.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.5491388Z copying torch\fx\experimental\sym_node.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.5519075Z copying torch\fx\experimental\unify_refinements.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.5535046Z copying torch\fx\experimental\validator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.5556837Z copying torch\fx\experimental\_backward_state.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.5568320Z copying torch\fx\experimental\_config.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.5585763Z copying torch\fx\experimental\_constant_symnode.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.5618136Z copying torch\fx\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:13:30.5627240Z creating build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:13:30.5632351Z copying torch\fx\passes\annotate_getitem_nodes.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:13:30.5646506Z copying torch\fx\passes\fake_tensor_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:13:30.5658454Z copying torch\fx\passes\graph_drawer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:13:30.5676491Z copying torch\fx\passes\graph_manipulation.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:13:30.5704710Z copying torch\fx\passes\graph_transform_observer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:13:30.5716777Z copying torch\fx\passes\net_min_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:13:30.5740944Z copying torch\fx\passes\operator_support.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:13:30.5752176Z copying torch\fx\passes\param_fetch.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:13:30.5763493Z copying torch\fx\passes\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:13:30.5788579Z copying torch\fx\passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:13:30.5813440Z copying torch\fx\passes\runtime_assert.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:13:30.5831706Z copying torch\fx\passes\shape_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:13:30.5842872Z copying torch\fx\passes\splitter_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:13:30.5888995Z copying torch\fx\passes\split_module.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:13:30.5918808Z copying torch\fx\passes\split_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:13:30.5935960Z copying torch\fx\passes\tools_common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:13:30.5949316Z copying torch\fx\passes\_tensorify_python_scalars.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:13:30.5971499Z copying torch\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:13:30.5979995Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:13:30.5985118Z copying torch\fx\experimental\migrate_gradual_types\constraint.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:13:30.6001825Z copying torch\fx\experimental\migrate_gradual_types\constraint_generator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:13:30.6034530Z copying torch\fx\experimental\migrate_gradual_types\constraint_transformation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:13:30.6123521Z copying torch\fx\experimental\migrate_gradual_types\operation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:13:30.6130092Z copying torch\fx\experimental\migrate_gradual_types\transform_to_z3.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:13:30.6147237Z copying torch\fx\experimental\migrate_gradual_types\util.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:13:30.6172421Z copying torch\fx\experimental\migrate_gradual_types\z3_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:13:30.6183806Z copying torch\fx\experimental\migrate_gradual_types\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:13:30.6191103Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:13:30.6196104Z copying torch\fx\experimental\unification\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:13:30.6213032Z copying torch\fx\experimental\unification\dispatch.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:13:30.6218711Z copying torch\fx\experimental\unification\match.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:13:30.6235813Z copying torch\fx\experimental\unification\more.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:13:30.6248058Z copying torch\fx\experimental\unification\unification_tools.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:13:30.6269003Z copying torch\fx\experimental\unification\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:13:30.6287234Z copying torch\fx\experimental\unification\variable.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:13:30.6299195Z copying torch\fx\experimental\unification\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:13:30.6307055Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:13:30.6312458Z copying torch\fx\experimental\unification\multipledispatch\conflict.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:13:30.6324227Z copying torch\fx\experimental\unification\multipledispatch\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:13:30.6336974Z copying torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:13:30.6349008Z copying torch\fx\experimental\unification\multipledispatch\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:13:30.6360696Z copying torch\fx\experimental\unification\multipledispatch\variadic.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:13:30.6384240Z copying torch\fx\experimental\unification\multipledispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:13:30.6391255Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-01-24T01:13:30.6396205Z copying torch\fx\passes\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-01-24T01:13:30.6407683Z copying torch\fx\passes\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-01-24T01:13:30.6413881Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2025-01-24T01:13:30.6427539Z copying torch\fx\passes\dialect\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2025-01-24T01:13:30.6434032Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-01-24T01:13:30.6438840Z copying torch\fx\passes\infra\partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-01-24T01:13:30.6460746Z copying torch\fx\passes\infra\pass_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-01-24T01:13:30.6479992Z copying torch\fx\passes\infra\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-01-24T01:13:30.6492714Z copying torch\fx\passes\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-01-24T01:13:30.6513960Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-01-24T01:13:30.6518650Z copying torch\fx\passes\tests\test_pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-01-24T01:13:30.6536001Z copying torch\fx\passes\tests\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-01-24T01:13:30.6542776Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:13:30.6547536Z copying torch\fx\passes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:13:30.6559665Z copying torch\fx\passes\utils\fuser_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:13:30.6572529Z copying torch\fx\passes\utils\matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:13:30.6591029Z copying torch\fx\passes\utils\matcher_with_name_node_map_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:13:30.6610880Z copying torch\fx\passes\utils\source_matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:13:30.6623248Z copying torch\fx\passes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:13:30.6630669Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-01-24T01:13:30.6635991Z copying torch\fx\passes\dialect\common\cse_pass.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-01-24T01:13:30.6654592Z copying torch\fx\passes\dialect\common\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-01-24T01:13:30.6660602Z creating build\lib.win-amd64-cpython-39\torch\jit\mobile 2025-01-24T01:13:30.6664849Z copying torch\jit\mobile\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\mobile 2025-01-24T01:13:30.6677868Z creating build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-01-24T01:13:30.6682594Z copying torch\jit\_passes\_property_propagation.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-01-24T01:13:30.6694904Z copying torch\jit\_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-01-24T01:13:30.6701813Z creating build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:13:30.6706222Z copying torch\masked\maskedtensor\binary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:13:30.6718938Z copying torch\masked\maskedtensor\core.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:13:30.6736021Z copying torch\masked\maskedtensor\creation.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:13:30.6741520Z copying torch\masked\maskedtensor\passthrough.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:13:30.6755353Z copying torch\masked\maskedtensor\reductions.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:13:30.6784041Z copying torch\masked\maskedtensor\unary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:13:30.6802665Z copying torch\masked\maskedtensor\_ops_refs.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:13:30.6824629Z copying torch\masked\maskedtensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:13:30.6831816Z creating build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-01-24T01:13:30.6837125Z copying torch\nested\_internal\nested_int.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-01-24T01:13:30.6855306Z copying torch\nested\_internal\nested_tensor.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-01-24T01:13:30.6876339Z copying torch\nested\_internal\ops.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-01-24T01:13:30.6915979Z copying torch\nested\_internal\sdpa.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-01-24T01:13:30.6948177Z copying torch\nested\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-01-24T01:13:30.6954991Z creating build\lib.win-amd64-cpython-39\torch\nn\attention 2025-01-24T01:13:30.6959623Z copying torch\nn\attention\bias.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-01-24T01:13:30.6972168Z copying torch\nn\attention\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-01-24T01:13:30.6999949Z copying torch\nn\attention\_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-01-24T01:13:30.7012223Z copying torch\nn\attention\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-01-24T01:13:30.7031276Z creating build\lib.win-amd64-cpython-39\torch\nn\backends 2025-01-24T01:13:30.7035817Z copying torch\nn\backends\thnn.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2025-01-24T01:13:30.7041556Z copying torch\nn\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2025-01-24T01:13:30.7047261Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2025-01-24T01:13:30.7060888Z copying torch\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2025-01-24T01:13:30.7078347Z creating build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7082932Z copying torch\nn\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7114529Z copying torch\nn\modules\adaptive.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7127533Z copying torch\nn\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7158989Z copying torch\nn\modules\channelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7179691Z copying torch\nn\modules\container.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7212370Z copying torch\nn\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7252744Z copying torch\nn\modules\distance.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7264875Z copying torch\nn\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7281707Z copying torch\nn\modules\flatten.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7296971Z copying torch\nn\modules\fold.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7317390Z copying torch\nn\modules\instancenorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7340289Z copying torch\nn\modules\lazy.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7351585Z copying torch\nn\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7376497Z copying torch\nn\modules\loss.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7421894Z copying torch\nn\modules\module.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7478337Z copying torch\nn\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7616591Z copying torch\nn\modules\padding.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7831374Z copying torch\nn\modules\pixelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7843940Z copying torch\nn\modules\pooling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7875134Z copying torch\nn\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7921479Z copying torch\nn\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7942055Z copying torch\nn\modules\transformer.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7971008Z copying torch\nn\modules\upsampling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7984088Z copying torch\nn\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.7995944Z copying torch\nn\modules\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.8011371Z copying torch\nn\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:13:30.8025691Z creating build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:13:30.8030512Z copying torch\nn\parallel\comm.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:13:30.8044920Z copying torch\nn\parallel\data_parallel.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:13:30.8060835Z copying torch\nn\parallel\distributed.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:13:30.8139729Z copying torch\nn\parallel\parallel_apply.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:13:30.8163175Z copying torch\nn\parallel\replicate.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:13:30.8174442Z copying torch\nn\parallel\scatter_gather.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:13:30.8188883Z copying torch\nn\parallel\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:13:30.8199922Z copying torch\nn\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:13:30.8212087Z creating build\lib.win-amd64-cpython-39\torch\nn\qat 2025-01-24T01:13:30.8216746Z copying torch\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat 2025-01-24T01:13:30.8223830Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable 2025-01-24T01:13:30.8228164Z copying torch\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable 2025-01-24T01:13:30.8235266Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-01-24T01:13:30.8239746Z copying torch\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-01-24T01:13:30.8245223Z copying torch\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-01-24T01:13:30.8259657Z creating build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:13:30.8264002Z copying torch\nn\utils\clip_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:13:30.8279333Z copying torch\nn\utils\convert_parameters.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:13:30.8296739Z copying torch\nn\utils\fusion.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:13:30.8307383Z copying torch\nn\utils\init.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:13:30.8320553Z copying torch\nn\utils\memory_format.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:13:30.8355520Z copying torch\nn\utils\parametrizations.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:13:30.8381106Z copying torch\nn\utils\parametrize.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:13:30.8406599Z copying torch\nn\utils\prune.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:13:30.8435897Z copying torch\nn\utils\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:13:30.8452805Z copying torch\nn\utils\spectral_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:13:30.8474340Z copying torch\nn\utils\stateless.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:13:30.8486062Z copying torch\nn\utils\weight_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:13:30.8497718Z copying torch\nn\utils\_deprecation_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:13:30.8513813Z copying torch\nn\utils\_named_member_accessor.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:13:30.8527171Z copying torch\nn\utils\_per_sample_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:13:30.8539412Z copying torch\nn\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:13:30.8552233Z creating build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-01-24T01:13:30.8574309Z copying torch\nn\attention\experimental\_paged_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-01-24T01:13:30.8589145Z copying torch\nn\attention\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-01-24T01:13:30.8596254Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-01-24T01:13:30.8601133Z copying torch\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-01-24T01:13:30.8606528Z copying torch\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-01-24T01:13:30.8622356Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2025-01-24T01:13:30.8627066Z copying torch\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2025-01-24T01:13:30.8633721Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2025-01-24T01:13:30.8638296Z copying torch\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2025-01-24T01:13:30.8645643Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-01-24T01:13:30.8650248Z copying torch\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-01-24T01:13:30.8662746Z copying torch\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-01-24T01:13:30.8683555Z copying torch\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-01-24T01:13:30.8689084Z copying torch\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-01-24T01:13:30.8702266Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2025-01-24T01:13:30.8706988Z copying torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2025-01-24T01:13:30.8724321Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-01-24T01:13:30.8729071Z copying torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-01-24T01:13:30.8734679Z copying torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-01-24T01:13:30.8740314Z copying torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-01-24T01:13:30.8745736Z copying torch\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-01-24T01:13:30.8752788Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:13:30.8757881Z copying torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:13:30.8763423Z copying torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:13:30.8770120Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2025-01-24T01:13:30.8774427Z copying torch\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2025-01-24T01:13:30.8781491Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-01-24T01:13:30.8785939Z copying torch\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-01-24T01:13:30.8803240Z copying torch\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-01-24T01:13:30.8808694Z copying torch\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-01-24T01:13:30.8814291Z copying torch\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-01-24T01:13:30.8821230Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-01-24T01:13:30.8833967Z copying torch\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-01-24T01:13:30.8845164Z copying torch\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-01-24T01:13:30.8852623Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-01-24T01:13:30.8857279Z copying torch\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-01-24T01:13:30.8863245Z copying torch\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-01-24T01:13:30.8868941Z copying torch\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-01-24T01:13:30.8876535Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2025-01-24T01:13:30.8881014Z copying torch\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2025-01-24T01:13:30.8968363Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:13:30.8973287Z copying torch\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:13:30.8979078Z copying torch\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:13:30.8984663Z copying torch\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:13:30.8996498Z copying torch\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:13:30.9002174Z copying torch\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:13:30.9016115Z copying torch\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:13:30.9026984Z copying torch\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:13:30.9037741Z copying torch\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:13:30.9048673Z copying torch\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:13:30.9054358Z copying torch\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:13:30.9073549Z copying torch\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:13:30.9089248Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2025-01-24T01:13:30.9596007Z copying torch\nn\quantized\_reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2025-01-24T01:13:30.9604445Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-01-24T01:13:30.9609403Z copying torch\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-01-24T01:13:30.9621821Z copying torch\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-01-24T01:13:30.9627721Z copying torch\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-01-24T01:13:30.9638695Z copying torch\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-01-24T01:13:30.9656342Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:13:30.9661311Z copying torch\nn\quantized\_reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:13:30.9667235Z copying torch\nn\quantized\_reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:13:30.9672962Z copying torch\nn\quantized\_reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:13:30.9678673Z copying torch\nn\quantized\_reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:13:30.9684541Z copying torch\nn\quantized\_reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:13:30.9698398Z copying torch\nn\quantized\_reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:13:30.9714032Z creating build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:13:30.9719915Z copying torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:13:30.9736703Z copying torch\nn\utils\_expanded_weights\conv_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:13:30.9751310Z copying torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:13:30.9771338Z copying torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:13:30.9786513Z copying torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:13:30.9806020Z copying torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:13:30.9827852Z copying torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:13:30.9842254Z copying torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:13:30.9855341Z copying torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:13:30.9865980Z copying torch\nn\utils\_expanded_weights\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:13:30.9874010Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:13:30.9887703Z copying torch\onnx\_internal\io_adapter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:13:30.9904645Z copying torch\onnx\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:13:30.9921827Z copying torch\onnx\_internal\onnxruntime.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:13:31.0079886Z copying torch\onnx\_internal\onnx_proto_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:13:31.0094124Z copying torch\onnx\_internal\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:13:31.0111016Z copying torch\onnx\_internal\_exporter_legacy.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:13:31.0135015Z copying torch\onnx\_internal\_lazy_import.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:13:31.0146566Z copying torch\onnx\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:13:31.0153205Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-01-24T01:13:31.0158111Z copying torch\onnx\_internal\diagnostics\_diagnostic.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-01-24T01:13:31.0170767Z copying torch\onnx\_internal\diagnostics\_rules.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-01-24T01:13:31.0199647Z copying torch\onnx\_internal\diagnostics\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-01-24T01:13:31.0209188Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0213824Z copying torch\onnx\_internal\exporter\_analysis.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0232238Z copying torch\onnx\_internal\exporter\_building.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0250064Z copying torch\onnx\_internal\exporter\_capture_strategies.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0261778Z copying torch\onnx\_internal\exporter\_compat.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0286910Z copying torch\onnx\_internal\exporter\_core.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0316771Z copying torch\onnx\_internal\exporter\_decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0327703Z copying torch\onnx\_internal\exporter\_dispatching.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0342561Z copying torch\onnx\_internal\exporter\_errors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0355750Z copying torch\onnx\_internal\exporter\_fx_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0367713Z copying torch\onnx\_internal\exporter\_ir_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0379144Z copying torch\onnx\_internal\exporter\_isolated.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0390449Z copying torch\onnx\_internal\exporter\_onnx_program.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0406639Z copying torch\onnx\_internal\exporter\_registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0418644Z copying torch\onnx\_internal\exporter\_reporting.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0437109Z copying torch\onnx\_internal\exporter\_schemas.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0453781Z copying torch\onnx\_internal\exporter\_tensors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0465286Z copying torch\onnx\_internal\exporter\_testing.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0477413Z copying torch\onnx\_internal\exporter\_verification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0488769Z copying torch\onnx\_internal\exporter\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:13:31.0496988Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:13:31.0502030Z copying torch\onnx\_internal\fx\decomposition_skip.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:13:31.0514563Z copying torch\onnx\_internal\fx\decomposition_table.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:13:31.0532283Z copying torch\onnx\_internal\fx\diagnostics.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:13:31.0543829Z copying torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:13:31.0570753Z copying torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:13:31.0598194Z copying torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:13:31.0610955Z copying torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:13:31.0646924Z copying torch\onnx\_internal\fx\patcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:13:31.0657382Z copying torch\onnx\_internal\fx\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:13:31.0748182Z copying torch\onnx\_internal\fx\serialization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:13:31.0759685Z copying torch\onnx\_internal\fx\type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:13:31.0772334Z copying torch\onnx\_internal\fx\_pass.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:13:31.0784521Z copying torch\onnx\_internal\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:13:31.0797381Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:13:31.0802624Z copying torch\onnx\_internal\diagnostics\infra\context.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:13:31.0821093Z copying torch\onnx\_internal\diagnostics\infra\decorator.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:13:31.0835064Z copying torch\onnx\_internal\diagnostics\infra\formatter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:13:31.0846701Z copying torch\onnx\_internal\diagnostics\infra\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:13:31.0864777Z copying torch\onnx\_internal\diagnostics\infra\_infra.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:13:31.0883591Z copying torch\onnx\_internal\diagnostics\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:13:31.0899810Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.0906269Z copying torch\onnx\_internal\diagnostics\infra\sarif\version.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.0912511Z copying torch\onnx\_internal\diagnostics\infra\sarif\_address.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.0924921Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.0935995Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.0948727Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.0975592Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.0988673Z copying torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1001261Z copying torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1018459Z copying torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1031178Z copying torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1043485Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1058589Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1075793Z copying torch\onnx\_internal\diagnostics\infra\sarif\_exception.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1090873Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1102978Z 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-01-24T01:13:31.1117414Z 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-01-24T01:13:31.1136508Z copying torch\onnx\_internal\diagnostics\infra\sarif\_fix.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1148854Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1160450Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1172864Z copying torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1189805Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1210860Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1223703Z copying torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1235730Z copying torch\onnx\_internal\diagnostics\infra\sarif\_message.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1247897Z copying torch\onnx\_internal\diagnostics\infra\sarif\_multiformat_message_string.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1260347Z copying torch\onnx\_internal\diagnostics\infra\sarif\_node.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1272480Z copying torch\onnx\_internal\diagnostics\infra\sarif\_notification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1283905Z copying torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1300234Z copying torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1305927Z copying torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1319865Z copying torch\onnx\_internal\diagnostics\infra\sarif\_region.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1340952Z copying torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1357410Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1368598Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1380807Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1392435Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1403742Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1415854Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1427174Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1439214Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run_automation_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1450337Z copying torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1469615Z copying torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1481528Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1492838Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1509686Z copying torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1521899Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1537161Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1550805Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1568866Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1588611Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1604458Z copying torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1628278Z copying torch\onnx\_internal\diagnostics\infra\sarif\_version_control_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1640299Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1651733Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1663449Z copying torch\onnx\_internal\diagnostics\infra\sarif\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:31.1677250Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-01-24T01:13:31.1682737Z copying torch\onnx\_internal\exporter\_torchlib\_torchlib_registry.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-01-24T01:13:31.1699905Z copying torch\onnx\_internal\exporter\_torchlib\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-01-24T01:13:31.1706764Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-01-24T01:13:31.1712573Z copying torch\onnx\_internal\exporter\_torchlib\ops\hop.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-01-24T01:13:31.1723399Z copying torch\onnx\_internal\exporter\_torchlib\ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-01-24T01:13:31.1730134Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2025-01-24T01:13:31.1734994Z copying torch\onnx\_internal\fx\analysis\unsupported_nodes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2025-01-24T01:13:31.1752715Z copying torch\onnx\_internal\fx\analysis\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2025-01-24T01:13:31.1760330Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:13:31.1765202Z copying torch\onnx\_internal\fx\passes\decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:13:31.1776949Z copying torch\onnx\_internal\fx\passes\functionalization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:13:31.1787985Z copying torch\onnx\_internal\fx\passes\modularization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:13:31.1887517Z copying torch\onnx\_internal\fx\passes\readability.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:13:31.1907128Z copying torch\onnx\_internal\fx\passes\type_promotion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:13:31.1952540Z copying torch\onnx\_internal\fx\passes\virtualization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:13:31.1971142Z copying torch\onnx\_internal\fx\passes\_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:13:31.1982597Z copying torch\onnx\_internal\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:13:31.1989958Z creating build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-01-24T01:13:31.1994460Z copying torch\optim\_multi_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-01-24T01:13:31.2008499Z creating build\lib.win-amd64-cpython-39\torch\package\analyze 2025-01-24T01:13:31.2013338Z copying torch\package\analyze\find_first_use_of_broken_modules.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-01-24T01:13:31.2031577Z copying torch\package\analyze\is_from_package.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-01-24T01:13:31.2037395Z copying torch\package\analyze\trace_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-01-24T01:13:31.2055194Z copying torch\package\analyze\__init__.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-01-24T01:13:31.2069390Z creating build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:13:31.2074055Z copying torch\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:13:31.2079811Z copying torch\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:13:31.2085644Z copying torch\quantization\fx\fusion_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:13:31.2092066Z copying torch\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:13:31.2109954Z copying torch\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:13:31.2123160Z copying torch\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:13:31.2137398Z copying torch\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:13:31.2143026Z copying torch\quantization\fx\quantization_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:13:31.2154820Z copying torch\quantization\fx\quantization_types.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:13:31.2160189Z copying torch\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:13:31.2171948Z copying torch\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:13:31.2187559Z copying torch\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:13:31.2194505Z creating build\lib.win-amd64-cpython-39\torch\signal\windows 2025-01-24T01:13:31.2199068Z copying torch\signal\windows\windows.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2025-01-24T01:13:31.2217491Z copying torch\signal\windows\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2025-01-24T01:13:31.2230876Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.2248066Z copying torch\testing\_internal\autocast_test_lists.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.2266642Z copying torch\testing\_internal\autograd_function_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.2284627Z copying torch\testing\_internal\check_kernel_launches.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.3073983Z copying torch\testing\_internal\common_cuda.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.3087054Z copying torch\testing\_internal\common_device_type.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.3126380Z copying torch\testing\_internal\common_distributed.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.3160884Z copying torch\testing\_internal\common_dist_composable.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.3186731Z copying torch\testing\_internal\common_dtype.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.3200178Z copying torch\testing\_internal\common_fsdp.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.3240146Z copying torch\testing\_internal\common_jit.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.3262188Z copying torch\testing\_internal\common_methods_invocations.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.4526274Z copying torch\testing\_internal\common_mkldnn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.4538960Z copying torch\testing\_internal\common_modules.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.4636666Z copying torch\testing\_internal\common_nn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.4715787Z copying torch\testing\_internal\common_optimizers.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.4760539Z copying torch\testing\_internal\common_pruning.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.4773446Z copying torch\testing\_internal\common_quantization.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.4831293Z copying torch\testing\_internal\common_quantized.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.4885516Z copying torch\testing\_internal\common_subclass.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.4898810Z copying torch\testing\_internal\common_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5004063Z copying torch\testing\_internal\composite_compliance.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5023376Z copying torch\testing\_internal\custom_op_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5049193Z copying torch\testing\_internal\custom_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5062228Z copying torch\testing\_internal\dist_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5075959Z copying torch\testing\_internal\dynamo_test_failures.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5089085Z copying torch\testing\_internal\fake_config_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5109157Z copying torch\testing\_internal\fake_config_module2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5116322Z copying torch\testing\_internal\fake_config_module3.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5123196Z copying torch\testing\_internal\hop_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5157150Z copying torch\testing\_internal\hypothesis_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5176095Z copying torch\testing\_internal\inductor_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5192861Z copying torch\testing\_internal\jit_metaprogramming_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5225825Z copying torch\testing\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5251313Z copying torch\testing\_internal\logging_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5269145Z copying torch\testing\_internal\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5281947Z copying torch\testing\_internal\quantization_torch_package_models.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5293953Z copying torch\testing\_internal\static_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5305928Z copying torch\testing\_internal\subclasses.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5349728Z copying torch\testing\_internal\torchbind_impls.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5363761Z copying torch\testing\_internal\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5383277Z copying torch\testing\_internal\two_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5394920Z copying torch\testing\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:13:31.5401284Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2025-01-24T01:13:31.5406132Z copying torch\testing\_internal\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2025-01-24T01:13:31.5413785Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-01-24T01:13:31.5418500Z copying torch\testing\_internal\data\network1.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-01-24T01:13:31.5424271Z copying torch\testing\_internal\data\network2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-01-24T01:13:31.5429837Z copying torch\testing\_internal\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-01-24T01:13:31.5438215Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:13:31.5443184Z copying torch\testing\_internal\distributed\checkpoint_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:13:31.5462675Z copying torch\testing\_internal\distributed\common_state_dict.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:13:31.5476291Z copying torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:13:31.5507179Z copying torch\testing\_internal\distributed\distributed_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:13:31.5744389Z copying torch\testing\_internal\distributed\distributed_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:13:31.5756989Z copying torch\testing\_internal\distributed\fake_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:13:31.5767099Z copying torch\testing\_internal\distributed\multi_threaded_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:13:31.5783792Z copying torch\testing\_internal\distributed\rpc_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:13:31.5794472Z copying torch\testing\_internal\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:13:31.5800867Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-01-24T01:13:31.5806129Z copying torch\testing\_internal\generated\annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-01-24T01:13:31.6014905Z copying torch\testing\_internal\generated\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-01-24T01:13:31.6021462Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-01-24T01:13:31.6026522Z copying torch\testing\_internal\opinfo\core.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-01-24T01:13:31.6089332Z copying torch\testing\_internal\opinfo\refs.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-01-24T01:13:31.6101818Z copying torch\testing\_internal\opinfo\utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-01-24T01:13:31.6120923Z copying torch\testing\_internal\opinfo\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-01-24T01:13:31.6129675Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:13:31.6134755Z copying torch\testing\_internal\optests\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:13:31.6147798Z copying torch\testing\_internal\optests\autograd_registration.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:13:31.6164275Z copying torch\testing\_internal\optests\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:13:31.6178741Z copying torch\testing\_internal\optests\generate_tests.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:13:31.6211367Z copying torch\testing\_internal\optests\make_fx.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:13:31.6223388Z copying torch\testing\_internal\optests\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:13:31.6237441Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-01-24T01:13:31.6242185Z copying torch\testing\_internal\test_module\future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-01-24T01:13:31.6247921Z copying torch\testing\_internal\test_module\no_future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-01-24T01:13:31.6253491Z copying torch\testing\_internal\test_module\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-01-24T01:13:31.6259549Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2025-01-24T01:13:31.6264561Z copying torch\testing\_internal\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2025-01-24T01:13:31.6272052Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:13:31.6277144Z copying torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:13:31.6327812Z copying torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:13:31.6340118Z copying torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:13:31.6417630Z copying torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:13:31.6433786Z copying torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:13:31.6451530Z copying torch\testing\_internal\distributed\rpc\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:13:31.6565909Z copying torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:13:31.6576976Z copying torch\testing\_internal\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:13:31.6583629Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-01-24T01:13:31.6588908Z copying torch\testing\_internal\distributed\_shard\test_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-01-24T01:13:31.6600137Z copying torch\testing\_internal\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-01-24T01:13:31.6607326Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-01-24T01:13:31.6612496Z copying torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-01-24T01:13:31.6643156Z copying torch\testing\_internal\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-01-24T01:13:31.6649890Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-01-24T01:13:31.6655205Z copying torch\testing\_internal\distributed\nn\api\remote_module_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-01-24T01:13:31.6796557Z copying torch\testing\_internal\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-01-24T01:13:31.6803047Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-01-24T01:13:31.6808308Z copying torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-01-24T01:13:31.6822193Z 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-01-24T01:13:31.6841663Z copying torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-01-24T01:13:31.6848157Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:13:31.6853420Z copying torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:13:31.6868730Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:13:31.6903567Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:13:31.6919654Z copying torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:13:31.6926108Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-01-24T01:13:31.6931488Z 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-01-24T01:13:31.6948682Z 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-01-24T01:13:31.6959352Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-01-24T01:13:31.6971949Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:13:31.6977034Z copying torch\testing\_internal\opinfo\definitions\fft.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:13:31.6992970Z copying torch\testing\_internal\opinfo\definitions\linalg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:13:31.7040943Z copying torch\testing\_internal\opinfo\definitions\nested.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:13:31.7073972Z copying torch\testing\_internal\opinfo\definitions\signal.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:13:31.7085901Z copying torch\testing\_internal\opinfo\definitions\sparse.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:13:31.7106500Z copying torch\testing\_internal\opinfo\definitions\special.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:13:31.7142782Z copying torch\testing\_internal\opinfo\definitions\_masked.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:13:31.7173847Z copying torch\testing\_internal\opinfo\definitions\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:13:31.7180799Z creating build\lib.win-amd64-cpython-39\torch\utils\backcompat 2025-01-24T01:13:31.7185247Z copying torch\utils\backcompat\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\backcompat 2025-01-24T01:13:31.7201441Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark 2025-01-24T01:13:31.7206038Z copying torch\utils\benchmark\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark 2025-01-24T01:13:31.7212861Z creating build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-01-24T01:13:31.7217124Z copying torch\utils\bottleneck\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-01-24T01:13:31.7221803Z copying torch\utils\bottleneck\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-01-24T01:13:31.7236253Z creating build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:13:31.7240641Z copying torch\utils\data\backward_compatibility.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:13:31.7246860Z copying torch\utils\data\dataloader.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:13:31.7282342Z copying torch\utils\data\dataset.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:13:31.7300238Z copying torch\utils\data\distributed.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:13:31.7320143Z copying torch\utils\data\graph.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:13:31.7331984Z copying torch\utils\data\graph_settings.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:13:31.7343551Z copying torch\utils\data\sampler.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:13:31.7355583Z copying torch\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:13:31.7368491Z creating build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-01-24T01:13:31.7372884Z copying torch\utils\hipify\constants.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-01-24T01:13:31.7477417Z copying torch\utils\hipify\cuda_to_hip_mappings.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-01-24T01:13:31.7618487Z copying torch\utils\hipify\hipify_python.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-01-24T01:13:31.7641580Z copying torch\utils\hipify\version.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-01-24T01:13:31.7661702Z copying torch\utils\hipify\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-01-24T01:13:31.7668698Z creating build\lib.win-amd64-cpython-39\torch\utils\jit 2025-01-24T01:13:31.7673476Z copying torch\utils\jit\log_extract.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2025-01-24T01:13:31.7684408Z copying torch\utils\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2025-01-24T01:13:31.7690771Z creating build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:13:31.7695096Z copying torch\utils\model_dump\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:13:31.7712699Z copying torch\utils\model_dump\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:13:31.7725816Z creating build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-01-24T01:13:31.7730246Z copying torch\utils\serialization\config.py -> build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-01-24T01:13:31.7736493Z copying torch\utils\serialization\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-01-24T01:13:31.7744541Z creating build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:13:31.7749287Z copying torch\utils\tensorboard\summary.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:13:31.7773742Z copying torch\utils\tensorboard\writer.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:13:31.7803613Z copying torch\utils\tensorboard\_convert_np.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:13:31.7814418Z copying torch\utils\tensorboard\_embedding.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:13:31.7832363Z copying torch\utils\tensorboard\_onnx_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:13:31.7849419Z copying torch\utils\tensorboard\_proto_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:13:31.7861879Z copying torch\utils\tensorboard\_pytorch_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:13:31.7873857Z copying torch\utils\tensorboard\_utils.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:13:31.7885685Z copying torch\utils\tensorboard\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:13:31.7928028Z creating build\lib.win-amd64-cpython-39\torch\utils\viz 2025-01-24T01:13:31.7932402Z copying torch\utils\viz\_cycles.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2025-01-24T01:13:31.7944035Z copying torch\utils\viz\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2025-01-24T01:13:31.7950285Z creating build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-01-24T01:13:31.7954908Z copying torch\utils\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-01-24T01:13:31.7970563Z copying torch\utils\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-01-24T01:13:31.7977778Z creating build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:13:31.7982294Z copying torch\utils\_sympy\functions.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:13:31.8024181Z copying torch\utils\_sympy\interp.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:13:31.8042074Z copying torch\utils\_sympy\numbers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:13:31.8061325Z copying torch\utils\_sympy\printers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:13:31.8096217Z copying torch\utils\_sympy\reference.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:13:31.8115435Z copying torch\utils\_sympy\singleton_int.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:13:31.8131651Z copying torch\utils\_sympy\solve.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:13:31.8144728Z copying torch\utils\_sympy\symbol.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:13:31.8154895Z copying torch\utils\_sympy\value_ranges.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:13:31.8183598Z copying torch\utils\_sympy\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:13:31.8190966Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:13:31.8196378Z copying torch\utils\benchmark\examples\blas_compare_setup.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:13:31.8206925Z copying torch\utils\benchmark\examples\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:13:31.8216886Z copying torch\utils\benchmark\examples\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:13:31.8227490Z copying torch\utils\benchmark\examples\op_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:13:31.8242632Z copying torch\utils\benchmark\examples\simple_timeit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:13:31.8255161Z copying torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:13:31.8265855Z copying torch\utils\benchmark\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:13:31.8272792Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:13:31.8277739Z copying torch\utils\benchmark\op_fuzzers\binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:13:31.8288395Z copying torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:13:31.8299390Z copying torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:13:31.8311170Z copying torch\utils\benchmark\op_fuzzers\spectral.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:13:31.8334203Z copying torch\utils\benchmark\op_fuzzers\unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:13:31.8344951Z copying torch\utils\benchmark\op_fuzzers\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:13:31.8352355Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:13:31.8357030Z copying torch\utils\benchmark\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:13:31.8370393Z copying torch\utils\benchmark\utils\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:13:31.8385028Z copying torch\utils\benchmark\utils\compile.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:13:31.8399779Z copying torch\utils\benchmark\utils\cpp_jit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:13:31.9992029Z copying torch\utils\benchmark\utils\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:13:32.0011736Z copying torch\utils\benchmark\utils\sparse_fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:13:32.0038268Z copying torch\utils\benchmark\utils\timer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:13:32.0060299Z copying torch\utils\benchmark\utils\_stubs.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:13:32.0072200Z copying torch\utils\benchmark\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:13:32.0078923Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:13:32.0084426Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:13:32.0114094Z copying torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:13:32.0120909Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:13:32.0126061Z copying torch\utils\data\datapipes\datapipe.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:13:32.0147688Z copying torch\utils\data\datapipes\gen_pyi.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:13:32.0159755Z copying torch\utils\data\datapipes\_decorator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:13:32.0171926Z copying torch\utils\data\datapipes\_hook_iterator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:13:32.0192075Z copying torch\utils\data\datapipes\_typing.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:13:32.0208687Z copying torch\utils\data\datapipes\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:13:32.0216443Z creating build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:13:32.0221073Z copying torch\utils\data\_utils\collate.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:13:32.0233019Z copying torch\utils\data\_utils\fetch.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:13:32.0249799Z copying torch\utils\data\_utils\pin_memory.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:13:32.0262173Z copying torch\utils\data\_utils\signal_handling.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:13:32.0274475Z copying torch\utils\data\_utils\worker.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:13:32.0293766Z copying torch\utils\data\_utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:13:32.0314497Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-01-24T01:13:32.0319313Z copying torch\utils\data\datapipes\dataframe\dataframes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-01-24T01:13:32.0333549Z copying torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-01-24T01:13:32.0345781Z copying torch\utils\data\datapipes\dataframe\datapipes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-01-24T01:13:32.0370015Z copying torch\utils\data\datapipes\dataframe\structures.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-01-24T01:13:32.0381791Z copying torch\utils\data\datapipes\dataframe\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-01-24T01:13:32.0390524Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:13:32.0395632Z copying torch\utils\data\datapipes\iter\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:13:32.0408820Z copying torch\utils\data\datapipes\iter\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:13:32.0421191Z copying torch\utils\data\datapipes\iter\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:13:32.0441269Z copying torch\utils\data\datapipes\iter\filelister.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:13:32.0471677Z copying torch\utils\data\datapipes\iter\fileopener.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:13:32.0483990Z copying torch\utils\data\datapipes\iter\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:13:32.0496744Z copying torch\utils\data\datapipes\iter\routeddecoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:13:32.0508200Z copying torch\utils\data\datapipes\iter\selecting.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:13:32.0520060Z copying torch\utils\data\datapipes\iter\sharding.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:13:32.0532149Z copying torch\utils\data\datapipes\iter\streamreader.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:13:32.0544575Z copying torch\utils\data\datapipes\iter\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:13:32.0557464Z copying torch\utils\data\datapipes\iter\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:13:32.0582596Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:13:32.0587652Z copying torch\utils\data\datapipes\map\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:13:32.0599544Z copying torch\utils\data\datapipes\map\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:13:32.0610637Z copying torch\utils\data\datapipes\map\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:13:32.0621237Z copying torch\utils\data\datapipes\map\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:13:32.0632243Z copying torch\utils\data\datapipes\map\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:13:32.0648991Z copying torch\utils\data\datapipes\map\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:13:32.0656342Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-01-24T01:13:32.0661315Z copying torch\utils\data\datapipes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-01-24T01:13:32.0678344Z copying torch\utils\data\datapipes\utils\decoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-01-24T01:13:32.0690592Z copying torch\utils\data\datapipes\utils\snapshot.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-01-24T01:13:32.0701691Z copying torch\utils\data\datapipes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-01-24T01:13:32.0709358Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:13:32.0713938Z copying torch\_dynamo\backends\common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:13:32.0748835Z copying torch\_dynamo\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:13:32.0771428Z copying torch\_dynamo\backends\debugging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:13:32.0782600Z copying torch\_dynamo\backends\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:13:32.0823362Z copying torch\_dynamo\backends\inductor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:13:32.0828869Z copying torch\_dynamo\backends\onnxrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:13:32.0840330Z copying torch\_dynamo\backends\registry.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:13:32.0851915Z copying torch\_dynamo\backends\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:13:32.0857121Z copying torch\_dynamo\backends\torchxla.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:13:32.0877964Z copying torch\_dynamo\backends\tvm.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:13:32.0889974Z copying torch\_dynamo\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:13:32.0897593Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:13:32.0909123Z copying torch\_dynamo\polyfills\builtins.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:13:32.0921121Z copying torch\_dynamo\polyfills\functools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:13:32.0932376Z copying torch\_dynamo\polyfills\itertools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:13:32.0943930Z copying torch\_dynamo\polyfills\loader.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:13:32.0963346Z copying torch\_dynamo\polyfills\operator.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:13:32.0974256Z copying torch\_dynamo\polyfills\os.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:13:32.0991130Z copying torch\_dynamo\polyfills\pytree.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:13:32.1002472Z copying torch\_dynamo\polyfills\sys.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:13:32.1008567Z copying torch\_dynamo\polyfills\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:13:32.1021652Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-01-24T01:13:32.1026179Z copying torch\_dynamo\repro\after_aot.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-01-24T01:13:32.1060850Z copying torch\_dynamo\repro\after_dynamo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-01-24T01:13:32.1077749Z copying torch\_dynamo\repro\aoti.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-01-24T01:13:32.1095560Z copying torch\_dynamo\repro\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-01-24T01:13:32.1105009Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1115290Z copying torch\_dynamo\variables\base.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1133033Z copying torch\_dynamo\variables\builder.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1201328Z copying torch\_dynamo\variables\builtin.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1242325Z copying torch\_dynamo\variables\constant.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1253041Z copying torch\_dynamo\variables\ctx_manager.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1309731Z copying torch\_dynamo\variables\dicts.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1327854Z copying torch\_dynamo\variables\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1339007Z copying torch\_dynamo\variables\functions.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1366795Z copying torch\_dynamo\variables\higher_order_ops.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1430516Z copying torch\_dynamo\variables\iter.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1447178Z copying torch\_dynamo\variables\lazy.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1458603Z copying torch\_dynamo\variables\lists.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1483807Z copying torch\_dynamo\variables\misc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1519738Z copying torch\_dynamo\variables\nn_module.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1545416Z copying torch\_dynamo\variables\optimizer.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1557225Z copying torch\_dynamo\variables\script_object.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1569559Z copying torch\_dynamo\variables\sdpa.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1591975Z copying torch\_dynamo\variables\tensor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1624024Z copying torch\_dynamo\variables\torch.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1663606Z copying torch\_dynamo\variables\torch_function.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1679743Z copying torch\_dynamo\variables\user_defined.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1719356Z copying torch\_dynamo\variables\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:13:32.1731951Z creating build\lib.win-amd64-cpython-39\torch\_export\db 2025-01-24T01:13:32.1736289Z copying torch\_export\db\case.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-01-24T01:13:32.1748343Z copying torch\_export\db\gen_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-01-24T01:13:32.1753942Z copying torch\_export\db\logging.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-01-24T01:13:32.1765027Z copying torch\_export\db\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-01-24T01:13:32.1774398Z creating build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:13:32.1784925Z copying torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:13:32.1797236Z copying torch\_export\passes\collect_tracepoints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:13:32.1809021Z copying torch\_export\passes\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:13:32.1833219Z copying torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:13:32.1844921Z copying torch\_export\passes\insert_custom_op_guards.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:13:32.1856855Z copying torch\_export\passes\lift_constants_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:13:32.1874982Z copying torch\_export\passes\remove_runtime_assertions.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:13:32.1887004Z copying torch\_export\passes\replace_autocast_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:13:32.1899531Z copying torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:13:32.2040449Z copying torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:13:32.2053074Z copying torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:13:32.2064850Z copying torch\_export\passes\replace_with_hop_pass_util.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:13:32.2076315Z copying torch\_export\passes\_node_metadata_hook.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:13:32.2090243Z copying torch\_export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:13:32.2103572Z creating build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-01-24T01:13:32.2108223Z copying torch\_export\pass_infra\node_metadata.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-01-24T01:13:32.2119304Z copying torch\_export\pass_infra\proxy_value.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-01-24T01:13:32.2130968Z copying torch\_export\pass_infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-01-24T01:13:32.2137888Z creating build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:13:32.2142590Z copying torch\_export\serde\aoti_schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:13:32.2148498Z copying torch\_export\serde\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:13:32.2170464Z copying torch\_export\serde\schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:13:32.2184051Z copying torch\_export\serde\schema_check.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:13:32.2207939Z copying torch\_export\serde\serialize.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:13:32.2283117Z copying torch\_export\serde\union.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:13:32.2293716Z copying torch\_export\serde\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:13:32.2306116Z creating build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2310954Z copying torch\_export\db\examples\assume_constant_result.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2316718Z copying torch\_export\db\examples\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2327871Z copying torch\_export\db\examples\class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2347288Z copying torch\_export\db\examples\cond_branch_class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2359001Z copying torch\_export\db\examples\cond_branch_nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2370531Z copying torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2387546Z copying torch\_export\db\examples\cond_closed_over_variable.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2393414Z copying torch\_export\db\examples\cond_operands.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2405200Z copying torch\_export\db\examples\cond_predicate.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2416845Z copying torch\_export\db\examples\constrain_as_size_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2429652Z copying torch\_export\db\examples\constrain_as_value_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2443483Z copying torch\_export\db\examples\decorator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2449388Z copying torch\_export\db\examples\dictionary.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2455130Z copying torch\_export\db\examples\dynamic_shape_assert.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2473640Z copying torch\_export\db\examples\dynamic_shape_constructor.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2479747Z copying torch\_export\db\examples\dynamic_shape_if_guard.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2486002Z copying torch\_export\db\examples\dynamic_shape_map.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2492211Z copying torch\_export\db\examples\dynamic_shape_round.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2507063Z copying torch\_export\db\examples\dynamic_shape_slicing.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2513336Z copying torch\_export\db\examples\dynamic_shape_view.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2519323Z copying torch\_export\db\examples\fn_with_kwargs.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2532171Z copying torch\_export\db\examples\list_contains.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2544281Z copying torch\_export\db\examples\list_unpack.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2550724Z copying torch\_export\db\examples\model_attr_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2562284Z copying torch\_export\db\examples\nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2735217Z copying torch\_export\db\examples\null_context_manager.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2736323Z copying torch\_export\db\examples\optional_input.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2737181Z copying torch\_export\db\examples\pytree_flatten.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2738002Z copying torch\_export\db\examples\scalar_output.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2738843Z copying torch\_export\db\examples\specialized_attribute.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2739702Z copying torch\_export\db\examples\static_for_loop.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2740650Z copying torch\_export\db\examples\static_if.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2741449Z copying torch\_export\db\examples\tensor_setattr.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2742295Z copying torch\_export\db\examples\type_reflection_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2743193Z copying torch\_export\db\examples\unsupported_operator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2747174Z copying torch\_export\db\examples\user_input_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2752826Z copying torch\_export\db\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:13:32.2766039Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-01-24T01:13:32.2770966Z copying torch\_functorch\_activation_checkpointing\graph_info_provider.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-01-24T01:13:32.2783217Z copying torch\_functorch\_activation_checkpointing\knapsack.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-01-24T01:13:32.2794592Z copying torch\_functorch\_activation_checkpointing\knapsack_evaluator.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-01-24T01:13:32.2811949Z copying torch\_functorch\_activation_checkpointing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-01-24T01:13:32.2854041Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:13:32.2858852Z copying torch\_functorch\_aot_autograd\autograd_cache.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:13:32.2882000Z copying torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:13:32.2906195Z copying torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:13:32.2929539Z copying torch\_functorch\_aot_autograd\functional_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:13:32.2949405Z copying torch\_functorch\_aot_autograd\input_output_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:13:32.2968209Z copying torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:13:32.2993706Z copying torch\_functorch\_aot_autograd\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:13:32.3011512Z copying torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:13:32.3051196Z copying torch\_functorch\_aot_autograd\schemas.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:13:32.3074672Z copying torch\_functorch\_aot_autograd\subclass_parametrization.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:13:32.3086100Z copying torch\_functorch\_aot_autograd\subclass_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:13:32.3109629Z copying torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:13:32.3133177Z copying torch\_functorch\_aot_autograd\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:13:32.3151034Z copying torch\_functorch\_aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:13:32.3158760Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-01-24T01:13:32.3164348Z copying torch\_inductor\autoheuristic\autoheuristic.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-01-24T01:13:32.3177779Z copying torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-01-24T01:13:32.3190480Z copying torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-01-24T01:13:32.3210107Z copying torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-01-24T01:13:32.3229636Z copying torch\_inductor\autoheuristic\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-01-24T01:13:32.3242438Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3247776Z copying torch\_inductor\codegen\aoti_hipify_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3260203Z copying torch\_inductor\codegen\block_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3273075Z copying torch\_inductor\codegen\common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3317690Z copying torch\_inductor\codegen\cpp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3415540Z copying torch\_inductor\codegen\cpp_bmm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3433781Z copying torch\_inductor\codegen\cpp_flex_attention_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3458534Z copying torch\_inductor\codegen\cpp_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3495781Z copying torch\_inductor\codegen\cpp_grouped_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3514591Z copying torch\_inductor\codegen\cpp_micro_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3540461Z copying torch\_inductor\codegen\cpp_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3553846Z copying torch\_inductor\codegen\cpp_template_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3582797Z copying torch\_inductor\codegen\cpp_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3605499Z copying torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3661854Z copying torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3702510Z copying torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3727758Z copying torch\_inductor\codegen\cpu_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3739524Z copying torch\_inductor\codegen\cuda_combined_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3751026Z copying torch\_inductor\codegen\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3763342Z copying torch\_inductor\codegen\halide.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3795013Z copying torch\_inductor\codegen\memory_planning.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3826834Z copying torch\_inductor\codegen\mps.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3845830Z copying torch\_inductor\codegen\mps_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3851547Z copying torch\_inductor\codegen\multi_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3871302Z copying torch\_inductor\codegen\simd.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3916828Z copying torch\_inductor\codegen\simd_kernel_features.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.3978700Z copying torch\_inductor\codegen\triton.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.4057970Z copying torch\_inductor\codegen\triton_combo_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.4088676Z copying torch\_inductor\codegen\triton_split_scan.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.4100762Z copying torch\_inductor\codegen\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.4113300Z copying torch\_inductor\codegen\wrapper.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.4161724Z copying torch\_inductor\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:32.4168979Z creating build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-01-24T01:13:32.4174314Z copying torch\_inductor\compile_worker\subproc_pool.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-01-24T01:13:32.4193645Z copying torch\_inductor\compile_worker\watchdog.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-01-24T01:13:32.4205905Z copying torch\_inductor\compile_worker\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-01-24T01:13:32.4210727Z copying torch\_inductor\compile_worker\__main__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-01-24T01:13:32.4226580Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4231234Z copying torch\_inductor\fx_passes\b2b_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4252106Z copying torch\_inductor\fx_passes\binary_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4277717Z copying torch\_inductor\fx_passes\ddp_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4296491Z copying torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4319393Z copying torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4338147Z copying torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4350782Z copying torch\_inductor\fx_passes\freezing_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4363709Z copying torch\_inductor\fx_passes\fuse_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4384081Z copying torch\_inductor\fx_passes\group_batch_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4424081Z copying torch\_inductor\fx_passes\joint_graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4448850Z copying torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4472704Z copying torch\_inductor\fx_passes\misc_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4486130Z copying torch\_inductor\fx_passes\mkldnn_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4523721Z copying torch\_inductor\fx_passes\numeric_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4535744Z copying torch\_inductor\fx_passes\pad_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4555038Z copying torch\_inductor\fx_passes\post_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4583980Z copying torch\_inductor\fx_passes\pre_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4603632Z copying torch\_inductor\fx_passes\quantization.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4677479Z copying torch\_inductor\fx_passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4696996Z copying torch\_inductor\fx_passes\replace_random.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4717362Z copying torch\_inductor\fx_passes\split_cat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4768935Z copying torch\_inductor\fx_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:13:32.4776692Z creating build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:13:32.4789844Z copying torch\_inductor\kernel\bmm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:13:32.4801843Z copying torch\_inductor\kernel\conv.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:13:32.4819446Z copying torch\_inductor\kernel\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:13:32.4862163Z copying torch\_inductor\kernel\flex_decoding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:13:32.4886924Z copying torch\_inductor\kernel\mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:13:32.4912744Z copying torch\_inductor\kernel\mm_common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:13:32.4932492Z copying torch\_inductor\kernel\mm_plus_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:13:32.4951139Z copying torch\_inductor\kernel\mm_scaled.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:13:32.4968321Z copying torch\_inductor\kernel\unpack_mixed_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:13:32.4979520Z copying torch\_inductor\kernel\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:13:32.4987069Z creating build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-01-24T01:13:32.4991955Z copying torch\_inductor\package\build_package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-01-24T01:13:32.5002948Z copying torch\_inductor\package\package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-01-24T01:13:32.5015387Z copying torch\_inductor\package\pt2_archive_constants.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-01-24T01:13:32.5020788Z copying torch\_inductor\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-01-24T01:13:32.5029553Z creating build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:13:32.5034211Z copying torch\_inductor\runtime\autotune_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:13:32.5051636Z copying torch\_inductor\runtime\benchmarking.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:13:32.5064564Z copying torch\_inductor\runtime\cache_dir_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:13:32.5076451Z copying torch\_inductor\runtime\compile_tasks.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:13:32.5102029Z copying torch\_inductor\runtime\coordinate_descent_tuner.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:13:32.5114115Z copying torch\_inductor\runtime\halide_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:13:32.5126015Z copying torch\_inductor\runtime\hints.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:13:32.5137884Z copying torch\_inductor\runtime\runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:13:32.5150514Z copying torch\_inductor\runtime\triton_compat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:13:32.5162721Z copying torch\_inductor\runtime\triton_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:13:32.5183275Z copying torch\_inductor\runtime\triton_heuristics.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:13:32.5235131Z copying torch\_inductor\runtime\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:13:32.5242345Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:13:32.5247493Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:13:32.5260028Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:13:32.5271955Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:13:32.5297595Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:13:32.5321655Z copying torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:13:32.5333840Z copying torch\_inductor\autoheuristic\artifacts\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:13:32.5341242Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:13:32.5355240Z copying torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:13:32.5368140Z copying torch\_inductor\codegen\cuda\cuda_env.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:13:32.5381538Z copying torch\_inductor\codegen\cuda\cuda_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:13:32.5406575Z copying torch\_inductor\codegen\cuda\cuda_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:13:32.5426608Z copying torch\_inductor\codegen\cuda\cutlass_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:13:32.5439354Z copying torch\_inductor\codegen\cuda\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:13:32.5451940Z copying torch\_inductor\codegen\cuda\gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:13:32.5484430Z copying torch\_inductor\codegen\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:13:32.5492400Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:13:32.5497778Z copying torch\_inductor\codegen\rocm\ck_conv_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:13:32.5517323Z copying torch\_inductor\codegen\rocm\ck_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:13:32.5529968Z copying torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:13:32.5561545Z copying torch\_inductor\codegen\rocm\compile_command.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:13:32.5573892Z copying torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:13:32.5585939Z copying torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:13:32.5598084Z copying torch\_inductor\codegen\rocm\rocm_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:13:32.5682047Z copying torch\_inductor\codegen\rocm\rocm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:13:32.5694026Z copying torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:13:32.5705377Z copying torch\_inductor\codegen\rocm\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:13:32.5711910Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-01-24T01:13:32.5716768Z copying torch\_inductor\codegen\xpu\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-01-24T01:13:32.5734641Z copying torch\_inductor\codegen\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-01-24T01:13:32.5740968Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-01-24T01:13:32.5746185Z 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-01-24T01:13:32.5758865Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-01-24T01:13:32.5776176Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.5781058Z copying torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.5794229Z copying torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.5805902Z copying torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.5831350Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.5844311Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.5857485Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.5871267Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.5885492Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.5899467Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.5911957Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.5929712Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.5960597Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.5977365Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.5999699Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.6018104Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.6031117Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.6043631Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.6055958Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.6074567Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.6094054Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.6106795Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.6119078Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.6137893Z copying torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:13:32.6145069Z creating build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-01-24T01:13:32.6149800Z copying torch\_numpy\testing\utils.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-01-24T01:13:32.6188079Z copying torch\_numpy\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-01-24T01:13:32.6195698Z creating build\lib.win-amd64-cpython-39\torch\_refs\linalg 2025-01-24T01:13:32.6200927Z copying torch\_refs\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\linalg 2025-01-24T01:13:32.6214710Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn 2025-01-24T01:13:32.6218999Z copying torch\_refs\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn 2025-01-24T01:13:32.6232434Z creating build\lib.win-amd64-cpython-39\torch\_refs\special 2025-01-24T01:13:32.6243314Z copying torch\_refs\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\special 2025-01-24T01:13:32.6256467Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2025-01-24T01:13:32.6260976Z copying torch\_refs\nn\functional\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2025-01-24T01:13:32.6288777Z creating build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-01-24T01:13:32.6293495Z copying torch\_vendor\packaging\version.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-01-24T01:13:32.6318605Z copying torch\_vendor\packaging\_structures.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-01-24T01:13:32.6330709Z copying torch\_vendor\packaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-01-24T01:13:32.6337789Z creating build\lib.win-amd64-cpython-39\torchgen\aoti 2025-01-24T01:13:32.6342006Z copying torchgen\aoti\fallback_ops.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2025-01-24T01:13:32.6354144Z copying torchgen\aoti\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2025-01-24T01:13:32.6361409Z creating build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:13:32.6365550Z copying torchgen\api\autograd.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:13:32.6392114Z copying torchgen\api\cpp.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:13:32.6410156Z copying torchgen\api\dispatcher.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:13:32.6422724Z copying torchgen\api\functionalization.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:13:32.6435446Z copying torchgen\api\lazy.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:13:32.6460028Z copying torchgen\api\meta.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:13:32.6465377Z copying torchgen\api\native.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:13:32.6477497Z copying torchgen\api\python.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:13:32.6519215Z copying torchgen\api\structured.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:13:32.6534259Z copying torchgen\api\translate.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:13:32.6556110Z copying torchgen\api\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:13:32.6567568Z copying torchgen\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:13:32.6580073Z copying torchgen\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:13:32.6586867Z creating build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:13:32.6591240Z copying torchgen\dest\lazy_ir.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:13:32.6609272Z copying torchgen\dest\lazy_ts_lowering.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:13:32.6620535Z copying torchgen\dest\native_functions.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:13:32.6632297Z copying torchgen\dest\register_dispatch_key.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:13:32.6663930Z copying torchgen\dest\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:13:32.6683379Z copying torchgen\dest\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:13:32.6697982Z creating build\lib.win-amd64-cpython-39\torchgen\executorch 2025-01-24T01:13:32.6703075Z copying torchgen\executorch\model.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2025-01-24T01:13:32.6715526Z copying torchgen\executorch\parse.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2025-01-24T01:13:32.6727183Z copying torchgen\executorch\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2025-01-24T01:13:32.6733664Z creating build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-01-24T01:13:32.6738187Z copying torchgen\operator_versions\gen_mobile_upgraders.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-01-24T01:13:32.6750947Z copying torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-01-24T01:13:32.6756528Z copying torchgen\operator_versions\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-01-24T01:13:32.6775310Z creating build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-01-24T01:13:32.6779510Z copying torchgen\selective_build\operator.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-01-24T01:13:32.6791843Z copying torchgen\selective_build\selector.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-01-24T01:13:32.6803560Z copying torchgen\selective_build\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-01-24T01:13:32.6809820Z creating build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-01-24T01:13:32.6821992Z copying torchgen\static_runtime\config.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-01-24T01:13:32.6835175Z copying torchgen\static_runtime\generator.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-01-24T01:13:32.6860306Z copying torchgen\static_runtime\gen_static_runtime_ops.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-01-24T01:13:32.6878676Z copying torchgen\static_runtime\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-01-24T01:13:32.6884912Z creating build\lib.win-amd64-cpython-39\torchgen\api\types 2025-01-24T01:13:32.6889339Z copying torchgen\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-01-24T01:13:32.6950976Z copying torchgen\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-01-24T01:13:32.6965345Z copying torchgen\api\types\types_base.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-01-24T01:13:32.6976321Z copying torchgen\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-01-24T01:13:32.6983455Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-01-24T01:13:32.6988047Z copying torchgen\executorch\api\custom_ops.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-01-24T01:13:32.7000142Z copying torchgen\executorch\api\et_cpp.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-01-24T01:13:32.7168221Z copying torchgen\executorch\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-01-24T01:13:32.7181070Z copying torchgen\executorch\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-01-24T01:13:32.7187633Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-01-24T01:13:32.7192840Z copying torchgen\executorch\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-01-24T01:13:32.7204766Z copying torchgen\executorch\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-01-24T01:13:32.7218023Z copying torchgen\executorch\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-01-24T01:13:33.2664392Z copying torch\return_types.pyi -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:33.3718574Z copying torch\_VF.pyi -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:33.4211438Z copying torch\py.typed -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:13:33.4216488Z creating build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:13:33.4220926Z copying torch\bin\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:13:33.4239172Z copying torch\bin\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:13:33.4294611Z copying torch\bin\FileStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:13:33.4304583Z copying torch\bin\ProcessGroupGlooAsyncTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:13:33.4330534Z copying torch\bin\ProcessGroupGlooTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:13:33.4342090Z copying torch\bin\protoc.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:13:33.4372468Z copying torch\bin\TCPStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:13:33.4382403Z copying torch\bin\test_api.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:13:33.4475617Z copying torch\bin\test_edge_op_registration.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:13:33.4485532Z copying torch\bin\test_jit.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:13:33.4537561Z copying torch\bin\test_lazy.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:13:33.4564479Z copying torch\bin\test_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:13:33.4632602Z copying torch\bin\tutorial_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:13:33.4640581Z creating build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4644851Z copying torch\test\apply_utils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4655697Z copying torch\test\atest.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4666228Z copying torch\test\backend_fallback_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4685282Z copying torch\test\basic.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4704240Z copying torch\test\broadcast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4714719Z copying torch\test\c10_accumulate_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4724953Z copying torch\test\c10_ArrayRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4735238Z copying torch\test\c10_bfloat16_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4746299Z copying torch\test\c10_Bitset_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4757797Z copying torch\test\c10_bit_cast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4768122Z copying torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4777805Z copying torch\test\c10_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4788212Z copying torch\test\c10_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4798730Z copying torch\test\c10_ConstexprCrc_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4815936Z copying torch\test\c10_cow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4826501Z copying torch\test\c10_cuda_CUDAAssertionsTest_1_var_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4836500Z copying torch\test\c10_cuda_CUDAAssertionsTest_catches_stream.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4846536Z copying torch\test\c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4863668Z copying torch\test\c10_cuda_CUDAAssertionsTest_from_2_processes.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4873708Z copying torch\test\c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4883633Z copying torch\test\c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4893496Z copying torch\test\c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4903226Z copying torch\test\c10_cuda_CUDATest.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4912818Z copying torch\test\c10_DeadlockDetection_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4928661Z copying torch\test\c10_DeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4938420Z copying torch\test\c10_Device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4948930Z copying torch\test\c10_DispatchKeySet_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4959173Z copying torch\test\c10_error_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4968715Z copying torch\test\c10_exception_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4978645Z copying torch\test\c10_flags_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.4994094Z copying torch\test\c10_generic_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5003513Z copying torch\test\c10_Half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5013238Z copying torch\test\c10_InlineDeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5023694Z copying torch\test\c10_InlineStreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5040942Z copying torch\test\c10_intrusive_ptr_benchmark.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5051452Z copying torch\test\c10_intrusive_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5068204Z copying torch\test\c10_irange_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5077854Z copying torch\test\c10_lazy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5087388Z copying torch\test\c10_LeftRight_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5097138Z copying torch\test\c10_logging_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5107263Z copying torch\test\c10_Metaprogramming_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5117093Z copying torch\test\c10_NetworkFlow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5147456Z copying torch\test\c10_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5158916Z copying torch\test\c10_ordered_preserving_dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5169545Z copying torch\test\c10_registry_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5179236Z copying torch\test\c10_Scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5195121Z copying torch\test\c10_SizesAndStrides_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5205248Z copying torch\test\c10_small_vector_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5221258Z copying torch\test\c10_ssize_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5231061Z copying torch\test\c10_StreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5248130Z copying torch\test\c10_string_util_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5267169Z copying torch\test\c10_string_view_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5276943Z copying torch\test\c10_SymInt_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5286963Z copying torch\test\c10_Synchronized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5303906Z copying torch\test\c10_tempfile_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5314302Z copying torch\test\c10_ThreadLocal_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5325124Z copying torch\test\c10_typeid_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5334948Z copying torch\test\c10_TypeIndex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5350808Z copying torch\test\c10_TypeList_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5368057Z copying torch\test\c10_TypeTraits_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5377460Z copying torch\test\CppSignature_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5387313Z copying torch\test\cpu_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5398051Z copying torch\test\cpu_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5409011Z copying torch\test\cpu_profiling_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5419396Z copying torch\test\cpu_rng_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5432569Z copying torch\test\cuda_allocatorTraceTracker_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5442181Z copying torch\test\cuda_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5452289Z copying torch\test\cuda_apply_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5469571Z copying torch\test\cuda_atomic_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5480226Z copying torch\test\cuda_caching_host_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5496666Z copying torch\test\cuda_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5507678Z copying torch\test\cuda_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5518190Z copying torch\test\cuda_cub_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5528883Z copying torch\test\cuda_cudnn_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5552836Z copying torch\test\cuda_device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5562638Z copying torch\test\cuda_distributions_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5574364Z copying torch\test\cuda_dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5585064Z copying torch\test\cuda_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5596106Z copying torch\test\cuda_half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5606477Z copying torch\test\cuda_integer_divider_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5616425Z copying torch\test\cuda_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5626927Z copying torch\test\cuda_packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5637206Z copying torch\test\cuda_reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5695864Z copying torch\test\cuda_stream_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5714468Z copying torch\test\cuda_vectorized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5724995Z copying torch\test\Dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5747972Z copying torch\test\Dimname_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5758567Z copying torch\test\dispatch_key_set_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5768840Z copying torch\test\dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5779147Z copying torch\test\extension_backend_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5799353Z copying torch\test\half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5809934Z copying torch\test\IListRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5820613Z copying torch\test\inline_container_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5831207Z copying torch\test\ivalue_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5851733Z copying torch\test\KernelFunction_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5862655Z copying torch\test\kernel_function_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5876787Z copying torch\test\kernel_function_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5889960Z copying torch\test\kernel_lambda_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5910954Z copying torch\test\kernel_lambda_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5923556Z copying torch\test\kernel_stackbased_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5934694Z copying torch\test\lazy_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5944352Z copying torch\test\legacy_vmap_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5974391Z copying torch\test\List_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.5988011Z copying torch\test\make_boxed_from_unboxed_functor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6001115Z copying torch\test\math_kernel_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6011014Z copying torch\test\MaybeOwned_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6034057Z copying torch\test\memory_format_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6044935Z copying torch\test\memory_overlapping_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6055135Z copying torch\test\mobile_memory_cleanup.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6065183Z copying torch\test\NamedTensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6081754Z copying torch\test\native_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6091934Z copying torch\test\operators_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6101936Z copying torch\test\operator_name_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6111947Z copying torch\test\op_allowlist_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6131601Z copying torch\test\op_registration_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6155523Z copying torch\test\packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6165899Z copying torch\test\pow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6177105Z copying torch\test\quantized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6194275Z copying torch\test\reduce_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6204266Z copying torch\test\reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6214341Z copying torch\test\scalar_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6224405Z copying torch\test\scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6235308Z copying torch\test\StorageUtils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6245801Z copying torch\test\stride_properties_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6256975Z copying torch\test\tensor_iterator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6269305Z copying torch\test\test_parallel.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6279514Z copying torch\test\thread_init_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6287359Z copying torch\test\type_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6297289Z copying torch\test\type_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6307402Z copying torch\test\undefined_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6318182Z copying torch\test\verify_api_visibility.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6325281Z copying torch\test\weakref_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6335413Z copying torch\test\wrapdim_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6345413Z copying torch\test\xla_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:13:33.6355285Z creating build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6359496Z copying torch\_C\_aoti.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6381156Z copying torch\_C\_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6398114Z copying torch\_C\_cpu.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6403925Z copying torch\_C\_cudnn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6410183Z copying torch\_C\_cusparselt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6425032Z copying torch\_C\_distributed_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6436051Z copying torch\_C\_distributed_c10d.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6454924Z copying torch\_C\_distributed_rpc.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6466912Z copying torch\_C\_distributed_rpc_testing.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6478927Z copying torch\_C\_export.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6485035Z copying torch\_C\_functions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6497023Z copying torch\_C\_functorch.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6510035Z copying torch\_C\_instruction_counter.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6516608Z copying torch\_C\_itt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6522894Z copying torch\_C\_lazy.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6540752Z copying torch\_C\_lazy_ts_backend.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6547394Z copying torch\_C\_monitor.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6559639Z copying torch\_C\_nn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6571520Z copying torch\_C\_nvtx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6584545Z copying torch\_C\_onnx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6596817Z copying torch\_C\_profiler.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.6609393Z copying torch\_C\_VariableFunctions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.7115275Z copying torch\_C\_verbose.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.7122057Z copying torch\_C\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:13:33.7337792Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:33.7357461Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:13:33.7384134Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:13:33.7396275Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:13:33.7420155Z creating build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:33.7424063Z copying torch\lib\shm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:33.7430451Z copying torch\lib\shm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:33.7436209Z creating build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:13:33.7440507Z copying torch\include\cpuinfo.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:13:33.7447632Z copying torch\include\dnnl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:13:33.7453791Z copying torch\include\dnnl_config.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:13:33.7459969Z copying torch\include\dnnl_debug.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:13:33.7473132Z copying torch\include\dnnl_ocl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:13:33.7487065Z copying torch\include\dnnl_sycl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:13:33.7493489Z copying torch\include\dnnl_sycl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:13:33.7505937Z copying torch\include\dnnl_threadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:13:33.7512238Z copying torch\include\dnnl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:13:33.7518603Z copying torch\include\dnnl_version.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:13:33.7525125Z copying torch\include\experiments-config.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:13:33.7536078Z copying torch\include\fp16.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:13:33.7541993Z copying torch\include\fxdiv.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:13:33.7548367Z copying torch\include\libshm.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:13:33.7554515Z copying torch\include\psimd.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:13:33.7567548Z copying torch\include\pthreadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:13:33.7575019Z copying torch\include\sleef.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:13:33.7584218Z copying torch\include\xnnpack.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:13:33.7592186Z creating build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7596596Z copying torch\include\ATen\AccumulateType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7603275Z copying torch\include\ATen\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7609221Z copying torch\include\ATen\ATen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7615472Z copying torch\include\ATen\autocast_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7622530Z copying torch\include\ATen\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7642262Z copying torch\include\ATen\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7648422Z copying torch\include\ATen\BlasBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7655974Z copying torch\include\ATen\CachedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7672729Z copying torch\include\ATen\ceil_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7678599Z copying torch\include\ATen\code_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7685257Z copying torch\include\ATen\CollapseDims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7691970Z copying torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7698642Z copying torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7706185Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7712993Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7720077Z copying torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7733969Z copying torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7741551Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7748652Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7774928Z copying torch\include\ATen\Config.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7781256Z copying torch\include\ATen\Context.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7788359Z copying torch\include\ATen\cpp_custom_type_hack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7795159Z copying torch\include\ATen\CPUApplyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7802072Z copying torch\include\ATen\CPUFixedAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7808729Z copying torch\include\ATen\CPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7815067Z copying torch\include\ATen\CPUFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7822100Z copying torch\include\ATen\CPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7828718Z copying torch\include\ATen\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7835230Z copying torch\include\ATen\CUDAFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7851257Z copying torch\include\ATen\Device.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7857373Z copying torch\include\ATen\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7863824Z copying torch\include\ATen\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7875373Z copying torch\include\ATen\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7881237Z copying torch\include\ATen\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7887219Z copying torch\include\ATen\Dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7893965Z copying torch\include\ATen\Dispatch_v2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7906230Z copying torch\include\ATen\div_rtn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7912535Z copying torch\include\ATen\DLConvertor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7918830Z copying torch\include\ATen\dlpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7925012Z copying torch\include\ATen\DynamicLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7936927Z copying torch\include\ATen\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7951041Z copying torch\include\ATen\ExpandBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7957398Z copying torch\include\ATen\ExpandUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7964293Z copying torch\include\ATen\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7970547Z copying torch\include\ATen\FunctionalStorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7977059Z copying torch\include\ATen\FunctionalTensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7983941Z copying torch\include\ATen\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.7991362Z copying torch\include\ATen\FuncTorchTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8003862Z copying torch\include\ATen\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8009762Z copying torch\include\ATen\InferSize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8016523Z copying torch\include\ATen\InitialTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8030309Z copying torch\include\ATen\jiterator_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8037357Z copying torch\include\ATen\jit_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8042957Z copying torch\include\ATen\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8049215Z copying torch\include\ATen\LegacyBatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8055834Z copying torch\include\ATen\LegacyBatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8068083Z copying torch\include\ATen\LegacyVmapMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8074780Z copying torch\include\ATen\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8081701Z copying torch\include\ATen\LinalgBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8088213Z copying torch\include\ATen\MapAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8102283Z copying torch\include\ATen\MatrixRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8124449Z copying torch\include\ATen\MemoryOverlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8130993Z copying torch\include\ATen\MetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8137631Z copying torch\include\ATen\MetaFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8151346Z copying torch\include\ATen\MethodOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8158054Z copying torch\include\ATen\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8164681Z copying torch\include\ATen\NamedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8171271Z copying torch\include\ATen\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8185705Z copying torch\include\ATen\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8193680Z copying torch\include\ATen\NestedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8207971Z copying torch\include\ATen\NumericUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8214543Z copying torch\include\ATen\OpaqueTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8221169Z copying torch\include\ATen\Operators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8229367Z copying torch\include\ATen\OpMathType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8235903Z copying torch\include\ATen\PadNd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8242219Z copying torch\include\ATen\Parallel-inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8254217Z copying torch\include\ATen\Parallel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8261722Z copying torch\include\ATen\ParallelFuture.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8268097Z copying torch\include\ATen\ParallelNative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8274540Z copying torch\include\ATen\ParallelOpenMP.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8291484Z copying torch\include\ATen\PTThreadPool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8298258Z copying torch\include\ATen\PythonTorchFunctionTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8304277Z copying torch\include\ATen\record_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8311460Z copying torch\include\ATen\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8345145Z copying torch\include\ATen\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8360552Z copying torch\include\ATen\ROCmFABackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8366647Z copying torch\include\ATen\SavedTensorHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8372905Z copying torch\include\ATen\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8379265Z copying torch\include\ATen\ScalarOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8385271Z copying torch\include\ATen\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8391591Z copying torch\include\ATen\SDPBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8397695Z copying torch\include\ATen\SequenceNumber.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8404170Z copying torch\include\ATen\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8410523Z copying torch\include\ATen\SparseCsrTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8417022Z copying torch\include\ATen\SparseCsrTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8423814Z copying torch\include\ATen\SparseTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8430386Z copying torch\include\ATen\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8436409Z copying torch\include\ATen\StorageUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8442871Z copying torch\include\ATen\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8448716Z copying torch\include\ATen\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8463647Z copying torch\include\ATen\TensorGeometry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8470367Z copying torch\include\ATen\TensorIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8477221Z copying torch\include\ATen\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8484339Z copying torch\include\ATen\TensorIteratorInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8502185Z copying torch\include\ATen\TensorMeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8508799Z copying torch\include\ATen\TensorNames.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8515488Z copying torch\include\ATen\TensorOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8521909Z copying torch\include\ATen\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8534442Z copying torch\include\ATen\TensorSubclassLikeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8541298Z copying torch\include\ATen\TensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8547825Z copying torch\include\ATen\ThreadLocalPythonObjects.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8554296Z copying torch\include\ATen\ThreadLocalState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8566513Z copying torch\include\ATen\TracerMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8573676Z copying torch\include\ATen\TypeDefault.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8579887Z copying torch\include\ATen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8586140Z copying torch\include\ATen\Version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8592677Z copying torch\include\ATen\VmapGeneratedPlumbing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8614924Z copying torch\include\ATen\WrapDimUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8621649Z copying torch\include\ATen\WrapDimUtilsMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:13:33.8627591Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-01-24T01:13:33.8632538Z copying torch\include\ATen\cpu\FlushDenormal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-01-24T01:13:33.8638637Z copying torch\include\ATen\cpu\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-01-24T01:13:33.8645196Z copying torch\include\ATen\cpu\vml.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-01-24T01:13:33.8650676Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:13:33.8657243Z copying torch\include\ATen\cpu\vec\vec128\vec128.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:13:33.8663102Z copying torch\include\ATen\cpu\vec\vec128\vec128_bfloat16_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:13:33.8670447Z copying torch\include\ATen\cpu\vec\vec128\vec128_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:13:33.8676819Z copying torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:13:33.8692528Z copying torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:13:33.8706010Z 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-01-24T01:13:33.8712085Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:13:33.8717336Z copying torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:13:33.8724070Z copying torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:13:33.8730633Z copying torch\include\ATen\cpu\vec\vec256\vec256.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:13:33.8747805Z copying torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:13:33.8763426Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:13:33.8771419Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:13:33.8778467Z copying torch\include\ATen\cpu\vec\vec256\vec256_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:13:33.8785191Z copying torch\include\ATen\cpu\vec\vec256\vec256_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:13:33.8792103Z copying torch\include\ATen\cpu\vec\vec256\vec256_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:13:33.8799219Z copying torch\include\ATen\cpu\vec\vec256\vec256_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:13:33.8806759Z copying torch\include\ATen\cpu\vec\vec256\vec256_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:13:33.8813421Z copying torch\include\ATen\cpu\vec\vec256\vec256_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:13:33.8820201Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:13:33.8825898Z 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-01-24T01:13:33.8832538Z 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-01-24T01:13:33.8839234Z 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-01-24T01:13:33.8854310Z 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-01-24T01:13:33.8861358Z 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-01-24T01:13:33.8879495Z 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-01-24T01:13:33.8886396Z 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-01-24T01:13:33.8892875Z 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-01-24T01:13:33.8954393Z 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-01-24T01:13:33.8966745Z 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-01-24T01:13:33.8973367Z 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-01-24T01:13:33.8981117Z 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-01-24T01:13:33.8987986Z 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-01-24T01:13:33.9000139Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2025-01-24T01:13:33.9005419Z 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-01-24T01:13:33.9012488Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:13:33.9017497Z copying torch\include\ATen\cpu\vec\vec512\vec512.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:13:33.9024510Z copying torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:13:33.9031708Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:13:33.9045992Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:13:33.9060896Z copying torch\include\ATen\cpu\vec\vec512\vec512_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:13:33.9067486Z copying torch\include\ATen\cpu\vec\vec512\vec512_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:13:33.9075559Z copying torch\include\ATen\cpu\vec\vec512\vec512_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:13:33.9084716Z copying torch\include\ATen\cpu\vec\vec512\vec512_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:13:33.9093412Z copying torch\include\ATen\cpu\vec\vec512\vec512_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:13:33.9100700Z copying torch\include\ATen\cpu\vec\vec512\vec512_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:13:33.9117534Z copying torch\include\ATen\cpu\vec\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:13:33.9124016Z copying torch\include\ATen\cpu\vec\functional_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:13:33.9138000Z copying torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:13:33.9151107Z copying torch\include\ATen\cpu\vec\intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:13:33.9157421Z copying torch\include\ATen\cpu\vec\vec.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:13:33.9163611Z copying torch\include\ATen\cpu\vec\vec_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:13:33.9170385Z copying torch\include\ATen\cpu\vec\vec_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:13:33.9176739Z copying torch\include\ATen\cpu\vec\vec_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:13:33.9184033Z copying torch\include\ATen\cpu\vec\vec_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:13:33.9190458Z copying torch\include\ATen\cpu\vec\vec_n.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:13:33.9196172Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:13:33.9201327Z copying torch\include\ATen\cpu\vec\sve\sve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:13:33.9207916Z copying torch\include\ATen\cpu\vec\sve\vec_common_sve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:13:33.9214332Z copying torch\include\ATen\cpu\vec\sve\vec_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:13:33.9221122Z copying torch\include\ATen\cpu\vec\sve\vec_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:13:33.9236792Z copying torch\include\ATen\cpu\vec\sve\vec_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:13:33.9243606Z copying torch\include\ATen\cpu\vec\sve\vec_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:13:33.9249613Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9254184Z copying torch\include\ATen\core\alias_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9260549Z copying torch\include\ATen\core\Array.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9272785Z copying torch\include\ATen\core\ATenGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9278856Z copying torch\include\ATen\core\ATenOpList.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9293753Z copying torch\include\ATen\core\ATen_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9300027Z copying torch\include\ATen\core\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9307308Z copying torch\include\ATen\core\ATen_pch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9313604Z copying torch\include\ATen\core\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9319533Z copying torch\include\ATen\core\blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9331803Z copying torch\include\ATen\core\builtin_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9338101Z copying torch\include\ATen\core\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9344931Z copying torch\include\ATen\core\CheckMemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9351364Z copying torch\include\ATen\core\class_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9364231Z copying torch\include\ATen\core\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9371875Z copying torch\include\ATen\core\DeprecatedTypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9378249Z copying torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9384804Z copying torch\include\ATen\core\Dict.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9398036Z copying torch\include\ATen\core\Dict_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9404281Z copying torch\include\ATen\core\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9410466Z copying torch\include\ATen\core\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9416623Z copying torch\include\ATen\core\DistributionsHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9423251Z copying torch\include\ATen\core\dynamic_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9436071Z copying torch\include\ATen\core\enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9442296Z copying torch\include\ATen\core\enum_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9448611Z copying torch\include\ATen\core\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9455061Z copying torch\include\ATen\core\function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9461351Z copying torch\include\ATen\core\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9467741Z copying torch\include\ATen\core\function_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9474828Z copying torch\include\ATen\core\function_schema_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9487596Z copying torch\include\ATen\core\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9495494Z copying torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9502166Z copying torch\include\ATen\core\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9508675Z copying torch\include\ATen\core\IListRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9528971Z copying torch\include\ATen\core\IListRef_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9535610Z copying torch\include\ATen\core\interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9542203Z copying torch\include\ATen\core\interned_strings_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9548819Z copying torch\include\ATen\core\ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9563233Z copying torch\include\ATen\core\ivalue_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9571737Z copying torch\include\ATen\core\ivalue_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9578551Z copying torch\include\ATen\core\jit_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9586065Z copying torch\include\ATen\core\jit_type_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9593323Z copying torch\include\ATen\core\LegacyTypeDispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9599794Z copying torch\include\ATen\core\List.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9607542Z copying torch\include\ATen\core\List_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9613232Z copying torch\include\ATen\core\MT19937RNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9632723Z copying torch\include\ATen\core\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9639202Z copying torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9645703Z copying torch\include\ATen\core\operator_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9652402Z copying torch\include\ATen\core\PhiloxRNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9659125Z copying torch\include\ATen\core\PythonFallbackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9665843Z copying torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9672357Z copying torch\include\ATen\core\qualified_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9679224Z copying torch\include\ATen\core\QuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9685771Z copying torch\include\ATen\core\Range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9691879Z copying torch\include\ATen\core\Reduction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9712843Z copying torch\include\ATen\core\rref_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9719098Z copying torch\include\ATen\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9731122Z copying torch\include\ATen\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9737073Z copying torch\include\ATen\core\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9743295Z copying torch\include\ATen\core\symbol.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9749722Z copying torch\include\ATen\core\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9762301Z copying torch\include\ATen\core\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9769210Z copying torch\include\ATen\core\TensorBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9777456Z copying torch\include\ATen\core\TensorBody.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9788696Z copying torch\include\ATen\core\TorchDispatchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9801402Z copying torch\include\ATen\core\TransformationHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9824530Z copying torch\include\ATen\core\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9830686Z copying torch\include\ATen\core\type_factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9836993Z copying torch\include\ATen\core\type_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9849438Z copying torch\include\ATen\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9855731Z copying torch\include\ATen\core\UnsafeFromTH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9862124Z copying torch\include\ATen\core\VariableHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9868368Z copying torch\include\ATen\core\Variadic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9874935Z copying torch\include\ATen\core\Vitals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:13:33.9880946Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:33.9885581Z copying torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:33.9891788Z copying torch\include\ATen\cuda\AsmUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:33.9897896Z copying torch\include\ATen\cuda\Atomic.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:33.9910887Z copying torch\include\ATen\cuda\cub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:33.9917647Z copying torch\include\ATen\cuda\cub_definitions.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:33.9930505Z copying torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:33.9954381Z copying torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:33.9960478Z copying torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:33.9966787Z copying torch\include\ATen\cuda\DeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:33.9972986Z copying torch\include\ATen\cuda\NumericLimits.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:33.9990588Z copying torch\include\ATen\cuda\PhiloxUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:33.9996576Z copying torch\include\ATen\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0002977Z copying torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0009216Z copying torch\include\ATen\cuda\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0015490Z copying torch\include\ATen\cuda\cub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0021647Z copying torch\include\ATen\cuda\CUDABlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0027940Z copying torch\include\ATen\cuda\CUDAConfig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0034481Z copying torch\include\ATen\cuda\CUDAContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0045871Z copying torch\include\ATen\cuda\CUDAContextLight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0052397Z copying torch\include\ATen\cuda\CUDADataType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0058894Z copying torch\include\ATen\cuda\CUDADevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0076001Z copying torch\include\ATen\cuda\CUDAEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0082731Z copying torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0089153Z copying torch\include\ATen\cuda\CUDAGraph.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0095997Z copying torch\include\ATen\cuda\CUDASparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0102130Z copying torch\include\ATen\cuda\CUDASparseBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0115495Z copying torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0122495Z copying torch\include\ATen\cuda\CUDAUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0128704Z copying torch\include\ATen\cuda\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0206596Z copying torch\include\ATen\cuda\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0222867Z copying torch\include\ATen\cuda\jiterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0229253Z copying torch\include\ATen\cuda\jiterator_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0235822Z copying torch\include\ATen\cuda\llvm_jit_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0242059Z copying torch\include\ATen\cuda\PeerToPeerAccess.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0248508Z copying torch\include\ATen\cuda\PhiloxCudaState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0255171Z copying torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0261366Z copying torch\include\ATen\cuda\Sleep.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0267692Z copying torch\include\ATen\cuda\ThrustAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:13:34.0280584Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:13:34.0285673Z copying torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:13:34.0292343Z copying torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:13:34.0298947Z copying torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:13:34.0320513Z copying torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:13:34.0326891Z copying torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:13:34.0333527Z copying torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:13:34.0339975Z copying torch\include\ATen\cuda\detail\CUDAHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:13:34.0346487Z copying torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:13:34.0352941Z copying torch\include\ATen\cuda\detail\KernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:13:34.0359400Z copying torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:13:34.0365054Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:13:34.0369907Z copying torch\include\ATen\cuda\tunable\GemmCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:13:34.0376437Z copying torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:13:34.0383136Z copying torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:13:34.0390103Z copying torch\include\ATen\cuda\tunable\StreamTimer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:13:34.0408428Z copying torch\include\ATen\cuda\tunable\Tunable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:13:34.0415277Z copying torch\include\ATen\cuda\tunable\TunableGemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:13:34.0421853Z copying torch\include\ATen\cuda\tunable\TunableOp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:13:34.0427728Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:13:34.0432950Z copying torch\include\ATen\cudnn\cudnn-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:13:34.0445013Z copying torch\include\ATen\cudnn\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:13:34.0451162Z copying torch\include\ATen\cudnn\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:13:34.0457159Z copying torch\include\ATen\cudnn\Handles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:13:34.0463148Z copying torch\include\ATen\cudnn\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:13:34.0487939Z copying torch\include\ATen\cudnn\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:13:34.0493545Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:13:34.0498251Z copying torch\include\ATen\functorch\ADInterpreters.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:13:34.0504897Z copying torch\include\ATen\functorch\BatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:13:34.0512585Z copying torch\include\ATen\functorch\BatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:13:34.0527903Z copying torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:13:34.0534826Z copying torch\include\ATen\functorch\BatchRulesHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:13:34.0547973Z copying torch\include\ATen\functorch\DynamicLayer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:13:34.0554871Z copying torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:13:34.0561137Z copying torch\include\ATen\functorch\Interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:13:34.0567954Z copying torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:13:34.0574289Z copying torch\include\ATen\functorch\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:13:34.0580473Z copying torch\include\ATen\functorch\PlumbingHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:13:34.0586920Z copying torch\include\ATen\functorch\TensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:13:34.0717987Z copying torch\include\ATen\functorch\VmapInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:13:34.0719114Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0719688Z copying torch\include\ATen\ops\abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0720412Z copying torch\include\ATen\ops\absolute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0721300Z copying torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0722216Z copying torch\include\ATen\ops\absolute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0722981Z copying torch\include\ATen\ops\absolute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0723863Z copying torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0724836Z copying torch\include\ATen\ops\abs_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0725620Z copying torch\include\ATen\ops\abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0726512Z copying torch\include\ATen\ops\abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0727234Z copying torch\include\ATen\ops\abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0727927Z copying torch\include\ATen\ops\acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0741021Z copying torch\include\ATen\ops\acosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0747802Z copying torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0754281Z copying torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0760646Z copying torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0767115Z copying torch\include\ATen\ops\acosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0773560Z copying torch\include\ATen\ops\acosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0779948Z copying torch\include\ATen\ops\acosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0786292Z copying torch\include\ATen\ops\acosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0800457Z copying torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0814076Z copying torch\include\ATen\ops\acos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0820528Z copying torch\include\ATen\ops\acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0826800Z copying torch\include\ATen\ops\acos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0833233Z copying torch\include\ATen\ops\acos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0840211Z copying torch\include\ATen\ops\acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0846559Z copying torch\include\ATen\ops\acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0852860Z copying torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0859939Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0866616Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0880780Z copying torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0887908Z copying torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0895776Z copying torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0903880Z copying torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0912058Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0919505Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0926304Z copying torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0932999Z copying torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0951941Z copying torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0958397Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0965252Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0972393Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0979054Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0985749Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0992930Z copying torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.0999612Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1006536Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1013198Z copying torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1019819Z copying torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1039455Z copying torch\include\ATen\ops\adaptive_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1046281Z copying torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1052871Z copying torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1070951Z copying torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1077711Z copying torch\include\ATen\ops\adaptive_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1084577Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1091662Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1098488Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1105214Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1112205Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1119132Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1139349Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1146111Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1153451Z copying torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1160751Z copying torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1183275Z copying torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1190041Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1196936Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1211452Z copying torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1225318Z copying torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1232196Z copying torch\include\ATen\ops\adaptive_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1239349Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1246624Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1261616Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1268615Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1276569Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1283698Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1297128Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1303806Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1311092Z copying torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1318075Z copying torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1324960Z copying torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1331937Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1338700Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1346281Z copying torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1359411Z copying torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1365837Z copying torch\include\ATen\ops\add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1372013Z copying torch\include\ATen\ops\addbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1378352Z copying torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1391340Z copying torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1397963Z copying torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1404468Z copying torch\include\ATen\ops\addbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1411023Z copying torch\include\ATen\ops\addbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1422114Z copying torch\include\ATen\ops\addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1428968Z copying torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1435496Z copying torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1442001Z copying torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1461652Z copying torch\include\ATen\ops\addcdiv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1468178Z copying torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1474811Z copying torch\include\ATen\ops\addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1481307Z copying torch\include\ATen\ops\addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1487747Z copying torch\include\ATen\ops\addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1494511Z copying torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1500827Z copying torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1507484Z copying torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1514226Z copying torch\include\ATen\ops\addcmul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1520838Z copying torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1527322Z copying torch\include\ATen\ops\addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1533833Z copying torch\include\ATen\ops\addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1540322Z copying torch\include\ATen\ops\addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1546956Z copying torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1606069Z copying torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1612846Z copying torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1625299Z copying torch\include\ATen\ops\addmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1632047Z copying torch\include\ATen\ops\addmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1638671Z copying torch\include\ATen\ops\addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1645096Z copying torch\include\ATen\ops\addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1657742Z copying torch\include\ATen\ops\addmv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1664485Z copying torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1679885Z copying torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1686620Z copying torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1699222Z copying torch\include\ATen\ops\addmv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1705712Z copying torch\include\ATen\ops\addmv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1712397Z copying torch\include\ATen\ops\addmv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1718879Z copying torch\include\ATen\ops\addmv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1731140Z copying torch\include\ATen\ops\addr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1737774Z copying torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1744213Z copying torch\include\ATen\ops\addr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1751053Z copying torch\include\ATen\ops\addr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1769872Z copying torch\include\ATen\ops\addr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1776538Z copying torch\include\ATen\ops\addr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1791798Z copying torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1798432Z copying torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1809493Z copying torch\include\ATen\ops\add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1816358Z copying torch\include\ATen\ops\add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1823086Z copying torch\include\ATen\ops\add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1829377Z copying torch\include\ATen\ops\add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1835948Z copying torch\include\ATen\ops\add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1842449Z copying torch\include\ATen\ops\add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1848767Z copying torch\include\ATen\ops\adjoint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1855126Z copying torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1861696Z copying torch\include\ATen\ops\adjoint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1868171Z copying torch\include\ATen\ops\adjoint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1875058Z copying torch\include\ATen\ops\affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1881539Z copying torch\include\ATen\ops\affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1888501Z copying torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1895254Z copying torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1901921Z copying torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1908748Z copying torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1930853Z copying torch\include\ATen\ops\affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1937587Z copying torch\include\ATen\ops\affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1943919Z copying torch\include\ATen\ops\alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1950307Z copying torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1956760Z copying torch\include\ATen\ops\alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1963772Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1970687Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1977204Z copying torch\include\ATen\ops\alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1988937Z copying torch\include\ATen\ops\alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.1995913Z copying torch\include\ATen\ops\alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2002429Z copying torch\include\ATen\ops\alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2009180Z copying torch\include\ATen\ops\align_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2020446Z copying torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2026992Z copying torch\include\ATen\ops\align_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2033712Z copying torch\include\ATen\ops\align_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2040347Z copying torch\include\ATen\ops\align_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2054534Z copying torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2061357Z copying torch\include\ATen\ops\align_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2068041Z copying torch\include\ATen\ops\align_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2074721Z copying torch\include\ATen\ops\align_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2081432Z copying torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2088345Z copying torch\include\ATen\ops\align_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2095101Z copying torch\include\ATen\ops\align_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2101663Z copying torch\include\ATen\ops\all.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2108198Z copying torch\include\ATen\ops\allclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2115141Z copying torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2121713Z copying torch\include\ATen\ops\allclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2128142Z copying torch\include\ATen\ops\allclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2135372Z copying torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2142526Z copying torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2149452Z copying torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2156214Z copying torch\include\ATen\ops\all_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2162926Z copying torch\include\ATen\ops\all_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2169524Z copying torch\include\ATen\ops\all_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2175959Z copying torch\include\ATen\ops\all_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2182405Z copying torch\include\ATen\ops\all_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2189165Z copying torch\include\ATen\ops\all_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2196684Z copying torch\include\ATen\ops\alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2204920Z copying torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2211420Z copying torch\include\ATen\ops\alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2228683Z copying torch\include\ATen\ops\alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2235262Z copying torch\include\ATen\ops\amax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2242013Z copying torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2248756Z copying torch\include\ATen\ops\amax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2262203Z copying torch\include\ATen\ops\amax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2268890Z copying torch\include\ATen\ops\amax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2275718Z copying torch\include\ATen\ops\amax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2282363Z copying torch\include\ATen\ops\amax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2296129Z copying torch\include\ATen\ops\amax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2302816Z copying torch\include\ATen\ops\amin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2309103Z copying torch\include\ATen\ops\aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2316198Z copying torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2332105Z copying torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2338613Z copying torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2345066Z copying torch\include\ATen\ops\aminmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2351687Z copying torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2365735Z copying torch\include\ATen\ops\aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2372303Z copying torch\include\ATen\ops\aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2379409Z copying torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2385768Z copying torch\include\ATen\ops\amin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2397484Z copying torch\include\ATen\ops\amin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2404058Z copying torch\include\ATen\ops\amin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2410493Z copying torch\include\ATen\ops\amin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2416991Z copying torch\include\ATen\ops\amin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2423384Z copying torch\include\ATen\ops\amin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2429796Z copying torch\include\ATen\ops\and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2436351Z copying torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2442806Z copying torch\include\ATen\ops\and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2454960Z copying torch\include\ATen\ops\and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2462064Z copying torch\include\ATen\ops\angle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2468526Z copying torch\include\ATen\ops\angle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2475269Z copying torch\include\ATen\ops\angle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2488027Z copying torch\include\ATen\ops\angle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2494533Z copying torch\include\ATen\ops\angle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2500960Z copying torch\include\ATen\ops\any.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2508035Z copying torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2520520Z copying torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2527250Z copying torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2533784Z copying torch\include\ATen\ops\any_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2540384Z copying torch\include\ATen\ops\any_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2565881Z copying torch\include\ATen\ops\any_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2572460Z copying torch\include\ATen\ops\any_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2579194Z copying torch\include\ATen\ops\any_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2585594Z copying torch\include\ATen\ops\any_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2599495Z copying torch\include\ATen\ops\arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2606383Z copying torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2613362Z copying torch\include\ATen\ops\arange_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2620472Z copying torch\include\ATen\ops\arange_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2634184Z copying torch\include\ATen\ops\arange_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2640841Z copying torch\include\ATen\ops\arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2647764Z copying torch\include\ATen\ops\arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2654698Z copying torch\include\ATen\ops\arccos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2661120Z copying torch\include\ATen\ops\arccosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2667837Z copying torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2757768Z copying torch\include\ATen\ops\arccosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2764100Z copying torch\include\ATen\ops\arccosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2776003Z copying torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2782750Z copying torch\include\ATen\ops\arccos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2790908Z copying torch\include\ATen\ops\arccos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2798335Z copying torch\include\ATen\ops\arcsin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2809265Z copying torch\include\ATen\ops\arcsinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2816125Z copying torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2822965Z copying torch\include\ATen\ops\arcsinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2829571Z copying torch\include\ATen\ops\arcsinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2841591Z copying torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2848250Z copying torch\include\ATen\ops\arcsin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2855122Z copying torch\include\ATen\ops\arcsin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2861636Z copying torch\include\ATen\ops\arctan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2873318Z copying torch\include\ATen\ops\arctan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2880168Z copying torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2886632Z copying torch\include\ATen\ops\arctan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2893083Z copying torch\include\ATen\ops\arctan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2899825Z copying torch\include\ATen\ops\arctanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2906435Z copying torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2921045Z copying torch\include\ATen\ops\arctanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2927393Z copying torch\include\ATen\ops\arctanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2939301Z copying torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2946201Z copying torch\include\ATen\ops\arctan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2952442Z copying torch\include\ATen\ops\arctan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2959502Z copying torch\include\ATen\ops\argmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2966377Z copying torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2972830Z copying torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2979406Z copying torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2985872Z copying torch\include\ATen\ops\argmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2993005Z copying torch\include\ATen\ops\argmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.2999537Z copying torch\include\ATen\ops\argmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3005963Z copying torch\include\ATen\ops\argmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3013710Z copying torch\include\ATen\ops\argmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3020712Z copying torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3027462Z copying torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3034091Z copying torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3041178Z copying torch\include\ATen\ops\argmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3047702Z copying torch\include\ATen\ops\argmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3054565Z copying torch\include\ATen\ops\argmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3061378Z copying torch\include\ATen\ops\argmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3068150Z copying torch\include\ATen\ops\argsort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3075927Z copying torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3083217Z copying torch\include\ATen\ops\argsort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3089715Z copying torch\include\ATen\ops\argsort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3096296Z copying torch\include\ATen\ops\argwhere.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3102850Z copying torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3109574Z copying torch\include\ATen\ops\argwhere_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3115991Z copying torch\include\ATen\ops\argwhere_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3122671Z copying torch\include\ATen\ops\asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3129097Z copying torch\include\ATen\ops\asinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3136389Z copying torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3142973Z copying torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3150221Z copying torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3156693Z copying torch\include\ATen\ops\asinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3163283Z copying torch\include\ATen\ops\asinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3170018Z copying torch\include\ATen\ops\asinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3176875Z copying torch\include\ATen\ops\asinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3183929Z copying torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3190813Z copying torch\include\ATen\ops\asin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3197410Z copying torch\include\ATen\ops\asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3204131Z copying torch\include\ATen\ops\asin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3210904Z copying torch\include\ATen\ops\asin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3217573Z copying torch\include\ATen\ops\asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3224202Z copying torch\include\ATen\ops\asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3230646Z copying torch\include\ATen\ops\as_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3237824Z copying torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3244700Z copying torch\include\ATen\ops\as_strided_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3251927Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3258808Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3265544Z copying torch\include\ATen\ops\as_strided_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3287250Z copying torch\include\ATen\ops\as_strided_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3295326Z copying torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3303047Z copying torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3310954Z copying torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3317959Z copying torch\include\ATen\ops\as_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3324696Z copying torch\include\ATen\ops\as_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3331498Z copying torch\include\ATen\ops\as_strided_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3338815Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3345873Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3352759Z copying torch\include\ATen\ops\as_strided_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3359484Z copying torch\include\ATen\ops\as_strided_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3366488Z copying torch\include\ATen\ops\atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3372424Z copying torch\include\ATen\ops\atan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3379076Z copying torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3385375Z copying torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3392491Z copying torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3399201Z copying torch\include\ATen\ops\atan2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3405760Z copying torch\include\ATen\ops\atan2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3412377Z copying torch\include\ATen\ops\atan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3418913Z copying torch\include\ATen\ops\atan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3425410Z copying torch\include\ATen\ops\atanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3432637Z copying torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3438878Z copying torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3445606Z copying torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3452442Z copying torch\include\ATen\ops\atanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3458833Z copying torch\include\ATen\ops\atanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3465532Z copying torch\include\ATen\ops\atanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3472938Z copying torch\include\ATen\ops\atanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3480363Z copying torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3487040Z copying torch\include\ATen\ops\atan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3493940Z copying torch\include\ATen\ops\atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3506085Z copying torch\include\ATen\ops\atan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3512907Z copying torch\include\ATen\ops\atan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3519737Z copying torch\include\ATen\ops\atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3526309Z copying torch\include\ATen\ops\atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3532799Z copying torch\include\ATen\ops\atleast_1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3539871Z copying torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3546599Z copying torch\include\ATen\ops\atleast_1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3553396Z copying torch\include\ATen\ops\atleast_1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3561367Z copying torch\include\ATen\ops\atleast_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3567594Z copying torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3574267Z copying torch\include\ATen\ops\atleast_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3580813Z copying torch\include\ATen\ops\atleast_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3587639Z copying torch\include\ATen\ops\atleast_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3595841Z copying torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3602753Z copying torch\include\ATen\ops\atleast_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3609291Z copying torch\include\ATen\ops\atleast_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3616122Z copying torch\include\ATen\ops\avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3623529Z copying torch\include\ATen\ops\avg_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3630197Z copying torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3636709Z copying torch\include\ATen\ops\avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3643423Z copying torch\include\ATen\ops\avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3650966Z copying torch\include\ATen\ops\avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3658129Z copying torch\include\ATen\ops\avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3665361Z copying torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3672383Z copying torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3679670Z copying torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3686529Z copying torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3693496Z copying torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3700602Z copying torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3707311Z copying torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3714804Z copying torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3721417Z copying torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3728381Z copying torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3735222Z copying torch\include\ATen\ops\avg_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3742369Z copying torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3749448Z copying torch\include\ATen\ops\avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3756140Z copying torch\include\ATen\ops\avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3762693Z copying torch\include\ATen\ops\avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3769527Z copying torch\include\ATen\ops\avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3776920Z copying torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3783701Z copying torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3791267Z copying torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3798151Z copying torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3805066Z copying torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3812145Z copying torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3836542Z copying torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3843608Z copying torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3850532Z copying torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3857248Z copying torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3863840Z copying torch\include\ATen\ops\avg_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3881450Z copying torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3888096Z copying torch\include\ATen\ops\avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3894710Z copying torch\include\ATen\ops\avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3901478Z copying torch\include\ATen\ops\baddbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3909589Z copying torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3916241Z copying torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3924070Z copying torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3931915Z copying torch\include\ATen\ops\baddbmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3939264Z copying torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3946011Z copying torch\include\ATen\ops\baddbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3952746Z copying torch\include\ATen\ops\baddbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3960093Z copying torch\include\ATen\ops\bartlett_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3967742Z copying torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.3973988Z copying torch\include\ATen\ops\bartlett_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4086474Z copying torch\include\ATen\ops\bartlett_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4092767Z copying torch\include\ATen\ops\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4099526Z copying torch\include\ATen\ops\batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4106880Z copying torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4113813Z copying torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4121016Z copying torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4129065Z copying torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4135732Z copying torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4142605Z copying torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4149563Z copying torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4156547Z copying torch\include\ATen\ops\batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4163638Z copying torch\include\ATen\ops\batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4170563Z copying torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4178407Z copying torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4186057Z copying torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4192647Z copying torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4200058Z copying torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4206995Z copying torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4213589Z copying torch\include\ATen\ops\batch_norm_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4220570Z copying torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4227991Z copying torch\include\ATen\ops\batch_norm_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4235200Z copying torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4242188Z copying torch\include\ATen\ops\batch_norm_gather_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4250234Z copying torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4257217Z copying torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4264244Z copying torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4271197Z copying torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4279180Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4286501Z 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-01-24T01:13:34.4295100Z 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-01-24T01:13:34.4302048Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4309189Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4316071Z copying torch\include\ATen\ops\batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4323416Z copying torch\include\ATen\ops\batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4330668Z copying torch\include\ATen\ops\batch_norm_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4338118Z copying torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4344704Z copying torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4351833Z copying torch\include\ATen\ops\batch_norm_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4358684Z copying torch\include\ATen\ops\batch_norm_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4365429Z copying torch\include\ATen\ops\batch_norm_update_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4372913Z copying torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4380543Z copying torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4387535Z copying torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4394349Z copying torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4401077Z copying torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4407807Z copying torch\include\ATen\ops\bernoulli.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4414647Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4421407Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4428356Z copying torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4445244Z copying torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4691008Z copying torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4774368Z copying torch\include\ATen\ops\bernoulli_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4781057Z copying torch\include\ATen\ops\bernoulli_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4788568Z copying torch\include\ATen\ops\bilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4795887Z copying torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4806737Z copying torch\include\ATen\ops\bilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4814565Z copying torch\include\ATen\ops\bilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4821969Z copying torch\include\ATen\ops\binary_cross_entropy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4830107Z copying torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4839249Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4847276Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4855876Z copying torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4863620Z copying torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4870747Z copying torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4878242Z copying torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4886003Z copying torch\include\ATen\ops\binary_cross_entropy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4892853Z copying torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4900846Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4909038Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4916189Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4923815Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4931031Z copying torch\include\ATen\ops\bincount.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4937716Z copying torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4946199Z copying torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4953844Z copying torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4960249Z copying torch\include\ATen\ops\bincount_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4966958Z copying torch\include\ATen\ops\bincount_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4973682Z copying torch\include\ATen\ops\binomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4980506Z copying torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4987104Z copying torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.4993918Z copying torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5000683Z copying torch\include\ATen\ops\binomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5007237Z copying torch\include\ATen\ops\binomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5013745Z copying torch\include\ATen\ops\bitwise_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5021067Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5027726Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5034365Z copying torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5041496Z copying torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5048079Z copying torch\include\ATen\ops\bitwise_and_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5054810Z copying torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5061594Z copying torch\include\ATen\ops\bitwise_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5068196Z copying torch\include\ATen\ops\bitwise_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5075334Z copying torch\include\ATen\ops\bitwise_left_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5082712Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5090051Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5101946Z copying torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5109684Z copying torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5116768Z copying torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5123625Z copying torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5131076Z copying torch\include\ATen\ops\bitwise_left_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5137950Z copying torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5144847Z copying torch\include\ATen\ops\bitwise_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5152327Z copying torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5158756Z copying torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5165655Z copying torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5172855Z copying torch\include\ATen\ops\bitwise_not_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5179752Z copying torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5186394Z copying torch\include\ATen\ops\bitwise_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5193297Z copying torch\include\ATen\ops\bitwise_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5200878Z copying torch\include\ATen\ops\bitwise_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5207970Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5215148Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5221906Z copying torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5228836Z copying torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5236348Z copying torch\include\ATen\ops\bitwise_or_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5243489Z copying torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5250279Z copying torch\include\ATen\ops\bitwise_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5257111Z copying torch\include\ATen\ops\bitwise_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.5264035Z copying torch\include\ATen\ops\bitwise_right_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6271972Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6273556Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6274669Z copying torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6275608Z copying torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6276481Z copying torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6277352Z copying torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6278239Z copying torch\include\ATen\ops\bitwise_right_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6286151Z copying torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6287163Z copying torch\include\ATen\ops\bitwise_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6288270Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6289422Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6290367Z copying torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6291213Z copying torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6292124Z copying torch\include\ATen\ops\bitwise_xor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6292994Z copying torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6293814Z copying torch\include\ATen\ops\bitwise_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6294609Z copying torch\include\ATen\ops\bitwise_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6295448Z copying torch\include\ATen\ops\blackman_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6296377Z copying torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6297494Z copying torch\include\ATen\ops\blackman_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6298453Z copying torch\include\ATen\ops\blackman_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6299323Z copying torch\include\ATen\ops\block_diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6300354Z copying torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6301453Z copying torch\include\ATen\ops\block_diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6302334Z copying torch\include\ATen\ops\block_diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6303175Z copying torch\include\ATen\ops\bmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6304233Z copying torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6305338Z copying torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6307100Z copying torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6308021Z copying torch\include\ATen\ops\bmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6364689Z copying torch\include\ATen\ops\bmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6365456Z copying torch\include\ATen\ops\bmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6366230Z copying torch\include\ATen\ops\bmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6367068Z copying torch\include\ATen\ops\broadcast_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6368041Z copying torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6369039Z copying torch\include\ATen\ops\broadcast_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6369879Z copying torch\include\ATen\ops\broadcast_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6370783Z copying torch\include\ATen\ops\broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6371699Z copying torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6372633Z copying torch\include\ATen\ops\broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6373431Z copying torch\include\ATen\ops\broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6374188Z copying torch\include\ATen\ops\bucketize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6375093Z copying torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6376099Z copying torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6376956Z copying torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6377778Z copying torch\include\ATen\ops\bucketize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6378604Z copying torch\include\ATen\ops\bucketize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6379348Z copying torch\include\ATen\ops\can_cast.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6380233Z copying torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6381138Z copying torch\include\ATen\ops\can_cast_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6381889Z copying torch\include\ATen\ops\can_cast_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6382636Z copying torch\include\ATen\ops\cartesian_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6383562Z copying torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6384521Z copying torch\include\ATen\ops\cartesian_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6385329Z copying torch\include\ATen\ops\cartesian_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6386064Z copying torch\include\ATen\ops\cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6386979Z copying torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6388373Z copying torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6389354Z copying torch\include\ATen\ops\cat_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6390145Z copying torch\include\ATen\ops\cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6390894Z copying torch\include\ATen\ops\cat_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6391652Z copying torch\include\ATen\ops\cat_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6392417Z copying torch\include\ATen\ops\cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6393137Z copying torch\include\ATen\ops\cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6393840Z copying torch\include\ATen\ops\cauchy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6394710Z copying torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6396055Z copying torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6396865Z copying torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6397812Z copying torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6398608Z copying torch\include\ATen\ops\cauchy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6399349Z copying torch\include\ATen\ops\cauchy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6400076Z copying torch\include\ATen\ops\ccol_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6401048Z copying torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6401985Z copying torch\include\ATen\ops\ccol_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6403072Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6404265Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6405248Z copying torch\include\ATen\ops\ccol_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6406080Z copying torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6406880Z copying torch\include\ATen\ops\ccol_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6407669Z copying torch\include\ATen\ops\ccol_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6408407Z copying torch\include\ATen\ops\cdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6409254Z copying torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6410141Z copying torch\include\ATen\ops\cdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6410872Z copying torch\include\ATen\ops\cdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6411571Z copying torch\include\ATen\ops\ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6412494Z copying torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6413529Z copying torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6414338Z copying torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6415095Z copying torch\include\ATen\ops\ceil_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6415877Z copying torch\include\ATen\ops\ceil_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6416643Z copying torch\include\ATen\ops\ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6417374Z copying torch\include\ATen\ops\ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6418065Z copying torch\include\ATen\ops\celu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6418915Z copying torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6419793Z copying torch\include\ATen\ops\celu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6420560Z copying torch\include\ATen\ops\celu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6421300Z copying torch\include\ATen\ops\chain_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6422226Z copying torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6423173Z copying torch\include\ATen\ops\chain_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6423957Z copying torch\include\ATen\ops\chain_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6424689Z copying torch\include\ATen\ops\chalf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6425602Z copying torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6426484Z copying torch\include\ATen\ops\chalf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6427224Z copying torch\include\ATen\ops\chalf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6428041Z copying torch\include\ATen\ops\channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6428992Z copying torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6430062Z copying torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6430968Z copying torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6431831Z copying torch\include\ATen\ops\channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6432642Z copying torch\include\ATen\ops\channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6433413Z copying torch\include\ATen\ops\cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6434197Z copying torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6435026Z copying torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6435832Z copying torch\include\ATen\ops\cholesky_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6436673Z copying torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6437623Z copying torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6438498Z copying torch\include\ATen\ops\cholesky_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6439337Z copying torch\include\ATen\ops\cholesky_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6440136Z copying torch\include\ATen\ops\cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6440913Z copying torch\include\ATen\ops\cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6441667Z copying torch\include\ATen\ops\cholesky_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6442607Z copying torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6443582Z copying torch\include\ATen\ops\cholesky_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6444434Z copying torch\include\ATen\ops\cholesky_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6445260Z copying torch\include\ATen\ops\choose_qparams_optimized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6446287Z copying torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6447339Z copying torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6448232Z copying torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6449020Z copying torch\include\ATen\ops\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6449937Z copying torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6450824Z copying torch\include\ATen\ops\chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6451557Z copying torch\include\ATen\ops\chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6452365Z copying torch\include\ATen\ops\clamp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6453402Z copying torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6454444Z copying torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6455256Z copying torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6456037Z copying torch\include\ATen\ops\clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6456997Z copying torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6458011Z copying torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6458902Z copying torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6459736Z copying torch\include\ATen\ops\clamp_max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6460517Z copying torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6461332Z copying torch\include\ATen\ops\clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6462383Z copying torch\include\ATen\ops\clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6463141Z copying torch\include\ATen\ops\clamp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6463916Z copying torch\include\ATen\ops\clamp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6464748Z copying torch\include\ATen\ops\clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6465751Z copying torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6466754Z copying torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6467573Z copying torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6468366Z copying torch\include\ATen\ops\clamp_min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6469237Z copying torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6470095Z copying torch\include\ATen\ops\clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6470942Z copying torch\include\ATen\ops\clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6471719Z copying torch\include\ATen\ops\clamp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6472446Z copying torch\include\ATen\ops\clamp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6473158Z copying torch\include\ATen\ops\clip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6474015Z copying torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6474966Z copying torch\include\ATen\ops\clip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6475693Z copying torch\include\ATen\ops\clip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6476458Z copying torch\include\ATen\ops\clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6478572Z copying torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6484864Z copying torch\include\ATen\ops\clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6491250Z copying torch\include\ATen\ops\clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6497988Z copying torch\include\ATen\ops\coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6504490Z copying torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6511118Z copying torch\include\ATen\ops\coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6545646Z copying torch\include\ATen\ops\coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6552175Z copying torch\include\ATen\ops\col2im.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6558908Z copying torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6565671Z copying torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6572225Z copying torch\include\ATen\ops\col2im_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6578971Z copying torch\include\ATen\ops\col2im_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6585809Z copying torch\include\ATen\ops\column_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6592725Z copying torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6599561Z copying torch\include\ATen\ops\column_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6606159Z copying torch\include\ATen\ops\column_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6613052Z copying torch\include\ATen\ops\col_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6619927Z copying torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6626594Z copying torch\include\ATen\ops\col_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6633931Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6641067Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6647913Z copying torch\include\ATen\ops\col_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6654543Z copying torch\include\ATen\ops\col_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6661322Z copying torch\include\ATen\ops\col_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6667931Z copying torch\include\ATen\ops\col_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6674561Z copying torch\include\ATen\ops\combinations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6681394Z copying torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6688460Z copying torch\include\ATen\ops\combinations_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6695403Z copying torch\include\ATen\ops\combinations_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6701851Z copying torch\include\ATen\ops\complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6708390Z copying torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6715221Z copying torch\include\ATen\ops\complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6721997Z copying torch\include\ATen\ops\complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6728850Z copying torch\include\ATen\ops\complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6735398Z copying torch\include\ATen\ops\complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6742382Z copying torch\include\ATen\ops\concat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6748964Z copying torch\include\ATen\ops\concatenate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6756027Z copying torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6763195Z copying torch\include\ATen\ops\concatenate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6769551Z copying torch\include\ATen\ops\concatenate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6776511Z copying torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6783121Z copying torch\include\ATen\ops\concat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6789912Z copying torch\include\ATen\ops\concat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6796561Z copying torch\include\ATen\ops\conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6803215Z copying torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6809753Z copying torch\include\ATen\ops\conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6816035Z copying torch\include\ATen\ops\conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6822390Z copying torch\include\ATen\ops\conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6829317Z copying torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6835997Z copying torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6842958Z copying torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6849486Z copying torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6856109Z copying torch\include\ATen\ops\conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6862621Z copying torch\include\ATen\ops\conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6869092Z copying torch\include\ATen\ops\constant_pad_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6875994Z copying torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6882651Z copying torch\include\ATen\ops\constant_pad_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6889280Z copying torch\include\ATen\ops\constant_pad_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6895798Z copying torch\include\ATen\ops\contiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6915648Z copying torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6922355Z copying torch\include\ATen\ops\contiguous_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6928455Z copying torch\include\ATen\ops\contiguous_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6934923Z copying torch\include\ATen\ops\conv1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6941588Z copying torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6948338Z copying torch\include\ATen\ops\conv1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6954850Z copying torch\include\ATen\ops\conv1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6961486Z copying torch\include\ATen\ops\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6968514Z copying torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6974946Z copying torch\include\ATen\ops\conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6981683Z copying torch\include\ATen\ops\conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6987978Z copying torch\include\ATen\ops\conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.6994742Z copying torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7001551Z copying torch\include\ATen\ops\conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7008058Z copying torch\include\ATen\ops\conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7014675Z copying torch\include\ATen\ops\convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7021489Z copying torch\include\ATen\ops\convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7032023Z copying torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7038512Z copying torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7045540Z copying torch\include\ATen\ops\convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7052311Z copying torch\include\ATen\ops\convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7060037Z copying torch\include\ATen\ops\convolution_backward_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7068125Z copying torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7075772Z copying torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7083431Z copying torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7090845Z copying torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7097901Z copying torch\include\ATen\ops\convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7241155Z copying torch\include\ATen\ops\convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7242036Z copying torch\include\ATen\ops\convolution_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7243079Z copying torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7244174Z copying torch\include\ATen\ops\convolution_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7245083Z copying torch\include\ATen\ops\convolution_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7245937Z copying torch\include\ATen\ops\conv_depthwise3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7246897Z copying torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7247904Z copying torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7248783Z copying torch\include\ATen\ops\conv_depthwise3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7249610Z copying torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7250812Z copying torch\include\ATen\ops\conv_tbc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7251570Z copying torch\include\ATen\ops\conv_tbc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7252527Z copying torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7253509Z copying torch\include\ATen\ops\conv_tbc_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7254327Z copying torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7255255Z copying torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7256158Z copying torch\include\ATen\ops\conv_tbc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7256918Z copying torch\include\ATen\ops\conv_tbc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7257746Z copying torch\include\ATen\ops\conv_transpose1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7258704Z copying torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7259690Z copying torch\include\ATen\ops\conv_transpose1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7260521Z copying torch\include\ATen\ops\conv_transpose1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7261324Z copying torch\include\ATen\ops\conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7262276Z copying torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7267311Z copying torch\include\ATen\ops\conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7274204Z copying torch\include\ATen\ops\conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7280951Z copying torch\include\ATen\ops\conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7288423Z copying torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7294804Z copying torch\include\ATen\ops\conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7320042Z copying torch\include\ATen\ops\conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7326932Z copying torch\include\ATen\ops\copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7333616Z copying torch\include\ATen\ops\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7341936Z copying torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7349892Z copying torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7357857Z copying torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7365738Z copying torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7372693Z copying torch\include\ATen\ops\copysign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7379743Z copying torch\include\ATen\ops\copysign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7386810Z copying torch\include\ATen\ops\copysign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7393877Z copying torch\include\ATen\ops\copysign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7400980Z copying torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7407902Z copying torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7414399Z copying torch\include\ATen\ops\copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7421120Z copying torch\include\ATen\ops\copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7427616Z copying torch\include\ATen\ops\copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7434134Z copying torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7441383Z copying torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7448304Z copying torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7455240Z copying torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7462074Z copying torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7468544Z copying torch\include\ATen\ops\corrcoef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7475135Z copying torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7481765Z copying torch\include\ATen\ops\corrcoef_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7488530Z copying torch\include\ATen\ops\corrcoef_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7495078Z copying torch\include\ATen\ops\cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7501401Z copying torch\include\ATen\ops\cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7508311Z copying torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7514846Z copying torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7521443Z copying torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7528142Z copying torch\include\ATen\ops\cosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7534624Z copying torch\include\ATen\ops\cosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7541484Z copying torch\include\ATen\ops\cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7554269Z copying torch\include\ATen\ops\cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7560643Z copying torch\include\ATen\ops\cosine_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7567648Z copying torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7574212Z copying torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7581024Z copying torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7587430Z copying torch\include\ATen\ops\cosine_similarity.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7594461Z copying torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7601282Z copying torch\include\ATen\ops\cosine_similarity_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7607903Z copying torch\include\ATen\ops\cosine_similarity_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7615108Z copying torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7621381Z copying torch\include\ATen\ops\cos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7628082Z copying torch\include\ATen\ops\cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7635018Z copying torch\include\ATen\ops\cos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7641424Z copying torch\include\ATen\ops\cos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7648009Z copying torch\include\ATen\ops\cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7654638Z copying torch\include\ATen\ops\cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7661441Z copying torch\include\ATen\ops\count_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7668410Z copying torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7675239Z copying torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7682077Z copying torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7689006Z copying torch\include\ATen\ops\count_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7695792Z copying torch\include\ATen\ops\count_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7702487Z copying torch\include\ATen\ops\cov.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7709148Z copying torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7715772Z copying torch\include\ATen\ops\cov_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7722376Z copying torch\include\ATen\ops\cov_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7728779Z copying torch\include\ATen\ops\cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7735606Z copying torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7742503Z copying torch\include\ATen\ops\cross_entropy_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7750191Z copying torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7756824Z copying torch\include\ATen\ops\cross_entropy_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7763677Z copying torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7770488Z copying torch\include\ATen\ops\cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7777252Z copying torch\include\ATen\ops\cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7783853Z copying torch\include\ATen\ops\crow_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7790959Z copying torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7797877Z copying torch\include\ATen\ops\crow_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7805206Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7812389Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7820177Z copying torch\include\ATen\ops\crow_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7828086Z copying torch\include\ATen\ops\crow_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7835088Z copying torch\include\ATen\ops\crow_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7841643Z copying torch\include\ATen\ops\crow_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7848445Z copying torch\include\ATen\ops\ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7855256Z copying torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7861902Z copying torch\include\ATen\ops\ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7868331Z copying torch\include\ATen\ops\ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7875286Z copying torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7908429Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7915657Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7922364Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7929110Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7935948Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7943315Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7950099Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7957247Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7964162Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7970741Z copying torch\include\ATen\ops\cudnn_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7977511Z copying torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7984895Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7991767Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.7998555Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8005241Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8012412Z copying torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8019372Z copying torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8026131Z copying torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8033313Z copying torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8040039Z copying torch\include\ATen\ops\cudnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8047021Z copying torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8054080Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8060813Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8067970Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8074840Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8081712Z copying torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8088388Z copying torch\include\ATen\ops\cudnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8095140Z copying torch\include\ATen\ops\cudnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8102073Z copying torch\include\ATen\ops\cudnn_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8109422Z copying torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8116446Z copying torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8123234Z copying torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8129911Z copying torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8136797Z copying torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8143777Z copying torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8150845Z copying torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8157562Z copying torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8164370Z copying torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8171255Z copying torch\include\ATen\ops\cudnn_grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8178187Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8185570Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8192904Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8199841Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8206960Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8215065Z copying torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8222080Z copying torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8228981Z copying torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8235833Z copying torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8242640Z copying torch\include\ATen\ops\cudnn_is_acceptable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8249636Z copying torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8256336Z copying torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8262914Z copying torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8270576Z copying torch\include\ATen\ops\cummax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8277033Z copying torch\include\ATen\ops\cummaxmin_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8284627Z copying torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8291326Z copying torch\include\ATen\ops\cummaxmin_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8297942Z copying torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8386329Z copying torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8393162Z copying torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8400072Z copying torch\include\ATen\ops\cummax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8406813Z copying torch\include\ATen\ops\cummax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8413734Z copying torch\include\ATen\ops\cummin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8420292Z copying torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8427087Z copying torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8433804Z copying torch\include\ATen\ops\cummin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8440566Z copying torch\include\ATen\ops\cummin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8447371Z copying torch\include\ATen\ops\cumprod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8453925Z copying torch\include\ATen\ops\cumprod_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8461005Z copying torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8467757Z copying torch\include\ATen\ops\cumprod_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8474390Z copying torch\include\ATen\ops\cumprod_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8481684Z copying torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8490066Z copying torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8497421Z copying torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8504100Z copying torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8510870Z copying torch\include\ATen\ops\cumprod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8517832Z copying torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8524603Z copying torch\include\ATen\ops\cumprod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8531262Z copying torch\include\ATen\ops\cumprod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8538097Z copying torch\include\ATen\ops\cumsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8545431Z copying torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8552358Z copying torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8559074Z copying torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8565660Z copying torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8572364Z copying torch\include\ATen\ops\cumsum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8579216Z copying torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8586101Z copying torch\include\ATen\ops\cumsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8593238Z copying torch\include\ATen\ops\cumsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8600204Z copying torch\include\ATen\ops\cumulative_trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8607424Z copying torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8614302Z copying torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8621615Z copying torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8628335Z copying torch\include\ATen\ops\data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8635047Z copying torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8641729Z copying torch\include\ATen\ops\data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8648257Z copying torch\include\ATen\ops\data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8654788Z copying torch\include\ATen\ops\deg2rad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8661514Z copying torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8668081Z copying torch\include\ATen\ops\deg2rad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8674832Z copying torch\include\ATen\ops\deg2rad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8681619Z copying torch\include\ATen\ops\dense_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8688412Z copying torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8696048Z copying torch\include\ATen\ops\dense_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8703415Z copying torch\include\ATen\ops\dense_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8710146Z copying torch\include\ATen\ops\dequantize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8717033Z copying torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8723603Z copying torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8730981Z copying torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8737747Z copying torch\include\ATen\ops\dequantize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8744686Z copying torch\include\ATen\ops\dequantize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8751672Z copying torch\include\ATen\ops\det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8758038Z copying torch\include\ATen\ops\detach.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8764752Z copying torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8771172Z copying torch\include\ATen\ops\detach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8778221Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8785086Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8792065Z copying torch\include\ATen\ops\detach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8798761Z copying torch\include\ATen\ops\detach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8806161Z copying torch\include\ATen\ops\detach_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8813400Z copying torch\include\ATen\ops\detach_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8820415Z copying torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8827037Z copying torch\include\ATen\ops\det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8834249Z copying torch\include\ATen\ops\det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8840462Z copying torch\include\ATen\ops\diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8847572Z copying torch\include\ATen\ops\diagflat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8854080Z copying torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8860430Z copying torch\include\ATen\ops\diagflat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8866831Z copying torch\include\ATen\ops\diagflat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8873612Z copying torch\include\ATen\ops\diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8879991Z copying torch\include\ATen\ops\diagonal_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8887299Z copying torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8893883Z copying torch\include\ATen\ops\diagonal_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8901368Z copying torch\include\ATen\ops\diagonal_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8908837Z copying torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8916074Z copying torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8923914Z copying torch\include\ATen\ops\diagonal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8932467Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8940713Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8947837Z copying torch\include\ATen\ops\diagonal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8954822Z copying torch\include\ATen\ops\diagonal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8961829Z copying torch\include\ATen\ops\diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8968652Z copying torch\include\ATen\ops\diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8975352Z copying torch\include\ATen\ops\diagonal_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8982791Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8989915Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.8996904Z copying torch\include\ATen\ops\diagonal_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9003619Z copying torch\include\ATen\ops\diagonal_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9010802Z copying torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9017305Z copying torch\include\ATen\ops\diag_embed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9024421Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9031645Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9038376Z copying torch\include\ATen\ops\diag_embed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9045004Z copying torch\include\ATen\ops\diag_embed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9051554Z copying torch\include\ATen\ops\diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9057973Z copying torch\include\ATen\ops\diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9064157Z copying torch\include\ATen\ops\diff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9070897Z copying torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9077281Z copying torch\include\ATen\ops\diff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9084164Z copying torch\include\ATen\ops\diff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9090540Z copying torch\include\ATen\ops\digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9097312Z copying torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9103716Z copying torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9110478Z copying torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9117064Z copying torch\include\ATen\ops\digamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9123540Z copying torch\include\ATen\ops\digamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9130164Z copying torch\include\ATen\ops\digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9137252Z copying torch\include\ATen\ops\digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9143807Z copying torch\include\ATen\ops\dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9150532Z copying torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9156843Z copying torch\include\ATen\ops\dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9163204Z copying torch\include\ATen\ops\dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9169475Z copying torch\include\ATen\ops\div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9175914Z copying torch\include\ATen\ops\divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9182632Z copying torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9189432Z copying torch\include\ATen\ops\divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9196175Z copying torch\include\ATen\ops\divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9202914Z copying torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9209401Z copying torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9215794Z copying torch\include\ATen\ops\div_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9228803Z copying torch\include\ATen\ops\div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9233047Z copying torch\include\ATen\ops\div_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9239832Z copying torch\include\ATen\ops\div_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9246303Z copying torch\include\ATen\ops\div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9252801Z copying torch\include\ATen\ops\div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9259449Z copying torch\include\ATen\ops\dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9265942Z copying torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9272560Z copying torch\include\ATen\ops\dot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9279091Z copying torch\include\ATen\ops\dot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9285819Z copying torch\include\ATen\ops\dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9292413Z copying torch\include\ATen\ops\dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9298903Z copying torch\include\ATen\ops\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9305492Z copying torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9312117Z copying torch\include\ATen\ops\dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9318392Z copying torch\include\ATen\ops\dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9325001Z copying torch\include\ATen\ops\dsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9331728Z copying torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9338209Z copying torch\include\ATen\ops\dsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9344935Z copying torch\include\ATen\ops\dsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9351368Z copying torch\include\ATen\ops\dstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9358088Z copying torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9364502Z copying torch\include\ATen\ops\dstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9370741Z copying torch\include\ATen\ops\dstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9377263Z copying torch\include\ATen\ops\einsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9383880Z copying torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9391057Z copying torch\include\ATen\ops\einsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9398543Z copying torch\include\ATen\ops\einsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9405956Z copying torch\include\ATen\ops\elu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9413399Z copying torch\include\ATen\ops\elu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9421494Z copying torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9477582Z copying torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9484246Z copying torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9490872Z copying torch\include\ATen\ops\elu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9497719Z copying torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9504592Z copying torch\include\ATen\ops\elu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9511395Z copying torch\include\ATen\ops\elu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9519136Z copying torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9525125Z copying torch\include\ATen\ops\elu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9531672Z copying torch\include\ATen\ops\elu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9538040Z copying torch\include\ATen\ops\elu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9544041Z copying torch\include\ATen\ops\elu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9550797Z copying torch\include\ATen\ops\elu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9557291Z copying torch\include\ATen\ops\elu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9563540Z copying torch\include\ATen\ops\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9570493Z copying torch\include\ATen\ops\embedding_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9577777Z copying torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9584560Z copying torch\include\ATen\ops\embedding_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9591662Z copying torch\include\ATen\ops\embedding_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9598649Z copying torch\include\ATen\ops\embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9605972Z copying torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9618692Z copying torch\include\ATen\ops\embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9625495Z copying torch\include\ATen\ops\embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9632738Z copying torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9640102Z copying torch\include\ATen\ops\embedding_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9647554Z copying torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9655105Z copying torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9662080Z copying torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9669280Z copying torch\include\ATen\ops\embedding_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9676948Z copying torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9683863Z copying torch\include\ATen\ops\embedding_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9691158Z copying torch\include\ATen\ops\embedding_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9698336Z copying torch\include\ATen\ops\embedding_renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9706031Z copying torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9713153Z copying torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9720909Z copying torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9728399Z copying torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9735477Z copying torch\include\ATen\ops\embedding_renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9742602Z copying torch\include\ATen\ops\embedding_renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9750243Z copying torch\include\ATen\ops\embedding_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9757664Z copying torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9764855Z copying torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9771932Z copying torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9779104Z copying torch\include\ATen\ops\empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9786391Z copying torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9794380Z copying torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9801339Z copying torch\include\ATen\ops\empty_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9809077Z copying torch\include\ATen\ops\empty_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9815634Z copying torch\include\ATen\ops\empty_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9823843Z copying torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9832156Z copying torch\include\ATen\ops\empty_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9840733Z copying torch\include\ATen\ops\empty_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9848632Z copying torch\include\ATen\ops\empty_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9855731Z copying torch\include\ATen\ops\empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9862514Z copying torch\include\ATen\ops\empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9869749Z copying torch\include\ATen\ops\empty_permuted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9877096Z copying torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9883760Z copying torch\include\ATen\ops\empty_permuted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9890362Z copying torch\include\ATen\ops\empty_permuted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9897370Z copying torch\include\ATen\ops\empty_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9904479Z copying torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9911683Z copying torch\include\ATen\ops\empty_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9917945Z copying torch\include\ATen\ops\empty_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9924545Z copying torch\include\ATen\ops\empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9931565Z copying torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9938338Z copying torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9945277Z copying torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9952049Z copying torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9958744Z copying torch\include\ATen\ops\empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9965503Z copying torch\include\ATen\ops\empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9971954Z copying torch\include\ATen\ops\eq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9978422Z copying torch\include\ATen\ops\equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9985063Z copying torch\include\ATen\ops\equal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9991952Z copying torch\include\ATen\ops\equal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:34.9998778Z copying torch\include\ATen\ops\equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0005413Z copying torch\include\ATen\ops\equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0012424Z copying torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0018881Z copying torch\include\ATen\ops\eq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0025280Z copying torch\include\ATen\ops\eq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0031929Z copying torch\include\ATen\ops\eq_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0038271Z copying torch\include\ATen\ops\eq_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0044741Z copying torch\include\ATen\ops\eq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0051390Z copying torch\include\ATen\ops\eq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0057667Z copying torch\include\ATen\ops\erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0063901Z copying torch\include\ATen\ops\erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0071239Z copying torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0097218Z copying torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0104119Z copying torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0110666Z copying torch\include\ATen\ops\erfc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0117165Z copying torch\include\ATen\ops\erfc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0124471Z copying torch\include\ATen\ops\erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0130794Z copying torch\include\ATen\ops\erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0137651Z copying torch\include\ATen\ops\erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0144468Z copying torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0150853Z copying torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0157796Z copying torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0164474Z copying torch\include\ATen\ops\erfinv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0170961Z copying torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0178040Z copying torch\include\ATen\ops\erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0184727Z copying torch\include\ATen\ops\erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0192275Z copying torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0198630Z copying torch\include\ATen\ops\erf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0205367Z copying torch\include\ATen\ops\erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0212291Z copying torch\include\ATen\ops\erf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0218598Z copying torch\include\ATen\ops\erf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0225226Z copying torch\include\ATen\ops\erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0232556Z copying torch\include\ATen\ops\erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0238802Z copying torch\include\ATen\ops\exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0245171Z copying torch\include\ATen\ops\exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0252079Z copying torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0258957Z copying torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0265617Z copying torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0272449Z copying torch\include\ATen\ops\exp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0279013Z copying torch\include\ATen\ops\exp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0285993Z copying torch\include\ATen\ops\exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0292797Z copying torch\include\ATen\ops\exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0299413Z copying torch\include\ATen\ops\expand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0305730Z copying torch\include\ATen\ops\expand_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0312743Z copying torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0319591Z copying torch\include\ATen\ops\expand_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0326451Z copying torch\include\ATen\ops\expand_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0334051Z copying torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0340912Z copying torch\include\ATen\ops\expand_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0348274Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0355239Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0362077Z copying torch\include\ATen\ops\expand_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0369047Z copying torch\include\ATen\ops\expand_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0375578Z copying torch\include\ATen\ops\expand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0381804Z copying torch\include\ATen\ops\expand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0388450Z copying torch\include\ATen\ops\expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0462129Z copying torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0468917Z copying torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0475504Z copying torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0482073Z copying torch\include\ATen\ops\expm1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0488485Z copying torch\include\ATen\ops\expm1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0495116Z copying torch\include\ATen\ops\expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0501944Z copying torch\include\ATen\ops\expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0508631Z copying torch\include\ATen\ops\exponential.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0515494Z copying torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0522154Z copying torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0533832Z copying torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0540890Z copying torch\include\ATen\ops\exponential_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0547536Z copying torch\include\ATen\ops\exponential_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0554358Z copying torch\include\ATen\ops\exponential_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0561683Z copying torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0568138Z copying torch\include\ATen\ops\exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0574598Z copying torch\include\ATen\ops\exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0581466Z copying torch\include\ATen\ops\exp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0587331Z copying torch\include\ATen\ops\exp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0594498Z copying torch\include\ATen\ops\exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0600944Z copying torch\include\ATen\ops\exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0607166Z copying torch\include\ATen\ops\eye.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0614020Z copying torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0620439Z copying torch\include\ATen\ops\eye_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0627236Z copying torch\include\ATen\ops\eye_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0633646Z copying torch\include\ATen\ops\eye_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0640459Z copying torch\include\ATen\ops\eye_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0647024Z copying torch\include\ATen\ops\eye_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0653676Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0660529Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0667926Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0675454Z 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-01-24T01:13:35.0683040Z 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-01-24T01:13:35.0689734Z 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-01-24T01:13:35.0697420Z 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-01-24T01:13:35.0704606Z 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-01-24T01:13:35.0711762Z 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-01-24T01:13:35.0718868Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0726183Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0733603Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0740232Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0747307Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0754294Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0761431Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0768663Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0776247Z 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-01-24T01:13:35.0783571Z 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-01-24T01:13:35.0790568Z 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-01-24T01:13:35.0799247Z 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-01-24T01:13:35.0806407Z 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-01-24T01:13:35.0813687Z 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-01-24T01:13:35.0820561Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0829037Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0836692Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0844560Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0851880Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0858800Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0866233Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0873451Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0880746Z 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-01-24T01:13:35.0892951Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0900227Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0907352Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0914347Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0921193Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0928564Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0949962Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0957148Z 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-01-24T01:13:35.0974654Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0982103Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0989572Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.0996492Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1003589Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1011192Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1018280Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1025709Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1032860Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1041103Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1048354Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1055404Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1062394Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1070042Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1077181Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1084515Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1091742Z copying torch\include\ATen\ops\feature_alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1098996Z copying torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1106059Z copying torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1113177Z copying torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1120125Z copying torch\include\ATen\ops\feature_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1127744Z copying torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1135123Z copying torch\include\ATen\ops\feature_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1142054Z copying torch\include\ATen\ops\feature_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1148882Z copying torch\include\ATen\ops\fft_fft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1155619Z copying torch\include\ATen\ops\fft_fft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1162752Z copying torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1170261Z copying torch\include\ATen\ops\fft_fft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1177230Z copying torch\include\ATen\ops\fft_fft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1184195Z copying torch\include\ATen\ops\fft_fftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1191805Z copying torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1198547Z copying torch\include\ATen\ops\fft_fftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1205397Z copying torch\include\ATen\ops\fft_fftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1212269Z copying torch\include\ATen\ops\fft_fftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1220079Z copying torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1233041Z copying torch\include\ATen\ops\fft_fftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1239776Z copying torch\include\ATen\ops\fft_fftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1247051Z copying torch\include\ATen\ops\fft_fftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1254366Z copying torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1261537Z copying torch\include\ATen\ops\fft_fftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1268179Z copying torch\include\ATen\ops\fft_fftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1275272Z copying torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1282069Z copying torch\include\ATen\ops\fft_fft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1288913Z copying torch\include\ATen\ops\fft_fft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1295752Z copying torch\include\ATen\ops\fft_hfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1302468Z copying torch\include\ATen\ops\fft_hfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1309653Z copying torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1316855Z copying torch\include\ATen\ops\fft_hfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1323571Z copying torch\include\ATen\ops\fft_hfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1330502Z copying torch\include\ATen\ops\fft_hfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1337681Z copying torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1344733Z copying torch\include\ATen\ops\fft_hfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1351971Z copying torch\include\ATen\ops\fft_hfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1358960Z copying torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1365726Z copying torch\include\ATen\ops\fft_hfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1372326Z copying torch\include\ATen\ops\fft_hfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1379238Z copying torch\include\ATen\ops\fft_ifft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1385720Z copying torch\include\ATen\ops\fft_ifft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1393487Z copying torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1400075Z copying torch\include\ATen\ops\fft_ifft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1406979Z copying torch\include\ATen\ops\fft_ifft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1413564Z copying torch\include\ATen\ops\fft_ifftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1421117Z copying torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1427816Z copying torch\include\ATen\ops\fft_ifftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1435590Z copying torch\include\ATen\ops\fft_ifftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1513552Z copying torch\include\ATen\ops\fft_ifftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1520485Z copying torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1527496Z copying torch\include\ATen\ops\fft_ifftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1533846Z copying torch\include\ATen\ops\fft_ifftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1540994Z copying torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1549883Z copying torch\include\ATen\ops\fft_ifft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1556655Z copying torch\include\ATen\ops\fft_ifft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1563423Z copying torch\include\ATen\ops\fft_ihfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1570152Z copying torch\include\ATen\ops\fft_ihfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1577010Z copying torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1583909Z copying torch\include\ATen\ops\fft_ihfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1590557Z copying torch\include\ATen\ops\fft_ihfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1598019Z copying torch\include\ATen\ops\fft_ihfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1605178Z copying torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1612319Z copying torch\include\ATen\ops\fft_ihfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1619929Z copying torch\include\ATen\ops\fft_ihfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1626386Z copying torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1633375Z copying torch\include\ATen\ops\fft_ihfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1640237Z copying torch\include\ATen\ops\fft_ihfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1646750Z copying torch\include\ATen\ops\fft_irfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1653584Z copying torch\include\ATen\ops\fft_irfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1660517Z copying torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1667104Z copying torch\include\ATen\ops\fft_irfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1673933Z copying torch\include\ATen\ops\fft_irfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1680589Z copying torch\include\ATen\ops\fft_irfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1687922Z copying torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1694925Z copying torch\include\ATen\ops\fft_irfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1701291Z copying torch\include\ATen\ops\fft_irfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1708242Z copying torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1714988Z copying torch\include\ATen\ops\fft_irfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1722130Z copying torch\include\ATen\ops\fft_irfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1728686Z copying torch\include\ATen\ops\fft_rfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1735366Z copying torch\include\ATen\ops\fft_rfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1742518Z copying torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1748904Z copying torch\include\ATen\ops\fft_rfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1755508Z copying torch\include\ATen\ops\fft_rfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1762338Z copying torch\include\ATen\ops\fft_rfftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1769416Z copying torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1775988Z copying torch\include\ATen\ops\fft_rfftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1782899Z copying torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1789662Z copying torch\include\ATen\ops\fft_rfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1796628Z copying torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1803297Z copying torch\include\ATen\ops\fft_rfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1810085Z copying torch\include\ATen\ops\fft_rfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1817072Z copying torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1823588Z copying torch\include\ATen\ops\fft_rfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1830278Z copying torch\include\ATen\ops\fft_rfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1837096Z copying torch\include\ATen\ops\fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1843783Z copying torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1850253Z copying torch\include\ATen\ops\fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1856881Z copying torch\include\ATen\ops\fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1863399Z copying torch\include\ATen\ops\fill_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1870256Z copying torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1876974Z copying torch\include\ATen\ops\fill_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1883574Z copying torch\include\ATen\ops\fill_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1890421Z copying torch\include\ATen\ops\fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1896604Z copying torch\include\ATen\ops\fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1903127Z copying torch\include\ATen\ops\fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1909899Z copying torch\include\ATen\ops\fix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1916713Z copying torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1923518Z copying torch\include\ATen\ops\fix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1930412Z copying torch\include\ATen\ops\fix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1938479Z copying torch\include\ATen\ops\flatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1946182Z copying torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1953981Z copying torch\include\ATen\ops\flatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1962000Z copying torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1968860Z copying torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1975404Z copying torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1982613Z copying torch\include\ATen\ops\flatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1989705Z copying torch\include\ATen\ops\flatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.1996278Z copying torch\include\ATen\ops\flip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2002649Z copying torch\include\ATen\ops\fliplr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2009017Z copying torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2015938Z copying torch\include\ATen\ops\fliplr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2022126Z copying torch\include\ATen\ops\fliplr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2028597Z copying torch\include\ATen\ops\flipud.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2035139Z copying torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2041973Z copying torch\include\ATen\ops\flipud_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2048381Z copying torch\include\ATen\ops\flipud_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2055209Z copying torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2061812Z copying torch\include\ATen\ops\flip_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2068629Z copying torch\include\ATen\ops\flip_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2075332Z copying torch\include\ATen\ops\flip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2081705Z copying torch\include\ATen\ops\flip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2088178Z copying torch\include\ATen\ops\float_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2095266Z copying torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2101780Z copying torch\include\ATen\ops\float_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2109870Z copying torch\include\ATen\ops\float_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2117631Z copying torch\include\ATen\ops\floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2125795Z copying torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2133330Z copying torch\include\ATen\ops\floor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2141327Z copying torch\include\ATen\ops\floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2149424Z copying torch\include\ATen\ops\floor_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2157492Z copying torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2164087Z copying torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2170793Z copying torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2177523Z copying torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2184311Z copying torch\include\ATen\ops\floor_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2191286Z copying torch\include\ATen\ops\floor_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2198112Z copying torch\include\ATen\ops\floor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2204842Z copying torch\include\ATen\ops\floor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2211738Z copying torch\include\ATen\ops\floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2219058Z copying torch\include\ATen\ops\floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2225689Z copying torch\include\ATen\ops\fmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2232875Z copying torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2239653Z copying torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2246781Z copying torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2253639Z copying torch\include\ATen\ops\fmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2260528Z copying torch\include\ATen\ops\fmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2267260Z copying torch\include\ATen\ops\fmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2274029Z copying torch\include\ATen\ops\fmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2280402Z copying torch\include\ATen\ops\fmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2287347Z copying torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2294056Z copying torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2301002Z copying torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.2307833Z copying torch\include\ATen\ops\fmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5158482Z copying torch\include\ATen\ops\fmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5165159Z copying torch\include\ATen\ops\fmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5171705Z copying torch\include\ATen\ops\fmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5178690Z copying torch\include\ATen\ops\fmod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5185386Z copying torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5192277Z copying torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5198972Z copying torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5206023Z copying torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5212958Z copying torch\include\ATen\ops\fmod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5219691Z copying torch\include\ATen\ops\fmod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5226532Z copying torch\include\ATen\ops\fmod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5233274Z copying torch\include\ATen\ops\fmod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5239780Z copying torch\include\ATen\ops\frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5246539Z copying torch\include\ATen\ops\fractional_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5253877Z copying torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5261105Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5267908Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5275227Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5282270Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5289544Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5296626Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5303588Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5311024Z copying torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5317866Z copying torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5325147Z copying torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5332292Z copying torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5339415Z copying torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5346590Z copying torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5353781Z copying torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5361178Z copying torch\include\ATen\ops\fractional_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5369131Z copying torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5376995Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5384577Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5391987Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5399091Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5406226Z copying torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5413334Z copying torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5420532Z copying torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5427397Z copying torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5434314Z copying torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5441092Z copying torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5448050Z copying torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5455098Z copying torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5461895Z copying torch\include\ATen\ops\frac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5468625Z copying torch\include\ATen\ops\frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5475403Z copying torch\include\ATen\ops\frac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5481853Z copying torch\include\ATen\ops\frac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5488464Z copying torch\include\ATen\ops\frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5495047Z copying torch\include\ATen\ops\frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5501310Z copying torch\include\ATen\ops\frexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5507914Z copying torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5514857Z copying torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5521468Z copying torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5528016Z copying torch\include\ATen\ops\frexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5534564Z copying torch\include\ATen\ops\frexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5541194Z copying torch\include\ATen\ops\frobenius_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5548567Z copying torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5555517Z copying torch\include\ATen\ops\frobenius_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5562144Z copying torch\include\ATen\ops\frobenius_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5568988Z copying torch\include\ATen\ops\from_blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5575448Z copying torch\include\ATen\ops\from_file.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5582416Z copying torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5588975Z copying torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5595686Z copying torch\include\ATen\ops\from_file_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5602608Z copying torch\include\ATen\ops\from_file_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5609250Z copying torch\include\ATen\ops\full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5616118Z copying torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5623181Z copying torch\include\ATen\ops\full_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5630265Z copying torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5636950Z copying torch\include\ATen\ops\full_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5643850Z copying torch\include\ATen\ops\full_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5650333Z copying torch\include\ATen\ops\full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5657092Z copying torch\include\ATen\ops\full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5664183Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5671510Z 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-01-24T01:13:35.5678215Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5685873Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5692457Z copying torch\include\ATen\ops\gather.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5699009Z copying torch\include\ATen\ops\gather_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5705855Z copying torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5713090Z copying torch\include\ATen\ops\gather_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5719707Z copying torch\include\ATen\ops\gather_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5726892Z copying torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5733807Z copying torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5741001Z copying torch\include\ATen\ops\gather_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5747994Z copying torch\include\ATen\ops\gather_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5754840Z copying torch\include\ATen\ops\gather_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5761507Z copying torch\include\ATen\ops\gather_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5768186Z copying torch\include\ATen\ops\gather_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5774947Z copying torch\include\ATen\ops\gather_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5781698Z copying torch\include\ATen\ops\gcd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5788931Z copying torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5795730Z copying torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5802541Z copying torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.5809260Z copying torch\include\ATen\ops\gcd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6414470Z copying torch\include\ATen\ops\gcd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6415310Z copying torch\include\ATen\ops\gcd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6416036Z copying torch\include\ATen\ops\gcd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6416721Z copying torch\include\ATen\ops\ge.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6417701Z copying torch\include\ATen\ops\gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6418443Z copying torch\include\ATen\ops\gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6419447Z copying torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6420506Z copying torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6421379Z copying torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6422205Z copying torch\include\ATen\ops\gelu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6423034Z copying torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6423870Z copying torch\include\ATen\ops\gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6424756Z copying torch\include\ATen\ops\gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6425726Z copying torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6426697Z copying torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6427493Z copying torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6428252Z copying torch\include\ATen\ops\gelu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6429018Z copying torch\include\ATen\ops\gelu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6429936Z copying torch\include\ATen\ops\gelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6430668Z copying torch\include\ATen\ops\gelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6431394Z copying torch\include\ATen\ops\geometric.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6432354Z copying torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6433407Z copying torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6434297Z copying torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6435140Z copying torch\include\ATen\ops\geometric_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6435951Z copying torch\include\ATen\ops\geometric_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6436732Z copying torch\include\ATen\ops\geometric_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6437469Z copying torch\include\ATen\ops\geqrf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6438211Z copying torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6439014Z copying torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6439809Z copying torch\include\ATen\ops\geqrf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6440540Z copying torch\include\ATen\ops\geqrf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6441238Z copying torch\include\ATen\ops\ger.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6442138Z copying torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6443019Z copying torch\include\ATen\ops\ger_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6443737Z copying torch\include\ATen\ops\ger_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6444709Z copying torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6445674Z copying torch\include\ATen\ops\ge_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6446454Z copying torch\include\ATen\ops\ge_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6447190Z copying torch\include\ATen\ops\ge_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6447937Z copying torch\include\ATen\ops\ge_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6448691Z copying torch\include\ATen\ops\ge_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6453236Z copying torch\include\ATen\ops\ge_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6459656Z copying torch\include\ATen\ops\glu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6466550Z copying torch\include\ATen\ops\glu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6473453Z copying torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6480141Z copying torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6487138Z copying torch\include\ATen\ops\glu_backward_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6494385Z copying torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6501349Z copying torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6508398Z copying torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6515392Z copying torch\include\ATen\ops\glu_backward_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6522286Z copying torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6530353Z copying torch\include\ATen\ops\glu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6537520Z copying torch\include\ATen\ops\glu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6546045Z copying torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6552885Z copying torch\include\ATen\ops\glu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6559597Z copying torch\include\ATen\ops\glu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6566292Z copying torch\include\ATen\ops\glu_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6573017Z copying torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6579723Z copying torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6586531Z copying torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6593438Z copying torch\include\ATen\ops\glu_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6600048Z copying torch\include\ATen\ops\glu_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6606672Z copying torch\include\ATen\ops\glu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6612996Z copying torch\include\ATen\ops\glu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6619635Z copying torch\include\ATen\ops\glu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6626382Z copying torch\include\ATen\ops\glu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6633030Z copying torch\include\ATen\ops\gradient.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6640112Z copying torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6646946Z copying torch\include\ATen\ops\gradient_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6653574Z copying torch\include\ATen\ops\gradient_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6660432Z copying torch\include\ATen\ops\greater.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6667591Z copying torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6674370Z copying torch\include\ATen\ops\greater_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6681558Z copying torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6688481Z copying torch\include\ATen\ops\greater_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6696899Z copying torch\include\ATen\ops\greater_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6704085Z copying torch\include\ATen\ops\greater_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6711312Z copying torch\include\ATen\ops\greater_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6718613Z copying torch\include\ATen\ops\grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6725571Z copying torch\include\ATen\ops\grid_sampler_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6732814Z copying torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6739979Z copying torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6747369Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6754615Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6761727Z copying torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6768707Z copying torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6775876Z copying torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6783208Z copying torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6790220Z copying torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6796980Z copying torch\include\ATen\ops\grid_sampler_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6803802Z copying torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6810668Z copying torch\include\ATen\ops\grid_sampler_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6817696Z copying torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6824888Z copying torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6832038Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6839036Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6846124Z copying torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6853005Z copying torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6860103Z copying torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6867045Z copying torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6876465Z copying torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6883708Z copying torch\include\ATen\ops\grid_sampler_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6890800Z copying torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6898089Z copying torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6904979Z copying torch\include\ATen\ops\grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6911919Z copying torch\include\ATen\ops\grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6918678Z copying torch\include\ATen\ops\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6925852Z copying torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6932601Z copying torch\include\ATen\ops\group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6939174Z copying torch\include\ATen\ops\group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6945780Z copying torch\include\ATen\ops\gru.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6952199Z copying torch\include\ATen\ops\gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6958901Z copying torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6965624Z copying torch\include\ATen\ops\gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6972324Z copying torch\include\ATen\ops\gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6979173Z copying torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6985660Z copying torch\include\ATen\ops\gru_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6992284Z copying torch\include\ATen\ops\gru_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.6998522Z copying torch\include\ATen\ops\gt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7005772Z copying torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7011794Z copying torch\include\ATen\ops\gt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7018778Z copying torch\include\ATen\ops\gt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7025411Z copying torch\include\ATen\ops\gt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7032082Z copying torch\include\ATen\ops\gt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7038492Z copying torch\include\ATen\ops\gt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7044996Z copying torch\include\ATen\ops\gt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7051277Z copying torch\include\ATen\ops\hamming_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7058154Z copying torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7064783Z copying torch\include\ATen\ops\hamming_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7071842Z copying torch\include\ATen\ops\hamming_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7078511Z copying torch\include\ATen\ops\hann_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7085453Z copying torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7092187Z copying torch\include\ATen\ops\hann_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7098880Z copying torch\include\ATen\ops\hann_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7105977Z copying torch\include\ATen\ops\hardshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7112278Z copying torch\include\ATen\ops\hardshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7119503Z copying torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7126339Z copying torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7133532Z copying torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7140151Z copying torch\include\ATen\ops\hardshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7147175Z copying torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7191938Z copying torch\include\ATen\ops\hardshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7198749Z copying torch\include\ATen\ops\hardshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7206337Z copying torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7213224Z copying torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7219838Z copying torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7226610Z copying torch\include\ATen\ops\hardshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7234045Z copying torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7240579Z copying torch\include\ATen\ops\hardshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7247211Z copying torch\include\ATen\ops\hardshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7254158Z copying torch\include\ATen\ops\hardsigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7260922Z copying torch\include\ATen\ops\hardsigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7268229Z copying torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7275288Z copying torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7282153Z copying torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7295355Z copying torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7302597Z copying torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7309554Z copying torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7316484Z copying torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7323809Z copying torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7330678Z copying torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7337715Z copying torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7344468Z copying torch\include\ATen\ops\hardsigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7351744Z copying torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7358704Z copying torch\include\ATen\ops\hardsigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7365827Z copying torch\include\ATen\ops\hardsigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7373473Z copying torch\include\ATen\ops\hardswish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7380297Z copying torch\include\ATen\ops\hardswish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7387434Z copying torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7394427Z copying torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7401572Z copying torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7408564Z copying torch\include\ATen\ops\hardswish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7415470Z copying torch\include\ATen\ops\hardswish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7422217Z copying torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7428924Z copying torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7441664Z copying torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7448359Z copying torch\include\ATen\ops\hardswish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7455309Z copying torch\include\ATen\ops\hardswish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7461981Z copying torch\include\ATen\ops\hardtanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7468871Z copying torch\include\ATen\ops\hardtanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7476085Z copying torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7483191Z copying torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7489533Z copying torch\include\ATen\ops\hardtanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7501502Z copying torch\include\ATen\ops\hardtanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7508392Z copying torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7515346Z copying torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7522202Z copying torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7534271Z copying torch\include\ATen\ops\hardtanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7540863Z copying torch\include\ATen\ops\hardtanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7547560Z copying torch\include\ATen\ops\heaviside.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7554794Z copying torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7691545Z copying torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7698365Z copying torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7705069Z copying torch\include\ATen\ops\heaviside_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7712069Z copying torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7728337Z copying torch\include\ATen\ops\heaviside_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7735178Z copying torch\include\ATen\ops\heaviside_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7742120Z copying torch\include\ATen\ops\hinge_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7749250Z copying torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7762436Z copying torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7769562Z copying torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7775875Z copying torch\include\ATen\ops\histc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7782583Z copying torch\include\ATen\ops\histc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7794142Z copying torch\include\ATen\ops\histc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7800884Z copying torch\include\ATen\ops\histc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7807661Z copying torch\include\ATen\ops\histc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7814332Z copying torch\include\ATen\ops\histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7821234Z copying torch\include\ATen\ops\histogramdd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7828433Z copying torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7835435Z copying torch\include\ATen\ops\histogramdd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7842064Z copying torch\include\ATen\ops\histogramdd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7854279Z copying torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7861127Z copying torch\include\ATen\ops\histogram_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7868063Z copying torch\include\ATen\ops\histogram_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7875247Z copying torch\include\ATen\ops\hsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7888503Z copying torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7895168Z copying torch\include\ATen\ops\hsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7901887Z copying torch\include\ATen\ops\hsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7908536Z copying torch\include\ATen\ops\hspmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7920483Z copying torch\include\ATen\ops\hspmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7926942Z copying torch\include\ATen\ops\hspmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7933575Z copying torch\include\ATen\ops\hstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7940342Z copying torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7956373Z copying torch\include\ATen\ops\hstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7962610Z copying torch\include\ATen\ops\hstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7969350Z copying torch\include\ATen\ops\huber_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7975880Z copying torch\include\ATen\ops\huber_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7982892Z copying torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7989764Z copying torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.7996484Z copying torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8003668Z copying torch\include\ATen\ops\huber_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8010018Z copying torch\include\ATen\ops\huber_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8016735Z copying torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8023797Z copying torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8030650Z copying torch\include\ATen\ops\huber_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8036948Z copying torch\include\ATen\ops\huber_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8043665Z copying torch\include\ATen\ops\hypot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8050535Z copying torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8057239Z copying torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8063683Z copying torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8070430Z copying torch\include\ATen\ops\hypot_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8077274Z copying torch\include\ATen\ops\hypot_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8083826Z copying torch\include\ATen\ops\hypot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8090287Z copying torch\include\ATen\ops\hypot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8096879Z copying torch\include\ATen\ops\i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8103978Z copying torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8110501Z copying torch\include\ATen\ops\i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8117219Z copying torch\include\ATen\ops\i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8123539Z copying torch\include\ATen\ops\i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8129768Z copying torch\include\ATen\ops\i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8136329Z copying torch\include\ATen\ops\i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8143077Z copying torch\include\ATen\ops\i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8149530Z copying torch\include\ATen\ops\igamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8156011Z copying torch\include\ATen\ops\igammac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8162647Z copying torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8168985Z copying torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8175611Z copying torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8182184Z copying torch\include\ATen\ops\igammac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8188851Z copying torch\include\ATen\ops\igammac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8195641Z copying torch\include\ATen\ops\igammac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8202620Z copying torch\include\ATen\ops\igammac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8209663Z copying torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8216057Z copying torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8227711Z copying torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8234463Z copying torch\include\ATen\ops\igamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8241144Z copying torch\include\ATen\ops\igamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8247773Z copying torch\include\ATen\ops\igamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8261263Z copying torch\include\ATen\ops\igamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8268130Z copying torch\include\ATen\ops\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8274956Z copying torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8281624Z copying torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8288276Z copying torch\include\ATen\ops\im2col_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8294917Z copying torch\include\ATen\ops\im2col_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8301556Z copying torch\include\ATen\ops\imag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8307981Z copying torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8314617Z copying torch\include\ATen\ops\imag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8320961Z copying torch\include\ATen\ops\imag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8328833Z copying torch\include\ATen\ops\index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8335676Z copying torch\include\ATen\ops\index_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8347365Z copying torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8409329Z copying torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8415990Z copying torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8422415Z copying torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8429449Z copying torch\include\ATen\ops\index_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8436662Z copying torch\include\ATen\ops\index_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8443344Z copying torch\include\ATen\ops\index_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8450035Z copying torch\include\ATen\ops\index_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8462486Z copying torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8468868Z copying torch\include\ATen\ops\index_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8476287Z copying torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8483150Z copying torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8489831Z copying torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8496478Z copying torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8503513Z copying torch\include\ATen\ops\index_copy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8510098Z copying torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8516786Z copying torch\include\ATen\ops\index_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8523463Z copying torch\include\ATen\ops\index_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8530489Z copying torch\include\ATen\ops\index_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8537632Z copying torch\include\ATen\ops\index_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8544261Z copying torch\include\ATen\ops\index_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8551357Z copying torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8559103Z copying torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8565694Z copying torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8572462Z copying torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8579426Z copying torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8586950Z copying torch\include\ATen\ops\index_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8593761Z copying torch\include\ATen\ops\index_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8605401Z copying torch\include\ATen\ops\index_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8612421Z copying torch\include\ATen\ops\index_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8618965Z copying torch\include\ATen\ops\index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8625664Z copying torch\include\ATen\ops\index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8632429Z copying torch\include\ATen\ops\index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8640049Z copying torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8646757Z copying torch\include\ATen\ops\index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8653392Z copying torch\include\ATen\ops\index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8664535Z copying torch\include\ATen\ops\index_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8671866Z copying torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8678684Z copying torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8685403Z copying torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8692467Z copying torch\include\ATen\ops\index_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8699320Z copying torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8706064Z copying torch\include\ATen\ops\index_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8713020Z copying torch\include\ATen\ops\index_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8719771Z copying torch\include\ATen\ops\index_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8726607Z copying torch\include\ATen\ops\index_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8733941Z copying torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8740948Z copying torch\include\ATen\ops\index_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8747926Z copying torch\include\ATen\ops\index_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8755230Z copying torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8762209Z copying torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8769161Z copying torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8776005Z copying torch\include\ATen\ops\index_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8782638Z copying torch\include\ATen\ops\index_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8789619Z copying torch\include\ATen\ops\indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8796375Z copying torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8803081Z copying torch\include\ATen\ops\indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8810158Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8817308Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8824126Z copying torch\include\ATen\ops\indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8831516Z copying torch\include\ATen\ops\indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8838411Z copying torch\include\ATen\ops\indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8844985Z copying torch\include\ATen\ops\indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8852004Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8859236Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8866656Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8873733Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8880385Z copying torch\include\ATen\ops\inner.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8888193Z copying torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8894771Z copying torch\include\ATen\ops\inner_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8901547Z copying torch\include\ATen\ops\inner_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8908294Z copying torch\include\ATen\ops\instance_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8915478Z copying torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8922292Z copying torch\include\ATen\ops\instance_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8929004Z copying torch\include\ATen\ops\instance_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8935564Z copying torch\include\ATen\ops\int_repr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8942527Z copying torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8949851Z copying torch\include\ATen\ops\int_repr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8956383Z copying torch\include\ATen\ops\int_repr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8963054Z copying torch\include\ATen\ops\inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8969931Z copying torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8976527Z copying torch\include\ATen\ops\inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8982840Z copying torch\include\ATen\ops\inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8989533Z copying torch\include\ATen\ops\isclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.8996016Z copying torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9002367Z copying torch\include\ATen\ops\isclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9009059Z copying torch\include\ATen\ops\isclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9015588Z copying torch\include\ATen\ops\isfinite.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9022027Z copying torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9029459Z copying torch\include\ATen\ops\isfinite_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9035903Z copying torch\include\ATen\ops\isfinite_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9042392Z copying torch\include\ATen\ops\isin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9048810Z copying torch\include\ATen\ops\isinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9055538Z copying torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9062404Z copying torch\include\ATen\ops\isinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9068930Z copying torch\include\ATen\ops\isinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9076727Z copying torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9084811Z copying torch\include\ATen\ops\isin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9092250Z copying torch\include\ATen\ops\isin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9099575Z copying torch\include\ATen\ops\isin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9106888Z copying torch\include\ATen\ops\isin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9113657Z copying torch\include\ATen\ops\isin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9120360Z copying torch\include\ATen\ops\isin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9127191Z copying torch\include\ATen\ops\isnan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9140356Z copying torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9146796Z copying torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9153712Z copying torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9160719Z copying torch\include\ATen\ops\isnan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9173563Z copying torch\include\ATen\ops\isnan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9180082Z copying torch\include\ATen\ops\isneginf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9187172Z copying torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9193741Z copying torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9200649Z copying torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9207106Z copying torch\include\ATen\ops\isneginf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9213848Z copying torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9220011Z copying torch\include\ATen\ops\isneginf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9232488Z copying torch\include\ATen\ops\isneginf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9238815Z copying torch\include\ATen\ops\isposinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9245841Z copying torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9252779Z copying torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9259178Z copying torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9265827Z copying torch\include\ATen\ops\isposinf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9272416Z copying torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9278984Z copying torch\include\ATen\ops\isposinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9285726Z copying torch\include\ATen\ops\isposinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9292107Z copying torch\include\ATen\ops\isreal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9298485Z copying torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9305082Z copying torch\include\ATen\ops\isreal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9312368Z copying torch\include\ATen\ops\isreal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9318740Z copying torch\include\ATen\ops\istft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9325306Z copying torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9331714Z copying torch\include\ATen\ops\istft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9338289Z copying torch\include\ATen\ops\istft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9345664Z copying torch\include\ATen\ops\is_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9353024Z copying torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9360805Z copying torch\include\ATen\ops\is_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9368394Z copying torch\include\ATen\ops\is_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9375976Z copying torch\include\ATen\ops\is_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9401118Z copying torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9407721Z copying torch\include\ATen\ops\is_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9420011Z copying torch\include\ATen\ops\is_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9426827Z copying torch\include\ATen\ops\is_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9433587Z copying torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9440072Z copying torch\include\ATen\ops\is_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9446396Z copying torch\include\ATen\ops\is_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9453094Z copying torch\include\ATen\ops\is_distributed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9459907Z copying torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9466546Z copying torch\include\ATen\ops\is_distributed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9479187Z copying torch\include\ATen\ops\is_distributed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9486106Z copying torch\include\ATen\ops\is_floating_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9494209Z copying torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9500617Z copying torch\include\ATen\ops\is_floating_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9507132Z copying torch\include\ATen\ops\is_floating_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9513740Z copying torch\include\ATen\ops\is_inference.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9520526Z copying torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9527113Z copying torch\include\ATen\ops\is_inference_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9533724Z copying torch\include\ATen\ops\is_inference_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9540310Z copying torch\include\ATen\ops\is_leaf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9547474Z copying torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9554067Z copying torch\include\ATen\ops\is_leaf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9564912Z copying torch\include\ATen\ops\is_leaf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9571410Z copying torch\include\ATen\ops\is_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9577877Z copying torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9584286Z copying torch\include\ATen\ops\is_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9590492Z copying torch\include\ATen\ops\is_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9596957Z copying torch\include\ATen\ops\is_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9603851Z copying torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9610364Z copying torch\include\ATen\ops\is_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9623819Z copying torch\include\ATen\ops\is_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9630621Z copying torch\include\ATen\ops\is_pinned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9637270Z copying torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9643855Z copying torch\include\ATen\ops\is_pinned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9650367Z copying torch\include\ATen\ops\is_pinned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9657020Z copying torch\include\ATen\ops\is_same_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9664222Z copying torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9670847Z copying torch\include\ATen\ops\is_same_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9686021Z copying torch\include\ATen\ops\is_same_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9692902Z copying torch\include\ATen\ops\is_set_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9699550Z copying torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9706762Z copying torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9716626Z copying torch\include\ATen\ops\is_set_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9722846Z copying torch\include\ATen\ops\is_set_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9729325Z copying torch\include\ATen\ops\is_signed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9736162Z copying torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9742745Z copying torch\include\ATen\ops\is_signed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9749529Z copying torch\include\ATen\ops\is_signed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9756212Z copying torch\include\ATen\ops\is_vulkan_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9763087Z copying torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9773898Z copying torch\include\ATen\ops\is_vulkan_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9780174Z copying torch\include\ATen\ops\is_vulkan_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9786734Z copying torch\include\ATen\ops\item.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9793096Z copying torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9799598Z copying torch\include\ATen\ops\item_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9806254Z copying torch\include\ATen\ops\item_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9812501Z copying torch\include\ATen\ops\kaiser_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9819418Z copying torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9826134Z copying torch\include\ATen\ops\kaiser_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9832734Z copying torch\include\ATen\ops\kaiser_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9839299Z copying torch\include\ATen\ops\kl_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9846015Z copying torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9852390Z copying torch\include\ATen\ops\kl_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9859003Z copying torch\include\ATen\ops\kl_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9865909Z copying torch\include\ATen\ops\kron.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9872191Z copying torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9878449Z copying torch\include\ATen\ops\kron_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9884970Z copying torch\include\ATen\ops\kron_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9891228Z copying torch\include\ATen\ops\kthvalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9897814Z copying torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9912053Z copying torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9919064Z copying torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9926215Z copying torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9934350Z copying torch\include\ATen\ops\kthvalue_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9948208Z copying torch\include\ATen\ops\kthvalue_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9956050Z copying torch\include\ATen\ops\l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9962915Z copying torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9969729Z copying torch\include\ATen\ops\l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9976594Z copying torch\include\ATen\ops\l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9984263Z copying torch\include\ATen\ops\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9991399Z copying torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:35.9998014Z copying torch\include\ATen\ops\layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0004574Z copying torch\include\ATen\ops\layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0011402Z copying torch\include\ATen\ops\lcm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0018148Z copying torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0024742Z copying torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0031502Z copying torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0038200Z copying torch\include\ATen\ops\lcm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0044467Z copying torch\include\ATen\ops\lcm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0051043Z copying torch\include\ATen\ops\lcm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0057586Z copying torch\include\ATen\ops\lcm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0063790Z copying torch\include\ATen\ops\ldexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0070615Z copying torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0077046Z copying torch\include\ATen\ops\ldexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0083820Z copying torch\include\ATen\ops\ldexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0090499Z copying torch\include\ATen\ops\le.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0096809Z copying torch\include\ATen\ops\leaky_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0103372Z copying torch\include\ATen\ops\leaky_relu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0117165Z copying torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0123990Z copying torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0130578Z copying torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0137424Z copying torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0144086Z copying torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0150975Z copying torch\include\ATen\ops\leaky_relu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0157580Z copying torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0164630Z copying torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0176641Z copying torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0183588Z copying torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0190274Z copying torch\include\ATen\ops\leaky_relu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0196932Z copying torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0209625Z copying torch\include\ATen\ops\leaky_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0216462Z copying torch\include\ATen\ops\leaky_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0223179Z copying torch\include\ATen\ops\lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0230218Z copying torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0237061Z copying torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0243965Z copying torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0250649Z copying torch\include\ATen\ops\lerp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0257787Z copying torch\include\ATen\ops\lerp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0264040Z copying torch\include\ATen\ops\lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0270955Z copying torch\include\ATen\ops\lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0277253Z copying torch\include\ATen\ops\less.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0283983Z copying torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0290534Z copying torch\include\ATen\ops\less_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0298702Z copying torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0305313Z copying torch\include\ATen\ops\less_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0312144Z copying torch\include\ATen\ops\less_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0318973Z copying torch\include\ATen\ops\less_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0326208Z copying torch\include\ATen\ops\less_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0340518Z copying torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0347225Z copying torch\include\ATen\ops\le_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0354015Z copying torch\include\ATen\ops\le_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0360570Z copying torch\include\ATen\ops\le_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0367167Z copying torch\include\ATen\ops\le_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0373869Z copying torch\include\ATen\ops\le_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0380505Z copying torch\include\ATen\ops\le_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0386954Z copying torch\include\ATen\ops\lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0394090Z copying torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0401531Z copying torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0409198Z copying torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0416672Z copying torch\include\ATen\ops\lgamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0423513Z copying torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0430333Z copying torch\include\ATen\ops\lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0436965Z copying torch\include\ATen\ops\lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0443730Z copying torch\include\ATen\ops\lift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0450489Z copying torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0456976Z copying torch\include\ATen\ops\lift_fresh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0464417Z copying torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0470935Z copying torch\include\ATen\ops\lift_fresh_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0478257Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0484848Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0491559Z copying torch\include\ATen\ops\lift_fresh_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0498884Z copying torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0506036Z copying torch\include\ATen\ops\lift_fresh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0512560Z copying torch\include\ATen\ops\lift_fresh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0525607Z copying torch\include\ATen\ops\lift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0531773Z copying torch\include\ATen\ops\lift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0538060Z copying torch\include\ATen\ops\linalg_cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0545025Z copying torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0556760Z copying torch\include\ATen\ops\linalg_cholesky_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0564406Z copying torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0571237Z copying torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0578154Z copying torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0590150Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0597128Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0603875Z copying torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0610611Z copying torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0617831Z copying torch\include\ATen\ops\linalg_cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0624744Z copying torch\include\ATen\ops\linalg_cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0631680Z copying torch\include\ATen\ops\linalg_cond.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0639200Z copying torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0645543Z copying torch\include\ATen\ops\linalg_cond_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0652510Z copying torch\include\ATen\ops\linalg_cond_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0658847Z copying torch\include\ATen\ops\linalg_cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0666400Z copying torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0677734Z copying torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0685015Z copying torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0691179Z copying torch\include\ATen\ops\linalg_cross_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0698269Z copying torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0710812Z copying torch\include\ATen\ops\linalg_cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0717420Z copying torch\include\ATen\ops\linalg_cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0724457Z copying torch\include\ATen\ops\linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0731673Z copying torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0738432Z copying torch\include\ATen\ops\linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0745063Z copying torch\include\ATen\ops\linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0752004Z copying torch\include\ATen\ops\linalg_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0759180Z copying torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0765866Z copying torch\include\ATen\ops\linalg_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0772747Z copying torch\include\ATen\ops\linalg_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0779213Z copying torch\include\ATen\ops\linalg_eig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0786009Z copying torch\include\ATen\ops\linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0793672Z copying torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0800388Z copying torch\include\ATen\ops\linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0807164Z copying torch\include\ATen\ops\linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0813815Z copying torch\include\ATen\ops\linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0827271Z copying torch\include\ATen\ops\linalg_eigvalsh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0834548Z copying torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0841214Z copying torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0847915Z copying torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0860926Z copying torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0867842Z copying torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0874637Z copying torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0881693Z copying torch\include\ATen\ops\linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0893157Z copying torch\include\ATen\ops\linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0899976Z copying torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0906740Z copying torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0913329Z copying torch\include\ATen\ops\linalg_eig_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0919957Z copying torch\include\ATen\ops\linalg_eig_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0926911Z copying torch\include\ATen\ops\linalg_householder_product.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0933723Z copying torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0941087Z copying torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0948595Z copying torch\include\ATen\ops\linalg_householder_product_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.0956576Z copying torch\include\ATen\ops\linalg_householder_product_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1030704Z copying torch\include\ATen\ops\linalg_inv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1037801Z copying torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1044733Z copying torch\include\ATen\ops\linalg_inv_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1052109Z copying torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1058625Z copying torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1065347Z copying torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1072264Z copying torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1079071Z copying torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1085871Z copying torch\include\ATen\ops\linalg_inv_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1092875Z copying torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1099710Z copying torch\include\ATen\ops\linalg_inv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1106352Z copying torch\include\ATen\ops\linalg_inv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1113404Z copying torch\include\ATen\ops\linalg_ldl_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1120320Z copying torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1127607Z copying torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1134673Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1141664Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1148557Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1155753Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1162485Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1169238Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1176257Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1183000Z copying torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1189988Z copying torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1196719Z copying torch\include\ATen\ops\linalg_ldl_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1203964Z copying torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1210765Z copying torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1217838Z copying torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1224713Z copying torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1231914Z copying torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1239189Z copying torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1245846Z copying torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1252636Z copying torch\include\ATen\ops\linalg_lstsq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1259696Z copying torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1266670Z copying torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1273667Z copying torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1280563Z copying torch\include\ATen\ops\linalg_lstsq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1287311Z copying torch\include\ATen\ops\linalg_lstsq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1294215Z copying torch\include\ATen\ops\linalg_lu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1301379Z copying torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1308151Z copying torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1315678Z copying torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1328709Z copying torch\include\ATen\ops\linalg_lu_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1336162Z copying torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1343239Z copying torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1350649Z copying torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1364155Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1371649Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1378525Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1385650Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1392716Z copying torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1399628Z copying torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1406605Z copying torch\include\ATen\ops\linalg_lu_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1414512Z copying torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1422362Z copying torch\include\ATen\ops\linalg_lu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1430295Z copying torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1438091Z copying torch\include\ATen\ops\linalg_lu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1445581Z copying torch\include\ATen\ops\linalg_lu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1453167Z copying torch\include\ATen\ops\linalg_lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1460667Z copying torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1467795Z copying torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1475471Z copying torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1482369Z copying torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1489821Z copying torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1496762Z copying torch\include\ATen\ops\linalg_lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1503966Z copying torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1511676Z copying torch\include\ATen\ops\linalg_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1518773Z copying torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1526528Z copying torch\include\ATen\ops\linalg_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1533400Z copying torch\include\ATen\ops\linalg_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1540159Z copying torch\include\ATen\ops\linalg_matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1547734Z copying torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1554996Z copying torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1562417Z copying torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1569713Z copying torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1577012Z copying torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1584061Z copying torch\include\ATen\ops\linalg_matrix_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1591774Z copying torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1604159Z copying torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1611032Z copying torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1617963Z copying torch\include\ATen\ops\linalg_matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1625438Z copying torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1632421Z copying torch\include\ATen\ops\linalg_matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1639353Z copying torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1646210Z copying torch\include\ATen\ops\linalg_matrix_rank.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1653828Z copying torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1666887Z copying torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1673945Z copying torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1681061Z copying torch\include\ATen\ops\linalg_multi_dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1688229Z copying torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1694977Z copying torch\include\ATen\ops\linalg_multi_dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1702245Z copying torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1709205Z copying torch\include\ATen\ops\linalg_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1716425Z copying torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1723591Z copying torch\include\ATen\ops\linalg_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1730504Z copying torch\include\ATen\ops\linalg_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1737330Z copying torch\include\ATen\ops\linalg_pinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1744911Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1752205Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1759405Z copying torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1766448Z copying torch\include\ATen\ops\linalg_pinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1773431Z copying torch\include\ATen\ops\linalg_pinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1780261Z copying torch\include\ATen\ops\linalg_qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1787425Z copying torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1794274Z copying torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1801276Z copying torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1808156Z copying torch\include\ATen\ops\linalg_qr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1815374Z copying torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1822270Z copying torch\include\ATen\ops\linalg_qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1829179Z copying torch\include\ATen\ops\linalg_qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1836576Z copying torch\include\ATen\ops\linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1843832Z copying torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1850601Z copying torch\include\ATen\ops\linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1858243Z copying torch\include\ATen\ops\linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1865424Z copying torch\include\ATen\ops\linalg_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1872776Z copying torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1879898Z copying torch\include\ATen\ops\linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1887096Z copying torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1899496Z copying torch\include\ATen\ops\linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1906451Z copying torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1913313Z copying torch\include\ATen\ops\linalg_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1920413Z copying torch\include\ATen\ops\linalg_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1927612Z copying torch\include\ATen\ops\linalg_solve_triangular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1934597Z copying torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1941263Z copying torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1947898Z copying torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1955142Z copying torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1961817Z copying torch\include\ATen\ops\linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1968849Z copying torch\include\ATen\ops\linalg_svdvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1975942Z copying torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1982855Z copying torch\include\ATen\ops\linalg_svdvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1989669Z copying torch\include\ATen\ops\linalg_svdvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.1997507Z copying torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2550342Z copying torch\include\ATen\ops\linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2551178Z copying torch\include\ATen\ops\linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2551967Z copying torch\include\ATen\ops\linalg_tensorinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2552912Z copying torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2553902Z copying torch\include\ATen\ops\linalg_tensorinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2554735Z copying torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2555554Z copying torch\include\ATen\ops\linalg_tensorsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2556513Z copying torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2557668Z copying torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2558529Z copying torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2559317Z copying torch\include\ATen\ops\linalg_vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2560245Z copying torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2561273Z copying torch\include\ATen\ops\linalg_vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2562073Z copying torch\include\ATen\ops\linalg_vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2562834Z copying torch\include\ATen\ops\linalg_vecdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2563767Z copying torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2564798Z copying torch\include\ATen\ops\linalg_vecdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2565595Z copying torch\include\ATen\ops\linalg_vecdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2566393Z copying torch\include\ATen\ops\linalg_vector_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2567436Z copying torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2568525Z copying torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2569421Z copying torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2570359Z copying torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2571235Z copying torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2572182Z copying torch\include\ATen\ops\linalg_vector_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2573016Z copying torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2573786Z copying torch\include\ATen\ops\linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2574533Z copying torch\include\ATen\ops\linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2575476Z copying torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2576454Z copying torch\include\ATen\ops\linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2577273Z copying torch\include\ATen\ops\linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2578181Z copying torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2579218Z copying torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2580117Z copying torch\include\ATen\ops\linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2580864Z copying torch\include\ATen\ops\linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2581583Z copying torch\include\ATen\ops\linspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2582921Z copying torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2583881Z copying torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2584716Z copying torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2585776Z copying torch\include\ATen\ops\linspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2592885Z copying torch\include\ATen\ops\linspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2599337Z copying torch\include\ATen\ops\linspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2606330Z copying torch\include\ATen\ops\log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2612695Z copying torch\include\ATen\ops\log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2619588Z copying torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2632178Z copying torch\include\ATen\ops\log10_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2638891Z copying torch\include\ATen\ops\log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2645483Z copying torch\include\ATen\ops\log10_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2651997Z copying torch\include\ATen\ops\log10_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2658855Z copying torch\include\ATen\ops\log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2665645Z copying torch\include\ATen\ops\log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2672110Z copying torch\include\ATen\ops\log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2678809Z copying torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2690864Z copying torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2697360Z copying torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2704596Z copying torch\include\ATen\ops\log1p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2711254Z copying torch\include\ATen\ops\log1p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2718288Z copying torch\include\ATen\ops\log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2725591Z copying torch\include\ATen\ops\log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2732504Z copying torch\include\ATen\ops\log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2739426Z copying torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2752337Z copying torch\include\ATen\ops\log2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2758978Z copying torch\include\ATen\ops\log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2765822Z copying torch\include\ATen\ops\log2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2772841Z copying torch\include\ATen\ops\log2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2779688Z copying torch\include\ATen\ops\log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2786594Z copying torch\include\ATen\ops\log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2793283Z copying torch\include\ATen\ops\logaddexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2800109Z copying torch\include\ATen\ops\logaddexp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2813402Z copying torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2820019Z copying torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2826894Z copying torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2833870Z copying torch\include\ATen\ops\logaddexp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2840833Z copying torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2847996Z copying torch\include\ATen\ops\logaddexp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2854800Z copying torch\include\ATen\ops\logaddexp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2862163Z copying torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2869002Z copying torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2876079Z copying torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2882958Z copying torch\include\ATen\ops\logaddexp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2889955Z copying torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2903613Z copying torch\include\ATen\ops\logaddexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2911066Z copying torch\include\ATen\ops\logaddexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2918961Z copying torch\include\ATen\ops\logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2926852Z copying torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2939791Z copying torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2946634Z copying torch\include\ATen\ops\logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2953583Z copying torch\include\ATen\ops\logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2960614Z copying torch\include\ATen\ops\logdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2972881Z copying torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2979608Z copying torch\include\ATen\ops\logdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2986372Z copying torch\include\ATen\ops\logdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2992993Z copying torch\include\ATen\ops\logical_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.2999750Z copying torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3006237Z copying torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3013232Z copying torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3019883Z copying torch\include\ATen\ops\logical_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3026628Z copying torch\include\ATen\ops\logical_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3033506Z copying torch\include\ATen\ops\logical_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3040294Z copying torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3046698Z copying torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3053702Z copying torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3060788Z copying torch\include\ATen\ops\logical_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3067491Z copying torch\include\ATen\ops\logical_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3074119Z copying torch\include\ATen\ops\logical_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3090181Z copying torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3096822Z copying torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3103550Z copying torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3110382Z copying torch\include\ATen\ops\logical_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3117121Z copying torch\include\ATen\ops\logical_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3123801Z copying torch\include\ATen\ops\logical_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3130803Z copying torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3137533Z copying torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3144141Z copying torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3150895Z copying torch\include\ATen\ops\logical_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3157564Z copying torch\include\ATen\ops\logical_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3164374Z copying torch\include\ATen\ops\logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3171191Z copying torch\include\ATen\ops\logit_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3178457Z copying torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3185378Z copying torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3192504Z copying torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3206045Z copying torch\include\ATen\ops\logit_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3213247Z copying torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3219963Z copying torch\include\ATen\ops\logit_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3227101Z copying torch\include\ATen\ops\logit_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3238864Z copying torch\include\ATen\ops\logit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3245799Z copying torch\include\ATen\ops\logit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3252702Z copying torch\include\ATen\ops\logit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3268388Z copying torch\include\ATen\ops\logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3275411Z copying torch\include\ATen\ops\logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3282269Z copying torch\include\ATen\ops\logspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3289087Z copying torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3296350Z copying torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3303209Z copying torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3310229Z copying torch\include\ATen\ops\logspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3317054Z copying torch\include\ATen\ops\logspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3324084Z copying torch\include\ATen\ops\logspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3331019Z copying torch\include\ATen\ops\logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3338312Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3345935Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3353037Z copying torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3360042Z copying torch\include\ATen\ops\logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3366815Z copying torch\include\ATen\ops\logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3373812Z copying torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3380485Z copying torch\include\ATen\ops\log_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3387532Z copying torch\include\ATen\ops\log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3394200Z copying torch\include\ATen\ops\log_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3444840Z copying torch\include\ATen\ops\log_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3453179Z copying torch\include\ATen\ops\log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3465775Z copying torch\include\ATen\ops\log_normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3473215Z copying torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3480320Z copying torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3487150Z copying torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3501746Z copying torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3508470Z copying torch\include\ATen\ops\log_normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3515416Z copying torch\include\ATen\ops\log_normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3522266Z copying torch\include\ATen\ops\log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3528766Z copying torch\include\ATen\ops\log_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3535335Z copying torch\include\ATen\ops\log_sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3542140Z copying torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3549011Z copying torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3556200Z copying torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3563018Z copying torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3570080Z copying torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3577411Z copying torch\include\ATen\ops\log_sigmoid_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3584338Z copying torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3591357Z copying torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3598354Z copying torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3605285Z copying torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3618610Z copying torch\include\ATen\ops\log_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3625289Z copying torch\include\ATen\ops\log_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3632041Z copying torch\include\ATen\ops\log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3639027Z copying torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3645805Z copying torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3653212Z copying torch\include\ATen\ops\log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3659830Z copying torch\include\ATen\ops\log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3666388Z copying torch\include\ATen\ops\lshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3673282Z copying torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3679834Z copying torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3686515Z copying torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3693114Z copying torch\include\ATen\ops\lshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3705236Z copying torch\include\ATen\ops\lshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3712405Z copying torch\include\ATen\ops\lshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3719332Z copying torch\include\ATen\ops\lstm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3725825Z copying torch\include\ATen\ops\lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3732789Z copying torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3739402Z copying torch\include\ATen\ops\lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3745966Z copying torch\include\ATen\ops\lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3752968Z copying torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3764616Z copying torch\include\ATen\ops\lstm_mps_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3771793Z copying torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3778600Z copying torch\include\ATen\ops\lstm_mps_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3785999Z copying torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3798254Z copying torch\include\ATen\ops\lstm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3805143Z copying torch\include\ATen\ops\lstm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3811263Z copying torch\include\ATen\ops\lt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3818423Z copying torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3825298Z copying torch\include\ATen\ops\lt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3832252Z copying torch\include\ATen\ops\lt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3838918Z copying torch\include\ATen\ops\lt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3845412Z copying torch\include\ATen\ops\lt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3858135Z copying torch\include\ATen\ops\lt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3864768Z copying torch\include\ATen\ops\lt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3871456Z copying torch\include\ATen\ops\lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3878451Z copying torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3885324Z copying torch\include\ATen\ops\lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3891988Z copying torch\include\ATen\ops\lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3898687Z copying torch\include\ATen\ops\lu_unpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3906075Z copying torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3913670Z copying torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3921317Z copying torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3928533Z copying torch\include\ATen\ops\lu_unpack_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3935611Z copying torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3942999Z copying torch\include\ATen\ops\lu_unpack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3950321Z copying torch\include\ATen\ops\lu_unpack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3956747Z copying torch\include\ATen\ops\margin_ranking_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3963677Z copying torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3970397Z copying torch\include\ATen\ops\margin_ranking_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3977508Z copying torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3984094Z copying torch\include\ATen\ops\masked_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3991198Z copying torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.3998040Z copying torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4004488Z copying torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4011292Z copying torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4017849Z copying torch\include\ATen\ops\masked_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4024799Z copying torch\include\ATen\ops\masked_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4031653Z copying torch\include\ATen\ops\masked_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4038466Z copying torch\include\ATen\ops\masked_scatter_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4045378Z copying torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4057844Z copying torch\include\ATen\ops\masked_scatter_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4064755Z copying torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4078850Z copying torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4086368Z copying torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4099405Z copying torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4107319Z copying torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4115622Z copying torch\include\ATen\ops\masked_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4123393Z copying torch\include\ATen\ops\masked_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4130776Z copying torch\include\ATen\ops\masked_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4137806Z copying torch\include\ATen\ops\masked_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4145480Z copying torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4152366Z copying torch\include\ATen\ops\masked_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4165265Z copying torch\include\ATen\ops\masked_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4172097Z copying torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4179339Z copying torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4186480Z copying torch\include\ATen\ops\masked_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4199249Z copying torch\include\ATen\ops\masked_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4205974Z copying torch\include\ATen\ops\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4212444Z copying torch\include\ATen\ops\matmul_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4219228Z copying torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4225973Z copying torch\include\ATen\ops\matmul_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4233164Z copying torch\include\ATen\ops\matmul_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4239860Z copying torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4246758Z copying torch\include\ATen\ops\matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4253527Z copying torch\include\ATen\ops\matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4260176Z copying torch\include\ATen\ops\matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4267223Z copying torch\include\ATen\ops\matrix_exp_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4274352Z copying torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4280720Z copying torch\include\ATen\ops\matrix_exp_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4287491Z copying torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4294508Z copying torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4300943Z copying torch\include\ATen\ops\matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4307657Z copying torch\include\ATen\ops\matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4314486Z copying torch\include\ATen\ops\matrix_H.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4320789Z copying torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4327439Z copying torch\include\ATen\ops\matrix_H_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4333907Z copying torch\include\ATen\ops\matrix_H_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4340969Z copying torch\include\ATen\ops\matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4347986Z copying torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4354945Z copying torch\include\ATen\ops\matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4361601Z copying torch\include\ATen\ops\matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4368389Z copying torch\include\ATen\ops\max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4374992Z copying torch\include\ATen\ops\maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4381737Z copying torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4388401Z copying torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4395809Z copying torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4402527Z copying torch\include\ATen\ops\maximum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4409183Z copying torch\include\ATen\ops\maximum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4416115Z copying torch\include\ATen\ops\maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4423371Z copying torch\include\ATen\ops\maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4431203Z copying torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4439213Z copying torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4447851Z copying torch\include\ATen\ops\max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4454984Z copying torch\include\ATen\ops\max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4462543Z copying torch\include\ATen\ops\max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4469066Z copying torch\include\ATen\ops\max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4475836Z copying torch\include\ATen\ops\max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4482569Z copying torch\include\ATen\ops\max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4489864Z copying torch\include\ATen\ops\max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4496529Z copying torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4503192Z copying torch\include\ATen\ops\max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4510096Z copying torch\include\ATen\ops\max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4517662Z copying torch\include\ATen\ops\max_pool1d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4524716Z copying torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4537732Z copying torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4544444Z copying torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4576893Z copying torch\include\ATen\ops\max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4583282Z copying torch\include\ATen\ops\max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4590172Z copying torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4596707Z copying torch\include\ATen\ops\max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4603432Z copying torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4610254Z copying torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4623640Z copying torch\include\ATen\ops\max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4630714Z copying torch\include\ATen\ops\max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4637551Z copying torch\include\ATen\ops\max_pool2d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4644396Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4651751Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4658502Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4665536Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4672605Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4686199Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4693051Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4699943Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4707257Z copying torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4714433Z copying torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4721310Z copying torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4728173Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4735368Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4742371Z copying torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4749643Z copying torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4756549Z copying torch\include\ATen\ops\max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4763625Z copying torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4770499Z copying torch\include\ATen\ops\max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4777434Z copying torch\include\ATen\ops\max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4784875Z copying torch\include\ATen\ops\max_pool3d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4792032Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4799461Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4806755Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4813691Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4820694Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4834431Z copying torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4841514Z copying torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4848636Z copying torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4855632Z copying torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4868850Z copying torch\include\ATen\ops\max_unpool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4875830Z copying torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4883255Z copying torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4890757Z copying torch\include\ATen\ops\max_unpool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4897189Z copying torch\include\ATen\ops\max_unpool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4904519Z copying torch\include\ATen\ops\max_unpool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4911670Z copying torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4918889Z copying torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4926108Z copying torch\include\ATen\ops\max_unpool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4933458Z copying torch\include\ATen\ops\max_unpool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4941341Z copying torch\include\ATen\ops\mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4949213Z copying torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4956331Z copying torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4963354Z copying torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4970198Z copying torch\include\ATen\ops\mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4976996Z copying torch\include\ATen\ops\mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4990000Z copying torch\include\ATen\ops\mean_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.4996995Z copying torch\include\ATen\ops\mean_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5003926Z copying torch\include\ATen\ops\mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5010481Z copying torch\include\ATen\ops\mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5017025Z copying torch\include\ATen\ops\median.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5023663Z copying torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5030521Z copying torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5037373Z copying torch\include\ATen\ops\median_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5043650Z copying torch\include\ATen\ops\median_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5050199Z copying torch\include\ATen\ops\median_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5056820Z copying torch\include\ATen\ops\median_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5063969Z copying torch\include\ATen\ops\meshgrid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5070698Z copying torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5077625Z copying torch\include\ATen\ops\meshgrid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5083804Z copying torch\include\ATen\ops\meshgrid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5090325Z copying torch\include\ATen\ops\mH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5097078Z copying torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5103150Z copying torch\include\ATen\ops\mH_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5109351Z copying torch\include\ATen\ops\mH_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5115803Z copying torch\include\ATen\ops\min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5122173Z copying torch\include\ATen\ops\minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5128837Z copying torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5135180Z copying torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5141850Z copying torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5148426Z copying torch\include\ATen\ops\minimum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5155156Z copying torch\include\ATen\ops\minimum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5161907Z copying torch\include\ATen\ops\minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5168768Z copying torch\include\ATen\ops\minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5175716Z copying torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5182472Z copying torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5189239Z copying torch\include\ATen\ops\min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5195762Z copying torch\include\ATen\ops\min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5202725Z copying torch\include\ATen\ops\min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5208753Z copying torch\include\ATen\ops\min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5215356Z copying torch\include\ATen\ops\min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5221778Z copying torch\include\ATen\ops\min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5228181Z copying torch\include\ATen\ops\miopen_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5234945Z copying torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5241850Z copying torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5248535Z copying torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5261443Z copying torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5268509Z copying torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5275710Z copying torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5282393Z copying torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5289261Z copying torch\include\ATen\ops\miopen_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5295997Z copying torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5302753Z copying torch\include\ATen\ops\miopen_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5310626Z copying torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5317547Z copying torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5324814Z copying torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5331546Z copying torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5338565Z copying torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5345411Z copying torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5352510Z copying torch\include\ATen\ops\miopen_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5359383Z copying torch\include\ATen\ops\miopen_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5366125Z copying torch\include\ATen\ops\miopen_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5378900Z copying torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5385671Z copying torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5392726Z copying torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5399600Z copying torch\include\ATen\ops\miopen_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5407237Z copying torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5414415Z copying torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5421426Z copying torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5430293Z copying torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5444174Z copying torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5452879Z copying torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5461460Z copying torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5468477Z copying torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5475777Z copying torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5482620Z copying torch\include\ATen\ops\miopen_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5489647Z copying torch\include\ATen\ops\miopen_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5497162Z copying torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5503998Z copying torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5510942Z copying torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5517918Z copying torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5524994Z copying torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5531798Z copying torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5538786Z copying torch\include\ATen\ops\miopen_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5545670Z copying torch\include\ATen\ops\miopen_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5552475Z copying torch\include\ATen\ops\mish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5558888Z copying torch\include\ATen\ops\mish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5566046Z copying torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5572993Z copying torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5579703Z copying torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5592170Z copying torch\include\ATen\ops\mish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5599755Z copying torch\include\ATen\ops\mish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5612887Z copying torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5619196Z copying torch\include\ATen\ops\mish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5625954Z copying torch\include\ATen\ops\mish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5632718Z copying torch\include\ATen\ops\mish_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5639346Z copying torch\include\ATen\ops\mish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5645913Z copying torch\include\ATen\ops\mish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5653181Z copying torch\include\ATen\ops\mish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5659768Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5666490Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5673610Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5686841Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5693701Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5700891Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5708038Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5715377Z copying torch\include\ATen\ops\mkldnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5723727Z copying torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5825909Z copying torch\include\ATen\ops\mkldnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5832673Z copying torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5839722Z copying torch\include\ATen\ops\mkldnn_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5846854Z copying torch\include\ATen\ops\mkldnn_linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5854083Z copying torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5861143Z copying torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5868531Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5875629Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5882587Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5889397Z copying torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5896448Z copying torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5903209Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5910388Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5917604Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5924221Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5931284Z copying torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5938148Z copying torch\include\ATen\ops\mkldnn_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5944851Z copying torch\include\ATen\ops\mkldnn_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5951901Z copying torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5959622Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5967396Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5974770Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5981557Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5988693Z copying torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.5995535Z copying torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6002232Z copying torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6061213Z copying torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6068793Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6076544Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6083126Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6090162Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6097830Z copying torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6104718Z copying torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6112229Z copying torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6119175Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6126290Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6133134Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6139873Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6170808Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6178289Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6185385Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6192639Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6199823Z copying torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6206970Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6214779Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6221960Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6229094Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6236103Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6243387Z copying torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6250867Z copying torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6257991Z copying torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6265083Z copying torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6272144Z copying torch\include\ATen\ops\mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6279189Z copying torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6285715Z copying torch\include\ATen\ops\mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6292789Z copying torch\include\ATen\ops\mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6299656Z copying torch\include\ATen\ops\mm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6306155Z copying torch\include\ATen\ops\mm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6313087Z copying torch\include\ATen\ops\mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6319631Z copying torch\include\ATen\ops\mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6326174Z copying torch\include\ATen\ops\mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6332996Z copying torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6339769Z copying torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6346390Z copying torch\include\ATen\ops\mode_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6353292Z copying torch\include\ATen\ops\mode_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6360174Z copying torch\include\ATen\ops\mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6366819Z copying torch\include\ATen\ops\mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6373244Z copying torch\include\ATen\ops\moveaxis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6380072Z copying torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6387354Z copying torch\include\ATen\ops\moveaxis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6393734Z copying torch\include\ATen\ops\moveaxis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6400982Z copying torch\include\ATen\ops\movedim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6407699Z copying torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6414829Z copying torch\include\ATen\ops\movedim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6421341Z copying torch\include\ATen\ops\movedim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6427942Z copying torch\include\ATen\ops\mps_convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6434854Z copying torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6441503Z copying torch\include\ATen\ops\mps_convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6448445Z copying torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6455364Z copying torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6462726Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6469680Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6476721Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6483757Z copying torch\include\ATen\ops\mse_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6490899Z copying torch\include\ATen\ops\mse_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6499056Z copying torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6507238Z copying torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6515343Z copying torch\include\ATen\ops\mse_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6523731Z copying torch\include\ATen\ops\mse_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6530930Z copying torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6538059Z copying torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6545167Z copying torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6553137Z copying torch\include\ATen\ops\mse_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6560204Z copying torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6567007Z copying torch\include\ATen\ops\mse_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6574034Z copying torch\include\ATen\ops\mse_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6580531Z copying torch\include\ATen\ops\msort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6587241Z copying torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6599646Z copying torch\include\ATen\ops\msort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6606368Z copying torch\include\ATen\ops\msort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6612980Z copying torch\include\ATen\ops\mT.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6619327Z copying torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6625924Z copying torch\include\ATen\ops\mT_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6632465Z copying torch\include\ATen\ops\mT_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6638761Z copying torch\include\ATen\ops\mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6645321Z copying torch\include\ATen\ops\multilabel_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6652548Z copying torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6659294Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6666333Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6673190Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6680106Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6687167Z copying torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6693938Z copying torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6701239Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6708256Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6715182Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6722055Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6728564Z copying torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6934207Z copying torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6942275Z copying torch\include\ATen\ops\multinomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6950331Z copying torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6958401Z copying torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6966508Z copying torch\include\ATen\ops\multinomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6974192Z copying torch\include\ATen\ops\multinomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6981137Z copying torch\include\ATen\ops\multiply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6988317Z copying torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.6995591Z copying torch\include\ATen\ops\multiply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7002184Z copying torch\include\ATen\ops\multiply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7009051Z copying torch\include\ATen\ops\multi_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7016176Z copying torch\include\ATen\ops\multi_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7023048Z copying torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7029745Z copying torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7036365Z copying torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7043334Z copying torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7103277Z copying torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7110394Z copying torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7117194Z copying torch\include\ATen\ops\multi_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7124122Z copying torch\include\ATen\ops\multi_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7152638Z copying torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7159698Z copying torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7166270Z copying torch\include\ATen\ops\mul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7172866Z copying torch\include\ATen\ops\mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7180168Z copying torch\include\ATen\ops\mul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7186374Z copying torch\include\ATen\ops\mul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7193085Z copying torch\include\ATen\ops\mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7447190Z copying torch\include\ATen\ops\mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7454459Z copying torch\include\ATen\ops\mv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7461337Z copying torch\include\ATen\ops\mvlgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7468345Z copying torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7475377Z copying torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7481978Z copying torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7488742Z copying torch\include\ATen\ops\mvlgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7495403Z copying torch\include\ATen\ops\mvlgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7502531Z copying torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7513852Z copying torch\include\ATen\ops\mv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7520806Z copying torch\include\ATen\ops\mv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7527028Z copying torch\include\ATen\ops\nanmean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7533856Z copying torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7540408Z copying torch\include\ATen\ops\nanmean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7546988Z copying torch\include\ATen\ops\nanmean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7553648Z copying torch\include\ATen\ops\nanmedian.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7560508Z copying torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7567902Z copying torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7574468Z copying torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7588410Z copying torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7595861Z copying torch\include\ATen\ops\nanmedian_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7602273Z copying torch\include\ATen\ops\nanmedian_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7609336Z copying torch\include\ATen\ops\nanquantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7616264Z copying torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7623063Z copying torch\include\ATen\ops\nanquantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7634905Z copying torch\include\ATen\ops\nanquantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7641582Z copying torch\include\ATen\ops\nansum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7648034Z copying torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7654798Z copying torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7661421Z copying torch\include\ATen\ops\nansum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7668024Z copying torch\include\ATen\ops\nansum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7674729Z copying torch\include\ATen\ops\nan_to_num.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7681594Z copying torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7688393Z copying torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7695090Z copying torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7701661Z copying torch\include\ATen\ops\nan_to_num_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7708382Z copying torch\include\ATen\ops\nan_to_num_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7715149Z copying torch\include\ATen\ops\narrow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7722644Z copying torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7729097Z copying torch\include\ATen\ops\narrow_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7736370Z copying torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7768036Z copying torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7775238Z copying torch\include\ATen\ops\narrow_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7781912Z copying torch\include\ATen\ops\narrow_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7788657Z copying torch\include\ATen\ops\narrow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7795430Z copying torch\include\ATen\ops\narrow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7802273Z copying torch\include\ATen\ops\native_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7809289Z copying torch\include\ATen\ops\native_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7816348Z copying torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7823540Z copying torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7830634Z copying torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7837485Z copying torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7844274Z copying torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7851267Z copying torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7858350Z copying torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7865307Z copying torch\include\ATen\ops\native_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7872220Z copying torch\include\ATen\ops\native_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7880551Z copying torch\include\ATen\ops\native_channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7888251Z copying torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7896207Z copying torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7903344Z copying torch\include\ATen\ops\native_channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7910567Z copying torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7917680Z copying torch\include\ATen\ops\native_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7925501Z copying torch\include\ATen\ops\native_dropout_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7932970Z copying torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7940210Z copying torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7948538Z copying torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7956709Z copying torch\include\ATen\ops\native_dropout_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7964794Z copying torch\include\ATen\ops\native_dropout_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7972507Z copying torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7979984Z copying torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7987640Z copying torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.7994876Z copying torch\include\ATen\ops\native_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8001805Z copying torch\include\ATen\ops\native_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8008884Z copying torch\include\ATen\ops\native_group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8016042Z copying torch\include\ATen\ops\native_group_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8023405Z copying torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8031226Z copying torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8038342Z copying torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8045222Z copying torch\include\ATen\ops\native_group_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8052250Z copying torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8059244Z copying torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8065907Z copying torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8073239Z copying torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8079868Z copying torch\include\ATen\ops\native_group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8087571Z copying torch\include\ATen\ops\native_group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8094572Z copying torch\include\ATen\ops\native_layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8101676Z copying torch\include\ATen\ops\native_layer_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8109926Z copying torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8117286Z copying torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8124303Z copying torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8130976Z copying torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8138151Z copying torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8145070Z copying torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8152575Z copying torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8159670Z copying torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8166530Z copying torch\include\ATen\ops\native_layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8173362Z copying torch\include\ATen\ops\native_layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8180264Z copying torch\include\ATen\ops\native_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8187457Z copying torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8194873Z copying torch\include\ATen\ops\native_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8201705Z copying torch\include\ATen\ops\native_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8208697Z copying torch\include\ATen\ops\ne.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8215133Z copying torch\include\ATen\ops\neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8221945Z copying torch\include\ATen\ops\negative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8228426Z copying torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8235089Z copying torch\include\ATen\ops\negative_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8242221Z copying torch\include\ATen\ops\negative_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8250343Z copying torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8256964Z copying torch\include\ATen\ops\neg_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8264054Z copying torch\include\ATen\ops\neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8270975Z copying torch\include\ATen\ops\neg_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8277277Z copying torch\include\ATen\ops\neg_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8284111Z copying torch\include\ATen\ops\neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8290909Z copying torch\include\ATen\ops\neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8298412Z copying torch\include\ATen\ops\nested_to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8305515Z copying torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8312577Z copying torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8319353Z copying torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8393980Z copying torch\include\ATen\ops\new_empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8402717Z copying torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8429199Z copying torch\include\ATen\ops\new_empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8436312Z copying torch\include\ATen\ops\new_empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8443754Z copying torch\include\ATen\ops\new_empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8452379Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8460435Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8467606Z copying torch\include\ATen\ops\new_empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8474691Z copying torch\include\ATen\ops\new_empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8482109Z copying torch\include\ATen\ops\new_full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8488496Z copying torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8496473Z copying torch\include\ATen\ops\new_full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8503087Z copying torch\include\ATen\ops\new_full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8510721Z copying torch\include\ATen\ops\new_ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8517690Z copying torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8524386Z copying torch\include\ATen\ops\new_ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8530960Z copying torch\include\ATen\ops\new_ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8537802Z copying torch\include\ATen\ops\new_zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8544734Z copying torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8551641Z copying torch\include\ATen\ops\new_zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8558285Z copying torch\include\ATen\ops\new_zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8564924Z copying torch\include\ATen\ops\nextafter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8605477Z copying torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8680027Z copying torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8688299Z copying torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8694958Z copying torch\include\ATen\ops\nextafter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8701916Z copying torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8708812Z copying torch\include\ATen\ops\nextafter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8715543Z copying torch\include\ATen\ops\nextafter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8722934Z copying torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8729255Z copying torch\include\ATen\ops\ne_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8735779Z copying torch\include\ATen\ops\ne_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8742269Z copying torch\include\ATen\ops\ne_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8748790Z copying torch\include\ATen\ops\ne_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8756199Z copying torch\include\ATen\ops\ne_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8762843Z copying torch\include\ATen\ops\ne_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8769473Z copying torch\include\ATen\ops\nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8775627Z copying torch\include\ATen\ops\nll_loss2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8786650Z copying torch\include\ATen\ops\nll_loss2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8793603Z copying torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8804330Z copying torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8812400Z copying torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8819801Z copying torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8826614Z copying torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8833579Z copying torch\include\ATen\ops\nll_loss2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8840606Z copying torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8847331Z copying torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8854074Z copying torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8861047Z copying torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8867983Z copying torch\include\ATen\ops\nll_loss2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8875095Z copying torch\include\ATen\ops\nll_loss2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8881950Z copying torch\include\ATen\ops\nll_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8889255Z copying torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8896319Z copying torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8903382Z copying torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8910702Z copying torch\include\ATen\ops\nll_loss_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8917849Z copying torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8924911Z copying torch\include\ATen\ops\nll_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8931916Z copying torch\include\ATen\ops\nll_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8939160Z copying torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8946214Z copying torch\include\ATen\ops\nll_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8955293Z copying torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8979697Z copying torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8980775Z copying torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8981639Z copying torch\include\ATen\ops\nll_loss_forward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8986882Z copying torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.8993716Z copying torch\include\ATen\ops\nll_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9001038Z copying torch\include\ATen\ops\nll_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9228095Z copying torch\include\ATen\ops\nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9229338Z copying torch\include\ATen\ops\nll_loss_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9230387Z copying torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9231317Z copying torch\include\ATen\ops\nll_loss_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9232075Z copying torch\include\ATen\ops\nll_loss_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9232856Z copying torch\include\ATen\ops\nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9233606Z copying torch\include\ATen\ops\nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9234384Z copying torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9235211Z copying torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9236151Z copying torch\include\ATen\ops\nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9236917Z copying torch\include\ATen\ops\nonzero_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9237831Z copying torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9238872Z copying torch\include\ATen\ops\nonzero_numpy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9239676Z copying torch\include\ATen\ops\nonzero_numpy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9240494Z copying torch\include\ATen\ops\nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9241319Z copying torch\include\ATen\ops\nonzero_static.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9242144Z copying torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9243017Z copying torch\include\ATen\ops\nonzero_static_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9243937Z copying torch\include\ATen\ops\nonzero_static_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9244760Z copying torch\include\ATen\ops\nonzero_static_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9245570Z copying torch\include\ATen\ops\norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9246259Z copying torch\include\ATen\ops\normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9247130Z copying torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9248045Z copying torch\include\ATen\ops\normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9248925Z copying torch\include\ATen\ops\normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9249736Z copying torch\include\ATen\ops\normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9250593Z copying torch\include\ATen\ops\normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9251352Z copying torch\include\ATen\ops\normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9252287Z copying torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9253384Z copying torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9254406Z copying torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9255311Z copying torch\include\ATen\ops\norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9256093Z copying torch\include\ATen\ops\norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9256881Z copying torch\include\ATen\ops\norm_except_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9257811Z copying torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9264008Z copying torch\include\ATen\ops\norm_except_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9270178Z copying torch\include\ATen\ops\norm_except_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9277246Z copying torch\include\ATen\ops\norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9283772Z copying torch\include\ATen\ops\norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9290407Z copying torch\include\ATen\ops\norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9297010Z copying torch\include\ATen\ops\norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9303389Z copying torch\include\ATen\ops\not_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9310328Z copying torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9316974Z copying torch\include\ATen\ops\not_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9323640Z copying torch\include\ATen\ops\not_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9330526Z copying torch\include\ATen\ops\nuclear_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9337457Z copying torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9344016Z copying torch\include\ATen\ops\nuclear_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9350784Z copying torch\include\ATen\ops\nuclear_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9357544Z copying torch\include\ATen\ops\numpy_T.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9363977Z copying torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9370454Z copying torch\include\ATen\ops\numpy_T_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9376975Z copying torch\include\ATen\ops\numpy_T_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9383542Z copying torch\include\ATen\ops\ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9391707Z copying torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9409801Z copying torch\include\ATen\ops\ones_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9410900Z copying torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9422681Z copying torch\include\ATen\ops\ones_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9427865Z copying torch\include\ATen\ops\ones_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9435052Z copying torch\include\ATen\ops\ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9441932Z copying torch\include\ATen\ops\ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9448382Z copying torch\include\ATen\ops\one_hot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9454733Z copying torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9461439Z copying torch\include\ATen\ops\one_hot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9467860Z copying torch\include\ATen\ops\one_hot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9474637Z copying torch\include\ATen\ops\or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9480948Z copying torch\include\ATen\ops\orgqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9537679Z copying torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9571268Z copying torch\include\ATen\ops\orgqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9578117Z copying torch\include\ATen\ops\orgqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9585254Z copying torch\include\ATen\ops\ormqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9592416Z copying torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9599995Z copying torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9612997Z copying torch\include\ATen\ops\ormqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9703148Z copying torch\include\ATen\ops\ormqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9711229Z copying torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9718748Z copying torch\include\ATen\ops\or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9725240Z copying torch\include\ATen\ops\or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9737494Z copying torch\include\ATen\ops\outer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9744649Z copying torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9752825Z copying torch\include\ATen\ops\outer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9759653Z copying torch\include\ATen\ops\outer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9766180Z copying torch\include\ATen\ops\output_nr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9773014Z copying torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9779298Z copying torch\include\ATen\ops\output_nr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9785932Z copying torch\include\ATen\ops\output_nr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9792439Z copying torch\include\ATen\ops\pad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9799372Z copying torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9805973Z copying torch\include\ATen\ops\pad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9812370Z copying torch\include\ATen\ops\pad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9819024Z copying torch\include\ATen\ops\pad_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9825769Z copying torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9832747Z copying torch\include\ATen\ops\pad_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9844871Z copying torch\include\ATen\ops\pad_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9852099Z copying torch\include\ATen\ops\pairwise_distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9859167Z copying torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9866247Z copying torch\include\ATen\ops\pairwise_distance_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9872730Z copying torch\include\ATen\ops\pairwise_distance_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9884828Z copying torch\include\ATen\ops\pdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9891272Z copying torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9898368Z copying torch\include\ATen\ops\pdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9905430Z copying torch\include\ATen\ops\pdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9912517Z copying torch\include\ATen\ops\permute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9924844Z copying torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9932001Z copying torch\include\ATen\ops\permute_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9939769Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9947518Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9955029Z copying torch\include\ATen\ops\permute_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9972406Z copying torch\include\ATen\ops\permute_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9980937Z copying torch\include\ATen\ops\permute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9990001Z copying torch\include\ATen\ops\permute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:36.9998603Z copying torch\include\ATen\ops\pinverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0006473Z copying torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0018473Z copying torch\include\ATen\ops\pinverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0025441Z copying torch\include\ATen\ops\pinverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0032367Z copying torch\include\ATen\ops\pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0039316Z copying torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0046083Z copying torch\include\ATen\ops\pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0063614Z copying torch\include\ATen\ops\pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0070373Z copying torch\include\ATen\ops\pixel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0077528Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0084601Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0091342Z copying torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0102911Z copying torch\include\ATen\ops\pixel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0110457Z copying torch\include\ATen\ops\pixel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0117695Z copying torch\include\ATen\ops\pixel_unshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0125013Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0132184Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0144318Z copying torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0151390Z copying torch\include\ATen\ops\pixel_unshuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0158143Z copying torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0164918Z copying torch\include\ATen\ops\poisson.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0171658Z copying torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0183410Z copying torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0190457Z copying torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0197505Z copying torch\include\ATen\ops\poisson_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0203842Z copying torch\include\ATen\ops\poisson_nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0210964Z copying torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0223153Z copying torch\include\ATen\ops\poisson_nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0229994Z copying torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0236771Z copying torch\include\ATen\ops\poisson_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0243657Z copying torch\include\ATen\ops\polar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0250710Z copying torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0257294Z copying torch\include\ATen\ops\polar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0264170Z copying torch\include\ATen\ops\polar_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0271146Z copying torch\include\ATen\ops\polar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0277997Z copying torch\include\ATen\ops\polar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0284972Z copying torch\include\ATen\ops\polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0297604Z copying torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0304811Z copying torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0312217Z copying torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0319396Z copying torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0326142Z copying torch\include\ATen\ops\polygamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0340334Z copying torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0347044Z copying torch\include\ATen\ops\polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0354287Z copying torch\include\ATen\ops\polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0361482Z copying torch\include\ATen\ops\positive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0368820Z copying torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0381453Z copying torch\include\ATen\ops\positive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0388386Z copying torch\include\ATen\ops\positive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0395318Z copying torch\include\ATen\ops\pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0402588Z copying torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0409630Z copying torch\include\ATen\ops\pow_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0421485Z copying torch\include\ATen\ops\pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0428155Z copying torch\include\ATen\ops\pow_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0434933Z copying torch\include\ATen\ops\pow_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0441852Z copying torch\include\ATen\ops\pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0448648Z copying torch\include\ATen\ops\pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0460323Z copying torch\include\ATen\ops\prelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0468057Z copying torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0475315Z copying torch\include\ATen\ops\prelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0482285Z copying torch\include\ATen\ops\prelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0488762Z copying torch\include\ATen\ops\prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0501290Z copying torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0508205Z copying torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0514881Z copying torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0521509Z copying torch\include\ATen\ops\prod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0527816Z copying torch\include\ATen\ops\prod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0542180Z copying torch\include\ATen\ops\prod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0548649Z copying torch\include\ATen\ops\prod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0555237Z copying torch\include\ATen\ops\prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0561392Z copying torch\include\ATen\ops\prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0567566Z copying torch\include\ATen\ops\promote_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0580780Z copying torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0587334Z copying torch\include\ATen\ops\promote_types_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0593932Z copying torch\include\ATen\ops\promote_types_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0600935Z copying torch\include\ATen\ops\put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0608104Z copying torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0614626Z copying torch\include\ATen\ops\put_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0621392Z copying torch\include\ATen\ops\put_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0628124Z copying torch\include\ATen\ops\put_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0634949Z copying torch\include\ATen\ops\put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0642395Z copying torch\include\ATen\ops\put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0654650Z copying torch\include\ATen\ops\qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0661744Z copying torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0668416Z copying torch\include\ATen\ops\qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0675341Z copying torch\include\ATen\ops\qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0681904Z copying torch\include\ATen\ops\qscheme.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0694202Z copying torch\include\ATen\ops\qscheme_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0700706Z copying torch\include\ATen\ops\qscheme_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0707851Z copying torch\include\ATen\ops\quantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0714823Z copying torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0721924Z copying torch\include\ATen\ops\quantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0728771Z copying torch\include\ATen\ops\quantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0735729Z copying torch\include\ATen\ops\quantized_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0743018Z copying torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0750098Z copying torch\include\ATen\ops\quantized_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0757040Z copying torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0764043Z copying torch\include\ATen\ops\quantized_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0771731Z copying torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0778618Z copying torch\include\ATen\ops\quantized_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0785617Z copying torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0792698Z copying torch\include\ATen\ops\quantized_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0800032Z copying torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0807070Z copying torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0814400Z copying torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0821442Z copying torch\include\ATen\ops\quantized_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0828859Z copying torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0840630Z copying torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0847627Z copying torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0854969Z copying torch\include\ATen\ops\quantized_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0862414Z copying torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0869715Z copying torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0883687Z copying torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0890668Z copying torch\include\ATen\ops\quantized_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0898017Z copying torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0905009Z copying torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0912135Z copying torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0926914Z copying torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0934387Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0940519Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0947350Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0954376Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0961211Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0968109Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0975013Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0981940Z copying torch\include\ATen\ops\quantize_per_channel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0988943Z copying torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.0995916Z copying torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1002795Z copying torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1009715Z copying torch\include\ATen\ops\quantize_per_channel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1016334Z copying torch\include\ATen\ops\quantize_per_channel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1022975Z copying torch\include\ATen\ops\quantize_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1035248Z copying torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1042182Z copying torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1048872Z copying torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1055754Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1062846Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1074694Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1081527Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1088428Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1095412Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1102136Z copying torch\include\ATen\ops\quantize_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1108841Z copying torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1115918Z copying torch\include\ATen\ops\q_per_channel_axis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1122382Z copying torch\include\ATen\ops\q_per_channel_axis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1128792Z copying torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1135557Z copying torch\include\ATen\ops\q_per_channel_scales.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1143014Z copying torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1149858Z copying torch\include\ATen\ops\q_per_channel_scales_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1156756Z copying torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1163673Z copying torch\include\ATen\ops\q_per_channel_zero_points.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1171093Z copying torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1177904Z copying torch\include\ATen\ops\q_per_channel_zero_points_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1185284Z copying torch\include\ATen\ops\q_per_channel_zero_points_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1191977Z copying torch\include\ATen\ops\q_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1198408Z copying torch\include\ATen\ops\q_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1205009Z copying torch\include\ATen\ops\q_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1216666Z copying torch\include\ATen\ops\q_zero_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1223378Z copying torch\include\ATen\ops\q_zero_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1230461Z copying torch\include\ATen\ops\q_zero_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1237170Z copying torch\include\ATen\ops\rad2deg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1244136Z copying torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1251138Z copying torch\include\ATen\ops\rad2deg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1257819Z copying torch\include\ATen\ops\rad2deg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1264526Z copying torch\include\ATen\ops\rand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1271597Z copying torch\include\ATen\ops\randint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1278863Z copying torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1285495Z copying torch\include\ATen\ops\randint_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1293243Z copying torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1300326Z copying torch\include\ATen\ops\randint_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1307308Z copying torch\include\ATen\ops\randint_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1314419Z copying torch\include\ATen\ops\randint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1359616Z copying torch\include\ATen\ops\randint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1366259Z copying torch\include\ATen\ops\randn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1374049Z copying torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1380972Z copying torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1387790Z copying torch\include\ATen\ops\randn_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1395538Z copying torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1402662Z copying torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1409432Z copying torch\include\ATen\ops\randn_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1416283Z copying torch\include\ATen\ops\randn_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1423120Z copying torch\include\ATen\ops\randn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1435151Z copying torch\include\ATen\ops\randn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1441953Z copying torch\include\ATen\ops\random.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1448878Z copying torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1455266Z copying torch\include\ATen\ops\random_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1461987Z copying torch\include\ATen\ops\random_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1468667Z copying torch\include\ATen\ops\random_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1475409Z copying torch\include\ATen\ops\random_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1482014Z copying torch\include\ATen\ops\random_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1488729Z copying torch\include\ATen\ops\randperm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1495552Z copying torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1510598Z copying torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1517296Z copying torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1524096Z copying torch\include\ATen\ops\randperm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1530618Z copying torch\include\ATen\ops\randperm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1537502Z copying torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1544312Z copying torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1551167Z copying torch\include\ATen\ops\rand_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1558104Z copying torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1565286Z copying torch\include\ATen\ops\rand_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1571424Z copying torch\include\ATen\ops\rand_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1578572Z copying torch\include\ATen\ops\rand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1584733Z copying torch\include\ATen\ops\rand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1591100Z copying torch\include\ATen\ops\range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1597732Z copying torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1604536Z copying torch\include\ATen\ops\range_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1616252Z copying torch\include\ATen\ops\range_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1623051Z copying torch\include\ATen\ops\range_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1629928Z copying torch\include\ATen\ops\range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1636438Z copying torch\include\ATen\ops\range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1642982Z copying torch\include\ATen\ops\ravel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1649591Z copying torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1656406Z copying torch\include\ATen\ops\ravel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1663421Z copying torch\include\ATen\ops\ravel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1670159Z copying torch\include\ATen\ops\real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1676172Z copying torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1682686Z copying torch\include\ATen\ops\real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1689118Z copying torch\include\ATen\ops\real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1695335Z copying torch\include\ATen\ops\reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1702138Z copying torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1708650Z copying torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1715730Z copying torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1722413Z copying torch\include\ATen\ops\reciprocal_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1729182Z copying torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1735889Z copying torch\include\ATen\ops\reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1742500Z copying torch\include\ATen\ops\reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1749395Z copying torch\include\ATen\ops\record_stream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1755565Z copying torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1762731Z copying torch\include\ATen\ops\record_stream_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1769112Z copying torch\include\ATen\ops\record_stream_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1775932Z copying torch\include\ATen\ops\refine_names.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1782940Z copying torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1790068Z copying torch\include\ATen\ops\refine_names_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1796566Z copying torch\include\ATen\ops\refine_names_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1803211Z copying torch\include\ATen\ops\reflection_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1810104Z copying torch\include\ATen\ops\reflection_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1821853Z copying torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1828666Z copying torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1835794Z copying torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1842881Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1849847Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1857165Z copying torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1864412Z copying torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1871764Z copying torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1878468Z copying torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1885474Z copying torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1892528Z copying torch\include\ATen\ops\reflection_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1900868Z copying torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1908067Z copying torch\include\ATen\ops\reflection_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1915097Z copying torch\include\ATen\ops\reflection_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1921833Z copying torch\include\ATen\ops\reflection_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1934032Z copying torch\include\ATen\ops\reflection_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1939742Z copying torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1946817Z copying torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1954912Z copying torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1962753Z copying torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1970911Z copying torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1979150Z copying torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1986194Z copying torch\include\ATen\ops\reflection_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.1993418Z copying torch\include\ATen\ops\reflection_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2001227Z copying torch\include\ATen\ops\reflection_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2008093Z copying torch\include\ATen\ops\reflection_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2016021Z copying torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2022768Z copying torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2029723Z copying torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2036621Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2049223Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2056624Z copying torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2063599Z copying torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2071939Z copying torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2078876Z copying torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2090122Z copying torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2097843Z copying torch\include\ATen\ops\reflection_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2104485Z copying torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2111393Z copying torch\include\ATen\ops\reflection_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2118022Z copying torch\include\ATen\ops\reflection_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2124950Z copying torch\include\ATen\ops\relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2131248Z copying torch\include\ATen\ops\relu6.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2137975Z copying torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2144653Z copying torch\include\ATen\ops\relu6_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2151128Z copying torch\include\ATen\ops\relu6_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2227731Z copying torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2234376Z copying torch\include\ATen\ops\relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2241676Z copying torch\include\ATen\ops\relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2248052Z copying torch\include\ATen\ops\relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2254927Z copying torch\include\ATen\ops\relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2261739Z copying torch\include\ATen\ops\relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2268535Z copying torch\include\ATen\ops\remainder.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2275861Z copying torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2283107Z copying torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2289710Z copying torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2304859Z copying torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2311821Z copying torch\include\ATen\ops\remainder_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2319216Z copying torch\include\ATen\ops\remainder_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2326039Z copying torch\include\ATen\ops\remainder_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2332597Z copying torch\include\ATen\ops\remainder_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2344016Z copying torch\include\ATen\ops\rename.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2350447Z copying torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2357172Z copying torch\include\ATen\ops\rename_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2363971Z copying torch\include\ATen\ops\rename_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2370694Z copying torch\include\ATen\ops\renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2377634Z copying torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2384494Z copying torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2391746Z copying torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2398374Z copying torch\include\ATen\ops\renorm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2405134Z copying torch\include\ATen\ops\renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2411940Z copying torch\include\ATen\ops\renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2418742Z copying torch\include\ATen\ops\renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2425519Z copying torch\include\ATen\ops\repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2432780Z copying torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2439867Z copying torch\include\ATen\ops\repeat_interleave.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2447119Z copying torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2454214Z copying torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2461061Z copying torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2468091Z copying torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2475755Z copying torch\include\ATen\ops\repeat_interleave_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2488367Z copying torch\include\ATen\ops\repeat_interleave_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2495462Z copying torch\include\ATen\ops\repeat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2502415Z copying torch\include\ATen\ops\repeat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2509447Z copying torch\include\ATen\ops\replication_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2516361Z copying torch\include\ATen\ops\replication_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2524061Z copying torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2531184Z copying torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2538025Z copying torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2544911Z copying torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2551949Z copying torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2564154Z copying torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2571268Z copying torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2578557Z copying torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2585284Z copying torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2592310Z copying torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2599130Z copying torch\include\ATen\ops\replication_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2606320Z copying torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2613500Z copying torch\include\ATen\ops\replication_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2620678Z copying torch\include\ATen\ops\replication_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2627816Z copying torch\include\ATen\ops\replication_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2639608Z copying torch\include\ATen\ops\replication_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2646593Z copying torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2653569Z copying torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2660359Z copying torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2667624Z copying torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2675012Z copying torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2681585Z copying torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2688464Z copying torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2695322Z copying torch\include\ATen\ops\replication_pad2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2702150Z copying torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2709578Z copying torch\include\ATen\ops\replication_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2716654Z copying torch\include\ATen\ops\replication_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2723638Z copying torch\include\ATen\ops\replication_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2731049Z copying torch\include\ATen\ops\replication_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2738086Z copying torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2745128Z copying torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2752845Z copying torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2759952Z copying torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2767297Z copying torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2774255Z copying torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2786240Z copying torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2793336Z copying torch\include\ATen\ops\replication_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2800779Z copying torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2807812Z copying torch\include\ATen\ops\replication_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2814734Z copying torch\include\ATen\ops\replication_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2821602Z copying torch\include\ATen\ops\requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2851308Z copying torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2858141Z copying torch\include\ATen\ops\requires_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2864846Z copying torch\include\ATen\ops\requires_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2873187Z copying torch\include\ATen\ops\reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2885290Z copying torch\include\ATen\ops\reshape_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2892321Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2899536Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2907745Z copying torch\include\ATen\ops\reshape_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2915444Z copying torch\include\ATen\ops\reshape_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2923491Z copying torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2930714Z copying torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2937523Z copying torch\include\ATen\ops\reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2944443Z copying torch\include\ATen\ops\reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2952198Z copying torch\include\ATen\ops\resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2963843Z copying torch\include\ATen\ops\resize_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2971096Z copying torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2978302Z copying torch\include\ATen\ops\resize_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2984886Z copying torch\include\ATen\ops\resize_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.2992637Z copying torch\include\ATen\ops\resize_as_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3000775Z copying torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3008208Z copying torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3015952Z copying torch\include\ATen\ops\resize_as_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3023318Z copying torch\include\ATen\ops\resize_as_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3031068Z copying torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3038039Z copying torch\include\ATen\ops\resize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3044787Z copying torch\include\ATen\ops\resize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3051557Z copying torch\include\ATen\ops\resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3059037Z copying torch\include\ATen\ops\resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3065665Z copying torch\include\ATen\ops\resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3078167Z copying torch\include\ATen\ops\resolve_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3085083Z copying torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3091887Z copying torch\include\ATen\ops\resolve_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3098503Z copying torch\include\ATen\ops\resolve_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3105052Z copying torch\include\ATen\ops\resolve_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3117557Z copying torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3124246Z copying torch\include\ATen\ops\resolve_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3130859Z copying torch\include\ATen\ops\resolve_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3137586Z copying torch\include\ATen\ops\result_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3144586Z copying torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3151335Z copying torch\include\ATen\ops\result_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3158252Z copying torch\include\ATen\ops\result_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3164944Z copying torch\include\ATen\ops\retains_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3171751Z copying torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3178748Z copying torch\include\ATen\ops\retains_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3185089Z copying torch\include\ATen\ops\retains_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3192246Z copying torch\include\ATen\ops\retain_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3199622Z copying torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3206251Z copying torch\include\ATen\ops\retain_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3212667Z copying torch\include\ATen\ops\retain_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3223937Z copying torch\include\ATen\ops\rms_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3230854Z copying torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3237660Z copying torch\include\ATen\ops\rms_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3244688Z copying torch\include\ATen\ops\rms_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3251335Z copying torch\include\ATen\ops\rnn_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3257927Z copying torch\include\ATen\ops\rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3265119Z copying torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3272814Z copying torch\include\ATen\ops\rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3279608Z copying torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3286830Z copying torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3297554Z copying torch\include\ATen\ops\rnn_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3304745Z copying torch\include\ATen\ops\rnn_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3311690Z copying torch\include\ATen\ops\rnn_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3318258Z copying torch\include\ATen\ops\rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3331238Z copying torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3342417Z copying torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3349399Z copying torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3356970Z copying torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3363639Z copying torch\include\ATen\ops\rnn_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3370375Z copying torch\include\ATen\ops\rnn_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3382746Z copying torch\include\ATen\ops\roll.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3389793Z copying torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3396780Z copying torch\include\ATen\ops\roll_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3403647Z copying torch\include\ATen\ops\roll_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3410543Z copying torch\include\ATen\ops\roll_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3422492Z copying torch\include\ATen\ops\roll_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3429356Z copying torch\include\ATen\ops\rot90.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3436392Z copying torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3443215Z copying torch\include\ATen\ops\rot90_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3449914Z copying torch\include\ATen\ops\rot90_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3462577Z copying torch\include\ATen\ops\round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3469294Z copying torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3475647Z copying torch\include\ATen\ops\round_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3482447Z copying torch\include\ATen\ops\round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3489318Z copying torch\include\ATen\ops\round_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3496795Z copying torch\include\ATen\ops\round_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3503427Z copying torch\include\ATen\ops\round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3510559Z copying torch\include\ATen\ops\round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3517289Z copying torch\include\ATen\ops\row_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3523900Z copying torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3536322Z copying torch\include\ATen\ops\row_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3543410Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3550620Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3557355Z copying torch\include\ATen\ops\row_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3564063Z copying torch\include\ATen\ops\row_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3571072Z copying torch\include\ATen\ops\row_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3577664Z copying torch\include\ATen\ops\row_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3584243Z copying torch\include\ATen\ops\row_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3591615Z copying torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3598953Z copying torch\include\ATen\ops\row_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3610271Z copying torch\include\ATen\ops\row_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3617247Z copying torch\include\ATen\ops\rrelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3623704Z copying torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3630385Z copying torch\include\ATen\ops\rrelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3636986Z copying torch\include\ATen\ops\rrelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3649849Z copying torch\include\ATen\ops\rrelu_with_noise.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3657066Z copying torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3664142Z copying torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3671111Z copying torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3677872Z copying torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3693776Z copying torch\include\ATen\ops\rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3700521Z copying torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3707699Z copying torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3714629Z copying torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3721463Z copying torch\include\ATen\ops\rrelu_with_noise_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3728565Z copying torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3735351Z copying torch\include\ATen\ops\rshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3741989Z copying torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3749249Z copying torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3755759Z copying torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3762300Z copying torch\include\ATen\ops\rshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3768962Z copying torch\include\ATen\ops\rshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3775623Z copying torch\include\ATen\ops\rshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3782573Z copying torch\include\ATen\ops\rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3789205Z copying torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3795742Z copying torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3802932Z copying torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3809616Z copying torch\include\ATen\ops\rsqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3815740Z copying torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3822644Z copying torch\include\ATen\ops\rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3834379Z copying torch\include\ATen\ops\rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3840642Z copying torch\include\ATen\ops\rsub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3847331Z copying torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3853822Z copying torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3860528Z copying torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3867249Z copying torch\include\ATen\ops\rsub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3874284Z copying torch\include\ATen\ops\rsub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3880585Z copying torch\include\ATen\ops\scalar_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3887665Z copying torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3894334Z copying torch\include\ATen\ops\scalar_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3906435Z copying torch\include\ATen\ops\scalar_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3913296Z copying torch\include\ATen\ops\scaled_dot_product_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3920730Z copying torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3927706Z copying torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3934869Z copying torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3941233Z copying torch\include\ATen\ops\scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3947292Z copying torch\include\ATen\ops\scatter_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3954627Z copying torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3961635Z copying torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3968416Z copying torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3975298Z copying torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3983162Z copying torch\include\ATen\ops\scatter_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3991272Z copying torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.3999389Z copying torch\include\ATen\ops\scatter_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4007588Z copying torch\include\ATen\ops\scatter_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4023013Z copying torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4030161Z copying torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4037473Z copying torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4044080Z copying torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4050902Z copying torch\include\ATen\ops\scatter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4057695Z copying torch\include\ATen\ops\scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4064792Z copying torch\include\ATen\ops\scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4072049Z copying torch\include\ATen\ops\scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4078827Z copying torch\include\ATen\ops\scatter_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4086151Z copying torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4098491Z copying torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4105258Z copying torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4112317Z copying torch\include\ATen\ops\scatter_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4119218Z copying torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4125735Z copying torch\include\ATen\ops\scatter_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4132854Z copying torch\include\ATen\ops\scatter_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4144690Z copying torch\include\ATen\ops\searchsorted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4151556Z copying torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4158300Z copying torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4165216Z copying torch\include\ATen\ops\searchsorted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4177589Z copying torch\include\ATen\ops\searchsorted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4184372Z copying torch\include\ATen\ops\segment_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4191285Z copying torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4246868Z copying torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4254536Z copying torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4261276Z copying torch\include\ATen\ops\segment_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4267933Z copying torch\include\ATen\ops\segment_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4274794Z copying torch\include\ATen\ops\select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4281970Z copying torch\include\ATen\ops\select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4289050Z copying torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4296186Z copying torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4303198Z copying torch\include\ATen\ops\select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4309999Z copying torch\include\ATen\ops\select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4317957Z copying torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4324891Z copying torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4331665Z copying torch\include\ATen\ops\select_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4339142Z copying torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4346223Z copying torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4353198Z copying torch\include\ATen\ops\select_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4359968Z copying torch\include\ATen\ops\select_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4373686Z copying torch\include\ATen\ops\select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4380874Z copying torch\include\ATen\ops\select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4387453Z copying torch\include\ATen\ops\select_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4395020Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4402264Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4409279Z copying torch\include\ATen\ops\select_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4416245Z copying torch\include\ATen\ops\select_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4423507Z copying torch\include\ATen\ops\selu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4430340Z copying torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4436888Z copying torch\include\ATen\ops\selu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4450270Z copying torch\include\ATen\ops\selu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4456635Z copying torch\include\ATen\ops\set.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4471095Z copying torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4478573Z copying torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4485600Z copying torch\include\ATen\ops\set_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4493681Z copying torch\include\ATen\ops\set_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4501440Z copying torch\include\ATen\ops\set_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4509271Z copying torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4517383Z copying torch\include\ATen\ops\set_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4524230Z copying torch\include\ATen\ops\set_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4531354Z copying torch\include\ATen\ops\set_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4538327Z copying torch\include\ATen\ops\set_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4545368Z copying torch\include\ATen\ops\set_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4551760Z copying torch\include\ATen\ops\sgn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4558803Z copying torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4572107Z copying torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4578684Z copying torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4585248Z copying torch\include\ATen\ops\sgn_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4591643Z copying torch\include\ATen\ops\sgn_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4598150Z copying torch\include\ATen\ops\sgn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4605352Z copying torch\include\ATen\ops\sgn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4611798Z copying torch\include\ATen\ops\sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4618586Z copying torch\include\ATen\ops\sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4625977Z copying torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4632619Z copying torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4645422Z copying torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4652210Z copying torch\include\ATen\ops\sigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4659057Z copying torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4666317Z copying torch\include\ATen\ops\sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4673204Z copying torch\include\ATen\ops\sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4680472Z copying torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4687237Z copying torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4694049Z copying torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4700842Z copying torch\include\ATen\ops\sigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4707556Z copying torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4714466Z copying torch\include\ATen\ops\sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4721014Z copying torch\include\ATen\ops\sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4727541Z copying torch\include\ATen\ops\sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4733920Z copying torch\include\ATen\ops\signbit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4747343Z copying torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4754092Z copying torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4760694Z copying torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4767710Z copying torch\include\ATen\ops\signbit_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4774479Z copying torch\include\ATen\ops\signbit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4781174Z copying torch\include\ATen\ops\signbit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4788083Z copying torch\include\ATen\ops\signbit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4795519Z copying torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4802298Z copying torch\include\ATen\ops\sign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4809208Z copying torch\include\ATen\ops\sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4816011Z copying torch\include\ATen\ops\sign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4835749Z copying torch\include\ATen\ops\sign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4842631Z copying torch\include\ATen\ops\sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4849836Z copying torch\include\ATen\ops\sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4856771Z copying torch\include\ATen\ops\silu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4863179Z copying torch\include\ATen\ops\silu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4870701Z copying torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4877654Z copying torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4884843Z copying torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4891826Z copying torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4911799Z copying torch\include\ATen\ops\silu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4924670Z copying torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4931918Z copying torch\include\ATen\ops\silu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4938878Z copying torch\include\ATen\ops\silu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4946201Z copying torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4953169Z copying torch\include\ATen\ops\silu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.4965315Z copying torch\include\ATen\ops\silu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5040790Z copying torch\include\ATen\ops\silu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5047415Z copying torch\include\ATen\ops\silu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5054148Z copying torch\include\ATen\ops\silu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5060583Z copying torch\include\ATen\ops\silu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5073842Z copying torch\include\ATen\ops\sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5079658Z copying torch\include\ATen\ops\sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5086258Z copying torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5093042Z copying torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5100133Z copying torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5111733Z copying torch\include\ATen\ops\sinc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5118100Z copying torch\include\ATen\ops\sinc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5125309Z copying torch\include\ATen\ops\sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5132240Z copying torch\include\ATen\ops\sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5138754Z copying torch\include\ATen\ops\sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5145779Z copying torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5152671Z copying torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5159518Z copying torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5167275Z copying torch\include\ATen\ops\sinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5173915Z copying torch\include\ATen\ops\sinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5180745Z copying torch\include\ATen\ops\sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5188177Z copying torch\include\ATen\ops\sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5194959Z copying torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5201623Z copying torch\include\ATen\ops\sin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5208263Z copying torch\include\ATen\ops\sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5214956Z copying torch\include\ATen\ops\sin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5221243Z copying torch\include\ATen\ops\sin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5228035Z copying torch\include\ATen\ops\sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5234988Z copying torch\include\ATen\ops\sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5241298Z copying torch\include\ATen\ops\size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5247753Z copying torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5254771Z copying torch\include\ATen\ops\size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5261135Z copying torch\include\ATen\ops\size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5267443Z copying torch\include\ATen\ops\slice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5273910Z copying torch\include\ATen\ops\slice_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5286750Z copying torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5293469Z copying torch\include\ATen\ops\slice_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5300934Z copying torch\include\ATen\ops\slice_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5308138Z copying torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5315618Z copying torch\include\ATen\ops\slice_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5329256Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5336726Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5343567Z copying torch\include\ATen\ops\slice_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5350379Z copying torch\include\ATen\ops\slice_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5391183Z copying torch\include\ATen\ops\slice_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5392317Z copying torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5393385Z copying torch\include\ATen\ops\slice_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5394199Z copying torch\include\ATen\ops\slice_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5395041Z copying torch\include\ATen\ops\slice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5395831Z copying torch\include\ATen\ops\slice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5398476Z copying torch\include\ATen\ops\slice_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5405577Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5412902Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5419504Z copying torch\include\ATen\ops\slice_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5426636Z copying torch\include\ATen\ops\slice_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5439485Z copying torch\include\ATen\ops\slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5446116Z copying torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5452703Z copying torch\include\ATen\ops\slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5459309Z copying torch\include\ATen\ops\slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5466163Z copying torch\include\ATen\ops\slow_conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5479201Z copying torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5485818Z copying torch\include\ATen\ops\slow_conv3d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5492699Z copying torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5499714Z copying torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5506518Z copying torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5519927Z copying torch\include\ATen\ops\slow_conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5527065Z copying torch\include\ATen\ops\slow_conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5533778Z copying torch\include\ATen\ops\slow_conv_dilated2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5540780Z copying torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5547766Z copying torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5554909Z copying torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5563133Z copying torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5570376Z copying torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5577334Z copying torch\include\ATen\ops\slow_conv_dilated3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5584423Z copying torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5591256Z copying torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5598598Z copying torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5606262Z copying torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5613446Z copying torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5622147Z copying torch\include\ATen\ops\slow_conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5631340Z copying torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5638555Z copying torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5645612Z copying torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5652637Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5659938Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5673499Z copying torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5680763Z copying torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5687465Z copying torch\include\ATen\ops\slow_conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5694854Z copying torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5702367Z copying torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5709566Z copying torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5716605Z copying torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5728540Z copying torch\include\ATen\ops\smm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5735547Z copying torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5742189Z copying torch\include\ATen\ops\smm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5748956Z copying torch\include\ATen\ops\smm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5755974Z copying torch\include\ATen\ops\smooth_l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5762944Z copying torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5770261Z copying torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5777250Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5790774Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5797752Z copying torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5804903Z copying torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5812524Z copying torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5819129Z copying torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5826339Z copying torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5833354Z copying torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5840075Z copying torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5846712Z copying torch\include\ATen\ops\smooth_l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5853751Z copying torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5866718Z copying torch\include\ATen\ops\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5873828Z copying torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5880634Z copying torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5887401Z copying torch\include\ATen\ops\softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5894147Z copying torch\include\ATen\ops\softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5906728Z copying torch\include\ATen\ops\softplus.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5913252Z copying torch\include\ATen\ops\softplus_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5920567Z copying torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5927465Z copying torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5934024Z copying torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5946780Z copying torch\include\ATen\ops\softplus_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5953786Z copying torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5960628Z copying torch\include\ATen\ops\softplus_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5967522Z copying torch\include\ATen\ops\softplus_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5974857Z copying torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5981601Z copying torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5990002Z copying torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.5997078Z copying torch\include\ATen\ops\softplus_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6005063Z copying torch\include\ATen\ops\softplus_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6013017Z copying torch\include\ATen\ops\softplus_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6021197Z copying torch\include\ATen\ops\softplus_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6029963Z copying torch\include\ATen\ops\softshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6037182Z copying torch\include\ATen\ops\softshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6044648Z copying torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6051482Z copying torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6058632Z copying torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6065816Z copying torch\include\ATen\ops\softshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6072838Z copying torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6079999Z copying torch\include\ATen\ops\softshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6087388Z copying torch\include\ATen\ops\softshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6094541Z copying torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6101150Z copying torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6108043Z copying torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6114919Z copying torch\include\ATen\ops\softshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6121885Z copying torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6128699Z copying torch\include\ATen\ops\softshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6135514Z copying torch\include\ATen\ops\softshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6142307Z copying torch\include\ATen\ops\soft_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6149021Z copying torch\include\ATen\ops\soft_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6156171Z copying torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6163121Z copying torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6170085Z copying torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6177419Z copying torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6183997Z copying torch\include\ATen\ops\soft_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6191160Z copying torch\include\ATen\ops\soft_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6204368Z copying torch\include\ATen\ops\sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6211113Z copying torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6218031Z copying torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6224964Z copying torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6231569Z copying torch\include\ATen\ops\sort_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6244088Z copying torch\include\ATen\ops\sort_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6251059Z copying torch\include\ATen\ops\sort_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6258095Z copying torch\include\ATen\ops\sort_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6264944Z copying torch\include\ATen\ops\sort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6271869Z copying torch\include\ATen\ops\sort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6284677Z copying torch\include\ATen\ops\sparse_bsc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6374349Z copying torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6381170Z copying torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6388701Z copying torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6395383Z copying torch\include\ATen\ops\sparse_bsr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6403024Z copying torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6410339Z copying torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6417546Z copying torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6424812Z copying torch\include\ATen\ops\sparse_compressed_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6432453Z copying torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6439839Z copying torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6447114Z copying torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6454066Z copying torch\include\ATen\ops\sparse_coo_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6461525Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6468863Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6483897Z copying torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6491144Z copying torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6498338Z copying torch\include\ATen\ops\sparse_csc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6506534Z copying torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6514941Z copying torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6529051Z copying torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6536671Z copying torch\include\ATen\ops\sparse_csr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6543962Z copying torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6551163Z copying torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6558561Z copying torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6566398Z copying torch\include\ATen\ops\sparse_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6573073Z copying torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6579483Z copying torch\include\ATen\ops\sparse_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6586923Z copying torch\include\ATen\ops\sparse_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6593431Z copying torch\include\ATen\ops\sparse_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6612406Z copying torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6618847Z copying torch\include\ATen\ops\sparse_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6626094Z copying torch\include\ATen\ops\sparse_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6632855Z copying torch\include\ATen\ops\sparse_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6640214Z copying torch\include\ATen\ops\sparse_resize_and_clear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6654411Z copying torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6661030Z copying torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6668109Z copying torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6675236Z copying torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6682428Z copying torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6689632Z copying torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6696897Z copying torch\include\ATen\ops\sparse_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6704040Z copying torch\include\ATen\ops\sparse_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6711269Z copying torch\include\ATen\ops\sparse_sampled_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6718157Z copying torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6725118Z copying torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6732419Z copying torch\include\ATen\ops\special_airy_ai.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6739305Z copying torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6745976Z copying torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6752968Z copying torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6766519Z copying torch\include\ATen\ops\special_airy_ai_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6773773Z copying torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6781008Z copying torch\include\ATen\ops\special_airy_ai_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6787930Z copying torch\include\ATen\ops\special_airy_ai_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6794890Z copying torch\include\ATen\ops\special_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6802454Z copying torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6809218Z copying torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6816444Z copying torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6854333Z copying torch\include\ATen\ops\special_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6861910Z copying torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6868564Z copying torch\include\ATen\ops\special_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6875632Z copying torch\include\ATen\ops\special_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6882653Z copying torch\include\ATen\ops\special_bessel_j1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6890376Z copying torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6897533Z copying torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6911258Z copying torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6918297Z copying torch\include\ATen\ops\special_bessel_j1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6925548Z copying torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6932589Z copying torch\include\ATen\ops\special_bessel_j1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6939479Z copying torch\include\ATen\ops\special_bessel_j1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6947271Z copying torch\include\ATen\ops\special_bessel_y0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6955080Z copying torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6962145Z copying torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6969874Z copying torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6976624Z copying torch\include\ATen\ops\special_bessel_y0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6989571Z copying torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.6997652Z copying torch\include\ATen\ops\special_bessel_y0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7004948Z copying torch\include\ATen\ops\special_bessel_y0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7012313Z copying torch\include\ATen\ops\special_bessel_y1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7020311Z copying torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7027024Z copying torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7033602Z copying torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7040822Z copying torch\include\ATen\ops\special_bessel_y1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7047972Z copying torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7055009Z copying torch\include\ATen\ops\special_bessel_y1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7061686Z copying torch\include\ATen\ops\special_bessel_y1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7068556Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7076555Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7083396Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7090592Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7097542Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7108595Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7114371Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7121298Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7128385Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7135630Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7143160Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7150685Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7157800Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7165049Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7172064Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7179193Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7186266Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7194231Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7201707Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7209552Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7216703Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7223594Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7230777Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7238149Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7250815Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7257801Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7264871Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7272017Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7279401Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7286994Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7357098Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7364344Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7371484Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7378905Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7386235Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7393346Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7400211Z copying torch\include\ATen\ops\special_digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7407469Z copying torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7414397Z copying torch\include\ATen\ops\special_digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7427576Z copying torch\include\ATen\ops\special_digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7435013Z copying torch\include\ATen\ops\special_entr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7442875Z copying torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7449955Z copying torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7457008Z copying torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7464016Z copying torch\include\ATen\ops\special_entr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7471258Z copying torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7478461Z copying torch\include\ATen\ops\special_entr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7485423Z copying torch\include\ATen\ops\special_entr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7492603Z copying torch\include\ATen\ops\special_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7500912Z copying torch\include\ATen\ops\special_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7508009Z copying torch\include\ATen\ops\special_erfcx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7517139Z copying torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7525830Z copying torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7535096Z copying torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7549928Z copying torch\include\ATen\ops\special_erfcx_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7558016Z copying torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7565366Z copying torch\include\ATen\ops\special_erfcx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7573062Z copying torch\include\ATen\ops\special_erfcx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7580234Z copying torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7587115Z copying torch\include\ATen\ops\special_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7594563Z copying torch\include\ATen\ops\special_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7601336Z copying torch\include\ATen\ops\special_erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7608504Z copying torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7615713Z copying torch\include\ATen\ops\special_erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7622347Z copying torch\include\ATen\ops\special_erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7629584Z copying torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7636368Z copying torch\include\ATen\ops\special_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7643269Z copying torch\include\ATen\ops\special_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7650057Z copying torch\include\ATen\ops\special_exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7657807Z copying torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7664520Z copying torch\include\ATen\ops\special_exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7671330Z copying torch\include\ATen\ops\special_exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7678343Z copying torch\include\ATen\ops\special_expit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7685723Z copying torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7699807Z copying torch\include\ATen\ops\special_expit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7706235Z copying torch\include\ATen\ops\special_expit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7713447Z copying torch\include\ATen\ops\special_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7720404Z copying torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7727195Z copying torch\include\ATen\ops\special_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7733724Z copying torch\include\ATen\ops\special_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7740722Z copying torch\include\ATen\ops\special_gammainc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7747853Z copying torch\include\ATen\ops\special_gammaincc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7755291Z copying torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7762024Z copying torch\include\ATen\ops\special_gammaincc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7768862Z copying torch\include\ATen\ops\special_gammaincc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7776534Z copying torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7783829Z copying torch\include\ATen\ops\special_gammainc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7791223Z copying torch\include\ATen\ops\special_gammainc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7798453Z copying torch\include\ATen\ops\special_gammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7811601Z copying torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7819732Z copying torch\include\ATen\ops\special_gammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7826787Z copying torch\include\ATen\ops\special_gammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7833955Z copying torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7840885Z copying torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7848565Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7856281Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7863487Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7870912Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7878115Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7885316Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7892061Z copying torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7899082Z copying torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7906741Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7913985Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7927798Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7934975Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7942384Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7949470Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7956683Z copying torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7963993Z copying torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7971398Z copying torch\include\ATen\ops\special_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7978327Z copying torch\include\ATen\ops\special_i0e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7985776Z copying torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7992679Z copying torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.7999793Z copying torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8007496Z copying torch\include\ATen\ops\special_i0e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8014987Z copying torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8021901Z copying torch\include\ATen\ops\special_i0e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8028692Z copying torch\include\ATen\ops\special_i0e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8042213Z copying torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8048866Z copying torch\include\ATen\ops\special_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8055442Z copying torch\include\ATen\ops\special_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8062277Z copying torch\include\ATen\ops\special_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8069243Z copying torch\include\ATen\ops\special_i1e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8082992Z copying torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8089937Z copying torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8097482Z copying torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8104154Z copying torch\include\ATen\ops\special_i1e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8111091Z copying torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8123818Z copying torch\include\ATen\ops\special_i1e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8130606Z copying torch\include\ATen\ops\special_i1e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8138007Z copying torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8144729Z copying torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8152006Z copying torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8158928Z copying torch\include\ATen\ops\special_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8165705Z copying torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8172430Z copying torch\include\ATen\ops\special_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8179334Z copying torch\include\ATen\ops\special_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8186471Z copying torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8193792Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8200808Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8207972Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8214972Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8221950Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8228977Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8236224Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8243201Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8250122Z copying torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8257621Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8265202Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8272394Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8279486Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8286525Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8293814Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8307447Z copying torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8314964Z copying torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8321902Z copying torch\include\ATen\ops\special_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8329211Z copying torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8336172Z copying torch\include\ATen\ops\special_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8343301Z copying torch\include\ATen\ops\special_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8406957Z copying torch\include\ATen\ops\special_logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8414243Z copying torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8421374Z copying torch\include\ATen\ops\special_logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8428704Z copying torch\include\ATen\ops\special_logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8435743Z copying torch\include\ATen\ops\special_logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8443021Z copying torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8450221Z copying torch\include\ATen\ops\special_logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8457202Z copying torch\include\ATen\ops\special_logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8464139Z copying torch\include\ATen\ops\special_log_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8471847Z copying torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8478853Z copying torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8486038Z copying torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8493230Z copying torch\include\ATen\ops\special_log_ndtr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8500337Z copying torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8508604Z copying torch\include\ATen\ops\special_log_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8516251Z copying torch\include\ATen\ops\special_log_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8523446Z copying torch\include\ATen\ops\special_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8530957Z copying torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8537963Z copying torch\include\ATen\ops\special_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8545034Z copying torch\include\ATen\ops\special_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8552189Z copying torch\include\ATen\ops\special_modified_bessel_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:37.8559577Z copying torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.0824616Z copying torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.0833771Z copying torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.0852913Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.0860208Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.0868603Z copying torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.0875834Z copying torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.0882894Z copying torch\include\ATen\ops\special_modified_bessel_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.0922639Z copying torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.0930129Z copying torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.0937437Z copying torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.0945204Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.0952523Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.0980189Z copying torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.0987181Z copying torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.0997488Z copying torch\include\ATen\ops\special_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1005232Z copying torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1012612Z copying torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1031416Z copying torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1039386Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1046871Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1054306Z copying torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1061378Z copying torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1068263Z copying torch\include\ATen\ops\special_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1076464Z copying torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1083449Z copying torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1091231Z copying torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1098253Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1105458Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1112765Z copying torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1119931Z copying torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1127374Z copying torch\include\ATen\ops\special_multigammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1134709Z copying torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1150158Z copying torch\include\ATen\ops\special_multigammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1156974Z copying torch\include\ATen\ops\special_multigammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1163710Z copying torch\include\ATen\ops\special_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1171027Z copying torch\include\ATen\ops\special_ndtri.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1179303Z copying torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1186302Z copying torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1193378Z copying torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1200256Z copying torch\include\ATen\ops\special_ndtri_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1207266Z copying torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1214031Z copying torch\include\ATen\ops\special_ndtri_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1220986Z copying torch\include\ATen\ops\special_ndtri_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1228745Z copying torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1236273Z copying torch\include\ATen\ops\special_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1242902Z copying torch\include\ATen\ops\special_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1249954Z copying torch\include\ATen\ops\special_polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1265122Z copying torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1271979Z copying torch\include\ATen\ops\special_polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1278957Z copying torch\include\ATen\ops\special_polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1286067Z copying torch\include\ATen\ops\special_psi.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1293305Z copying torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1305487Z copying torch\include\ATen\ops\special_psi_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1312410Z copying torch\include\ATen\ops\special_psi_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1319454Z copying torch\include\ATen\ops\special_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1326666Z copying torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1334049Z copying torch\include\ATen\ops\special_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1355657Z copying torch\include\ATen\ops\special_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1362954Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1371469Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1378934Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1386501Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1401673Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1409503Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1416398Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1423411Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1430711Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1455712Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1463727Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1471323Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1478876Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1485970Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1502771Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1510605Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1517749Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1530115Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1537633Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1545752Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1553236Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1560492Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1569177Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1576390Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1588979Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1596678Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1607546Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1617874Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1628107Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1635743Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1642584Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1649660Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1656954Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1663884Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1677008Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1684825Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1692184Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1699140Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1706917Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1719224Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1726192Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1733145Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1740281Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1747459Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1760258Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1767687Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1774998Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1782911Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1790142Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1797517Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1804969Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1812270Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1819419Z copying torch\include\ATen\ops\special_sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1826700Z copying torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1839521Z copying torch\include\ATen\ops\special_sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1846431Z copying torch\include\ATen\ops\special_sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1854144Z copying torch\include\ATen\ops\special_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1862024Z copying torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1868773Z copying torch\include\ATen\ops\special_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1881431Z copying torch\include\ATen\ops\special_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1888759Z copying torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1896470Z copying torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1903662Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1911076Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1918429Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1925694Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1932895Z copying torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1940037Z copying torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1947162Z copying torch\include\ATen\ops\special_xlog1py.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1954992Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1962388Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1969452Z copying torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1976717Z copying torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1984031Z copying torch\include\ATen\ops\special_xlog1py_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.1996434Z copying torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2003489Z copying torch\include\ATen\ops\special_xlog1py_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2010795Z copying torch\include\ATen\ops\special_xlog1py_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2017853Z copying torch\include\ATen\ops\special_xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2025227Z copying torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2038382Z copying torch\include\ATen\ops\special_xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2045717Z copying torch\include\ATen\ops\special_xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2053926Z copying torch\include\ATen\ops\special_zeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2062743Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2071114Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2083643Z copying torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2090919Z copying torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2098014Z copying torch\include\ATen\ops\special_zeta_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2105286Z copying torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2112392Z copying torch\include\ATen\ops\special_zeta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2119342Z copying torch\include\ATen\ops\special_zeta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2126556Z copying torch\include\ATen\ops\split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2133247Z copying torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2140339Z copying torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2146805Z copying torch\include\ATen\ops\split_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2154107Z copying torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2160790Z copying torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2167602Z copying torch\include\ATen\ops\split_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2174483Z copying torch\include\ATen\ops\split_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2181358Z copying torch\include\ATen\ops\split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2188007Z copying torch\include\ATen\ops\split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2194941Z copying torch\include\ATen\ops\split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2202019Z copying torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2208516Z copying torch\include\ATen\ops\split_with_sizes_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2215871Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2223064Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2229986Z copying torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2236795Z copying torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2243612Z copying torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2250319Z copying torch\include\ATen\ops\split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2262934Z copying torch\include\ATen\ops\split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2269737Z copying torch\include\ATen\ops\sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2276500Z copying torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2283012Z copying torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2289564Z copying torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2307839Z copying torch\include\ATen\ops\sqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2314499Z copying torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2321323Z copying torch\include\ATen\ops\sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2327841Z copying torch\include\ATen\ops\sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2334570Z copying torch\include\ATen\ops\square.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2341318Z copying torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2348046Z copying torch\include\ATen\ops\square_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2354930Z copying torch\include\ATen\ops\square_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2361784Z copying torch\include\ATen\ops\squeeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2368725Z copying torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2376128Z copying torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2382943Z copying torch\include\ATen\ops\squeeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2390449Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2397556Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2404304Z copying torch\include\ATen\ops\squeeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2411621Z copying torch\include\ATen\ops\squeeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2418747Z copying torch\include\ATen\ops\squeeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2426212Z copying torch\include\ATen\ops\squeeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2433173Z copying torch\include\ATen\ops\sspaddmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2439909Z copying torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2452547Z copying torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2459408Z copying torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2466435Z copying torch\include\ATen\ops\sspaddmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2473415Z copying torch\include\ATen\ops\sspaddmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2480462Z copying torch\include\ATen\ops\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2493046Z copying torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2499348Z copying torch\include\ATen\ops\stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2505863Z copying torch\include\ATen\ops\stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2512643Z copying torch\include\ATen\ops\std.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2519275Z copying torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2526096Z copying torch\include\ATen\ops\std_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2534258Z copying torch\include\ATen\ops\std_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2542184Z copying torch\include\ATen\ops\std_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2550226Z copying torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2557820Z copying torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2564980Z copying torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2571951Z copying torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2578973Z copying torch\include\ATen\ops\std_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2585806Z copying torch\include\ATen\ops\std_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2593174Z copying torch\include\ATen\ops\std_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2599817Z copying torch\include\ATen\ops\std_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2606188Z copying torch\include\ATen\ops\stft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2613231Z copying torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2619835Z copying torch\include\ATen\ops\stft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2626350Z copying torch\include\ATen\ops\stft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2632681Z copying torch\include\ATen\ops\stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2639474Z copying torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2645915Z copying torch\include\ATen\ops\stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2652452Z copying torch\include\ATen\ops\stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2658987Z copying torch\include\ATen\ops\sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2665207Z copying torch\include\ATen\ops\subtract.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2671993Z copying torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2678513Z copying torch\include\ATen\ops\subtract_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2730312Z copying torch\include\ATen\ops\subtract_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2737339Z copying torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2744215Z copying torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2750874Z copying torch\include\ATen\ops\sub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2757407Z copying torch\include\ATen\ops\sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2763893Z copying torch\include\ATen\ops\sub_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2770004Z copying torch\include\ATen\ops\sub_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2776625Z copying torch\include\ATen\ops\sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2783154Z copying torch\include\ATen\ops\sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2789573Z copying torch\include\ATen\ops\sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2796247Z copying torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2803188Z copying torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2809950Z copying torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2816461Z copying torch\include\ATen\ops\sum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2823044Z copying torch\include\ATen\ops\sum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2829626Z copying torch\include\ATen\ops\sum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2835753Z copying torch\include\ATen\ops\sum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2842622Z copying torch\include\ATen\ops\sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2849617Z copying torch\include\ATen\ops\sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2855817Z copying torch\include\ATen\ops\sum_to_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2862958Z copying torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2869733Z copying torch\include\ATen\ops\sum_to_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2876306Z copying torch\include\ATen\ops\sum_to_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2883062Z copying torch\include\ATen\ops\svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2889769Z copying torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2896557Z copying torch\include\ATen\ops\svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2903587Z copying torch\include\ATen\ops\svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2911465Z copying torch\include\ATen\ops\swapaxes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2918806Z copying torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2925502Z copying torch\include\ATen\ops\swapaxes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2932960Z copying torch\include\ATen\ops\swapaxes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2940498Z copying torch\include\ATen\ops\swapdims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2947036Z copying torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2954139Z copying torch\include\ATen\ops\swapdims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2961084Z copying torch\include\ATen\ops\swapdims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2967976Z copying torch\include\ATen\ops\sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2975133Z copying torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2981911Z copying torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2989167Z copying torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.2996533Z copying torch\include\ATen\ops\sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3004151Z copying torch\include\ATen\ops\sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3016817Z copying torch\include\ATen\ops\sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3029389Z copying torch\include\ATen\ops\sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3036280Z copying torch\include\ATen\ops\sym_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3043178Z copying torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3049795Z copying torch\include\ATen\ops\sym_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3056470Z copying torch\include\ATen\ops\sym_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3063224Z copying torch\include\ATen\ops\sym_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3070005Z copying torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3076629Z copying torch\include\ATen\ops\sym_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3082967Z copying torch\include\ATen\ops\sym_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3090379Z copying torch\include\ATen\ops\sym_storage_offset.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3103551Z copying torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3110411Z copying torch\include\ATen\ops\sym_storage_offset_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3116856Z copying torch\include\ATen\ops\sym_storage_offset_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3124043Z copying torch\include\ATen\ops\sym_stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3130804Z copying torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3137793Z copying torch\include\ATen\ops\sym_stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3144258Z copying torch\include\ATen\ops\sym_stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3151016Z copying torch\include\ATen\ops\t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3157079Z copying torch\include\ATen\ops\take.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3163568Z copying torch\include\ATen\ops\take_along_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3170434Z copying torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3176955Z copying torch\include\ATen\ops\take_along_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3184600Z copying torch\include\ATen\ops\take_along_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3191718Z copying torch\include\ATen\ops\take_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3198383Z copying torch\include\ATen\ops\take_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3212982Z copying torch\include\ATen\ops\take_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3219882Z copying torch\include\ATen\ops\take_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3226706Z copying torch\include\ATen\ops\tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3232904Z copying torch\include\ATen\ops\tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3239679Z copying torch\include\ATen\ops\tanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3246547Z copying torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3253170Z copying torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3259959Z copying torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3266778Z copying torch\include\ATen\ops\tanh_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3274144Z copying torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3280937Z copying torch\include\ATen\ops\tanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3288371Z copying torch\include\ATen\ops\tanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3295253Z copying torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3301825Z copying torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3308640Z copying torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3315339Z copying torch\include\ATen\ops\tanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3322088Z copying torch\include\ATen\ops\tanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3329023Z copying torch\include\ATen\ops\tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3335460Z copying torch\include\ATen\ops\tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3342273Z copying torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3354580Z copying torch\include\ATen\ops\tan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3361172Z copying torch\include\ATen\ops\tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3367741Z copying torch\include\ATen\ops\tan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3374257Z copying torch\include\ATen\ops\tan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3380965Z copying torch\include\ATen\ops\tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3387567Z copying torch\include\ATen\ops\tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3394048Z copying torch\include\ATen\ops\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3400788Z copying torch\include\ATen\ops\tensordot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3407520Z copying torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3414167Z copying torch\include\ATen\ops\tensordot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3431613Z copying torch\include\ATen\ops\tensordot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3438467Z copying torch\include\ATen\ops\tensor_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3445813Z copying torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3452518Z copying torch\include\ATen\ops\tensor_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3459191Z copying torch\include\ATen\ops\tensor_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3466486Z copying torch\include\ATen\ops\thnn_conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3473740Z copying torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3480471Z copying torch\include\ATen\ops\thnn_conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3487164Z copying torch\include\ATen\ops\thnn_conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3493885Z copying torch\include\ATen\ops\threshold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3522975Z copying torch\include\ATen\ops\threshold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3530418Z copying torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3537069Z copying torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3544669Z copying torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3551611Z copying torch\include\ATen\ops\threshold_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3563129Z copying torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3570840Z copying torch\include\ATen\ops\threshold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3577676Z copying torch\include\ATen\ops\threshold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3584933Z copying torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3630270Z copying torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3637156Z copying torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3644069Z copying torch\include\ATen\ops\threshold_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3651474Z copying torch\include\ATen\ops\threshold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3659488Z copying torch\include\ATen\ops\threshold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3668411Z copying torch\include\ATen\ops\threshold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3676349Z copying torch\include\ATen\ops\tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3684529Z copying torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3690903Z copying torch\include\ATen\ops\tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3697401Z copying torch\include\ATen\ops\tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3703650Z copying torch\include\ATen\ops\to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3710064Z copying torch\include\ATen\ops\topk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3717406Z copying torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3724220Z copying torch\include\ATen\ops\topk_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3730883Z copying torch\include\ATen\ops\topk_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3737538Z copying torch\include\ATen\ops\topk_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3744264Z copying torch\include\ATen\ops\topk_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3751037Z copying torch\include\ATen\ops\topk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3757586Z copying torch\include\ATen\ops\topk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3764202Z copying torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3770818Z copying torch\include\ATen\ops\to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3777140Z copying torch\include\ATen\ops\to_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3784490Z copying torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3791434Z copying torch\include\ATen\ops\to_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3797832Z copying torch\include\ATen\ops\to_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3805066Z copying torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3818275Z copying torch\include\ATen\ops\to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3825471Z copying torch\include\ATen\ops\to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3832595Z copying torch\include\ATen\ops\to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3838881Z copying torch\include\ATen\ops\to_mkldnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3845830Z copying torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3852846Z copying torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3859080Z copying torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3866373Z copying torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3873176Z copying torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3880299Z copying torch\include\ATen\ops\to_mkldnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3887022Z copying torch\include\ATen\ops\to_mkldnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3894467Z copying torch\include\ATen\ops\to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3900936Z copying torch\include\ATen\ops\to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3907839Z copying torch\include\ATen\ops\to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3914645Z copying torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3927446Z copying torch\include\ATen\ops\to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3940114Z copying torch\include\ATen\ops\to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3941579Z copying torch\include\ATen\ops\to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3948079Z copying torch\include\ATen\ops\to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3955138Z copying torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3961929Z copying torch\include\ATen\ops\to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3968632Z copying torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3975832Z copying torch\include\ATen\ops\to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3982917Z copying torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.3995844Z copying torch\include\ATen\ops\to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4007861Z copying torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4015080Z copying torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4021808Z copying torch\include\ATen\ops\to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4028909Z copying torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4036013Z copying torch\include\ATen\ops\to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4043341Z copying torch\include\ATen\ops\to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4051352Z copying torch\include\ATen\ops\to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4059279Z copying torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4067656Z copying torch\include\ATen\ops\to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4074429Z copying torch\include\ATen\ops\to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4081399Z copying torch\include\ATen\ops\to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4088498Z copying torch\include\ATen\ops\to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4095405Z copying torch\include\ATen\ops\trace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4101822Z copying torch\include\ATen\ops\trace_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4108880Z copying torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4115441Z copying torch\include\ATen\ops\trace_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4122068Z copying torch\include\ATen\ops\trace_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4129084Z copying torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4135983Z copying torch\include\ATen\ops\trace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4142622Z copying torch\include\ATen\ops\trace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4149760Z copying torch\include\ATen\ops\trace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4156447Z copying torch\include\ATen\ops\trace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4162717Z copying torch\include\ATen\ops\transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4169520Z copying torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4176295Z copying torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4188297Z copying torch\include\ATen\ops\transpose_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4196826Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4203838Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4210741Z copying torch\include\ATen\ops\transpose_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4218325Z copying torch\include\ATen\ops\transpose_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4225248Z copying torch\include\ATen\ops\transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4232213Z copying torch\include\ATen\ops\transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4239342Z copying torch\include\ATen\ops\trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4247082Z copying torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4253748Z copying torch\include\ATen\ops\trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4260683Z copying torch\include\ATen\ops\trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4267667Z copying torch\include\ATen\ops\trapz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4274342Z copying torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4281012Z copying torch\include\ATen\ops\trapz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4287802Z copying torch\include\ATen\ops\trapz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4294621Z copying torch\include\ATen\ops\triangular_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4301796Z copying torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4308632Z copying torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4315579Z copying torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4322403Z copying torch\include\ATen\ops\triangular_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4334522Z copying torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4341611Z copying torch\include\ATen\ops\triangular_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4348863Z copying torch\include\ATen\ops\triangular_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4355744Z copying torch\include\ATen\ops\tril.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4363553Z copying torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4370159Z copying torch\include\ATen\ops\tril_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4377037Z copying torch\include\ATen\ops\tril_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4383776Z copying torch\include\ATen\ops\tril_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4391253Z copying torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4397930Z copying torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4404846Z copying torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4411997Z copying torch\include\ATen\ops\tril_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4418761Z copying torch\include\ATen\ops\tril_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4425948Z copying torch\include\ATen\ops\tril_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4432459Z copying torch\include\ATen\ops\tril_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4457913Z copying torch\include\ATen\ops\tril_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4464449Z copying torch\include\ATen\ops\tril_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4471211Z copying torch\include\ATen\ops\triplet_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4478261Z copying torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4485113Z copying torch\include\ATen\ops\triplet_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4501764Z copying torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4508683Z copying torch\include\ATen\ops\triu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4515715Z copying torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4522545Z copying torch\include\ATen\ops\triu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4529258Z copying torch\include\ATen\ops\triu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4541122Z copying torch\include\ATen\ops\triu_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4548484Z copying torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4555538Z copying torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4562365Z copying torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4569320Z copying torch\include\ATen\ops\triu_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4576306Z copying torch\include\ATen\ops\triu_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4583315Z copying torch\include\ATen\ops\triu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4590309Z copying torch\include\ATen\ops\triu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4597184Z copying torch\include\ATen\ops\triu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4604000Z copying torch\include\ATen\ops\triu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4611536Z copying torch\include\ATen\ops\true_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4620334Z copying torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4628189Z copying torch\include\ATen\ops\true_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4635975Z copying torch\include\ATen\ops\true_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4642743Z copying torch\include\ATen\ops\trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4655085Z copying torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4662238Z copying torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4668617Z copying torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4675397Z copying torch\include\ATen\ops\trunc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4681735Z copying torch\include\ATen\ops\trunc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4697541Z copying torch\include\ATen\ops\trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4704328Z copying torch\include\ATen\ops\trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4711169Z copying torch\include\ATen\ops\type_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4717814Z copying torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4779484Z copying torch\include\ATen\ops\type_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4785825Z copying torch\include\ATen\ops\type_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4793061Z copying torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4799527Z copying torch\include\ATen\ops\t_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4813785Z copying torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4820480Z copying torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4827230Z copying torch\include\ATen\ops\t_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4833596Z copying torch\include\ATen\ops\t_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4840254Z copying torch\include\ATen\ops\t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4846274Z copying torch\include\ATen\ops\t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4852848Z copying torch\include\ATen\ops\unbind.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4864666Z copying torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4871959Z copying torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4878553Z copying torch\include\ATen\ops\unbind_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4885833Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4892752Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4905257Z copying torch\include\ATen\ops\unbind_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4912278Z copying torch\include\ATen\ops\unbind_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4920402Z copying torch\include\ATen\ops\unbind_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4927143Z copying torch\include\ATen\ops\unbind_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4934020Z copying torch\include\ATen\ops\unflatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4945498Z copying torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4952889Z copying torch\include\ATen\ops\unflatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4960209Z copying torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4966903Z copying torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4973657Z copying torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4985056Z copying torch\include\ATen\ops\unflatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4992203Z copying torch\include\ATen\ops\unflatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.4998724Z copying torch\include\ATen\ops\unfold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5006622Z copying torch\include\ATen\ops\unfold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5014375Z copying torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5021025Z copying torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5028539Z copying torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5035379Z copying torch\include\ATen\ops\unfold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5042123Z copying torch\include\ATen\ops\unfold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5048772Z copying torch\include\ATen\ops\unfold_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5057325Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5065358Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5073220Z copying torch\include\ATen\ops\unfold_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5079849Z copying torch\include\ATen\ops\unfold_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5086813Z copying torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5093913Z copying torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5100618Z copying torch\include\ATen\ops\unfold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5107700Z copying torch\include\ATen\ops\unfold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5114196Z copying torch\include\ATen\ops\unfold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5121107Z copying torch\include\ATen\ops\uniform.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5128021Z copying torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5134730Z copying torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5141350Z copying torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5147974Z copying torch\include\ATen\ops\uniform_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5155529Z copying torch\include\ATen\ops\uniform_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5162690Z copying torch\include\ATen\ops\uniform_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5169434Z copying torch\include\ATen\ops\unique_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5176330Z copying torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5183605Z copying torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5190062Z copying torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5196919Z copying torch\include\ATen\ops\unique_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5203591Z copying torch\include\ATen\ops\unique_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5210404Z copying torch\include\ATen\ops\unique_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5217389Z copying torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5224147Z copying torch\include\ATen\ops\unique_dim_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5231781Z copying torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5239095Z copying torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5245410Z copying torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5252315Z copying torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5258975Z copying torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5266054Z copying torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5272913Z copying torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5279511Z copying torch\include\ATen\ops\unique_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5286281Z copying torch\include\ATen\ops\unique_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5292965Z copying torch\include\ATen\ops\unsafe_chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5299834Z copying torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5306496Z copying torch\include\ATen\ops\unsafe_chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5313764Z copying torch\include\ATen\ops\unsafe_chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5320348Z copying torch\include\ATen\ops\unsafe_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5327302Z copying torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5334127Z copying torch\include\ATen\ops\unsafe_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5341015Z copying torch\include\ATen\ops\unsafe_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5348031Z copying torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5355321Z copying torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5362424Z copying torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5369552Z copying torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5376284Z copying torch\include\ATen\ops\unsqueeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5383205Z copying torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5389925Z copying torch\include\ATen\ops\unsqueeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5397354Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5404542Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5411422Z copying torch\include\ATen\ops\unsqueeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5418256Z copying torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5425559Z copying torch\include\ATen\ops\unsqueeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5432142Z copying torch\include\ATen\ops\unsqueeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5438986Z copying torch\include\ATen\ops\upsample_bicubic2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5446007Z copying torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5453877Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5460619Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5467518Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5474705Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5482240Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5489640Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5496614Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5504840Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5511926Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5519175Z copying torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5526094Z copying torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5532979Z copying torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5540118Z copying torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5547135Z copying torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5554627Z copying torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5561382Z copying torch\include\ATen\ops\upsample_bilinear2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5569260Z copying torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5576842Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5583873Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5591172Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5608393Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5615390Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5622721Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5629788Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5636741Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5643641Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5650733Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5657741Z copying torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5664636Z copying torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5678679Z copying torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5690664Z copying torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5697427Z copying torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5704313Z copying torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5712371Z copying torch\include\ATen\ops\upsample_linear1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5719690Z copying torch\include\ATen\ops\upsample_linear1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5726932Z copying torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5733690Z copying torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5740656Z copying torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5747585Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5755401Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5762324Z copying torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5769255Z copying torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5776339Z copying torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5783304Z copying torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5790375Z copying torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5797295Z copying torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5804274Z copying torch\include\ATen\ops\upsample_linear1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5811504Z copying torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5818460Z copying torch\include\ATen\ops\upsample_linear1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5825501Z copying torch\include\ATen\ops\upsample_linear1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5832187Z copying torch\include\ATen\ops\upsample_nearest1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5839387Z copying torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5846452Z copying torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5853054Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5859799Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5866428Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5873275Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5881408Z copying torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5888170Z copying torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5895306Z copying torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5902506Z copying torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5909375Z copying torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5917171Z copying torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5924103Z copying torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5931101Z copying torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5938076Z copying torch\include\ATen\ops\upsample_nearest1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5944885Z copying torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5951951Z copying torch\include\ATen\ops\upsample_nearest2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5959488Z copying torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5967103Z copying torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5973919Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5980818Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5987609Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.5994861Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6002290Z copying torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6008990Z copying torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6016369Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6023371Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6030467Z copying torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6037619Z copying torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6044522Z copying torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6051377Z copying torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6058749Z copying torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6066692Z copying torch\include\ATen\ops\upsample_nearest2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6075527Z copying torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6083454Z copying torch\include\ATen\ops\upsample_nearest3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6090328Z copying torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6097586Z copying torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6104653Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6111810Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6119409Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6126506Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6133610Z copying torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6140941Z copying torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6148162Z copying torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6155075Z copying torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6162594Z copying torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6169291Z copying torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6176093Z copying torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6182714Z copying torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6189374Z copying torch\include\ATen\ops\upsample_nearest3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6195927Z copying torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6202771Z copying torch\include\ATen\ops\upsample_trilinear3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6209643Z copying torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6217479Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6224416Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6231242Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6237915Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6245404Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6252266Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6259661Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6266548Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6274299Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6281479Z copying torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6288272Z copying torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6295177Z copying torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6302094Z copying torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6308953Z copying torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6316052Z copying torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6322918Z copying torch\include\ATen\ops\values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6329279Z copying torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6335750Z copying torch\include\ATen\ops\values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6342790Z copying torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6349670Z copying torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6356364Z copying torch\include\ATen\ops\values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6363162Z copying torch\include\ATen\ops\values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6369939Z copying torch\include\ATen\ops\values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6377055Z copying torch\include\ATen\ops\values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6383966Z copying torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6391228Z copying torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6397992Z copying torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6404968Z copying torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6411923Z copying torch\include\ATen\ops\vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6418970Z copying torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6425681Z copying torch\include\ATen\ops\vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6432481Z copying torch\include\ATen\ops\vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6439562Z copying torch\include\ATen\ops\var.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6446425Z copying torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6453001Z copying torch\include\ATen\ops\var_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6459862Z copying torch\include\ATen\ops\var_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6466196Z copying torch\include\ATen\ops\var_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6472773Z copying torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6479403Z copying torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6486294Z copying torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6493239Z copying torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6500252Z copying torch\include\ATen\ops\var_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6507358Z copying torch\include\ATen\ops\var_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6514184Z copying torch\include\ATen\ops\var_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6520831Z copying torch\include\ATen\ops\var_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6527761Z copying torch\include\ATen\ops\vdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6534477Z copying torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6541027Z copying torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6547713Z copying torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6554689Z copying torch\include\ATen\ops\vdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6561725Z copying torch\include\ATen\ops\vdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6569363Z copying torch\include\ATen\ops\view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6575775Z copying torch\include\ATen\ops\view_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6581877Z copying torch\include\ATen\ops\view_as_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6589670Z copying torch\include\ATen\ops\view_as_complex_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6597892Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6606201Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6613936Z copying torch\include\ATen\ops\view_as_complex_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6620449Z copying torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6627398Z copying torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6634368Z copying torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6641812Z copying torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6649229Z copying torch\include\ATen\ops\view_as_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6655254Z copying torch\include\ATen\ops\view_as_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6662389Z copying torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6669208Z copying torch\include\ATen\ops\view_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6675623Z copying torch\include\ATen\ops\view_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6682265Z copying torch\include\ATen\ops\view_as_real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6688879Z copying torch\include\ATen\ops\view_as_real_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6696543Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6703392Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6710365Z copying torch\include\ATen\ops\view_as_real_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6717167Z copying torch\include\ATen\ops\view_as_real_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6723972Z copying torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6730659Z copying torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6737450Z copying torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6744935Z copying torch\include\ATen\ops\view_as_real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6751897Z copying torch\include\ATen\ops\view_as_real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6758776Z copying torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6765300Z copying torch\include\ATen\ops\view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6772490Z copying torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6779351Z copying torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6785898Z copying torch\include\ATen\ops\view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6792647Z copying torch\include\ATen\ops\view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6799590Z copying torch\include\ATen\ops\view_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6806256Z copying torch\include\ATen\ops\view_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6812914Z copying torch\include\ATen\ops\view_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6820251Z copying torch\include\ATen\ops\view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6826744Z copying torch\include\ATen\ops\view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6833140Z copying torch\include\ATen\ops\vsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6839791Z copying torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6846206Z copying torch\include\ATen\ops\vsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6853253Z copying torch\include\ATen\ops\vsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6859923Z copying torch\include\ATen\ops\vstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6866477Z copying torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6873291Z copying torch\include\ATen\ops\vstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6879683Z copying torch\include\ATen\ops\vstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6886538Z copying torch\include\ATen\ops\where.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6893279Z copying torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6900092Z copying torch\include\ATen\ops\where_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6907505Z copying torch\include\ATen\ops\where_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6913879Z copying torch\include\ATen\ops\where_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6920463Z copying torch\include\ATen\ops\where_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6927171Z copying torch\include\ATen\ops\xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6934161Z copying torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6941003Z copying torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6947629Z copying torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6954884Z copying torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6961567Z copying torch\include\ATen\ops\xlogy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6968524Z copying torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6975364Z copying torch\include\ATen\ops\xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6982071Z copying torch\include\ATen\ops\xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6989363Z copying torch\include\ATen\ops\xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.6996123Z copying torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7002851Z copying torch\include\ATen\ops\xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7009677Z copying torch\include\ATen\ops\xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7016051Z copying torch\include\ATen\ops\zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7022473Z copying torch\include\ATen\ops\zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7029987Z copying torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7036683Z copying torch\include\ATen\ops\zeros_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7043834Z copying torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7050992Z copying torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7057842Z copying torch\include\ATen\ops\zeros_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7064962Z copying torch\include\ATen\ops\zeros_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7072842Z copying torch\include\ATen\ops\zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7080608Z copying torch\include\ATen\ops\zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7088439Z copying torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7095614Z copying torch\include\ATen\ops\zero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7102446Z copying torch\include\ATen\ops\zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7109998Z copying torch\include\ATen\ops\zero_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7116759Z copying torch\include\ATen\ops\zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7123496Z copying torch\include\ATen\ops\zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7129936Z copying torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7136983Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7144129Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7151082Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7158053Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7165294Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7172153Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7179181Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7185993Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7193288Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7200351Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7207205Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7214024Z copying torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7221333Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7228570Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7235578Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7242642Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7249583Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7256510Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7263569Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7270443Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7277356Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7284402Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7292140Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7299225Z copying torch\include\ATen\ops\_addmm_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7306071Z copying torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7312480Z copying torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7318993Z copying torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7326126Z copying torch\include\ATen\ops\_addmm_activation_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7332946Z copying torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7340049Z copying torch\include\ATen\ops\_addmm_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7346739Z copying torch\include\ATen\ops\_addmm_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7355705Z copying torch\include\ATen\ops\_add_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7362273Z copying torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7369226Z copying torch\include\ATen\ops\_add_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7376280Z copying torch\include\ATen\ops\_add_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7382745Z copying torch\include\ATen\ops\_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7389761Z copying torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7396314Z copying torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7402954Z copying torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7409647Z copying torch\include\ATen\ops\_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7416510Z copying torch\include\ATen\ops\_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7423407Z copying torch\include\ATen\ops\_aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7430038Z copying torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7436863Z copying torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7469718Z copying torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7476384Z copying torch\include\ATen\ops\_aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7483303Z copying torch\include\ATen\ops\_aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7490475Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7498178Z 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-01-24T01:13:38.7506343Z 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-01-24T01:13:38.7513497Z 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-01-24T01:13:38.7521144Z 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-01-24T01:13:38.7528349Z 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-01-24T01:13:38.7535434Z copying torch\include\ATen\ops\_amp_update_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7542581Z copying torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7549734Z copying torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7556488Z copying torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7564347Z copying torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7573252Z copying torch\include\ATen\ops\_amp_update_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7580589Z copying torch\include\ATen\ops\_amp_update_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7588297Z copying torch\include\ATen\ops\_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7595448Z copying torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7602347Z copying torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7609074Z copying torch\include\ATen\ops\_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7615874Z copying torch\include\ATen\ops\_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7622508Z copying torch\include\ATen\ops\_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7629898Z copying torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7636660Z copying torch\include\ATen\ops\_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7643632Z copying torch\include\ATen\ops\_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7650272Z copying torch\include\ATen\ops\_assert_tensor_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7657441Z copying torch\include\ATen\ops\_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7664352Z copying torch\include\ATen\ops\_assert_tensor_metadata_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7671541Z copying torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7678388Z copying torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7685161Z copying torch\include\ATen\ops\_autocast_to_full_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7697460Z copying torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7704074Z copying torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7710721Z copying torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7717920Z copying torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7729762Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7737308Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7744164Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7751040Z copying torch\include\ATen\ops\_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7758235Z copying torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7764916Z copying torch\include\ATen\ops\_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7771489Z copying torch\include\ATen\ops\_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7778189Z copying torch\include\ATen\ops\_batch_norm_impl_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7785036Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7792260Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7799191Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7806190Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7838406Z copying torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7845126Z copying torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7852000Z copying torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7858777Z copying torch\include\ATen\ops\_batch_norm_no_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7866238Z copying torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7872999Z copying torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7879851Z copying torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7886631Z copying torch\include\ATen\ops\_batch_norm_with_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7893830Z copying torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7900516Z copying torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7907789Z copying torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7914725Z copying torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7921741Z copying torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7928577Z copying torch\include\ATen\ops\_cast_Byte.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7935477Z copying torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7942240Z copying torch\include\ATen\ops\_cast_Byte_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7948936Z copying torch\include\ATen\ops\_cast_Byte_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7956302Z copying torch\include\ATen\ops\_cast_Char.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7963486Z copying torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7970664Z copying torch\include\ATen\ops\_cast_Char_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7977704Z copying torch\include\ATen\ops\_cast_Char_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7984370Z copying torch\include\ATen\ops\_cast_Double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7991675Z copying torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.7998518Z copying torch\include\ATen\ops\_cast_Double_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8005507Z copying torch\include\ATen\ops\_cast_Double_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8012376Z copying torch\include\ATen\ops\_cast_Float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8019609Z copying torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8026379Z copying torch\include\ATen\ops\_cast_Float_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8033037Z copying torch\include\ATen\ops\_cast_Float_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8040217Z copying torch\include\ATen\ops\_cast_Half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8047571Z copying torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8054686Z copying torch\include\ATen\ops\_cast_Half_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8061238Z copying torch\include\ATen\ops\_cast_Half_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8068079Z copying torch\include\ATen\ops\_cast_Int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8075496Z copying torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8082606Z copying torch\include\ATen\ops\_cast_Int_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8090423Z copying torch\include\ATen\ops\_cast_Int_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8097405Z copying torch\include\ATen\ops\_cast_Long.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8105739Z copying torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8112994Z copying torch\include\ATen\ops\_cast_Long_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8120379Z copying torch\include\ATen\ops\_cast_Long_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8127201Z copying torch\include\ATen\ops\_cast_Short.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8134303Z copying torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8140826Z copying torch\include\ATen\ops\_cast_Short_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8147339Z copying torch\include\ATen\ops\_cast_Short_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8154148Z copying torch\include\ATen\ops\_cdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8161479Z copying torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8168173Z copying torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8174842Z copying torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8181684Z copying torch\include\ATen\ops\_cdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8188324Z copying torch\include\ATen\ops\_cdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8195385Z copying torch\include\ATen\ops\_cdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8202439Z copying torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8209177Z copying torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8215802Z copying torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8222557Z copying torch\include\ATen\ops\_cdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8229340Z copying torch\include\ATen\ops\_cdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8236295Z copying torch\include\ATen\ops\_cholesky_solve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8243174Z copying torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8250087Z copying torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8256865Z copying torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8263834Z copying torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8270592Z copying torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8277401Z copying torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8284317Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8291222Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8297725Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8304433Z copying torch\include\ATen\ops\_chunk_cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8311422Z copying torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8318096Z copying torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8324891Z copying torch\include\ATen\ops\_chunk_cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8331811Z copying torch\include\ATen\ops\_chunk_cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8338431Z copying torch\include\ATen\ops\_coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8345013Z copying torch\include\ATen\ops\_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8352555Z copying torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8359225Z copying torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8366515Z copying torch\include\ATen\ops\_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8372999Z copying torch\include\ATen\ops\_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8380040Z copying torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8423008Z copying torch\include\ATen\ops\_coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8429978Z copying torch\include\ATen\ops\_coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8437128Z copying torch\include\ATen\ops\_compute_linear_combination.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8444400Z copying torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8451649Z copying torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8458406Z copying torch\include\ATen\ops\_compute_linear_combination_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8465670Z copying torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8472669Z copying torch\include\ATen\ops\_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8479537Z copying torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8486105Z copying torch\include\ATen\ops\_conj_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8493428Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8500948Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8508215Z copying torch\include\ATen\ops\_conj_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8515363Z copying torch\include\ATen\ops\_conj_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8522225Z copying torch\include\ATen\ops\_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8528811Z copying torch\include\ATen\ops\_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8535791Z copying torch\include\ATen\ops\_conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8543083Z copying torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8549963Z copying torch\include\ATen\ops\_conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8556895Z copying torch\include\ATen\ops\_conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8564285Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8571657Z 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-01-24T01:13:38.8579096Z 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-01-24T01:13:38.8587267Z 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-01-24T01:13:38.8595318Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8602391Z 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-01-24T01:13:38.8609470Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8617072Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8623950Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8631623Z 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-01-24T01:13:38.8638714Z 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-01-24T01:13:38.8645856Z 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-01-24T01:13:38.8652712Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8659820Z 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-01-24T01:13:38.8667507Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8674677Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8681672Z copying torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8688741Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8695679Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8702821Z 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-01-24T01:13:38.8709688Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8716664Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8723787Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8730591Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8737585Z copying torch\include\ATen\ops\_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8744686Z copying torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8752318Z copying torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8759506Z copying torch\include\ATen\ops\_convolution_double_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8766712Z copying torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8778555Z copying torch\include\ATen\ops\_convolution_double_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8785594Z copying torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8792448Z copying torch\include\ATen\ops\_convolution_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8799808Z copying torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8806755Z copying torch\include\ATen\ops\_convolution_mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8813660Z copying torch\include\ATen\ops\_convolution_mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8820446Z copying torch\include\ATen\ops\_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8827376Z copying torch\include\ATen\ops\_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8834638Z copying torch\include\ATen\ops\_conv_depthwise2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8841767Z copying torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8848937Z copying torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8855870Z copying torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8862927Z copying torch\include\ATen\ops\_copy_from.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8870392Z copying torch\include\ATen\ops\_copy_from_and_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8882998Z copying torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8890058Z copying torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8896803Z copying torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8904419Z copying torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8911642Z copying torch\include\ATen\ops\_copy_from_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8918302Z copying torch\include\ATen\ops\_copy_from_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8925218Z copying torch\include\ATen\ops\_cslt_compress.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8932803Z copying torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8939863Z copying torch\include\ATen\ops\_cslt_compress_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8946617Z copying torch\include\ATen\ops\_cslt_compress_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8953819Z copying torch\include\ATen\ops\_cslt_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8961016Z copying torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8967828Z copying torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8974762Z copying torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8981797Z copying torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8989133Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.8996146Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9003022Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9009710Z copying torch\include\ATen\ops\_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9016513Z copying torch\include\ATen\ops\_ctc_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9023552Z copying torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9030391Z copying torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9037695Z copying torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9044855Z copying torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9052036Z copying torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9059444Z copying torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9066316Z copying torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9073833Z copying torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9081874Z copying torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9089430Z copying torch\include\ATen\ops\_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9097269Z copying torch\include\ATen\ops\_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9104724Z copying torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9111876Z copying torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9118855Z copying torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9125820Z copying torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9132682Z copying torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9140050Z copying torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9147271Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9154774Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9161686Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9168465Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9175088Z copying torch\include\ATen\ops\_cudnn_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9182279Z copying torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9190424Z copying torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9197531Z copying torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9204439Z copying torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9211246Z copying torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9218332Z copying torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9225134Z copying torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9232839Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9240554Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9247469Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9254385Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9261379Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9267994Z copying torch\include\ATen\ops\_cudnn_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9274970Z copying torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9282190Z copying torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9289156Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9295839Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9302470Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9309429Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9316754Z 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-01-24T01:13:38.9323920Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9330649Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9337572Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9345482Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9353402Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9361598Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9369779Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9378442Z 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-01-24T01:13:38.9385786Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9393198Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9400207Z copying torch\include\ATen\ops\_cummax_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9407597Z copying torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9414499Z copying torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9421516Z copying torch\include\ATen\ops\_cummax_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9428870Z copying torch\include\ATen\ops\_cummax_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9435972Z copying torch\include\ATen\ops\_cummin_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9442847Z copying torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9449797Z copying torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9456969Z copying torch\include\ATen\ops\_cummin_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9491971Z copying torch\include\ATen\ops\_cummin_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9498849Z copying torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9506187Z copying torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9512907Z copying torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9519621Z copying torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9526682Z copying torch\include\ATen\ops\_dimI.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9532945Z copying torch\include\ATen\ops\_dimI_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9539363Z copying torch\include\ATen\ops\_dimI_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9545914Z copying torch\include\ATen\ops\_dimV.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9552184Z copying torch\include\ATen\ops\_dimV_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9558574Z copying torch\include\ATen\ops\_dimV_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9565312Z copying torch\include\ATen\ops\_dim_arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9572400Z copying torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9578928Z copying torch\include\ATen\ops\_dim_arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9585769Z copying torch\include\ATen\ops\_dim_arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9592566Z copying torch\include\ATen\ops\_dirichlet_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9599472Z copying torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9606212Z copying torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9613415Z copying torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9620585Z copying torch\include\ATen\ops\_dirichlet_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9628035Z copying torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9636201Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9644516Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9652488Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9660257Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9667053Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9674039Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9681190Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9688029Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9694851Z copying torch\include\ATen\ops\_efficientzerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9701983Z copying torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9708587Z copying torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9716378Z copying torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9723405Z copying torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9730067Z copying torch\include\ATen\ops\_efficientzerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9736872Z copying torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9744770Z copying torch\include\ATen\ops\_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9752010Z copying torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9759413Z copying torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9766487Z copying torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9773219Z copying torch\include\ATen\ops\_efficient_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9780597Z copying torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9787501Z copying torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9807762Z copying torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9808801Z copying torch\include\ATen\ops\_embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9809611Z copying torch\include\ATen\ops\_embedding_bag_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9815435Z copying torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9822033Z copying torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9829375Z copying torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9836505Z copying torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9843588Z copying torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9850573Z copying torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9857318Z copying torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9864519Z copying torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9871425Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9878768Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9885727Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9892649Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9899995Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9906998Z copying torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9914826Z copying torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9921556Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9928887Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9935894Z copying torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9942840Z copying torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9950049Z copying torch\include\ATen\ops\_embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9957039Z copying torch\include\ATen\ops\_embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9963997Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:38.9971452Z 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-01-24T01:13:38.9979222Z 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-01-24T01:13:38.9986306Z 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-01-24T01:13:38.9993886Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0001413Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0008647Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0023085Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0029951Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0036811Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0043785Z copying torch\include\ATen\ops\_empty_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0051031Z copying torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0058425Z copying torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0065720Z copying torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0073237Z copying torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0080274Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0088101Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0097309Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0104928Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0112406Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0119328Z copying torch\include\ATen\ops\_euclidean_dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0126522Z copying torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0133339Z copying torch\include\ATen\ops\_euclidean_dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0140229Z copying torch\include\ATen\ops\_euclidean_dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0147406Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0162509Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0169160Z 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-01-24T01:13:39.0176604Z 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-01-24T01:13:39.0183851Z 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-01-24T01:13:39.0190947Z 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-01-24T01:13:39.0198298Z 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-01-24T01:13:39.0205252Z 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-01-24T01:13:39.0212659Z 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-01-24T01:13:39.0219618Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0226245Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0233389Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0240287Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0247691Z 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-01-24T01:13:39.0255047Z 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-01-24T01:13:39.0262390Z 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-01-24T01:13:39.0269805Z 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-01-24T01:13:39.0277335Z 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-01-24T01:13:39.0285097Z 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-01-24T01:13:39.0291837Z 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-01-24T01:13:39.0304749Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0311613Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0318899Z 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-01-24T01:13:39.0326629Z 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-01-24T01:13:39.0333756Z 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-01-24T01:13:39.0340909Z 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-01-24T01:13:39.0348843Z 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-01-24T01:13:39.0356111Z 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-01-24T01:13:39.0362865Z copying torch\include\ATen\ops\_fft_c2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0370152Z copying torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0377001Z copying torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0384282Z copying torch\include\ATen\ops\_fft_c2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0391241Z copying torch\include\ATen\ops\_fft_c2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0398331Z copying torch\include\ATen\ops\_fft_c2r.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0405119Z copying torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0412130Z copying torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0419610Z copying torch\include\ATen\ops\_fft_c2r_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0426954Z copying torch\include\ATen\ops\_fft_c2r_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0433732Z copying torch\include\ATen\ops\_fft_r2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0440570Z copying torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0447235Z copying torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0454055Z copying torch\include\ATen\ops\_fft_r2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0460868Z copying torch\include\ATen\ops\_fft_r2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0467783Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0474798Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0481684Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0488864Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0495573Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0502492Z copying torch\include\ATen\ops\_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0509691Z copying torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0516884Z copying torch\include\ATen\ops\_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0524182Z copying torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0531057Z copying torch\include\ATen\ops\_flash_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0574430Z copying torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0581447Z copying torch\include\ATen\ops\_flash_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0588312Z copying torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0595855Z copying torch\include\ATen\ops\_foobar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0603830Z copying torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0610425Z copying torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0617441Z copying torch\include\ATen\ops\_foobar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0624252Z copying torch\include\ATen\ops\_foobar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0631398Z copying torch\include\ATen\ops\_foreach_abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0638491Z copying torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0645201Z copying torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0651859Z copying torch\include\ATen\ops\_foreach_abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0659004Z copying torch\include\ATen\ops\_foreach_abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0665645Z copying torch\include\ATen\ops\_foreach_acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0673088Z copying torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0679734Z copying torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0686598Z copying torch\include\ATen\ops\_foreach_acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0693214Z copying torch\include\ATen\ops\_foreach_acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0700024Z copying torch\include\ATen\ops\_foreach_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0707093Z copying torch\include\ATen\ops\_foreach_addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0714348Z copying torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0721313Z copying torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0727967Z copying torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0734776Z copying torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0741829Z copying torch\include\ATen\ops\_foreach_addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0748997Z copying torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0756925Z copying torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0763795Z copying torch\include\ATen\ops\_foreach_addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0771243Z copying torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0778181Z copying torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0785194Z copying torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0792218Z copying torch\include\ATen\ops\_foreach_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0798952Z copying torch\include\ATen\ops\_foreach_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0806142Z copying torch\include\ATen\ops\_foreach_asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0813749Z copying torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0821036Z copying torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0827944Z copying torch\include\ATen\ops\_foreach_asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0834942Z copying torch\include\ATen\ops\_foreach_asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0841996Z copying torch\include\ATen\ops\_foreach_atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0849311Z copying torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0856044Z copying torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0863260Z copying torch\include\ATen\ops\_foreach_atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0870250Z copying torch\include\ATen\ops\_foreach_atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0877326Z copying torch\include\ATen\ops\_foreach_ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0884439Z copying torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0891233Z copying torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0898095Z copying torch\include\ATen\ops\_foreach_ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0904948Z copying torch\include\ATen\ops\_foreach_ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0912339Z copying torch\include\ATen\ops\_foreach_clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0919625Z copying torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0926573Z copying torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0934169Z copying torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0941003Z copying torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0948046Z copying torch\include\ATen\ops\_foreach_clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0955599Z copying torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0962848Z copying torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0970121Z copying torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0976853Z copying torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0983968Z copying torch\include\ATen\ops\_foreach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0991304Z copying torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.0998362Z copying torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1005768Z copying torch\include\ATen\ops\_foreach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1012730Z copying torch\include\ATen\ops\_foreach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1019965Z copying torch\include\ATen\ops\_foreach_cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1026861Z copying torch\include\ATen\ops\_foreach_cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1034424Z copying torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1041183Z copying torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1048212Z copying torch\include\ATen\ops\_foreach_cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1055350Z copying torch\include\ATen\ops\_foreach_cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1062645Z copying torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1069594Z copying torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1077541Z copying torch\include\ATen\ops\_foreach_cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1084324Z copying torch\include\ATen\ops\_foreach_cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1091519Z copying torch\include\ATen\ops\_foreach_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1098906Z copying torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1106142Z copying torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1113274Z copying torch\include\ATen\ops\_foreach_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1120561Z copying torch\include\ATen\ops\_foreach_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1127633Z copying torch\include\ATen\ops\_foreach_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1134431Z copying torch\include\ATen\ops\_foreach_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1141631Z copying torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1148377Z copying torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1155548Z copying torch\include\ATen\ops\_foreach_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1162655Z copying torch\include\ATen\ops\_foreach_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1169981Z copying torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1182503Z copying torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1189434Z copying torch\include\ATen\ops\_foreach_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1196633Z copying torch\include\ATen\ops\_foreach_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1203365Z copying torch\include\ATen\ops\_foreach_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1210315Z copying torch\include\ATen\ops\_foreach_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1217493Z copying torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1224201Z copying torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1231009Z copying torch\include\ATen\ops\_foreach_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1237780Z copying torch\include\ATen\ops\_foreach_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1244977Z copying torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1251765Z copying torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1258881Z copying torch\include\ATen\ops\_foreach_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1265566Z copying torch\include\ATen\ops\_foreach_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1272506Z copying torch\include\ATen\ops\_foreach_floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1279564Z copying torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1286445Z copying torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1293309Z copying torch\include\ATen\ops\_foreach_floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1305661Z copying torch\include\ATen\ops\_foreach_floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1312732Z copying torch\include\ATen\ops\_foreach_frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1319997Z copying torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1326847Z copying torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1333526Z copying torch\include\ATen\ops\_foreach_frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1340538Z copying torch\include\ATen\ops\_foreach_frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1348003Z copying torch\include\ATen\ops\_foreach_lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1355216Z copying torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1362192Z copying torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1369286Z copying torch\include\ATen\ops\_foreach_lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1376115Z copying torch\include\ATen\ops\_foreach_lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1382767Z copying torch\include\ATen\ops\_foreach_lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1389998Z copying torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1396797Z copying torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1403902Z copying torch\include\ATen\ops\_foreach_lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1410890Z copying torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1424518Z copying torch\include\ATen\ops\_foreach_log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1431098Z copying torch\include\ATen\ops\_foreach_log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1438364Z copying torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1445412Z copying torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1457674Z copying torch\include\ATen\ops\_foreach_log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1464876Z copying torch\include\ATen\ops\_foreach_log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1471906Z copying torch\include\ATen\ops\_foreach_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1479200Z copying torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1486021Z copying torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1493503Z copying torch\include\ATen\ops\_foreach_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1500548Z copying torch\include\ATen\ops\_foreach_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1507502Z copying torch\include\ATen\ops\_foreach_log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1519887Z copying torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1526885Z copying torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1533679Z copying torch\include\ATen\ops\_foreach_log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1540752Z copying torch\include\ATen\ops\_foreach_log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1565253Z copying torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1572185Z copying torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1579009Z copying torch\include\ATen\ops\_foreach_log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1586455Z copying torch\include\ATen\ops\_foreach_log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1603690Z copying torch\include\ATen\ops\_foreach_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1610760Z copying torch\include\ATen\ops\_foreach_maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1619929Z copying torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1627507Z copying torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1634889Z copying torch\include\ATen\ops\_foreach_maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1642669Z copying torch\include\ATen\ops\_foreach_maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1687935Z copying torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1694562Z copying torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1709205Z copying torch\include\ATen\ops\_foreach_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1716048Z copying torch\include\ATen\ops\_foreach_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1722736Z copying torch\include\ATen\ops\_foreach_minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1729816Z copying torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1742894Z copying torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1750198Z copying torch\include\ATen\ops\_foreach_minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1757027Z copying torch\include\ATen\ops\_foreach_minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1763817Z copying torch\include\ATen\ops\_foreach_mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1776461Z copying torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1783472Z copying torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1790493Z copying torch\include\ATen\ops\_foreach_mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1797620Z copying torch\include\ATen\ops\_foreach_mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1809764Z copying torch\include\ATen\ops\_foreach_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1817042Z copying torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1823969Z copying torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1831276Z copying torch\include\ATen\ops\_foreach_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1838386Z copying torch\include\ATen\ops\_foreach_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1845264Z copying torch\include\ATen\ops\_foreach_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1852519Z copying torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1859644Z copying torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1871628Z copying torch\include\ATen\ops\_foreach_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1878791Z copying torch\include\ATen\ops\_foreach_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1885486Z copying torch\include\ATen\ops\_foreach_pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1892690Z copying torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1904405Z copying torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1911649Z copying torch\include\ATen\ops\_foreach_pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1918607Z copying torch\include\ATen\ops\_foreach_pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1925689Z copying torch\include\ATen\ops\_foreach_reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1937661Z copying torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1944630Z copying torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1951851Z copying torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1958612Z copying torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1970636Z copying torch\include\ATen\ops\_foreach_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1978658Z copying torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1985379Z copying torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.1992435Z copying torch\include\ATen\ops\_foreach_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2004167Z copying torch\include\ATen\ops\_foreach_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2011390Z copying torch\include\ATen\ops\_foreach_rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2018619Z copying torch\include\ATen\ops\_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2025709Z copying torch\include\ATen\ops\_foreach_rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2032764Z copying torch\include\ATen\ops\_foreach_rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2039708Z copying torch\include\ATen\ops\_foreach_rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2047068Z copying torch\include\ATen\ops\_foreach_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2055161Z copying torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2067487Z copying torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2101739Z copying torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2109111Z copying torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2116173Z copying torch\include\ATen\ops\_foreach_sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2130148Z copying torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2136905Z copying torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2143952Z copying torch\include\ATen\ops\_foreach_sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2150856Z copying torch\include\ATen\ops\_foreach_sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2158270Z copying torch\include\ATen\ops\_foreach_sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2164770Z copying torch\include\ATen\ops\_foreach_sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2171537Z copying torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2178315Z copying torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2184837Z copying torch\include\ATen\ops\_foreach_sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2191925Z copying torch\include\ATen\ops\_foreach_sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2199020Z copying torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2206012Z copying torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2212887Z copying torch\include\ATen\ops\_foreach_sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2219630Z copying torch\include\ATen\ops\_foreach_sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2226225Z copying torch\include\ATen\ops\_foreach_sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2233339Z copying torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2245349Z copying torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2252217Z copying torch\include\ATen\ops\_foreach_sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2259367Z copying torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2266179Z copying torch\include\ATen\ops\_foreach_sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2273779Z copying torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2280602Z copying torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2287874Z copying torch\include\ATen\ops\_foreach_sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2295195Z copying torch\include\ATen\ops\_foreach_sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2302230Z copying torch\include\ATen\ops\_foreach_tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2309389Z copying torch\include\ATen\ops\_foreach_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2316705Z copying torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2323649Z copying torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2330750Z copying torch\include\ATen\ops\_foreach_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2337895Z copying torch\include\ATen\ops\_foreach_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2350215Z copying torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2356945Z copying torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2368694Z copying torch\include\ATen\ops\_foreach_tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2375572Z copying torch\include\ATen\ops\_foreach_tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2383033Z copying torch\include\ATen\ops\_foreach_trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2390186Z copying torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2402600Z copying torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2409751Z copying torch\include\ATen\ops\_foreach_trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2416570Z copying torch\include\ATen\ops\_foreach_trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2430804Z copying torch\include\ATen\ops\_foreach_zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2444392Z copying torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2451681Z copying torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2458567Z copying torch\include\ATen\ops\_foreach_zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2466088Z copying torch\include\ATen\ops\_foreach_zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2478893Z copying torch\include\ATen\ops\_functional_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2485941Z copying torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2493051Z copying torch\include\ATen\ops\_functional_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2499949Z copying torch\include\ATen\ops\_functional_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2511926Z copying torch\include\ATen\ops\_functional_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2519176Z copying torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2526066Z copying torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2533168Z copying torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2546695Z copying torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2554410Z copying torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2561780Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2569113Z 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-01-24T01:13:39.2582397Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2590208Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2597458Z copying torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2604405Z copying torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2618501Z copying torch\include\ATen\ops\_fused_adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2625395Z copying torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2632368Z copying torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2639588Z copying torch\include\ATen\ops\_fused_adagrad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2652812Z copying torch\include\ATen\ops\_fused_adagrad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2659098Z copying torch\include\ATen\ops\_fused_adam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2665776Z copying torch\include\ATen\ops\_fused_adamw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2673018Z copying torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2684683Z copying torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2691558Z copying torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2698263Z copying torch\include\ATen\ops\_fused_adamw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2705199Z copying torch\include\ATen\ops\_fused_adamw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2717545Z copying torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2724140Z copying torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2731185Z copying torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2737901Z copying torch\include\ATen\ops\_fused_adam_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2745261Z copying torch\include\ATen\ops\_fused_adam_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2751974Z copying torch\include\ATen\ops\_fused_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2759026Z copying torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2765975Z copying torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2778359Z copying torch\include\ATen\ops\_fused_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2785158Z copying torch\include\ATen\ops\_fused_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2792157Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2799807Z 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-01-24T01:13:39.2806449Z 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-01-24T01:13:39.2813837Z 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-01-24T01:13:39.2829804Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2836814Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2843736Z copying torch\include\ATen\ops\_fused_sdp_choice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2850856Z copying torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2857758Z copying torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2864584Z copying torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2878441Z copying torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2885358Z copying torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2892721Z copying torch\include\ATen\ops\_fused_sgd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2930799Z copying torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2938177Z copying torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2945572Z copying torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2953293Z copying torch\include\ATen\ops\_fused_sgd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2961084Z copying torch\include\ATen\ops\_fused_sgd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2974102Z copying torch\include\ATen\ops\_fw_primal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2981796Z copying torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2989012Z copying torch\include\ATen\ops\_fw_primal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.2996429Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3009881Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3016718Z copying torch\include\ATen\ops\_fw_primal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3023420Z copying torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3030355Z copying torch\include\ATen\ops\_fw_primal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3037132Z copying torch\include\ATen\ops\_fw_primal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3044213Z copying torch\include\ATen\ops\_gather_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3051120Z copying torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3057971Z copying torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3065124Z copying torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3072160Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3078996Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3086398Z 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-01-24T01:13:39.3100242Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3107100Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3114461Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3121560Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3135958Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3143368Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3150343Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3157063Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3170108Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3177117Z copying torch\include\ATen\ops\_has_same_storage_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3184039Z copying torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3190817Z copying torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3202965Z copying torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3209893Z copying torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3217569Z copying torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3224781Z copying torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3240518Z copying torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3248222Z copying torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3255147Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3263738Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3278321Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3285612Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3292451Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3299533Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3313641Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3320834Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3328007Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3334939Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3348470Z copying torch\include\ATen\ops\_index_put_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3355432Z copying torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3362380Z copying torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3369843Z copying torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3384088Z copying torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3390880Z copying torch\include\ATen\ops\_index_put_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3398127Z copying torch\include\ATen\ops\_index_put_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3404692Z copying torch\include\ATen\ops\_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3418414Z copying torch\include\ATen\ops\_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3425647Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3433132Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3440333Z copying torch\include\ATen\ops\_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3452588Z copying torch\include\ATen\ops\_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3459645Z copying torch\include\ATen\ops\_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3466082Z copying torch\include\ATen\ops\_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3473146Z copying torch\include\ATen\ops\_int_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3485560Z copying torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3492225Z copying torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3499178Z copying torch\include\ATen\ops\_int_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3506164Z copying torch\include\ATen\ops\_int_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3514076Z copying torch\include\ATen\ops\_is_all_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3521231Z copying torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3527863Z copying torch\include\ATen\ops\_is_all_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3535280Z copying torch\include\ATen\ops\_is_all_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3548091Z copying torch\include\ATen\ops\_is_any_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3555278Z copying torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3562115Z copying torch\include\ATen\ops\_is_any_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3568679Z copying torch\include\ATen\ops\_is_any_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3581321Z copying torch\include\ATen\ops\_is_zerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3588393Z copying torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3595375Z copying torch\include\ATen\ops\_is_zerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3601853Z copying torch\include\ATen\ops\_is_zerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3614826Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3622094Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3628817Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3635749Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3652889Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3659660Z copying torch\include\ATen\ops\_lazy_clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3666328Z copying torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3673345Z copying torch\include\ATen\ops\_lazy_clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3686481Z copying torch\include\ATen\ops\_lazy_clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3693119Z copying torch\include\ATen\ops\_linalg_check_errors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3700761Z copying torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3707419Z copying torch\include\ATen\ops\_linalg_check_errors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3719770Z copying torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3726609Z copying torch\include\ATen\ops\_linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3734368Z copying torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3741126Z copying torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3748041Z copying torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3754929Z copying torch\include\ATen\ops\_linalg_det_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3761756Z copying torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3768542Z copying torch\include\ATen\ops\_linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3775617Z copying torch\include\ATen\ops\_linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3782417Z copying torch\include\ATen\ops\_linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3789967Z copying torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3796831Z copying torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3809450Z copying torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3816260Z copying torch\include\ATen\ops\_linalg_eigh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3823551Z copying torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3830823Z copying torch\include\ATen\ops\_linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3844300Z copying torch\include\ATen\ops\_linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3851150Z copying torch\include\ATen\ops\_linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3858372Z copying torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3865668Z copying torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3872648Z copying torch\include\ATen\ops\_linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3879338Z copying torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3886529Z copying torch\include\ATen\ops\_linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3894009Z copying torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3907895Z copying torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3915459Z copying torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3922650Z copying torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3929760Z copying torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3942921Z copying torch\include\ATen\ops\_linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3950287Z copying torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3957266Z copying torch\include\ATen\ops\_linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3964736Z copying torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3977466Z copying torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3985052Z copying torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3992076Z copying torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.3999189Z copying torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4006200Z copying torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4013383Z copying torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4020287Z copying torch\include\ATen\ops\_linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4027510Z copying torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4034314Z copying torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4041343Z copying torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4048429Z copying torch\include\ATen\ops\_linalg_svd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4055461Z copying torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4062305Z copying torch\include\ATen\ops\_linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4069093Z copying torch\include\ATen\ops\_linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4076403Z copying torch\include\ATen\ops\_local_scalar_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4083708Z copying torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4096746Z copying torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4104131Z copying torch\include\ATen\ops\_local_scalar_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4111159Z copying torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4118304Z copying torch\include\ATen\ops\_logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4273137Z copying torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4280459Z copying torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4287130Z copying torch\include\ATen\ops\_logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4294035Z copying torch\include\ATen\ops\_logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4301081Z copying torch\include\ATen\ops\_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4307902Z copying torch\include\ATen\ops\_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4315154Z copying torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.4322023Z copying torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5662550Z copying torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5670437Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5678646Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5686180Z copying torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5692843Z copying torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5700354Z copying torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5707336Z copying torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5714423Z copying torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5721572Z copying torch\include\ATen\ops\_log_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5728420Z copying torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5735621Z copying torch\include\ATen\ops\_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5742593Z copying torch\include\ATen\ops\_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5749320Z copying torch\include\ATen\ops\_lstm_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5756390Z copying torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5762994Z copying torch\include\ATen\ops\_lstm_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5769886Z copying torch\include\ATen\ops\_lstm_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5776710Z copying torch\include\ATen\ops\_lu_with_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5783681Z copying torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5790688Z copying torch\include\ATen\ops\_lu_with_info_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5796944Z copying torch\include\ATen\ops\_lu_with_info_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5809529Z copying torch\include\ATen\ops\_make_dep_token.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5816127Z copying torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5822767Z copying torch\include\ATen\ops\_make_dep_token_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5829722Z copying torch\include\ATen\ops\_make_dep_token_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5836512Z copying torch\include\ATen\ops\_make_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5843414Z copying torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5850155Z copying torch\include\ATen\ops\_make_dual_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5857374Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5874172Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5880953Z copying torch\include\ATen\ops\_make_dual_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5887643Z copying torch\include\ATen\ops\_make_dual_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5894351Z copying torch\include\ATen\ops\_make_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5908445Z copying torch\include\ATen\ops\_make_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5915362Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5922734Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5929939Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5942155Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5949359Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5956559Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5963423Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5975993Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5983455Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5990770Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.5998180Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6010812Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6017686Z copying torch\include\ATen\ops\_masked_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6024917Z copying torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6031862Z copying torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6044534Z copying torch\include\ATen\ops\_masked_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6051505Z copying torch\include\ATen\ops\_masked_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6058341Z copying torch\include\ATen\ops\_masked_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6065320Z copying torch\include\ATen\ops\_masked_softmax_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6078073Z copying torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6085474Z copying torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6092588Z copying torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6099399Z copying torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6112506Z copying torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6119807Z copying torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6126947Z copying torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6134394Z copying torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6146686Z copying torch\include\ATen\ops\_masked_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6154148Z copying torch\include\ATen\ops\_masked_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6161786Z copying torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6168759Z copying torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6250659Z copying torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6257227Z copying torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6264035Z copying torch\include\ATen\ops\_mkldnn_reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6271150Z copying torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6285082Z copying torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6291689Z copying torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6298449Z copying torch\include\ATen\ops\_mkldnn_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6305600Z copying torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6317830Z copying torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6324648Z copying torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6331444Z copying torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6338004Z copying torch\include\ATen\ops\_mps_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6350996Z copying torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6357521Z copying torch\include\ATen\ops\_mps_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6364383Z copying torch\include\ATen\ops\_mps_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6371443Z copying torch\include\ATen\ops\_mps_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6384091Z copying torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6391276Z copying torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6398112Z copying torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6404872Z copying torch\include\ATen\ops\_native_batch_norm_legit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6418012Z copying torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6424682Z copying torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6431731Z copying torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6438536Z copying torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6451728Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6459002Z 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-01-24T01:13:39.6466042Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6473756Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6485863Z copying torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6492767Z copying torch\include\ATen\ops\_native_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6499923Z copying torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6507062Z copying torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6520493Z copying torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6527490Z copying torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6534431Z copying torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6541440Z copying torch\include\ATen\ops\_neg_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6554779Z copying torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6562002Z copying torch\include\ATen\ops\_neg_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6569761Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6577154Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6590307Z copying torch\include\ATen\ops\_neg_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6597220Z copying torch\include\ATen\ops\_neg_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6604330Z copying torch\include\ATen\ops\_neg_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6611218Z copying torch\include\ATen\ops\_neg_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6624816Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6632498Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6640400Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6648638Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6657294Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6665315Z copying torch\include\ATen\ops\_nested_from_padded.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6672696Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6680274Z 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-01-24T01:13:39.6698045Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6705590Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6712979Z copying torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6720000Z copying torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6735222Z copying torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6742077Z copying torch\include\ATen\ops\_nested_from_padded_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6749186Z copying torch\include\ATen\ops\_nested_from_padded_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6756425Z copying torch\include\ATen\ops\_nested_from_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6763713Z copying torch\include\ATen\ops\_nested_from_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6770155Z copying torch\include\ATen\ops\_nested_from_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6776946Z copying torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6783911Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6790902Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6798021Z copying torch\include\ATen\ops\_nested_get_lengths.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6805427Z copying torch\include\ATen\ops\_nested_get_lengths_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6812117Z copying torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6825514Z copying torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6833203Z copying torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6839493Z copying torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6846380Z copying torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6859561Z copying torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6866580Z copying torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6873848Z copying torch\include\ATen\ops\_nested_get_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6880773Z copying torch\include\ATen\ops\_nested_get_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6893660Z copying torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6900751Z copying torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6908046Z copying torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6914869Z copying torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6927923Z copying torch\include\ATen\ops\_nested_get_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6934842Z copying torch\include\ATen\ops\_nested_get_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6942591Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6949468Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6961810Z copying torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6968966Z copying torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6975753Z copying torch\include\ATen\ops\_nested_get_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6982929Z copying torch\include\ATen\ops\_nested_get_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.6995922Z copying torch\include\ATen\ops\_nested_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7002852Z copying torch\include\ATen\ops\_nested_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7010315Z copying torch\include\ATen\ops\_nested_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7017169Z copying torch\include\ATen\ops\_nested_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7030343Z copying torch\include\ATen\ops\_nested_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7037463Z copying torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7044467Z copying torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7051687Z copying torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7058696Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7066147Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7073361Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7080609Z 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-01-24T01:13:39.7087738Z 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-01-24T01:13:39.7094968Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7102053Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7109372Z copying torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7116589Z copying torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7123708Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7131194Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7138034Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7151281Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7158324Z copying torch\include\ATen\ops\_nested_tensor_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7165813Z copying torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7172390Z copying torch\include\ATen\ops\_nested_tensor_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7179733Z copying torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7186727Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7200710Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7208635Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7221574Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7228836Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7236076Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7243059Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7256284Z copying torch\include\ATen\ops\_nested_tensor_strides.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7263492Z copying torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7271167Z copying torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7278161Z copying torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7290525Z copying torch\include\ATen\ops\_nested_view_from_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7298172Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7305578Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7313213Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7326495Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7333414Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7340494Z copying torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7347723Z copying torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7361015Z copying torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7367804Z copying torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7374595Z copying torch\include\ATen\ops\_nested_view_from_jagged.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7381664Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7394928Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7402326Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7409222Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7416407Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7423504Z copying torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7430893Z copying torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7438041Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7445620Z 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-01-24T01:13:39.7453222Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7460624Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7468211Z copying torch\include\ATen\ops\_nnpack_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7483730Z copying torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7504141Z copying torch\include\ATen\ops\_nnpack_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7510942Z copying torch\include\ATen\ops\_nnpack_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7517941Z copying torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7560283Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7571708Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7578807Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7585766Z copying torch\include\ATen\ops\_nnz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7592125Z copying torch\include\ATen\ops\_nnz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7604532Z copying torch\include\ATen\ops\_nnz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7611100Z copying torch\include\ATen\ops\_pack_padded_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7618088Z copying torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7625435Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7637907Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7645974Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7653927Z copying torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7661653Z copying torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7809147Z copying torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7816008Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7822914Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7830152Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7837234Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7844280Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7851041Z copying torch\include\ATen\ops\_pad_circular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7858662Z copying torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7871175Z copying torch\include\ATen\ops\_pad_circular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7877660Z copying torch\include\ATen\ops\_pad_circular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7884383Z copying torch\include\ATen\ops\_pad_enum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7891435Z copying torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7904671Z copying torch\include\ATen\ops\_pad_enum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7911398Z copying torch\include\ATen\ops\_pad_enum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7918108Z copying torch\include\ATen\ops\_pad_packed_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7925327Z copying torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7938982Z copying torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7946843Z copying torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7953979Z copying torch\include\ATen\ops\_pdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7961087Z copying torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7967835Z copying torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7974542Z copying torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7981824Z copying torch\include\ATen\ops\_pdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.7988564Z copying torch\include\ATen\ops\_pdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8002090Z copying torch\include\ATen\ops\_pdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8009720Z copying torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8016470Z copying torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8023226Z copying torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8035853Z copying torch\include\ATen\ops\_pdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8043809Z copying torch\include\ATen\ops\_pdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8050575Z copying torch\include\ATen\ops\_pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8057472Z copying torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8069686Z copying torch\include\ATen\ops\_pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8076934Z copying torch\include\ATen\ops\_pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8084233Z copying torch\include\ATen\ops\_prelu_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8090934Z copying torch\include\ATen\ops\_prelu_kernel_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8103805Z copying torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8110851Z copying torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8117959Z copying torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8124993Z copying torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8137871Z copying torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8145811Z copying torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8153203Z copying torch\include\ATen\ops\_prelu_kernel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8160525Z copying torch\include\ATen\ops\_prelu_kernel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8167889Z copying torch\include\ATen\ops\_print.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8174893Z copying torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8181318Z copying torch\include\ATen\ops\_print_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8187816Z copying torch\include\ATen\ops\_print_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8194689Z copying torch\include\ATen\ops\_propagate_xla_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8202042Z copying torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8208970Z copying torch\include\ATen\ops\_propagate_xla_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8215218Z copying torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8227441Z copying torch\include\ATen\ops\_remove_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8256614Z copying torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8263469Z copying torch\include\ATen\ops\_remove_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8270055Z copying torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8282604Z copying torch\include\ATen\ops\_reshape_alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8294627Z copying torch\include\ATen\ops\_reshape_alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8296726Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8303797Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8316802Z copying torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8323888Z copying torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8330803Z copying torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8337598Z copying torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8350313Z copying torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8357109Z copying torch\include\ATen\ops\_reshape_alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8363663Z copying torch\include\ATen\ops\_reshape_alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8370235Z copying torch\include\ATen\ops\_reshape_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8382596Z copying torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8389590Z copying torch\include\ATen\ops\_reshape_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8396203Z copying torch\include\ATen\ops\_reshape_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8403399Z copying torch\include\ATen\ops\_reshape_from_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8416163Z copying torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8422886Z copying torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8429582Z copying torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8436422Z copying torch\include\ATen\ops\_resize_output.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8455196Z copying torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8461693Z copying torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8468627Z copying torch\include\ATen\ops\_resize_output_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8475690Z copying torch\include\ATen\ops\_resize_output_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8492105Z copying torch\include\ATen\ops\_rowwise_prune.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8499097Z copying torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8505972Z copying torch\include\ATen\ops\_rowwise_prune_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8513176Z copying torch\include\ATen\ops\_rowwise_prune_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8525778Z copying torch\include\ATen\ops\_safe_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8532770Z copying torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8539522Z copying torch\include\ATen\ops\_safe_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8545999Z copying torch\include\ATen\ops\_safe_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8558643Z copying torch\include\ATen\ops\_sample_dirichlet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8565643Z copying torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8572949Z copying torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8579814Z copying torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8587178Z copying torch\include\ATen\ops\_sample_dirichlet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8594229Z copying torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8601262Z copying torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8608510Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8621166Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8627759Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8634848Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8641970Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8650100Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8658515Z 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-01-24T01:13:39.8666172Z 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-01-24T01:13:39.8673766Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8681400Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8688281Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8695616Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8702815Z 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-01-24T01:13:39.8710252Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8717154Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8724140Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8731178Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8743768Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8750924Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8758113Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8765257Z 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-01-24T01:13:39.8778625Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8785383Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8792672Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8799744Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8806578Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8813897Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8820521Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8827484Z 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-01-24T01:13:39.8835045Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8842116Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8849777Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8856661Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8863761Z 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-01-24T01:13:39.8871151Z 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-01-24T01:13:39.8878185Z 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-01-24T01:13:39.8885498Z 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-01-24T01:13:39.8893183Z 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-01-24T01:13:39.8900078Z 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-01-24T01:13:39.8907010Z 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-01-24T01:13:39.8914384Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8941712Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8948329Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8955330Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.8962568Z 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-01-24T01:13:39.9096642Z 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-01-24T01:13:39.9104320Z 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-01-24T01:13:39.9112733Z 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-01-24T01:13:39.9119715Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9132675Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9139631Z copying torch\include\ATen\ops\_scaled_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9146775Z copying torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9153781Z copying torch\include\ATen\ops\_scaled_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9160642Z copying torch\include\ATen\ops\_scaled_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9167468Z copying torch\include\ATen\ops\_segment_reduce_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9174635Z copying torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9181422Z copying torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9188502Z copying torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9195341Z copying torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9202617Z copying torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9209356Z copying torch\include\ATen\ops\_shape_as_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9222565Z copying torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9229352Z copying torch\include\ATen\ops\_shape_as_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9235939Z copying torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9243194Z copying torch\include\ATen\ops\_slow_conv2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9258936Z copying torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9266019Z copying torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9273373Z copying torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9280062Z copying torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9294732Z copying torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9301649Z copying torch\include\ATen\ops\_slow_conv2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9308783Z copying torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9315654Z copying torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9328291Z copying torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9336432Z copying torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9343185Z copying torch\include\ATen\ops\_sobol_engine_draw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9350152Z copying torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9367829Z copying torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9374583Z copying torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9381452Z copying torch\include\ATen\ops\_sobol_engine_ff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9388627Z copying torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9403881Z copying torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9410706Z copying torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9417605Z copying torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9424789Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9438194Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9445067Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9451969Z copying torch\include\ATen\ops\_sobol_engine_scramble.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9459987Z copying torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9472307Z copying torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9478836Z copying torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9485739Z copying torch\include\ATen\ops\_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9492204Z copying torch\include\ATen\ops\_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9505225Z copying torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9512171Z copying torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9519023Z copying torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9525828Z copying torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9538749Z copying torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9545834Z copying torch\include\ATen\ops\_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9552779Z copying torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9560112Z copying torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9566873Z copying torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9574050Z copying torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9580862Z copying torch\include\ATen\ops\_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9587828Z copying torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9595040Z copying torch\include\ATen\ops\_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9602105Z copying torch\include\ATen\ops\_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9609337Z copying torch\include\ATen\ops\_sparse_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9616524Z copying torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9623233Z copying torch\include\ATen\ops\_sparse_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9630154Z copying torch\include\ATen\ops\_sparse_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9637244Z copying torch\include\ATen\ops\_sparse_broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9644481Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9659476Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9667821Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9675584Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9683555Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9698497Z copying torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9706205Z copying torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9713913Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9721294Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9734129Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9741173Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9748365Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9756082Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9768697Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9775932Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9782775Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9790422Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9803108Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9810284Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9817152Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9824714Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9836993Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9844128Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9851123Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9858550Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9866562Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9873693Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9880873Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9889726Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9897462Z 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-01-24T01:13:39.9904602Z 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-01-24T01:13:39.9911923Z 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-01-24T01:13:39.9919092Z 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-01-24T01:13:39.9932210Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9939171Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9946221Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9953648Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9967346Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9974717Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9981722Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9988921Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:39.9996010Z copying torch\include\ATen\ops\_sparse_csr_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0003295Z copying torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0010202Z copying torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0017388Z copying torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0024549Z copying torch\include\ATen\ops\_sparse_csr_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0032811Z copying torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0039821Z copying torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0046846Z copying torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0060309Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0067661Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0080985Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0087798Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0100693Z copying torch\include\ATen\ops\_sparse_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0107843Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0115521Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0122761Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0135858Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0143094Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0150688Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0158264Z copying torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0170223Z copying torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0177939Z copying torch\include\ATen\ops\_sparse_mask_projection.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0185199Z copying torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0192430Z copying torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0205090Z copying torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0211692Z copying torch\include\ATen\ops\_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0219025Z copying torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0225994Z copying torch\include\ATen\ops\_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0232952Z copying torch\include\ATen\ops\_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0239722Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0246981Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0253881Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0267004Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0274137Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0281447Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0288367Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0301284Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0308544Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0316536Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0338936Z copying torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0353558Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0360662Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0367714Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0375025Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0390994Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0399027Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0406028Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0413246Z copying torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0420529Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0427620Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0441094Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0448372Z copying torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0455948Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0463135Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0470480Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0477386Z copying torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0491246Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0498399Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0505843Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0512757Z copying torch\include\ATen\ops\_sparse_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0519799Z copying torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0527255Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0534255Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0541840Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0554990Z copying torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0562232Z copying torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0569214Z copying torch\include\ATen\ops\_sparse_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0576249Z copying torch\include\ATen\ops\_sparse_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0589152Z copying torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0596701Z copying torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0603771Z copying torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0610647Z copying torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0617736Z copying torch\include\ATen\ops\_sparse_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0624651Z copying torch\include\ATen\ops\_sparse_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0632080Z copying torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0639234Z copying torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0652451Z copying torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0660401Z copying torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0667770Z copying torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0675708Z copying torch\include\ATen\ops\_sparse_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0682386Z copying torch\include\ATen\ops\_sparse_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0689524Z copying torch\include\ATen\ops\_spdiags.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0703162Z copying torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0710051Z copying torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0716745Z copying torch\include\ATen\ops\_spdiags_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0723564Z copying torch\include\ATen\ops\_spdiags_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0730387Z copying torch\include\ATen\ops\_spsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0744036Z copying torch\include\ATen\ops\_spsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0757393Z copying torch\include\ATen\ops\_spsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0764773Z copying torch\include\ATen\ops\_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0771734Z copying torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0778548Z copying torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0792542Z copying torch\include\ATen\ops\_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0798947Z copying torch\include\ATen\ops\_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0805468Z copying torch\include\ATen\ops\_standard_gamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0812618Z copying torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0824862Z copying torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0831874Z copying torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0838539Z copying torch\include\ATen\ops\_standard_gamma_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0845775Z copying torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0858940Z copying torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0866200Z copying torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0872975Z copying torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0879832Z copying torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0886732Z copying torch\include\ATen\ops\_standard_gamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0893558Z copying torch\include\ATen\ops\_standard_gamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0900425Z copying torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0907630Z copying torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0921149Z copying torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0928222Z copying torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0935266Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0943632Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0951024Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0958016Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0965866Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0972845Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0980177Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0987546Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.0995320Z 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-01-24T01:13:40.1002836Z 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-01-24T01:13:40.1010069Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1017303Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1024549Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1031590Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1039004Z copying torch\include\ATen\ops\_test_check_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1046445Z copying torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1053490Z copying torch\include\ATen\ops\_test_check_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1060384Z copying torch\include\ATen\ops\_test_check_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1068077Z copying torch\include\ATen\ops\_test_functorch_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1075888Z copying torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1083061Z copying torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1090170Z copying torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1097389Z copying torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1104305Z copying torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1111792Z copying torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1126129Z copying torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1133459Z copying torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1140589Z copying torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1147638Z copying torch\include\ATen\ops\_test_optional_floatlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1155316Z copying torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1163100Z copying torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1171540Z copying torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1178966Z copying torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1185928Z copying torch\include\ATen\ops\_test_optional_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1193369Z copying torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1207123Z copying torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1214654Z copying torch\include\ATen\ops\_test_optional_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1221663Z copying torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1228482Z copying torch\include\ATen\ops\_test_parallel_materialize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1235694Z copying torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1248828Z copying torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1255239Z copying torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1262210Z copying torch\include\ATen\ops\_test_serialization_subcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1269323Z copying torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1276161Z copying torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1283109Z copying torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1289748Z copying torch\include\ATen\ops\_test_string_default.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1296773Z copying torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1303854Z copying torch\include\ATen\ops\_test_string_default_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1310513Z copying torch\include\ATen\ops\_test_string_default_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1322969Z copying torch\include\ATen\ops\_test_warn_in_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1330084Z copying torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1336781Z copying torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1343670Z copying torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1350992Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1364527Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1371428Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1378248Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1385281Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1392803Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1399368Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1406155Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1412901Z copying torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1419792Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1427197Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1434237Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1441262Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1448208Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1455266Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1462253Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1469110Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1476186Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1483173Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1490174Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1497550Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1504673Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1512291Z 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-01-24T01:13:40.1519416Z 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-01-24T01:13:40.1526604Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1533652Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1540937Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1548008Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1563031Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1570038Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1576972Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1583985Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1591281Z copying torch\include\ATen\ops\_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1598145Z copying torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1604930Z copying torch\include\ATen\ops\_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1611969Z copying torch\include\ATen\ops\_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1619050Z copying torch\include\ATen\ops\_to_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1625745Z copying torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1632629Z copying torch\include\ATen\ops\_to_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1639474Z copying torch\include\ATen\ops\_to_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1646287Z copying torch\include\ATen\ops\_to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1653360Z copying torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1660217Z copying torch\include\ATen\ops\_to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1667295Z copying torch\include\ATen\ops\_to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1675236Z copying torch\include\ATen\ops\_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1682437Z copying torch\include\ATen\ops\_to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1689757Z copying torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1697011Z copying torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1710076Z copying torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1717039Z copying torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1723769Z copying torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1737097Z copying torch\include\ATen\ops\_to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1751924Z copying torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1758677Z copying torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1766196Z copying torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1773364Z copying torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1787166Z copying torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1794360Z copying torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1801359Z copying torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1808738Z copying torch\include\ATen\ops\_to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1821604Z copying torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1828599Z copying torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1835566Z copying torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1842287Z copying torch\include\ATen\ops\_to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1854988Z copying torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1862147Z copying torch\include\ATen\ops\_to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1868980Z copying torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1875981Z copying torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1882846Z copying torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1889607Z copying torch\include\ATen\ops\_to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1896356Z copying torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1903295Z copying torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1910430Z copying torch\include\ATen\ops\_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1917558Z copying torch\include\ATen\ops\_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1924711Z copying torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1931910Z copying torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1938850Z copying torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1945616Z copying torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1952679Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1959963Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1967835Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1975223Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1982034Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1989186Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.1996202Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2003985Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2010824Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2017763Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2024736Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2031874Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2038695Z copying torch\include\ATen\ops\_trilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2045987Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2052953Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2059773Z copying torch\include\ATen\ops\_trilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2066848Z copying torch\include\ATen\ops\_trilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2073850Z copying torch\include\ATen\ops\_triton_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2080958Z copying torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2088010Z copying torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2095128Z copying torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2102068Z copying torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2109217Z copying torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2116734Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2124070Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2130909Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2137908Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2144750Z copying torch\include\ATen\ops\_unique.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2151586Z copying torch\include\ATen\ops\_unique2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2158445Z copying torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2165125Z copying torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2172909Z copying torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2186354Z copying torch\include\ATen\ops\_unique2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2193665Z copying torch\include\ATen\ops\_unique2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2200380Z copying torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2218273Z copying torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2233501Z copying torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2240038Z copying torch\include\ATen\ops\_unique_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2246898Z copying torch\include\ATen\ops\_unique_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2253503Z copying torch\include\ATen\ops\_unpack_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2260523Z copying torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2267041Z copying torch\include\ATen\ops\_unpack_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2279236Z copying torch\include\ATen\ops\_unpack_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2285831Z copying torch\include\ATen\ops\_unsafe_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2292809Z copying torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2299547Z copying torch\include\ATen\ops\_unsafe_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2306036Z copying torch\include\ATen\ops\_unsafe_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2312708Z copying torch\include\ATen\ops\_unsafe_index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2319998Z copying torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2326670Z copying torch\include\ATen\ops\_unsafe_index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2333319Z copying torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2345790Z copying torch\include\ATen\ops\_unsafe_masked_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2352914Z copying torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2360567Z copying torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2367240Z copying torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2374188Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2381749Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2388441Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2395665Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2402376Z copying torch\include\ATen\ops\_unsafe_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2414863Z copying torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2421460Z copying torch\include\ATen\ops\_unsafe_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2428063Z copying torch\include\ATen\ops\_unsafe_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2435048Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2447648Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2455255Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2462066Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2469448Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2482787Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2489810Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2497035Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2504304Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2518064Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2531171Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2538278Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2545378Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2558211Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2565239Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2572146Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2579060Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2585962Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2593350Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2601428Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2608423Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2627361Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2634417Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2641978Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2648976Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2665394Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2672996Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2706135Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2713536Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2726396Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2733435Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2740412Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2747547Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2760205Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2767264Z copying torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2774281Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2781927Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2794212Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2801535Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2808459Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2815464Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2829685Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2836654Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2843766Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2850939Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2863691Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2870739Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2877652Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2884957Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2897743Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2904706Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2911535Z copying torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2918473Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2931454Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2938471Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2945676Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2952777Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2965783Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2972702Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2979698Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.2987210Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3000190Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3007054Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3014006Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3020735Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3040851Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3048013Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3055628Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3062634Z copying torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3076223Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3083851Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3091284Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3098553Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3113172Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3120186Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3127563Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3134581Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3148565Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3155955Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3162984Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3170854Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3183511Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3191895Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3199152Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3206511Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3221557Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3228925Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3235779Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3242397Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3257066Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3264824Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3271439Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3278327Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3292643Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3299668Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3313324Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3320151Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3332589Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3339361Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3346707Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3353937Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3366044Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3372813Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3380290Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3387094Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3399937Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3407171Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3414458Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3421407Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3434937Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3441962Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3449077Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3455874Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3469031Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3475966Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3483472Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3490296Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3503188Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3510311Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3517565Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3524938Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3537874Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3544564Z copying torch\include\ATen\ops\_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3550804Z copying torch\include\ATen\ops\_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3558059Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3575551Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3581994Z copying torch\include\ATen\ops\_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3588691Z copying torch\include\ATen\ops\_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3595383Z copying torch\include\ATen\ops\_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3610314Z copying torch\include\ATen\ops\_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3617187Z copying torch\include\ATen\ops\_version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3623830Z copying torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3630390Z copying torch\include\ATen\ops\_version_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3643381Z copying torch\include\ATen\ops\_version_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3650026Z copying torch\include\ATen\ops\_weight_int4pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3656746Z copying torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3663468Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3676968Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3684051Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3691977Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3706358Z copying torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3725658Z copying torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3729637Z copying torch\include\ATen\ops\_weight_int8pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3737904Z copying torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3745879Z copying torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3761459Z copying torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3768395Z copying torch\include\ATen\ops\_weight_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3775877Z copying torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3782898Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3796814Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3803830Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3811189Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3817765Z copying torch\include\ATen\ops\_weight_norm_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3830892Z copying torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3838176Z copying torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3845256Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3852436Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3865121Z copying torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3872092Z copying torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3879325Z copying torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3886208Z copying torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3899620Z copying torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3906432Z copying torch\include\ATen\ops\_weight_norm_interface_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3913362Z copying torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3920246Z copying torch\include\ATen\ops\_weight_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3939945Z copying torch\include\ATen\ops\_weight_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3946869Z copying torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3954109Z copying torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3961008Z copying torch\include\ATen\ops\_wrapped_linear_prepack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3973085Z copying torch\include\ATen\ops\_wrapped_linear_prepack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3980321Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3987579Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.3994419Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.4007756Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:13:40.4014089Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-01-24T01:13:40.4020820Z copying torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-01-24T01:13:40.4051899Z copying torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-01-24T01:13:40.4058049Z copying torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-01-24T01:13:40.4073598Z copying torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-01-24T01:13:40.4079390Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:13:40.4084371Z copying torch\include\ATen\mps\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:13:40.4090865Z copying torch\include\ATen\mps\IndexKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:13:40.4097306Z copying torch\include\ATen\mps\MPSAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:13:40.4104263Z copying torch\include\ATen\mps\MPSAllocatorInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:13:40.4122831Z copying torch\include\ATen\mps\MPSDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:13:40.4129213Z copying torch\include\ATen\mps\MPSEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:13:40.4135678Z copying torch\include\ATen\mps\MPSGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:13:40.4142220Z copying torch\include\ATen\mps\MPSGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:13:40.4148742Z copying torch\include\ATen\mps\MPSHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:13:40.4155439Z copying torch\include\ATen\mps\MPSProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:13:40.4162239Z copying torch\include\ATen\mps\MPSStream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:13:40.4168194Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:13:40.4172907Z copying torch\include\ATen\miopen\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:13:40.4179995Z copying torch\include\ATen\miopen\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:13:40.4187341Z copying torch\include\ATen\miopen\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:13:40.4194431Z copying torch\include\ATen\miopen\miopen-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:13:40.4208200Z copying torch\include\ATen\miopen\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:13:40.4213682Z copying torch\include\ATen\miopen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:13:40.4219728Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:13:40.4224538Z copying torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:13:40.4231398Z copying torch\include\ATen\detail\CUDAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:13:40.4237674Z copying torch\include\ATen\detail\FunctionTraits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:13:40.4251487Z copying torch\include\ATen\detail\HIPHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:13:40.4258104Z copying torch\include\ATen\detail\HPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:13:40.4264429Z copying torch\include\ATen\detail\IPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:13:40.4270887Z copying torch\include\ATen\detail\MAIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:13:40.4277209Z copying torch\include\ATen\detail\MPSHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:13:40.4284158Z copying torch\include\ATen\detail\MTIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:13:40.4290558Z copying torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:13:40.4296741Z copying torch\include\ATen\detail\XPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:13:40.4302510Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4307005Z copying torch\include\ATen\native\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4313559Z copying torch\include\ATen\native\AdaptivePooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4319695Z copying torch\include\ATen\native\AmpKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4325948Z copying torch\include\ATen\native\BatchLinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4342144Z copying torch\include\ATen\native\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4348513Z copying torch\include\ATen\native\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4354970Z copying torch\include\ATen\native\BucketizationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4361313Z copying torch\include\ATen\native\CanUse32BitIndexMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4385461Z copying torch\include\ATen\native\ComplexHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4397392Z copying torch\include\ATen\native\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4404140Z copying torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4410291Z copying torch\include\ATen\native\ConvolutionMM3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4416392Z copying torch\include\ATen\native\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4423397Z copying torch\include\ATen\native\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4429370Z copying torch\include\ATen\native\CPUBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4435850Z copying torch\include\ATen\native\CPUFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4441987Z copying torch\include\ATen\native\Cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4448154Z copying torch\include\ATen\native\DilatedConvolutionUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4454371Z copying torch\include\ATen\native\DispatchStub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4461076Z copying torch\include\ATen\native\Distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4466772Z copying torch\include\ATen\native\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4479727Z copying torch\include\ATen\native\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4486461Z copying torch\include\ATen\native\EmbeddingBag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4492673Z copying torch\include\ATen\native\Fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4498685Z copying torch\include\ATen\native\ForeachUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4505243Z copying torch\include\ATen\native\FractionalMaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4511821Z copying torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4517725Z copying torch\include\ATen\native\FusedAdagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4523772Z copying torch\include\ATen\native\FusedAdam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4535625Z copying torch\include\ATen\native\FusedSGD.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4541451Z copying torch\include\ATen\native\Gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4548833Z copying torch\include\ATen\native\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4564645Z copying torch\include\ATen\native\GridSamplerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4570839Z copying torch\include\ATen\native\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4577168Z copying torch\include\ATen\native\Histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4583444Z copying torch\include\ATen\native\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4590067Z copying torch\include\ATen\native\im2col_shape_check.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4596807Z copying torch\include\ATen\native\IndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4603421Z copying torch\include\ATen\native\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4610407Z copying torch\include\ATen\native\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4616919Z copying torch\include\ATen\native\Lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4623885Z copying torch\include\ATen\native\LinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4630086Z copying torch\include\ATen\native\LinearAlgebraUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4644426Z copying torch\include\ATen\native\LossMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4651241Z copying torch\include\ATen\native\Math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4659249Z copying torch\include\ATen\native\MathBitFallThroughLists.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4665608Z copying torch\include\ATen\native\MathBitsFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4672276Z copying torch\include\ATen\native\MaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4679103Z copying torch\include\ATen\native\NonEmptyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4687219Z copying torch\include\ATen\native\NonSymbolicBC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4693653Z copying torch\include\ATen\native\Normalization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4700877Z copying torch\include\ATen\native\Padding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4708297Z copying torch\include\ATen\native\PixelShuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4725288Z copying torch\include\ATen\native\PointwiseOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4731872Z copying torch\include\ATen\native\Pool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4738276Z copying torch\include\ATen\native\Pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4744888Z copying torch\include\ATen\native\RangeFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4751226Z copying torch\include\ATen\native\ReduceAllOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4757402Z copying torch\include\ATen\native\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4764171Z copying torch\include\ATen\native\ReduceOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4770990Z copying torch\include\ATen\native\ReductionType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4777446Z copying torch\include\ATen\native\Repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4783690Z copying torch\include\ATen\native\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4790052Z copying torch\include\ATen\native\ResizeCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4802701Z copying torch\include\ATen\native\RNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4820748Z copying torch\include\ATen\native\ScatterGatherChecks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4827074Z copying torch\include\ATen\native\SegmentReduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4833649Z copying torch\include\ATen\native\SharedReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4840782Z copying torch\include\ATen\native\SobolEngineOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4847087Z copying torch\include\ATen\native\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4853139Z copying torch\include\ATen\native\SortingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4859610Z copying torch\include\ATen\native\SparseTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4866154Z copying torch\include\ATen\native\SpectralOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4872761Z copying torch\include\ATen\native\StridedRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4879378Z copying torch\include\ATen\native\TensorAdvancedIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4896910Z copying torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4903559Z copying torch\include\ATen\native\TensorCompare.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4910605Z copying torch\include\ATen\native\TensorConversions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4917053Z copying torch\include\ATen\native\TensorDimApply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4923417Z copying torch\include\ATen\native\TensorFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4929952Z copying torch\include\ATen\native\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4936706Z copying torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.4950439Z copying torch\include\ATen\native\TensorProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.5011141Z copying torch\include\ATen\native\TensorShape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.5026679Z copying torch\include\ATen\native\TensorTransformations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.5033557Z copying torch\include\ATen\native\TopKImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.5040027Z copying torch\include\ATen\native\TransposeType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.5046327Z copying torch\include\ATen\native\TriangularOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.5052869Z copying torch\include\ATen\native\TypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.5059377Z copying torch\include\ATen\native\UnaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.5065696Z copying torch\include\ATen\native\Unfold2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.5072855Z copying torch\include\ATen\native\Unfold3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.5079371Z copying torch\include\ATen\native\UnfoldBackward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.5086184Z copying torch\include\ATen\native\UpSample.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.5093032Z copying torch\include\ATen\native\verbose_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.5099619Z copying torch\include\ATen\native\vol2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:13:40.5105581Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5110881Z copying torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5117240Z copying torch\include\ATen\native\cpu\avx_mathfun.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5124032Z copying torch\include\ATen\native\cpu\CatKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5130368Z copying torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5143961Z copying torch\include\ATen\native\cpu\CopyKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5150619Z copying torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5158045Z copying torch\include\ATen\native\cpu\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5165883Z copying torch\include\ATen\native\cpu\Gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5172309Z copying torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5178696Z copying torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5185961Z copying torch\include\ATen\native\cpu\Intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5193728Z copying torch\include\ATen\native\cpu\int_mm_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5200321Z copying torch\include\ATen\native\cpu\IsContiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5206844Z copying torch\include\ATen\native\cpu\LogAddExp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5213835Z copying torch\include\ATen\native\cpu\Loops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5220311Z copying torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5226458Z copying torch\include\ATen\native\cpu\mixed_data_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5232852Z copying torch\include\ATen\native\cpu\moments_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5239341Z copying torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5245409Z copying torch\include\ATen\native\cpu\Reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5260504Z copying torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5266625Z copying torch\include\ATen\native\cpu\ReduceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5273360Z copying torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5279691Z copying torch\include\ATen\native\cpu\SerialStackImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5285962Z copying torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5292299Z copying torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5298630Z copying torch\include\ATen\native\cpu\StackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5304940Z copying torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5312180Z copying torch\include\ATen\native\cpu\utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5318518Z copying torch\include\ATen\native\cpu\WeightNormKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5334201Z copying torch\include\ATen\native\cpu\zmath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:13:40.5340214Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5345168Z copying torch\include\ATen\native\cuda\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5351571Z copying torch\include\ATen\native\cuda\BinaryInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5357775Z copying torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5363929Z copying torch\include\ATen\native\cuda\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5376134Z copying torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5382827Z copying torch\include\ATen\native\cuda\CuFFTUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5389210Z copying torch\include\ATen\native\cuda\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5395595Z copying torch\include\ATen\native\cuda\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5402594Z copying torch\include\ATen\native\cuda\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5408817Z copying torch\include\ATen\native\cuda\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5420817Z copying torch\include\ATen\native\cuda\jit_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5427140Z copying torch\include\ATen\native\cuda\LaunchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5433409Z copying torch\include\ATen\native\cuda\MiscUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5439671Z copying torch\include\ATen\native\cuda\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5446006Z copying torch\include\ATen\native\cuda\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5457792Z copying torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5463635Z copying torch\include\ATen\native\cuda\ScanKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5470053Z copying torch\include\ATen\native\cuda\Sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5476007Z copying torch\include\ATen\native\cuda\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5481963Z copying torch\include\ATen\native\cuda\SortStable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5488407Z copying torch\include\ATen\native\cuda\TensorModeKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5501131Z copying torch\include\ATen\native\cuda\TensorTopK.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5507161Z copying torch\include\ATen\native\cuda\thread_constants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5513674Z copying torch\include\ATen\native\cuda\block_reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5520066Z copying torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5532637Z copying torch\include\ATen\native\cuda\CUDALoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5539263Z copying torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5546331Z copying torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5552636Z copying torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5559692Z copying torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5572050Z copying torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5615719Z copying torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5630174Z copying torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5636913Z copying torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5643895Z copying torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5659327Z copying torch\include\ATen\native\cuda\GridSampler.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5665922Z copying torch\include\ATen\native\cuda\im2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5672981Z copying torch\include\ATen\native\cuda\JitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5679082Z copying torch\include\ATen\native\cuda\KernelUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5685671Z copying torch\include\ATen\native\cuda\Loops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5698384Z copying torch\include\ATen\native\cuda\Math.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5706856Z copying torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5714532Z copying torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5721373Z copying torch\include\ATen\native\cuda\Normalization.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5729040Z copying torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5735934Z copying torch\include\ATen\native\cuda\Pow.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5749389Z copying torch\include\ATen\native\cuda\Randperm.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5755659Z copying torch\include\ATen\native\cuda\Reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5762860Z copying torch\include\ATen\native\cuda\reduction_template.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5769747Z copying torch\include\ATen\native\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5776639Z copying torch\include\ATen\native\cuda\SortingCommon.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5783115Z copying torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5790089Z copying torch\include\ATen\native\cuda\SortUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5796583Z copying torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5802914Z copying torch\include\ATen\native\cuda\UniqueCub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5809152Z copying torch\include\ATen\native\cuda\UpSample.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5815510Z copying torch\include\ATen\native\cuda\vol2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:13:40.5827769Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-01-24T01:13:40.5832826Z copying torch\include\ATen\native\hip\ck_bgemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-01-24T01:13:40.5838782Z copying torch\include\ATen\native\hip\ck_gemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-01-24T01:13:40.5845096Z copying torch\include\ATen\native\hip\ck_gemm_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-01-24T01:13:40.5851492Z copying torch\include\ATen\native\hip\ck_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-01-24T01:13:40.5856954Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-01-24T01:13:40.5861767Z copying torch\include\ATen\native\kleidiai\kai_kernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-01-24T01:13:40.5868060Z copying torch\include\ATen\native\kleidiai\kai_pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-01-24T01:13:40.5874265Z copying torch\include\ATen\native\kleidiai\kai_ukernel_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-01-24T01:13:40.5879802Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:13:40.5884887Z copying torch\include\ATen\native\mps\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:13:40.5890658Z copying torch\include\ATen\native\mps\MetalShaderLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:13:40.5897389Z copying torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:13:40.5903873Z copying torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:13:40.5918235Z copying torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:13:40.5924608Z copying torch\include\ATen\native\mps\OperationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:13:40.5931605Z copying torch\include\ATen\native\mps\TensorFactory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:13:40.5937441Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:13:40.5944729Z copying torch\include\ATen\native\mkldnn\xpu\detail\Attr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:13:40.5951583Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:13:40.5958093Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:13:40.5981237Z copying torch\include\ATen\native\mkldnn\xpu\detail\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:13:40.5986546Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-01-24T01:13:40.5991506Z copying torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-01-24T01:13:40.5998245Z copying torch\include\ATen\native\nested\NestedTensorMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-01-24T01:13:40.6004446Z copying torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-01-24T01:13:40.6029062Z copying torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-01-24T01:13:40.6035536Z copying torch\include\ATen\native\nested\NestedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-01-24T01:13:40.6041199Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:13:40.6046133Z copying torch\include\ATen\native\quantized\AffineQuantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:13:40.6052509Z copying torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:13:40.6058666Z copying torch\include\ATen\native\quantized\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:13:40.6073329Z copying torch\include\ATen\native\quantized\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:13:40.7291872Z copying torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:13:40.7298621Z copying torch\include\ATen\native\quantized\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:13:40.7304852Z copying torch\include\ATen\native\quantized\library.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:13:40.7311183Z copying torch\include\ATen\native\quantized\PackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:13:40.7317268Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:13:40.7322627Z copying torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:13:40.7328970Z copying torch\include\ATen\native\quantized\cpu\conv_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:13:40.7335434Z copying torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:13:40.7341709Z copying torch\include\ATen\native\quantized\cpu\fbgemm_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:13:40.7389871Z copying torch\include\ATen\native\quantized\cpu\init_qnnpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:13:40.7395962Z copying torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:13:40.7402425Z copying torch\include\ATen\native\quantized\cpu\qconv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:13:40.7408848Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:13:40.7415360Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:13:40.7421358Z copying torch\include\ATen\native\quantized\cpu\qlinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:13:40.7427790Z copying torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:13:40.7435069Z copying torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:13:40.7441643Z copying torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:13:40.7448900Z copying torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:13:40.7454782Z copying torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:13:40.7460983Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-01-24T01:13:40.7466327Z copying torch\include\ATen\native\transformers\attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-01-24T01:13:40.7472804Z copying torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-01-24T01:13:40.7478899Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-01-24T01:13:40.7483787Z copying torch\include\ATen\native\utils\Factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-01-24T01:13:40.7503630Z copying torch\include\ATen\native\utils\ParamsHash.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-01-24T01:13:40.7510242Z copying torch\include\ATen\native\utils\ParamUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-01-24T01:13:40.7516024Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-01-24T01:13:40.7520655Z copying torch\include\ATen\quantized\QTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-01-24T01:13:40.7527332Z copying torch\include\ATen\quantized\Quantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-01-24T01:13:40.7533553Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:13:40.7538211Z copying torch\include\ATen\xpu\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:13:40.7544457Z copying torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:13:40.7550764Z copying torch\include\ATen\xpu\XPUContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:13:40.7556864Z copying torch\include\ATen\xpu\XPUDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:13:40.7571127Z copying torch\include\ATen\xpu\XPUEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:13:40.7577607Z copying torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:13:40.7583401Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2025-01-24T01:13:40.7588197Z copying torch\include\ATen\xpu\detail\XPUHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2025-01-24T01:13:40.7594650Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:13:40.7600394Z copying torch\include\caffe2\serialize\crc_alt.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:13:40.7607899Z copying torch\include\caffe2\serialize\file_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:13:40.7614854Z copying torch\include\caffe2\serialize\inline_container.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:13:40.7621324Z copying torch\include\caffe2\serialize\in_memory_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:13:40.7636008Z copying torch\include\caffe2\serialize\istream_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:13:40.7642378Z copying torch\include\caffe2\serialize\read_adapter_interface.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:13:40.7649248Z copying torch\include\caffe2\serialize\versions.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:13:40.7654914Z creating build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-01-24T01:13:40.7660942Z copying torch\include\c10\macros\cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-01-24T01:13:40.7667112Z copying torch\include\c10\macros\Export.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-01-24T01:13:40.7673663Z copying torch\include\c10\macros\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-01-24T01:13:40.7680262Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7684814Z copying torch\include\c10\core\alignment.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7691077Z copying torch\include\c10\core\Allocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7697556Z copying torch\include\c10\core\AutogradState.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7704311Z copying torch\include\c10\core\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7717298Z copying torch\include\c10\core\CachingDeviceAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7723849Z copying torch\include\c10\core\CompileTimeFunctionPointer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7736774Z copying torch\include\c10\core\ConstantSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7743141Z copying torch\include\c10\core\Contiguity.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7749594Z copying torch\include\c10\core\CopyBytes.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7755936Z copying torch\include\c10\core\CPUAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7762482Z copying torch\include\c10\core\DefaultDtype.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7768606Z copying torch\include\c10\core\DefaultTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7774844Z copying torch\include\c10\core\Device.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7781188Z copying torch\include\c10\core\DeviceArray.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7787705Z copying torch\include\c10\core\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7794576Z copying torch\include\c10\core\DeviceType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7801013Z copying torch\include\c10\core\DispatchKey.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7808051Z copying torch\include\c10\core\DispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7815135Z copying torch\include\c10\core\DynamicCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7821463Z copying torch\include\c10\core\Event.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7835383Z copying torch\include\c10\core\GeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7841765Z copying torch\include\c10\core\GradMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7848244Z copying torch\include\c10\core\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7861123Z copying torch\include\c10\core\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7867517Z copying torch\include\c10\core\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7874024Z copying torch\include\c10\core\OptionalRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7880210Z copying torch\include\c10\core\PyHandleCache.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7886452Z copying torch\include\c10\core\QEngine.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7892558Z copying torch\include\c10\core\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7898995Z copying torch\include\c10\core\RefcountedDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7905163Z copying torch\include\c10\core\SafePyObject.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7911636Z copying torch\include\c10\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7917856Z copying torch\include\c10\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7932819Z copying torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7939061Z copying torch\include\c10\core\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7945946Z copying torch\include\c10\core\StorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7952921Z copying torch\include\c10\core\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7959924Z copying torch\include\c10\core\StreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7966636Z copying torch\include\c10\core\SymbolicShapeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7973579Z copying torch\include\c10\core\SymBool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7980137Z copying torch\include\c10\core\SymFloat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7986263Z copying torch\include\c10\core\SymInt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7992752Z copying torch\include\c10\core\SymIntArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.7999474Z copying torch\include\c10\core\SymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.8006584Z copying torch\include\c10\core\TensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.8779458Z copying torch\include\c10\core\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.8786787Z copying torch\include\c10\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.8793679Z copying torch\include\c10\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.8800328Z copying torch\include\c10\core\WrapDimMinimal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:13:40.8806255Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-01-24T01:13:40.8811880Z copying torch\include\ATen\core\boxing\BoxedKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-01-24T01:13:40.8818102Z copying torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-01-24T01:13:40.8824830Z copying torch\include\ATen\core\boxing\KernelFunction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-01-24T01:13:40.8831461Z copying torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-01-24T01:13:40.8845674Z copying torch\include\ATen\core\boxing\OperatorKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-01-24T01:13:40.8864482Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-01-24T01:13:40.8869715Z copying torch\include\ATen\core\boxing\impl\boxing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-01-24T01:13:40.8876406Z 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-01-24T01:13:40.8883191Z copying torch\include\ATen\core\boxing\impl\test_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-01-24T01:13:40.8889969Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-01-24T01:13:40.8904171Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-01-24T01:13:40.8914937Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:13:40.8919766Z copying torch\include\ATen\core\dispatch\CppSignature.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:13:40.8925917Z copying torch\include\ATen\core\dispatch\Dispatcher.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:13:40.8932802Z copying torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:13:40.8939131Z copying torch\include\ATen\core\dispatch\ObservedOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:13:40.8951908Z copying torch\include\ATen\core\dispatch\OperatorEntry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:13:40.8958304Z copying torch\include\ATen\core\dispatch\OperatorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:13:40.8971392Z copying torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:13:40.8977614Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-01-24T01:13:40.8983156Z copying torch\include\ATen\core\op_registration\adaption.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-01-24T01:13:40.8989609Z copying torch\include\ATen\core\op_registration\infer_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-01-24T01:13:40.8996008Z copying torch\include\ATen\core\op_registration\op_allowlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-01-24T01:13:40.9002241Z copying torch\include\ATen\core\op_registration\op_registration.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-01-24T01:13:40.9015901Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:13:40.9021121Z copying torch\include\c10\core\impl\alloc_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:13:40.9027216Z copying torch\include\c10\core\impl\COW.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:13:40.9038069Z copying torch\include\c10\core\impl\COWDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:13:40.9044416Z copying torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:13:40.9059155Z copying torch\include\c10\core\impl\FakeGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:13:40.9065270Z copying torch\include\c10\core\impl\GPUTrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:13:40.9071683Z copying torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:13:40.9078078Z copying torch\include\c10\core\impl\InlineDeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:13:40.9084433Z copying torch\include\c10\core\impl\InlineEvent.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:13:40.9090866Z copying torch\include\c10\core\impl\InlineStreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:13:40.9097208Z copying torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:13:40.9103639Z copying torch\include\c10\core\impl\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:13:40.9110076Z copying torch\include\c10\core\impl\PyObjectSlot.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:13:40.9116703Z copying torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:13:40.9123427Z copying torch\include\c10\core\impl\SizesAndStrides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:13:40.9130058Z copying torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:13:40.9137825Z copying torch\include\c10\core\impl\VirtualGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:13:40.9144060Z creating build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9149551Z copying torch\include\c10\util\AbortHandler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9157029Z copying torch\include\c10\util\accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9164444Z copying torch\include\c10\util\AlignOf.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9170950Z copying torch\include\c10\util\ApproximateClock.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9185572Z copying torch\include\c10\util\Array.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9191929Z copying torch\include\c10\util\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9198579Z copying torch\include\c10\util\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9205001Z copying torch\include\c10\util\BFloat16-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9216721Z copying torch\include\c10\util\BFloat16-math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9223087Z copying torch\include\c10\util\BFloat16.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9229448Z copying torch\include\c10\util\bits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9235556Z copying torch\include\c10\util\Bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9241638Z copying torch\include\c10\util\bit_cast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9247934Z copying torch\include\c10\util\C++17.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9254562Z copying torch\include\c10\util\CallOnce.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9260476Z copying torch\include\c10\util\complex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9267021Z copying torch\include\c10\util\complex_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9273502Z copying torch\include\c10\util\complex_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9285671Z copying torch\include\c10\util\ConstexprCrc.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9291946Z copying torch\include\c10\util\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9298154Z copying torch\include\c10\util\DeadlockDetection.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9304628Z copying torch\include\c10\util\Deprecated.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9311079Z copying torch\include\c10\util\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9317479Z copying torch\include\c10\util\DynamicCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9331293Z copying torch\include\c10\util\env.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9337957Z copying torch\include\c10\util\error.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9343806Z copying torch\include\c10\util\Exception.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9350790Z copying torch\include\c10\util\ExclusivelyOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9357345Z copying torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9363613Z copying torch\include\c10\util\FbcodeMaps.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9370015Z copying torch\include\c10\util\Flags.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9376277Z copying torch\include\c10\util\flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9383829Z copying torch\include\c10\util\Float8_e4m3fn-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9390391Z copying torch\include\c10\util\Float8_e4m3fn.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9396860Z copying torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9410942Z copying torch\include\c10\util\Float8_e4m3fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9417379Z copying torch\include\c10\util\Float8_e5m2-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9423757Z copying torch\include\c10\util\Float8_e5m2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9430339Z copying torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9436853Z copying torch\include\c10\util\Float8_e5m2fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9443204Z copying torch\include\c10\util\Float8_fnuz_cvt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9449946Z copying torch\include\c10\util\floating_point_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9489738Z copying torch\include\c10\util\FunctionRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9495918Z copying torch\include\c10\util\Gauge.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9502121Z copying torch\include\c10\util\generic_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9515015Z copying torch\include\c10\util\Half-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9521309Z copying torch\include\c10\util\Half.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9528262Z copying torch\include\c10\util\hash.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9534644Z copying torch\include\c10\util\IdWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9541131Z copying torch\include\c10\util\int128.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9547801Z copying torch\include\c10\util\intrusive_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9554894Z copying torch\include\c10\util\irange.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9561123Z copying torch\include\c10\util\Lazy.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9573979Z copying torch\include\c10\util\LeftRight.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9580478Z copying torch\include\c10\util\llvmMathExtras.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9587474Z copying torch\include\c10\util\Load.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9593917Z copying torch\include\c10\util\Logging.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9600974Z copying torch\include\c10\util\logging_is_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9614886Z copying torch\include\c10\util\logging_is_not_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9621627Z copying torch\include\c10\util\MathConstants.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9628151Z copying torch\include\c10\util\MaybeOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9634909Z copying torch\include\c10\util\Metaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9641307Z copying torch\include\c10\util\NetworkFlow.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9653752Z copying torch\include\c10\util\numa.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9660062Z copying torch\include\c10\util\Optional.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9666562Z copying torch\include\c10\util\OptionalArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9673506Z copying torch\include\c10\util\order_preserving_flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9680955Z copying torch\include\c10\util\overflows.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9687564Z copying torch\include\c10\util\overloaded.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9707844Z copying torch\include\c10\util\ParallelGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9714203Z copying torch\include\c10\util\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9721373Z copying torch\include\c10\util\qint32.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9727738Z copying torch\include\c10\util\qint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9739435Z copying torch\include\c10\util\quint2x4.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9745575Z copying torch\include\c10\util\quint4x2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9751903Z copying torch\include\c10\util\quint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9757846Z copying torch\include\c10\util\Registry.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9764567Z copying torch\include\c10\util\safe_numerics.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9770826Z copying torch\include\c10\util\ScopeExit.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9777503Z copying torch\include\c10\util\signal_handler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9783784Z copying torch\include\c10\util\SmallBuffer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9797321Z copying torch\include\c10\util\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9804551Z copying torch\include\c10\util\sparse_bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9811500Z copying torch\include\c10\util\ssize.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9817866Z copying torch\include\c10\util\static_tracepoint.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9824299Z copying torch\include\c10\util\static_tracepoint_elfx86.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9831891Z copying torch\include\c10\util\strides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9836951Z copying torch\include\c10\util\StringUtil.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9843281Z copying torch\include\c10\util\string_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9849330Z copying torch\include\c10\util\string_view.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9856098Z copying torch\include\c10\util\strong_type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9863287Z copying torch\include\c10\util\Synchronized.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9879280Z copying torch\include\c10\util\tempfile.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9885462Z copying torch\include\c10\util\ThreadLocal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9891925Z copying torch\include\c10\util\ThreadLocalDebugInfo.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9898516Z copying torch\include\c10\util\thread_name.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9904593Z copying torch\include\c10\util\Type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9911023Z copying torch\include\c10\util\TypeCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9917296Z copying torch\include\c10\util\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9923921Z copying torch\include\c10\util\TypeIndex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9930622Z copying torch\include\c10\util\TypeList.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9936900Z copying torch\include\c10\util\TypeSafeSignMath.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9943308Z copying torch\include\c10\util\TypeTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9949711Z copying torch\include\c10\util\Unicode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9955915Z copying torch\include\c10\util\UniqueVoidPtr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9962498Z copying torch\include\c10\util\Unroll.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9968893Z copying torch\include\c10\util\WaitCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9975421Z copying torch\include\c10\util\WaitCounterDynamicBackend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:40.9987546Z copying torch\include\c10\util\win32-headers.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:13:41.0017572Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:13:41.0022133Z copying torch\include\c10\cuda\CUDAAlgorithm.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:13:41.0028431Z copying torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:13:41.0034885Z copying torch\include\c10\cuda\CUDACachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:13:41.0041560Z copying torch\include\c10\cuda\CUDADeviceAssertion.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:13:41.0061774Z copying torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:13:41.0068077Z copying torch\include\c10\cuda\CUDAException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:13:41.0074581Z copying torch\include\c10\cuda\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:13:41.0080957Z copying torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:13:41.0124211Z copying torch\include\c10\cuda\CUDAGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:13:41.0130553Z copying torch\include\c10\cuda\CUDAMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:13:41.0136715Z copying torch\include\c10\cuda\CUDAMathCompat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:13:41.0143005Z copying torch\include\c10\cuda\CUDAMiscFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:13:41.0149411Z copying torch\include\c10\cuda\CUDAStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:13:41.0160658Z copying torch\include\c10\cuda\driver_api.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:13:41.0166527Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-01-24T01:13:41.0171924Z copying torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-01-24T01:13:41.0178314Z copying torch\include\c10\cuda\impl\CUDATest.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-01-24T01:13:41.0184530Z copying torch\include\c10\cuda\impl\cuda_cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-01-24T01:13:41.0189995Z creating build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-01-24T01:13:41.0194723Z copying torch\include\c10\metal\special_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-01-24T01:13:41.0200928Z copying torch\include\c10\metal\utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-01-24T01:13:41.0206484Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:13:41.0210979Z copying torch\include\c10\xpu\XPUCachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:13:41.0217459Z copying torch\include\c10\xpu\XPUDeviceProp.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:13:41.0223752Z copying torch\include\c10\xpu\XPUException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:13:41.0229841Z copying torch\include\c10\xpu\XPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:13:41.0243225Z copying torch\include\c10\xpu\XPUMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:13:41.0249460Z copying torch\include\c10\xpu\XPUStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:13:41.0255066Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2025-01-24T01:13:41.0259797Z copying torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2025-01-24T01:13:41.0265311Z creating build\lib.win-amd64-cpython-39\torch\include\torch 2025-01-24T01:13:41.0270360Z copying torch\include\torch\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-01-24T01:13:41.0277826Z copying torch\include\torch\custom_class_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-01-24T01:13:41.0285350Z copying torch\include\torch\extension.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-01-24T01:13:41.0292271Z copying torch\include\torch\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-01-24T01:13:41.0307770Z copying torch\include\torch\script.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-01-24T01:13:41.0319345Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0323869Z copying torch\include\torch\csrc\copy_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0330325Z copying torch\include\torch\csrc\CudaIPCTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0336723Z copying torch\include\torch\csrc\DataLoader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0342994Z copying torch\include\torch\csrc\Device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0355980Z copying torch\include\torch\csrc\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0361934Z copying torch\include\torch\csrc\Dtype.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0368527Z copying torch\include\torch\csrc\DynamicTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0374771Z copying torch\include\torch\csrc\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0380568Z copying torch\include\torch\csrc\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0386891Z copying torch\include\torch\csrc\Export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0392853Z copying torch\include\torch\csrc\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0399208Z copying torch\include\torch\csrc\itt_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0405221Z copying torch\include\torch\csrc\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0411197Z copying torch\include\torch\csrc\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0423593Z copying torch\include\torch\csrc\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0429699Z copying torch\include\torch\csrc\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0435942Z copying torch\include\torch\csrc\python_dimname.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0442011Z copying torch\include\torch\csrc\python_headers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0448791Z copying torch\include\torch\csrc\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0461330Z copying torch\include\torch\csrc\serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0467487Z copying torch\include\torch\csrc\Size.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0473667Z copying torch\include\torch\csrc\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0479847Z copying torch\include\torch\csrc\StorageMethods.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0486058Z copying torch\include\torch\csrc\StorageSharing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0504806Z copying torch\include\torch\csrc\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0511085Z copying torch\include\torch\csrc\THConcat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0517116Z copying torch\include\torch\csrc\THP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0523269Z copying torch\include\torch\csrc\TypeInfo.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0530105Z copying torch\include\torch\csrc\Types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0541935Z copying torch\include\torch\csrc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:13:41.0548015Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0555746Z copying torch\include\torch\csrc\api\include\torch\all.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0561924Z copying torch\include\torch\csrc\api\include\torch\arg.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0568460Z copying torch\include\torch\csrc\api\include\torch\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0574417Z copying torch\include\torch\csrc\api\include\torch\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0580713Z copying torch\include\torch\csrc\api\include\torch\data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0586941Z copying torch\include\torch\csrc\api\include\torch\enum.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0593393Z 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-01-24T01:13:41.0607523Z copying torch\include\torch\csrc\api\include\torch\fft.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0613976Z copying torch\include\torch\csrc\api\include\torch\imethod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0620326Z copying torch\include\torch\csrc\api\include\torch\jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0626566Z copying torch\include\torch\csrc\api\include\torch\mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0633061Z copying torch\include\torch\csrc\api\include\torch\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0639420Z copying torch\include\torch\csrc\api\include\torch\nn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0645547Z copying torch\include\torch\csrc\api\include\torch\optim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0651646Z 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-01-24T01:13:41.0658909Z copying torch\include\torch\csrc\api\include\torch\python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0665316Z copying torch\include\torch\csrc\api\include\torch\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0671918Z copying torch\include\torch\csrc\api\include\torch\sparse.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0678046Z copying torch\include\torch\csrc\api\include\torch\special.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0685596Z copying torch\include\torch\csrc\api\include\torch\torch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0691352Z copying torch\include\torch\csrc\api\include\torch\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0697737Z copying torch\include\torch\csrc\api\include\torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0742577Z copying torch\include\torch\csrc\api\include\torch\version.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0748732Z copying torch\include\torch\csrc\api\include\torch\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:41.0754563Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:13:41.0760335Z 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-01-24T01:13:41.0766994Z 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-01-24T01:13:41.0773520Z 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-01-24T01:13:41.0779453Z 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-01-24T01:13:41.0794304Z 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-01-24T01:13:41.0807571Z 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-01-24T01:13:41.0821108Z 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-01-24T01:13:41.0827263Z 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-01-24T01:13:41.0833164Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-01-24T01:13:41.0838986Z 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-01-24T01:13:41.0845485Z 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-01-24T01:13:41.0851855Z 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-01-24T01:13:41.0857548Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:13:41.0863181Z 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-01-24T01:13:41.0869605Z 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-01-24T01:13:41.0882475Z 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-01-24T01:13:41.0889466Z 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-01-24T01:13:41.0895749Z 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-01-24T01:13:41.0902048Z 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-01-24T01:13:41.0908239Z 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-01-24T01:13:41.0928948Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-01-24T01:13:41.0934591Z 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-01-24T01:13:41.0941253Z 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-01-24T01:13:41.0947545Z 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-01-24T01:13:41.0953496Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:13:41.0959079Z 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-01-24T01:13:41.0972552Z 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-01-24T01:13:41.0978836Z 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-01-24T01:13:41.0985403Z 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-01-24T01:13:41.0991934Z 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-01-24T01:13:41.1006224Z 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-01-24T01:13:41.1012625Z 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-01-24T01:13:41.1018247Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-01-24T01:13:41.1024260Z 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-01-24T01:13:41.1030843Z 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-01-24T01:13:41.1037308Z 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-01-24T01:13:41.1043667Z 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-01-24T01:13:41.1050076Z 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-01-24T01:13:41.1055715Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2025-01-24T01:13:41.1061237Z 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-01-24T01:13:41.1067870Z 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-01-24T01:13:41.1073757Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:13:41.1079252Z 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-01-24T01:13:41.1085885Z 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-01-24T01:13:41.1092537Z 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-01-24T01:13:41.1098910Z 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-01-24T01:13:41.1105831Z 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-01-24T01:13:41.1125239Z 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-01-24T01:13:41.1131372Z 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-01-24T01:13:41.1137841Z 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-01-24T01:13:41.1144279Z 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-01-24T01:13:41.1149836Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:13:41.1155750Z 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-01-24T01:13:41.1168898Z 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-01-24T01:13:41.1175063Z 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-01-24T01:13:41.1181809Z 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-01-24T01:13:41.1195488Z 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-01-24T01:13:41.1201835Z 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-01-24T01:13:41.1208364Z 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-01-24T01:13:41.1214777Z 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-01-24T01:13:41.1221327Z 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-01-24T01:13:41.1228425Z 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-01-24T01:13:41.1241633Z 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-01-24T01:13:41.1248358Z 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-01-24T01:13:41.1254836Z 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-01-24T01:13:41.1261597Z 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-01-24T01:13:41.1268758Z 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-01-24T01:13:41.1275460Z 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-01-24T01:13:41.1288667Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:13:41.1295300Z 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-01-24T01:13:41.1301982Z 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-01-24T01:13:41.1308392Z 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-01-24T01:13:41.1314956Z 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-01-24T01:13:41.1329117Z 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-01-24T01:13:41.1342964Z 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-01-24T01:13:41.1349579Z 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-01-24T01:13:41.1356106Z 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-01-24T01:13:41.1363175Z 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-01-24T01:13:41.1368932Z 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-01-24T01:13:41.1375336Z 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-01-24T01:13:41.1382539Z 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-01-24T01:13:41.1389058Z 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-01-24T01:13:41.1461333Z 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-01-24T01:13:41.1467731Z 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-01-24T01:13:41.1474600Z 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-01-24T01:13:41.1481167Z 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-01-24T01:13:41.1487682Z 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-01-24T01:13:41.1494170Z 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-01-24T01:13:41.1500667Z 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-01-24T01:13:41.1507047Z 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-01-24T01:13:41.1512960Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:13:41.1518918Z 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-01-24T01:13:41.1525828Z 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-01-24T01:13:41.1532045Z 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-01-24T01:13:41.1538751Z 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-01-24T01:13:41.1545359Z 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-01-24T01:13:41.1562214Z 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-01-24T01:13:41.1578343Z 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-01-24T01:13:41.1584724Z 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-01-24T01:13:41.1591542Z 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-01-24T01:13:41.1598010Z 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-01-24T01:13:41.1604593Z 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-01-24T01:13:41.1611073Z 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-01-24T01:13:41.1618095Z 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-01-24T01:13:41.1624726Z 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-01-24T01:13:41.1631779Z 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-01-24T01:13:41.1638481Z 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-01-24T01:13:41.1645377Z 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-01-24T01:13:41.1651986Z 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-01-24T01:13:41.1658625Z 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-01-24T01:13:41.1665303Z 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-01-24T01:13:41.1672074Z 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-01-24T01:13:41.1678803Z 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-01-24T01:13:41.1685324Z 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-01-24T01:13:41.1691508Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:13:41.1698411Z 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-01-24T01:13:41.1704819Z 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-01-24T01:13:41.1711528Z 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-01-24T01:13:41.1718205Z 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-01-24T01:13:41.1737782Z 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-01-24T01:13:41.1744576Z 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-01-24T01:13:41.1751297Z 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-01-24T01:13:41.1758041Z 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-01-24T01:13:41.1764759Z 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-01-24T01:13:41.1771594Z 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-01-24T01:13:41.1778479Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-01-24T01:13:41.1784394Z 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-01-24T01:13:41.1790483Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-01-24T01:13:41.1796211Z 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-01-24T01:13:41.1802892Z 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-01-24T01:13:41.1809279Z 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-01-24T01:13:41.1814861Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:13:41.1820470Z 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-01-24T01:13:41.1826789Z 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-01-24T01:13:41.1833149Z 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-01-24T01:13:41.1839269Z 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-01-24T01:13:41.1845766Z 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-01-24T01:13:41.1852097Z 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-01-24T01:13:41.1865167Z 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-01-24T01:13:41.1871666Z 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-01-24T01:13:41.1877479Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-01-24T01:13:41.1883293Z 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-01-24T01:13:41.1889885Z 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-01-24T01:13:41.1896250Z 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-01-24T01:13:41.1908448Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-01-24T01:13:41.1914103Z 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-01-24T01:13:41.1920404Z 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-01-24T01:13:41.1926768Z 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-01-24T01:13:41.1933117Z 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-01-24T01:13:41.1946471Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.1951372Z copying torch\include\torch\csrc\autograd\anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.1957633Z copying torch\include\torch\csrc\autograd\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.1964094Z copying torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.1970320Z copying torch\include\torch\csrc\autograd\cpp_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.1984582Z copying torch\include\torch\csrc\autograd\custom_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.1991476Z copying torch\include\torch\csrc\autograd\edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.1997933Z copying torch\include\torch\csrc\autograd\engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.2004272Z copying torch\include\torch\csrc\autograd\forward_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.2010724Z copying torch\include\torch\csrc\autograd\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.2017483Z copying torch\include\torch\csrc\autograd\FunctionsManual.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.2910287Z copying torch\include\torch\csrc\autograd\function_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.2917194Z copying torch\include\torch\csrc\autograd\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.2923554Z copying torch\include\torch\csrc\autograd\graph_task.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.2930137Z copying torch\include\torch\csrc\autograd\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.2943032Z copying torch\include\torch\csrc\autograd\input_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.2984993Z copying torch\include\torch\csrc\autograd\input_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.2992077Z copying torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.2998739Z copying torch\include\torch\csrc\autograd\profiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3005274Z copying torch\include\torch\csrc\autograd\profiler_kineto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3011939Z copying torch\include\torch\csrc\autograd\profiler_legacy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3018454Z copying torch\include\torch\csrc\autograd\profiler_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3025081Z copying torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3039018Z copying torch\include\torch\csrc\autograd\python_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3045469Z copying torch\include\torch\csrc\autograd\python_cpp_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3051916Z copying torch\include\torch\csrc\autograd\python_engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3058398Z copying torch\include\torch\csrc\autograd\python_enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3064759Z copying torch\include\torch\csrc\autograd\python_fft_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3071061Z copying torch\include\torch\csrc\autograd\python_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3077567Z copying torch\include\torch\csrc\autograd\python_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3084189Z copying torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3091376Z copying torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3105316Z copying torch\include\torch\csrc\autograd\python_nested_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3111768Z copying torch\include\torch\csrc\autograd\python_nn_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3118103Z copying torch\include\torch\csrc\autograd\python_saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3124721Z copying torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3130905Z copying torch\include\torch\csrc\autograd\python_special_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3137173Z copying torch\include\torch\csrc\autograd\python_torch_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3143719Z copying torch\include\torch\csrc\autograd\python_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3150429Z copying torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3157808Z copying torch\include\torch\csrc\autograd\record_function_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3164307Z copying torch\include\torch\csrc\autograd\saved_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3170846Z copying torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3189342Z copying torch\include\torch\csrc\autograd\symbolic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3195424Z copying torch\include\torch\csrc\autograd\variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3208449Z copying torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3214853Z copying torch\include\torch\csrc\autograd\variable_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:13:41.3220882Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:13:41.3226318Z copying torch\include\torch\csrc\autograd\functions\accumulate_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:13:41.3233257Z copying torch\include\torch\csrc\autograd\functions\basic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:13:41.3239748Z copying torch\include\torch\csrc\autograd\functions\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:13:41.3246567Z copying torch\include\torch\csrc\autograd\functions\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:13:41.3260612Z copying torch\include\torch\csrc\autograd\functions\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:13:41.3267889Z copying torch\include\torch\csrc\autograd\functions\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:13:41.3274460Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:13:41.3280163Z copying torch\include\torch\csrc\autograd\generated\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:13:41.3298737Z copying torch\include\torch\csrc\autograd\generated\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:13:41.3305416Z copying torch\include\torch\csrc\autograd\generated\python_return_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:13:41.3324157Z copying torch\include\torch\csrc\autograd\generated\VariableType.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:13:41.3331013Z copying torch\include\torch\csrc\autograd\generated\variable_factories.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:13:41.3338405Z copying torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:13:41.3344591Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:13:41.3349729Z copying torch\include\torch\csrc\autograd\utils\error_messages.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:13:41.3355985Z copying torch\include\torch\csrc\autograd\utils\grad_layout_contract.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:13:41.3362447Z copying torch\include\torch\csrc\autograd\utils\lambda_post_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:13:41.3368746Z copying torch\include\torch\csrc\autograd\utils\python_arg_parsing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:13:41.3383046Z copying torch\include\torch\csrc\autograd\utils\warnings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:13:41.3389145Z copying torch\include\torch\csrc\autograd\utils\wrap_outputs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:13:41.3395221Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:13:41.3399884Z copying torch\include\torch\csrc\cuda\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:13:41.3406351Z copying torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:13:41.3412532Z copying torch\include\torch\csrc\cuda\device_set.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:13:41.3418455Z copying torch\include\torch\csrc\cuda\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:13:41.3424318Z copying torch\include\torch\csrc\cuda\GdsFile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:13:41.3436674Z copying torch\include\torch\csrc\cuda\memory_snapshot.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:13:41.3443137Z copying torch\include\torch\csrc\cuda\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:13:41.3449159Z copying torch\include\torch\csrc\cuda\nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:13:41.3455474Z copying torch\include\torch\csrc\cuda\python_comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:13:41.3461879Z copying torch\include\torch\csrc\cuda\python_nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:13:41.3468238Z copying torch\include\torch\csrc\cuda\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:13:41.3474379Z copying torch\include\torch\csrc\cuda\THCP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:13:41.3479963Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3486295Z copying torch\include\torch\csrc\distributed\c10d\c10d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3492663Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3499147Z copying torch\include\torch\csrc\distributed\c10d\debug.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3505267Z copying torch\include\torch\csrc\distributed\c10d\error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3518607Z copying torch\include\torch\csrc\distributed\c10d\exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3531736Z copying torch\include\torch\csrc\distributed\c10d\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3538139Z copying torch\include\torch\csrc\distributed\c10d\python_comm_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3544517Z copying torch\include\torch\csrc\distributed\c10d\socket.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3551074Z copying torch\include\torch\csrc\distributed\c10d\socket_fmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3557409Z copying torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3563838Z copying torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3570129Z copying torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3576393Z copying torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3594696Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3650706Z copying torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3657462Z copying torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3664118Z copying torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3670888Z copying torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3677670Z copying torch\include\torch\csrc\distributed\c10d\FlightRecorder.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3684319Z copying torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3690650Z copying torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3702931Z copying torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3709348Z copying torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3727734Z copying torch\include\torch\csrc\distributed\c10d\intra_node_comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3734518Z copying torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3741267Z copying torch\include\torch\csrc\distributed\c10d\NanCheck.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3748500Z copying torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3756235Z copying torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3763844Z copying torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3770694Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3777935Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3784695Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3798682Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3806310Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3812807Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3819373Z copying torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3825808Z copying torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3832242Z copying torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3839167Z copying torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3845492Z copying torch\include\torch\csrc\distributed\c10d\sequence_num.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3852223Z copying torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3858608Z copying torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3872331Z copying torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3878864Z copying torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3885185Z copying torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3891575Z copying torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3898067Z copying torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3904430Z copying torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3910689Z copying torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3917772Z copying torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3924022Z copying torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:41.3929790Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.3935063Z copying torch\include\torch\csrc\distributed\rpc\agent_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.3941921Z copying torch\include\torch\csrc\distributed\rpc\message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.3947774Z copying torch\include\torch\csrc\distributed\rpc\python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.3954338Z copying torch\include\torch\csrc\distributed\rpc\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.3969807Z copying torch\include\torch\csrc\distributed\rpc\python_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.3976279Z copying torch\include\torch\csrc\distributed\rpc\python_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.3988654Z copying torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.4002123Z copying torch\include\torch\csrc\distributed\rpc\py_rref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.4003179Z copying torch\include\torch\csrc\distributed\rpc\request_callback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.4006612Z copying torch\include\torch\csrc\distributed\rpc\request_callback_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.4013297Z 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-01-24T01:13:41.4024996Z copying torch\include\torch\csrc\distributed\rpc\rpc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.4031329Z copying torch\include\torch\csrc\distributed\rpc\rpc_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.4037885Z copying torch\include\torch\csrc\distributed\rpc\rpc_command_base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.4044367Z copying torch\include\torch\csrc\distributed\rpc\rref_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.4051296Z copying torch\include\torch\csrc\distributed\rpc\rref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.4058136Z copying torch\include\torch\csrc\distributed\rpc\rref_proto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.4064559Z copying torch\include\torch\csrc\distributed\rpc\script_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.4071167Z copying torch\include\torch\csrc\distributed\rpc\script_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.4077675Z copying torch\include\torch\csrc\distributed\rpc\script_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.4094419Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.4101712Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.4107877Z copying torch\include\torch\csrc\distributed\rpc\torchscript_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.4114218Z copying torch\include\torch\csrc\distributed\rpc\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.4120861Z copying torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.4127471Z 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-01-24T01:13:41.4133750Z copying torch\include\torch\csrc\distributed\rpc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:41.4139742Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-01-24T01:13:41.4146415Z copying torch\include\torch\csrc\distributed\autograd\context\container.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-01-24T01:13:41.4152996Z copying torch\include\torch\csrc\distributed\autograd\context\context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-01-24T01:13:41.4158888Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2025-01-24T01:13:41.4164325Z 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-01-24T01:13:41.4170804Z 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-01-24T01:13:41.4176362Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:13:41.4182001Z 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-01-24T01:13:41.4188526Z 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-01-24T01:13:41.4195096Z 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-01-24T01:13:41.4208022Z 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-01-24T01:13:41.4214510Z 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-01-24T01:13:41.4221034Z 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-01-24T01:13:41.4227348Z 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-01-24T01:13:41.4264109Z 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-01-24T01:13:41.4271315Z 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-01-24T01:13:41.4279156Z 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-01-24T01:13:41.4285357Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:13:41.4291051Z copying torch\include\torch\csrc\dynamo\cache_entry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:13:41.4298519Z copying torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:13:41.4306114Z copying torch\include\torch\csrc\dynamo\cpp_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:13:41.4312224Z copying torch\include\torch\csrc\dynamo\cpython_defs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:13:41.4326449Z copying torch\include\torch\csrc\dynamo\cpython_includes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:13:41.4333148Z copying torch\include\torch\csrc\dynamo\debug_macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:13:41.4339778Z copying torch\include\torch\csrc\dynamo\eval_frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:13:41.4345843Z copying torch\include\torch\csrc\dynamo\extra_state.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:13:41.4352359Z copying torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:13:41.4358769Z copying torch\include\torch\csrc\dynamo\guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:13:41.4364913Z copying torch\include\torch\csrc\dynamo\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:13:41.4370965Z copying torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:13:41.4376947Z copying torch\include\torch\csrc\dynamo\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:13:41.4383102Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-01-24T01:13:41.4388044Z copying torch\include\torch\csrc\inductor\inductor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-01-24T01:13:41.4394221Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2025-01-24T01:13:41.4399279Z 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-01-24T01:13:41.4405550Z copying torch\include\torch\csrc\inductor\aoti_package\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2025-01-24T01:13:41.4410799Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-01-24T01:13:41.4415806Z 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-01-24T01:13:41.4422367Z 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-01-24T01:13:41.4428609Z 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-01-24T01:13:41.4442741Z 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-01-24T01:13:41.4448932Z copying torch\include\torch\csrc\inductor\aoti_runner\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-01-24T01:13:41.4454477Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:13:41.4466823Z 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-01-24T01:13:41.4473363Z 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-01-24T01:13:41.4480050Z copying torch\include\torch\csrc\inductor\aoti_runtime\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:13:41.4492585Z copying torch\include\torch\csrc\inductor\aoti_runtime\model.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:13:41.4499698Z 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-01-24T01:13:41.4506835Z 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-01-24T01:13:41.4513045Z 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-01-24T01:13:41.4519329Z 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-01-24T01:13:41.4525659Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:13:41.4539257Z 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-01-24T01:13:41.4545846Z 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-01-24T01:13:41.4551740Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-01-24T01:13:41.4557032Z 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-01-24T01:13:41.4563389Z 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-01-24T01:13:41.4569789Z 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-01-24T01:13:41.4582812Z 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-01-24T01:13:41.4589189Z copying torch\include\torch\csrc\inductor\aoti_torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-01-24T01:13:41.4594957Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-01-24T01:13:41.4600234Z 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-01-24T01:13:41.4607466Z 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-01-24T01:13:41.4614072Z 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-01-24T01:13:41.4619721Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-01-24T01:13:41.4625120Z 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-01-24T01:13:41.4632267Z 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-01-24T01:13:41.4639312Z 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-01-24T01:13:41.4656423Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-01-24T01:13:41.4661285Z copying torch\include\torch\csrc\jit\jit_log.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-01-24T01:13:41.4667679Z copying torch\include\torch\csrc\jit\jit_opt_limit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-01-24T01:13:41.4673983Z copying torch\include\torch\csrc\jit\resource_guard.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-01-24T01:13:41.4679523Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:13:41.4684851Z copying torch\include\torch\csrc\jit\backends\backend.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:13:41.4691375Z copying torch\include\torch\csrc\jit\backends\backend_debug_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:13:41.4698042Z copying torch\include\torch\csrc\jit\backends\backend_debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:13:41.4704601Z copying torch\include\torch\csrc\jit\backends\backend_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:13:41.4718400Z copying torch\include\torch\csrc\jit\backends\backend_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:13:41.4724904Z copying torch\include\torch\csrc\jit\backends\backend_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:13:41.4731251Z copying torch\include\torch\csrc\jit\backends\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:13:41.4737829Z copying torch\include\torch\csrc\jit\backends\backend_preprocess.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:13:41.4745376Z copying torch\include\torch\csrc\jit\backends\backend_resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:13:41.4751844Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4763272Z 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-01-24T01:13:41.4770480Z copying torch\include\torch\csrc\jit\passes\annotate_warns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4777694Z copying torch\include\torch\csrc\jit\passes\autocast.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4783948Z copying torch\include\torch\csrc\jit\passes\bailout_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4798094Z copying torch\include\torch\csrc\jit\passes\batch_mm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4804107Z copying torch\include\torch\csrc\jit\passes\canonicalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4811184Z 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-01-24T01:13:41.4817382Z copying torch\include\torch\csrc\jit\passes\check_strict_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4823745Z copying torch\include\torch\csrc\jit\passes\clear_profiling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4830197Z copying torch\include\torch\csrc\jit\passes\clear_undefinedness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4836743Z copying torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4842778Z copying torch\include\torch\csrc\jit\passes\concat_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4848887Z copying torch\include\torch\csrc\jit\passes\constant_pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4855167Z copying torch\include\torch\csrc\jit\passes\constant_propagation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4861617Z copying torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4868533Z copying torch\include\torch\csrc\jit\passes\create_functional_graphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4874431Z copying torch\include\torch\csrc\jit\passes\dead_code_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4916799Z copying torch\include\torch\csrc\jit\passes\decompose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4922881Z copying torch\include\torch\csrc\jit\passes\device_type_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4936665Z copying torch\include\torch\csrc\jit\passes\dtype_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4942574Z copying torch\include\torch\csrc\jit\passes\eliminate_no_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4971527Z copying torch\include\torch\csrc\jit\passes\erase_number_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4977870Z 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-01-24T01:13:41.4984520Z copying torch\include\torch\csrc\jit\passes\fold_conv_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4990887Z copying torch\include\torch\csrc\jit\passes\fold_linear_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.4997324Z copying torch\include\torch\csrc\jit\passes\freeze_module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5003844Z copying torch\include\torch\csrc\jit\passes\frozen_concat_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5009995Z 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-01-24T01:13:41.5023535Z copying torch\include\torch\csrc\jit\passes\frozen_conv_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5030161Z copying torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5036450Z copying torch\include\torch\csrc\jit\passes\frozen_linear_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5042900Z copying torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5049127Z 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-01-24T01:13:41.5055616Z copying torch\include\torch\csrc\jit\passes\fuse_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5061892Z copying torch\include\torch\csrc\jit\passes\fuse_relu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5068113Z copying torch\include\torch\csrc\jit\passes\graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5074727Z copying torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5088272Z copying torch\include\torch\csrc\jit\passes\guard_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5094534Z 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-01-24T01:13:41.5100749Z copying torch\include\torch\csrc\jit\passes\inliner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5106900Z copying torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5113306Z copying torch\include\torch\csrc\jit\passes\inline_forked_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5119453Z copying torch\include\torch\csrc\jit\passes\inline_fork_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5125646Z copying torch\include\torch\csrc\jit\passes\inplace_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5131739Z copying torch\include\torch\csrc\jit\passes\insert_guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5138075Z copying torch\include\torch\csrc\jit\passes\integer_value_refinement.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5151474Z copying torch\include\torch\csrc\jit\passes\lift_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5158410Z copying torch\include\torch\csrc\jit\passes\liveness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5166890Z copying torch\include\torch\csrc\jit\passes\loop_unrolling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5174219Z copying torch\include\torch\csrc\jit\passes\lower_grad_of.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5186462Z copying torch\include\torch\csrc\jit\passes\lower_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5193104Z copying torch\include\torch\csrc\jit\passes\lower_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5199670Z copying torch\include\torch\csrc\jit\passes\metal_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5206002Z copying torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5212672Z copying torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5219003Z copying torch\include\torch\csrc\jit\passes\normalize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5242116Z copying torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5249478Z copying torch\include\torch\csrc\jit\passes\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5257147Z copying torch\include\torch\csrc\jit\passes\pass_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5264777Z copying torch\include\torch\csrc\jit\passes\peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5271444Z copying torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5278290Z copying torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5284942Z copying torch\include\torch\csrc\jit\passes\peephole_list_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5291764Z copying torch\include\torch\csrc\jit\passes\peephole_non_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5298419Z copying torch\include\torch\csrc\jit\passes\prepack_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5304834Z copying torch\include\torch\csrc\jit\passes\refine_tuple_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5311352Z copying torch\include\torch\csrc\jit\passes\remove_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5324903Z copying torch\include\torch\csrc\jit\passes\remove_exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5331435Z copying torch\include\torch\csrc\jit\passes\remove_expands.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5337642Z copying torch\include\torch\csrc\jit\passes\remove_inplace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5343840Z copying torch\include\torch\csrc\jit\passes\remove_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5350543Z copying torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5357257Z 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-01-24T01:13:41.5363965Z copying torch\include\torch\csrc\jit\passes\requires_grad_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5369762Z copying torch\include\torch\csrc\jit\passes\restore_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5376174Z copying torch\include\torch\csrc\jit\passes\shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5388883Z copying torch\include\torch\csrc\jit\passes\specialize_autogradzero.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5395459Z copying torch\include\torch\csrc\jit\passes\subgraph_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5402092Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5408554Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5415477Z 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-01-24T01:13:41.5421955Z copying torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5428641Z 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-01-24T01:13:41.5435237Z copying torch\include\torch\csrc\jit\passes\value_refinement_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5441743Z copying torch\include\torch\csrc\jit\passes\variadic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5448214Z copying torch\include\torch\csrc\jit\passes\vulkan_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5455062Z copying torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:41.5461189Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:13:41.5466936Z 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-01-24T01:13:41.5473198Z copying torch\include\torch\csrc\jit\passes\quantization\finalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:13:41.5479425Z 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-01-24T01:13:41.5485445Z copying torch\include\torch\csrc\jit\passes\quantization\helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:13:41.5499162Z 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-01-24T01:13:41.5529192Z 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-01-24T01:13:41.5535806Z 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-01-24T01:13:41.5543420Z 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-01-24T01:13:41.5550121Z 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-01-24T01:13:41.5555827Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-01-24T01:13:41.5561337Z 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-01-24T01:13:41.5567855Z 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-01-24T01:13:41.5574379Z 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-01-24T01:13:41.5593012Z 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-01-24T01:13:41.5599560Z 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-01-24T01:13:41.5605346Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5610511Z copying torch\include\torch\csrc\jit\runtime\argument_spec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5617504Z copying torch\include\torch\csrc\jit\runtime\autodiff.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5624482Z copying torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5630888Z copying torch\include\torch\csrc\jit\runtime\custom_operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5645076Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5651658Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5664937Z copying torch\include\torch\csrc\jit\runtime\exception_message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5671657Z copying torch\include\torch\csrc\jit\runtime\graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5678215Z copying torch\include\torch\csrc\jit\runtime\graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5684960Z copying torch\include\torch\csrc\jit\runtime\graph_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5691494Z copying torch\include\torch\csrc\jit\runtime\instruction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5698031Z copying torch\include\torch\csrc\jit\runtime\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5704539Z copying torch\include\torch\csrc\jit\runtime\jit_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5711165Z copying torch\include\torch\csrc\jit\runtime\jit_trace.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5717445Z copying torch\include\torch\csrc\jit\runtime\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5723809Z copying torch\include\torch\csrc\jit\runtime\operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5730308Z copying torch\include\torch\csrc\jit\runtime\operator_options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5736626Z copying torch\include\torch\csrc\jit\runtime\print_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5743329Z 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-01-24T01:13:41.5750622Z copying torch\include\torch\csrc\jit\runtime\profiling_record.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5764503Z copying torch\include\torch\csrc\jit\runtime\register_ops_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5772547Z copying torch\include\torch\csrc\jit\runtime\script_profile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5779292Z 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-01-24T01:13:41.5786108Z copying torch\include\torch\csrc\jit\runtime\shape_function_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5792655Z 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-01-24T01:13:41.5799353Z copying torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5805899Z copying torch\include\torch\csrc\jit\runtime\symbolic_script.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5812268Z copying torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5818809Z 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-01-24T01:13:41.5832635Z copying torch\include\torch\csrc\jit\runtime\vararg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5839000Z copying torch\include\torch\csrc\jit\runtime\variable_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:41.5850955Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:13:41.5856220Z copying torch\include\torch\csrc\jit\ir\alias_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:13:41.5862755Z copying torch\include\torch\csrc\jit\ir\attributes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:13:41.5869302Z copying torch\include\torch\csrc\jit\ir\constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:13:41.5875675Z copying torch\include\torch\csrc\jit\ir\graph_node_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:13:41.5889711Z copying torch\include\torch\csrc\jit\ir\graph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:13:41.5895816Z copying torch\include\torch\csrc\jit\ir\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:13:41.5903090Z copying torch\include\torch\csrc\jit\ir\irparser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:13:41.5909508Z copying torch\include\torch\csrc\jit\ir\ir_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:13:41.5916030Z copying torch\include\torch\csrc\jit\ir\named_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:13:41.5922494Z copying torch\include\torch\csrc\jit\ir\node_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:13:41.5928632Z copying torch\include\torch\csrc\jit\ir\scope.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:13:41.5935041Z copying torch\include\torch\csrc\jit\ir\subgraph_matcher.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:13:41.5941731Z copying torch\include\torch\csrc\jit\ir\type_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:13:41.5947368Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.5953014Z copying torch\include\torch\csrc\jit\frontend\builtin_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.5959417Z copying torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.5965548Z copying torch\include\torch\csrc\jit\frontend\concrete_module_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.5981660Z copying torch\include\torch\csrc\jit\frontend\convert_to_ssa.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.5987876Z copying torch\include\torch\csrc\jit\frontend\edit_distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.5994198Z copying torch\include\torch\csrc\jit\frontend\error_report.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6000766Z copying torch\include\torch\csrc\jit\frontend\exit_transforms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6007829Z copying torch\include\torch\csrc\jit\frontend\function_schema_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6013989Z copying torch\include\torch\csrc\jit\frontend\inline_loop_condition.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6020174Z copying torch\include\torch\csrc\jit\frontend\ir_emitter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6026417Z copying torch\include\torch\csrc\jit\frontend\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6033599Z copying torch\include\torch\csrc\jit\frontend\mini_environment.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6040524Z copying torch\include\torch\csrc\jit\frontend\name_mangler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6047130Z copying torch\include\torch\csrc\jit\frontend\parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6053277Z copying torch\include\torch\csrc\jit\frontend\parser_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6059928Z copying torch\include\torch\csrc\jit\frontend\parse_string_literal.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6066501Z copying torch\include\torch\csrc\jit\frontend\resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6072997Z copying torch\include\torch\csrc\jit\frontend\schema_matching.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6079474Z copying torch\include\torch\csrc\jit\frontend\schema_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6086466Z copying torch\include\torch\csrc\jit\frontend\script_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6101559Z copying torch\include\torch\csrc\jit\frontend\source_range.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6108062Z copying torch\include\torch\csrc\jit\frontend\source_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6145690Z copying torch\include\torch\csrc\jit\frontend\strtod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6152122Z copying torch\include\torch\csrc\jit\frontend\sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6159355Z copying torch\include\torch\csrc\jit\frontend\tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6165954Z copying torch\include\torch\csrc\jit\frontend\tree.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6172411Z copying torch\include\torch\csrc\jit\frontend\tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6179685Z copying torch\include\torch\csrc\jit\frontend\versioned_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:41.6185623Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-01-24T01:13:41.6191008Z copying torch\include\torch\csrc\jit\api\compilation_unit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-01-24T01:13:41.6197524Z copying torch\include\torch\csrc\jit\api\function_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-01-24T01:13:41.6203935Z copying torch\include\torch\csrc\jit\api\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-01-24T01:13:41.6210243Z copying torch\include\torch\csrc\jit\api\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-01-24T01:13:41.6217610Z copying torch\include\torch\csrc\jit\api\object.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-01-24T01:13:41.6230817Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6236256Z 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-01-24T01:13:41.6242685Z copying torch\include\torch\csrc\jit\serialization\export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6249177Z copying torch\include\torch\csrc\jit\serialization\export_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6264205Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6270573Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6276772Z copying torch\include\torch\csrc\jit\serialization\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6283106Z copying torch\include\torch\csrc\jit\serialization\import_export_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6289735Z copying torch\include\torch\csrc\jit\serialization\import_export_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6296074Z copying torch\include\torch\csrc\jit\serialization\import_export_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6302482Z copying torch\include\torch\csrc\jit\serialization\import_read.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6308905Z copying torch\include\torch\csrc\jit\serialization\import_source.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6315581Z copying torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6323402Z copying torch\include\torch\csrc\jit\serialization\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6329618Z copying torch\include\torch\csrc\jit\serialization\pickle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6335767Z copying torch\include\torch\csrc\jit\serialization\pickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6342138Z copying torch\include\torch\csrc\jit\serialization\python_print.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6348862Z copying torch\include\torch\csrc\jit\serialization\source_range_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6355469Z 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-01-24T01:13:41.6362535Z copying torch\include\torch\csrc\jit\serialization\storage_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6372680Z copying torch\include\torch\csrc\jit\serialization\type_name_uniquer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6387199Z copying torch\include\torch\csrc\jit\serialization\unpickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:41.6393048Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:13:41.6398134Z copying torch\include\torch\csrc\jit\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:13:41.6404128Z copying torch\include\torch\csrc\jit\python\module_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:13:41.6410484Z copying torch\include\torch\csrc\jit\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:13:41.6417474Z copying torch\include\torch\csrc\jit\python\pybind_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:13:41.6424464Z copying torch\include\torch\csrc\jit\python\python_arg_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:13:41.6442988Z copying torch\include\torch\csrc\jit\python\python_custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:13:41.6449256Z copying torch\include\torch\csrc\jit\python\python_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:13:41.6455563Z copying torch\include\torch\csrc\jit\python\python_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:13:41.6462491Z copying torch\include\torch\csrc\jit\python\python_ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:13:41.6468929Z copying torch\include\torch\csrc\jit\python\python_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:13:41.6475685Z copying torch\include\torch\csrc\jit\python\python_sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:13:41.6482163Z copying torch\include\torch\csrc\jit\python\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:13:41.6488935Z copying torch\include\torch\csrc\jit\python\python_tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:13:41.6495155Z copying torch\include\torch\csrc\jit\python\script_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:13:41.6501459Z 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-01-24T01:13:41.6507669Z copying torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:13:41.6513417Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6518391Z copying torch\include\torch\csrc\jit\mobile\code.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6524711Z copying torch\include\torch\csrc\jit\mobile\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6531068Z copying torch\include\torch\csrc\jit\mobile\file_format.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6537436Z copying torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6553134Z copying torch\include\torch\csrc\jit\mobile\frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6559373Z copying torch\include\torch\csrc\jit\mobile\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6565786Z copying torch\include\torch\csrc\jit\mobile\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6572150Z copying torch\include\torch\csrc\jit\mobile\import_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6578740Z copying torch\include\torch\csrc\jit\mobile\import_export_common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6585117Z copying torch\include\torch\csrc\jit\mobile\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6591603Z copying torch\include\torch\csrc\jit\mobile\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6597940Z copying torch\include\torch\csrc\jit\mobile\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6604506Z copying torch\include\torch\csrc\jit\mobile\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6611111Z copying torch\include\torch\csrc\jit\mobile\parse_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6617547Z copying torch\include\torch\csrc\jit\mobile\parse_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6624190Z copying torch\include\torch\csrc\jit\mobile\prim_ops_registery.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6630793Z copying torch\include\torch\csrc\jit\mobile\profiler_edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6637409Z copying torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6643873Z copying torch\include\torch\csrc\jit\mobile\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6650533Z 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-01-24T01:13:41.6656997Z copying torch\include\torch\csrc\jit\mobile\type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6663875Z copying torch\include\torch\csrc\jit\mobile\upgrader_mobile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:41.6677811Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-01-24T01:13:41.6682969Z copying torch\include\torch\csrc\jit\testing\file_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-01-24T01:13:41.6689689Z copying torch\include\torch\csrc\jit\testing\hooks_for_testing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-01-24T01:13:41.6695270Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6700635Z copying torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6706934Z copying torch\include\torch\csrc\jit\tensorexpr\block_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6713561Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6744437Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6758557Z copying torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6765394Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6772806Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6779307Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6786345Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6792972Z copying torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6799453Z copying torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6805910Z copying torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6812364Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6818784Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6825278Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6832014Z copying torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6838069Z copying torch\include\torch\csrc\jit\tensorexpr\graph_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6846034Z copying torch\include\torch\csrc\jit\tensorexpr\half_support.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6852605Z copying torch\include\torch\csrc\jit\tensorexpr\hash_provider.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6859635Z copying torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6865728Z copying torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6879332Z copying torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6885705Z copying torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6892278Z copying torch\include\torch\csrc\jit\tensorexpr\ir_printer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6898726Z copying torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6905052Z copying torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.6911727Z copying torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.8090513Z copying torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.8097917Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.8104620Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.8111205Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.8118685Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.8161513Z copying torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.8168482Z copying torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.8175288Z copying torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.8182118Z copying torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.8188805Z copying torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.8195961Z copying torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.8203587Z copying torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.8210438Z copying torch\include\torch\csrc\jit\tensorexpr\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.8216609Z copying torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.8229287Z copying torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:41.8236189Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:13:41.8241964Z copying torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:13:41.8248398Z copying torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:13:41.8254541Z copying torch\include\torch\csrc\jit\tensorexpr\operators\misc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:13:41.8260862Z copying torch\include\torch\csrc\jit\tensorexpr\operators\norm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:13:41.8267263Z copying torch\include\torch\csrc\jit\tensorexpr\operators\operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:13:41.8291761Z copying torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:13:41.8298397Z copying torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:13:41.8304919Z copying torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:13:41.8311709Z copying torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:13:41.8317419Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2025-01-24T01:13:41.8324142Z copying torch\include\torch\csrc\jit\codegen\cuda\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2025-01-24T01:13:41.8329717Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-01-24T01:13:41.8334457Z copying torch\include\torch\csrc\onnx\back_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-01-24T01:13:41.8340826Z copying torch\include\torch\csrc\onnx\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-01-24T01:13:41.8346633Z copying torch\include\torch\csrc\onnx\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-01-24T01:13:41.8351983Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:13:41.8356564Z copying torch\include\torch\csrc\profiler\api.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:13:41.8362558Z copying torch\include\torch\csrc\profiler\collection.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:13:41.8369726Z copying torch\include\torch\csrc\profiler\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:13:41.8376126Z copying torch\include\torch\csrc\profiler\containers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:13:41.8391139Z copying torch\include\torch\csrc\profiler\data_flow.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:13:41.8397535Z copying torch\include\torch\csrc\profiler\events.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:13:41.8403858Z copying torch\include\torch\csrc\profiler\kineto_client_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:13:41.8409762Z copying torch\include\torch\csrc\profiler\kineto_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:13:41.8416056Z copying torch\include\torch\csrc\profiler\perf-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:13:41.8422311Z copying torch\include\torch\csrc\profiler\perf.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:13:41.8428568Z copying torch\include\torch\csrc\profiler\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:13:41.8434295Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-01-24T01:13:41.8439369Z copying torch\include\torch\csrc\profiler\orchestration\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-01-24T01:13:41.8445660Z copying torch\include\torch\csrc\profiler\orchestration\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-01-24T01:13:41.8451968Z copying torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-01-24T01:13:41.8457713Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:13:41.8462870Z copying torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:13:41.8469821Z copying torch\include\torch\csrc\profiler\standalone\itt_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:13:41.8475794Z copying torch\include\torch\csrc\profiler\standalone\nvtx_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:13:41.8490061Z copying torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:13:41.8495572Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2025-01-24T01:13:41.8500511Z copying torch\include\torch\csrc\profiler\stubs\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2025-01-24T01:13:41.8506138Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:13:41.8511173Z copying torch\include\torch\csrc\profiler\unwind\action.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:13:41.8517374Z copying torch\include\torch\csrc\profiler\unwind\communicate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:13:41.8523840Z copying torch\include\torch\csrc\profiler\unwind\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:13:41.8530351Z copying torch\include\torch\csrc\profiler\unwind\dwarf_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:13:41.8551188Z copying torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:13:41.8557468Z copying torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:13:41.8568824Z copying torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:13:41.8573759Z copying torch\include\torch\csrc\profiler\unwind\fde.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:13:41.8579906Z copying torch\include\torch\csrc\profiler\unwind\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:13:41.8586484Z copying torch\include\torch\csrc\profiler\unwind\line_number_program.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:13:41.8592914Z copying torch\include\torch\csrc\profiler\unwind\mem_file.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:13:41.8599549Z copying torch\include\torch\csrc\profiler\unwind\range_table.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:13:41.8605944Z copying torch\include\torch\csrc\profiler\unwind\sections.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:13:41.8612468Z copying torch\include\torch\csrc\profiler\unwind\unwind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:13:41.8618805Z copying torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:13:41.8625127Z copying torch\include\torch\csrc\profiler\unwind\unwind_error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:13:41.8631044Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-01-24T01:13:41.8636253Z copying torch\include\torch\csrc\profiler\python\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-01-24T01:13:41.8642547Z copying torch\include\torch\csrc\profiler\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-01-24T01:13:41.8648883Z copying torch\include\torch\csrc\profiler\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-01-24T01:13:41.8654527Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8659244Z copying torch\include\torch\csrc\utils\byte_order.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8665918Z copying torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8671995Z copying torch\include\torch\csrc\utils\cuda_enabled.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8678096Z copying torch\include\torch\csrc\utils\device_lazy_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8697102Z copying torch\include\torch\csrc\utils\disable_torch_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8703578Z copying torch\include\torch\csrc\utils\generated_serialization_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8710980Z copying torch\include\torch\csrc\utils\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8717165Z copying torch\include\torch\csrc\utils\invalid_arguments.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8723161Z copying torch\include\torch\csrc\utils\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8729347Z copying torch\include\torch\csrc\utils\numpy_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8736008Z copying torch\include\torch\csrc\utils\object_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8743585Z copying torch\include\torch\csrc\utils\out_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8750832Z copying torch\include\torch\csrc\utils\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8758345Z copying torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8765540Z copying torch\include\torch\csrc\utils\pyobject_preservation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8772057Z copying torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8779326Z copying torch\include\torch\csrc\utils\python_arg_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8786407Z copying torch\include\torch\csrc\utils\python_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8793111Z copying torch\include\torch\csrc\utils\python_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8799387Z copying torch\include\torch\csrc\utils\python_numbers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8817430Z copying torch\include\torch\csrc\utils\python_raii.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8823940Z copying torch\include\torch\csrc\utils\python_scalars.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8830656Z copying torch\include\torch\csrc\utils\python_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8837388Z copying torch\include\torch\csrc\utils\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8843701Z copying torch\include\torch\csrc\utils\python_symnode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8850442Z copying torch\include\torch\csrc\utils\python_torch_function_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8856738Z copying torch\include\torch\csrc\utils\python_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8864518Z copying torch\include\torch\csrc\utils\schema_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8870917Z copying torch\include\torch\csrc\utils\six.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8877210Z copying torch\include\torch\csrc\utils\structseq.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8892139Z copying torch\include\torch\csrc\utils\tensor_apply.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8898368Z copying torch\include\torch\csrc\utils\tensor_dtypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8904503Z copying torch\include\torch\csrc\utils\tensor_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8911059Z copying torch\include\torch\csrc\utils\tensor_layouts.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8917243Z copying torch\include\torch\csrc\utils\tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8923600Z copying torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8930151Z copying torch\include\torch\csrc\utils\tensor_new.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8936646Z copying torch\include\torch\csrc\utils\tensor_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8943181Z copying torch\include\torch\csrc\utils\tensor_qschemes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8957403Z copying torch\include\torch\csrc\utils\tensor_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8963991Z copying torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8970409Z copying torch\include\torch\csrc\utils\throughput_benchmark.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8976952Z copying torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8983405Z copying torch\include\torch\csrc\utils\variadic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8989948Z copying torch\include\torch\csrc\utils\verbose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:13:41.8995403Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2025-01-24T01:13:41.9000924Z copying torch\include\torch\csrc\tensor\python_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2025-01-24T01:13:41.9007152Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-01-24T01:13:41.9013492Z copying torch\include\torch\csrc\lazy\backend\backend_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-01-24T01:13:41.9019871Z copying torch\include\torch\csrc\lazy\backend\backend_device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-01-24T01:13:41.9026310Z copying torch\include\torch\csrc\lazy\backend\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-01-24T01:13:41.9032756Z copying torch\include\torch\csrc\lazy\backend\lowering_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-01-24T01:13:41.9046655Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9051584Z copying torch\include\torch\csrc\lazy\core\cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9057818Z copying torch\include\torch\csrc\lazy\core\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9064297Z copying torch\include\torch\csrc\lazy\core\debug_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9070683Z copying torch\include\torch\csrc\lazy\core\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9076915Z copying torch\include\torch\csrc\lazy\core\hash.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9091323Z copying torch\include\torch\csrc\lazy\core\helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9098614Z copying torch\include\torch\csrc\lazy\core\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9106169Z copying torch\include\torch\csrc\lazy\core\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9114183Z copying torch\include\torch\csrc\lazy\core\ir_dump_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9121670Z copying torch\include\torch\csrc\lazy\core\ir_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9187452Z copying torch\include\torch\csrc\lazy\core\ir_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9194677Z copying torch\include\torch\csrc\lazy\core\lazy_graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9201096Z copying torch\include\torch\csrc\lazy\core\metrics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9207636Z copying torch\include\torch\csrc\lazy\core\multi_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9214081Z copying torch\include\torch\csrc\lazy\core\permutation_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9220317Z copying torch\include\torch\csrc\lazy\core\shape.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9227397Z copying torch\include\torch\csrc\lazy\core\shape_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9233933Z copying torch\include\torch\csrc\lazy\core\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9240195Z copying torch\include\torch\csrc\lazy\core\tensor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9246657Z copying torch\include\torch\csrc\lazy\core\tensor_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9253142Z copying torch\include\torch\csrc\lazy\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9259735Z copying torch\include\torch\csrc\lazy\core\trie.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9265942Z copying torch\include\torch\csrc\lazy\core\unique.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9272254Z copying torch\include\torch\csrc\lazy\core\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:41.9278159Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2025-01-24T01:13:41.9290937Z 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-01-24T01:13:41.9296604Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2025-01-24T01:13:41.9302177Z 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-01-24T01:13:41.9308633Z copying torch\include\torch\csrc\lazy\core\ops\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2025-01-24T01:13:41.9315263Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2025-01-24T01:13:41.9320304Z copying torch\include\torch\csrc\lazy\python\python_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2025-01-24T01:13:41.9325812Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:13:41.9330730Z copying torch\include\torch\csrc\lazy\ts_backend\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:13:41.9337169Z 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-01-24T01:13:41.9343488Z 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-01-24T01:13:41.9349984Z 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-01-24T01:13:41.9365988Z 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-01-24T01:13:41.9372320Z 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-01-24T01:13:41.9384181Z 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-01-24T01:13:41.9390889Z 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-01-24T01:13:41.9397303Z 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-01-24T01:13:41.9403892Z 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-01-24T01:13:41.9409411Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-01-24T01:13:41.9414466Z copying torch\include\torch\csrc\xpu\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-01-24T01:13:41.9420668Z copying torch\include\torch\csrc\xpu\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-01-24T01:13:41.9432386Z copying torch\include\torch\csrc\xpu\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-01-24T01:13:41.9437901Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9442118Z copying torch\include\pybind11\attr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9448986Z copying torch\include\pybind11\buffer_info.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9455195Z copying torch\include\pybind11\cast.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9462401Z copying torch\include\pybind11\chrono.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9474666Z copying torch\include\pybind11\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9480512Z copying torch\include\pybind11\complex.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9497645Z copying torch\include\pybind11\eigen.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9503521Z copying torch\include\pybind11\embed.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9509753Z copying torch\include\pybind11\eval.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9515913Z copying torch\include\pybind11\functional.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9522030Z copying torch\include\pybind11\gil.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9528224Z copying torch\include\pybind11\gil_safe_call_once.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9534475Z copying torch\include\pybind11\iostream.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9540481Z copying torch\include\pybind11\numpy.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9547633Z copying torch\include\pybind11\operators.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9554630Z copying torch\include\pybind11\options.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9561160Z copying torch\include\pybind11\pybind11.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9568923Z copying torch\include\pybind11\pytypes.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9576592Z copying torch\include\pybind11\stl.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9582857Z copying torch\include\pybind11\stl_bind.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9589735Z copying torch\include\pybind11\type_caster_pyobject_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9595849Z copying torch\include\pybind11\typing.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:13:41.9613616Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:13:41.9618089Z copying torch\include\pybind11\detail\class.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:13:41.9624846Z copying torch\include\pybind11\detail\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:13:41.9632319Z copying torch\include\pybind11\detail\cpp_conduit.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:13:41.9639401Z copying torch\include\pybind11\detail\descr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:13:41.9645463Z copying torch\include\pybind11\detail\exception_translation.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:13:41.9662307Z copying torch\include\pybind11\detail\init.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:13:41.9668865Z copying torch\include\pybind11\detail\internals.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:13:41.9675897Z copying torch\include\pybind11\detail\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:13:41.9682416Z copying torch\include\pybind11\detail\type_caster_base.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:13:41.9689554Z copying torch\include\pybind11\detail\value_and_holder.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:13:41.9695354Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-01-24T01:13:41.9700001Z copying torch\include\pybind11\eigen\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-01-24T01:13:41.9706036Z copying torch\include\pybind11\eigen\matrix.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-01-24T01:13:41.9714257Z copying torch\include\pybind11\eigen\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-01-24T01:13:41.9720165Z creating build\lib.win-amd64-cpython-39\torch\include\THC 2025-01-24T01:13:41.9724452Z copying torch\include\THC\THCAtomics.cuh -> build\lib.win-amd64-cpython-39\torch\include\THC 2025-01-24T01:13:41.9731325Z copying torch\include\THC\THCDeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\THC 2025-01-24T01:13:41.9738368Z copying torch\_inductor\codegen\cpp_prefix.h -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:13:41.9757629Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2025-01-24T01:13:41.9762857Z copying torch\_inductor\codegen\aoti_runtime\implementation.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2025-01-24T01:13:41.9780699Z copying torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2025-01-24T01:13:41.9862939Z copying torch\_export\serde\schema.yaml -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:13:41.9876738Z copying torch\_export\serde\export_schema.thrift -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:13:41.9888960Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2025-01-24T01:13:41.9895673Z copying torch\share\cmake\ATen\ATenConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2025-01-24T01:13:41.9901300Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:13:41.9905799Z copying torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:13:41.9912312Z copying torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:13:41.9925244Z copying torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:13:41.9943339Z copying torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:13:41.9950443Z copying torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:13:41.9956910Z copying torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:13:41.9963641Z copying torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:13:41.9969544Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:13:41.9974130Z copying torch\share\cmake\Caffe2\public\cuda.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:13:41.9980997Z copying torch\share\cmake\Caffe2\public\gflags.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:13:41.9987270Z copying torch\share\cmake\Caffe2\public\glog.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:13:41.9993724Z copying torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:13:42.0008147Z copying torch\share\cmake\Caffe2\public\mkl.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:13:42.0014445Z copying torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:13:42.0020899Z copying torch\share\cmake\Caffe2\public\protobuf.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:13:42.0027028Z copying torch\share\cmake\Caffe2\public\utils.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:13:42.0033911Z copying torch\share\cmake\Caffe2\public\xpu.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:13:42.0039653Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-01-24T01:13:42.0044506Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-01-24T01:13:42.0050575Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-01-24T01:13:42.0056407Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-01-24T01:13:42.0070133Z 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-01-24T01:13:42.0076550Z 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-01-24T01:13:42.0084289Z 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-01-24T01:13:42.0101708Z 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-01-24T01:13:42.0107602Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-01-24T01:13:42.0113046Z 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-01-24T01:13:42.0142966Z 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-01-24T01:13:42.0149340Z 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-01-24T01:13:42.0163077Z 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-01-24T01:13:42.0168693Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-01-24T01:13:42.0173387Z copying torch\share\cmake\Torch\TorchConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-01-24T01:13:42.0185568Z copying torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-01-24T01:13:42.0192099Z copying torch\utils\benchmark\utils\timeit_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:13:42.0205390Z copying torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:13:42.0226828Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:13:42.0239620Z copying torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:13:42.0252283Z copying torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:13:42.0263660Z copying torch\utils\model_dump\skeleton.html -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:13:42.0270369Z copying torch\utils\model_dump\code.js -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:13:42.0290766Z copying torch\utils\model_dump\htm.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:13:42.0315989Z copying torch\utils\model_dump\preact.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:13:42.0328652Z copying torch\lib\aoti_custom_ops.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.0337343Z copying torch\lib\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.0347229Z copying torch\lib\backend_with_compiler.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.0366405Z copying torch\lib\c10.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.0381342Z copying torch\lib\c10_cuda.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.0391716Z copying torch\lib\caffe2_nvrtc.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.0397979Z copying torch\lib\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.0446027Z copying torch\lib\jitbackend_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.0454084Z copying torch\lib\torch.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.0461044Z copying torch\lib\torchbind_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.0472903Z copying torch\lib\torch_cpu.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.1745625Z copying torch\lib\torch_cuda.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.3519802Z copying torch\lib\torch_global_deps.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.3526584Z copying torch\lib\torch_python.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.3671039Z copying torch\lib\aoti_custom_ops.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.3678432Z copying torch\lib\asmjit.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.3686399Z copying torch\lib\backend_with_compiler.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.3693398Z copying torch\lib\c10.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.3706208Z copying torch\lib\c10_cuda.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.3714074Z copying torch\lib\caffe2_nvrtc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.3720477Z copying torch\lib\cpuinfo.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:42.3728111Z copying torch\lib\dnnl.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:43.0568035Z copying torch\lib\fbgemm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:43.0587099Z copying torch\lib\fmt.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:43.0605789Z copying torch\lib\jitbackend_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:43.0613145Z copying torch\lib\kineto.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:43.0794154Z copying torch\lib\libprotobuf-lite.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:43.0982704Z copying torch\lib\libprotobuf.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:43.1316059Z copying torch\lib\libprotoc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:43.1664456Z copying torch\lib\microkernels-prod.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:43.1696684Z copying torch\lib\pthreadpool.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:43.1705815Z copying torch\lib\sleef.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:43.1788189Z copying torch\lib\torch.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:43.1795224Z copying torch\lib\torchbind_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:43.3041135Z copying torch\lib\torch_cpu.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:43.3347034Z copying torch\lib\torch_cuda.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:43.3368791Z copying torch\lib\torch_python.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:43.3379378Z copying torch\lib\XNNPACK.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:13:43.3412203Z creating build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:13:43.3417636Z copying torch\include\kineto\AbstractConfig.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:13:43.3424688Z copying torch\include\kineto\ActivityProfilerInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:13:43.3431414Z copying torch\include\kineto\ActivityTraceInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:13:43.3460649Z copying torch\include\kineto\ActivityType.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:13:43.3466863Z copying torch\include\kineto\ClientInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:13:43.3473142Z copying torch\include\kineto\Config.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:13:43.3479600Z copying torch\include\kineto\GenericTraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:13:43.3486089Z copying torch\include\kineto\IActivityProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:13:43.3492416Z copying torch\include\kineto\ILoggerObserver.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:13:43.3498659Z copying torch\include\kineto\ITraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:13:43.3505069Z copying torch\include\kineto\libkineto.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:13:43.3511850Z copying torch\include\kineto\LoggingAPI.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:13:43.3517980Z copying torch\include\kineto\output_base.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:13:43.3524266Z copying torch\include\kineto\ThreadUtil.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:13:43.3537762Z copying torch\include\kineto\time_since_epoch.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:13:43.3543804Z copying torch\include\kineto\TraceSpan.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:13:43.3550031Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-01-24T01:13:43.3570187Z copying torchgen\packaged\ATen\native\native_functions.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-01-24T01:13:43.3768101Z copying torchgen\packaged\ATen\native\tags.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-01-24T01:13:43.3779623Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.3784862Z copying torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.3797839Z copying torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.3809640Z copying torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.3828632Z copying torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.3841348Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.3860351Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.3875634Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.3882364Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.3888996Z copying torchgen\packaged\ATen\templates\enum_tag.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.3895325Z copying torchgen\packaged\ATen\templates\Function.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.3901694Z copying torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.3912975Z copying torchgen\packaged\ATen\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.3924677Z copying torchgen\packaged\ATen\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.3936494Z copying torchgen\packaged\ATen\templates\LazyIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.3948187Z copying torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.3954796Z copying torchgen\packaged\ATen\templates\MethodOperators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.3967157Z copying torchgen\packaged\ATen\templates\NativeFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.3973655Z copying torchgen\packaged\ATen\templates\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.3986033Z copying torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4006109Z copying torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4014186Z copying torchgen\packaged\ATen\templates\Operator.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4022204Z copying torchgen\packaged\ATen\templates\Operators.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4028635Z copying torchgen\packaged\ATen\templates\Operators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4047295Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4053889Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4067274Z copying torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4080139Z copying torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4093342Z copying torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4100256Z copying torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4121341Z copying torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4135476Z copying torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4149991Z copying torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4156651Z copying torchgen\packaged\ATen\templates\TensorBody.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4178821Z copying torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4193041Z copying torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4199769Z copying torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4206399Z copying torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4213412Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4233105Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:13:43.4244198Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:13:43.4249327Z copying torchgen\packaged\autograd\BUILD.bazel -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:13:43.4255440Z copying torchgen\packaged\autograd\build.bzl -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:13:43.4261863Z copying torchgen\packaged\autograd\context.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:13:43.4273255Z copying torchgen\packaged\autograd\deprecated.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:13:43.4285876Z copying torchgen\packaged\autograd\derivatives.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:13:43.4519578Z copying torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:13:43.4532021Z copying torchgen\packaged\autograd\gen_autograd.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:13:43.4551053Z copying torchgen\packaged\autograd\gen_autograd_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:13:43.4569116Z copying torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:13:43.4592443Z copying torchgen\packaged\autograd\gen_python_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:13:43.4616149Z copying torchgen\packaged\autograd\gen_trace_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:13:43.4635097Z copying torchgen\packaged\autograd\gen_variable_factories.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:13:43.4647076Z copying torchgen\packaged\autograd\gen_variable_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:13:43.4689524Z copying torchgen\packaged\autograd\gen_view_funcs.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:13:43.4702842Z copying torchgen\packaged\autograd\load_derivatives.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:13:43.4735801Z copying torchgen\packaged\autograd\README.md -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:13:43.4742520Z copying torchgen\packaged\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:13:43.4747153Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.4752489Z copying torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.4765332Z copying torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.4771908Z copying torchgen\packaged\autograd\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.4792198Z copying torchgen\packaged\autograd\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.4809485Z copying torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.4850301Z copying torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.4862466Z copying torchgen\packaged\autograd\templates\python_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.4876100Z copying torchgen\packaged\autograd\templates\python_functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.4883519Z copying torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.4896828Z copying torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.4917916Z copying torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.4931872Z copying torchgen\packaged\autograd\templates\python_return_types.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.4944650Z copying torchgen\packaged\autograd\templates\python_return_types.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.4951785Z copying torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.4964885Z copying torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.4977535Z copying torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.4989650Z copying torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.5026061Z copying torchgen\packaged\autograd\templates\TraceType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.5039011Z copying torchgen\packaged\autograd\templates\VariableType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.5051283Z copying torchgen\packaged\autograd\templates\VariableType.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.5064571Z copying torchgen\packaged\autograd\templates\variable_factories.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.5079666Z copying torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.5086312Z copying torchgen\packaged\autograd\templates\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:13:43.5092985Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:13:43.5100873Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:13:43.5109110Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:13:43.5116891Z copying torch\utils\_config_typing.pyi -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:13:43.5131205Z copying torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:13:43.5143695Z copying torch\optim\_multi_tensor\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-01-24T01:13:43.5150761Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:13:43.6043922Z running build_ext 2025-01-24T01:13:47.1528208Z -- Building with NumPy bindings 2025-01-24T01:13:47.1528749Z -- Detected cuDNN at C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64, 2025-01-24T01:13:47.1529358Z -- Detected CUDA at C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 2025-01-24T01:13:47.1529774Z -- Not using XPU 2025-01-24T01:13:47.1529984Z -- Using MKLDNN 2025-01-24T01:13:47.1530280Z -- Not using Compute Library for the Arm architecture with MKLDNN 2025-01-24T01:13:47.1530671Z -- Not using CBLAS in MKLDNN 2025-01-24T01:13:47.1530905Z -- Not using NCCL 2025-01-24T01:13:47.1531140Z -- Building without distributed package 2025-01-24T01:13:47.1531610Z -- Building Executorch 2025-01-24T01:13:47.1531830Z -- Using ITT 2025-01-24T01:13:47.1532601Z 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-01-24T01:13:47.1533748Z copying functorch\functorch.pyd -> C:\actions-runner\_work\pytorch\pytorch\build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd 2025-01-24T01:13:47.1549788Z building 'torch._C' extension 2025-01-24T01:13:47.1569299Z creating build\temp.win-amd64-cpython-39\Release\torch\csrc 2025-01-24T01:13:47.1583157Z "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-01-24T01:13:47.1716057Z stub.c 2025-01-24T01:13:47.5908711Z "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-01-24T01:13:47.6119904Z 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-01-24T01:13:47.6205003Z Generating code 2025-01-24T01:13:47.6301224Z Finished generating code 2025-01-24T01:13:47.6735047Z 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-01-24T01:13:47.6787634Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-01-24T01:13:47.6788345Z !! 2025-01-24T01:13:47.6788441Z 2025-01-24T01:13:47.6788566Z ******************************************************************************** 2025-01-24T01:13:47.6788993Z Please avoid running ``setup.py`` directly. 2025-01-24T01:13:47.6789383Z Instead, use pypa/build, pypa/installer or other 2025-01-24T01:13:47.6789724Z standards-based tools. 2025-01-24T01:13:47.6789909Z 2025-01-24T01:13:47.6790203Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-01-24T01:13:47.6790697Z ******************************************************************************** 2025-01-24T01:13:47.6790931Z 2025-01-24T01:13:47.6791000Z !! 2025-01-24T01:13:47.6791190Z self.initialize_options() 2025-01-24T01:13:47.6911078Z installing to build\bdist.win-amd64\wheel 2025-01-24T01:13:47.6911391Z running install 2025-01-24T01:13:47.6939930Z running install_lib 2025-01-24T01:13:47.7066519Z creating build\bdist.win-amd64\wheel 2025-01-24T01:13:47.7072989Z creating build\bdist.win-amd64\wheel\functorch 2025-01-24T01:13:47.7077908Z creating build\bdist.win-amd64\wheel\functorch\compile 2025-01-24T01:13:47.7082516Z copying build\lib.win-amd64-cpython-39\functorch\compile\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\compile 2025-01-24T01:13:47.7088584Z creating build\bdist.win-amd64\wheel\functorch\dim 2025-01-24T01:13:47.7093594Z copying build\lib.win-amd64-cpython-39\functorch\dim\batch_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:13:47.7099221Z copying build\lib.win-amd64-cpython-39\functorch\dim\delayed_mul_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:13:47.7104476Z copying build\lib.win-amd64-cpython-39\functorch\dim\dim.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:13:47.7109873Z copying build\lib.win-amd64-cpython-39\functorch\dim\magic_trace.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:13:47.7126690Z copying build\lib.win-amd64-cpython-39\functorch\dim\op_properties.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:13:47.7132111Z copying build\lib.win-amd64-cpython-39\functorch\dim\reference.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:13:47.7138003Z copying build\lib.win-amd64-cpython-39\functorch\dim\tree_map.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:13:47.7143081Z copying build\lib.win-amd64-cpython-39\functorch\dim\wrap_type.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:13:47.7148974Z copying build\lib.win-amd64-cpython-39\functorch\dim\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:13:47.7155446Z creating build\bdist.win-amd64\wheel\functorch\einops 2025-01-24T01:13:47.7160527Z copying build\lib.win-amd64-cpython-39\functorch\einops\rearrange.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-01-24T01:13:47.7166107Z copying build\lib.win-amd64-cpython-39\functorch\einops\_parsing.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-01-24T01:13:47.7173646Z copying build\lib.win-amd64-cpython-39\functorch\einops\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-01-24T01:13:47.7178933Z creating build\bdist.win-amd64\wheel\functorch\experimental 2025-01-24T01:13:47.7184245Z copying build\lib.win-amd64-cpython-39\functorch\experimental\control_flow.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-01-24T01:13:47.7189046Z copying build\lib.win-amd64-cpython-39\functorch\experimental\ops.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-01-24T01:13:47.7194201Z copying build\lib.win-amd64-cpython-39\functorch\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-01-24T01:13:47.7199245Z copying build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\functorch 2025-01-24T01:13:47.7220684Z creating build\bdist.win-amd64\wheel\functorch\_src 2025-01-24T01:13:47.7226467Z creating build\bdist.win-amd64\wheel\functorch\_src\aot_autograd 2025-01-24T01:13:47.7231943Z copying build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\aot_autograd 2025-01-24T01:13:47.7237720Z creating build\bdist.win-amd64\wheel\functorch\_src\eager_transforms 2025-01-24T01:13:47.7242611Z copying build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\eager_transforms 2025-01-24T01:13:47.7248016Z creating build\bdist.win-amd64\wheel\functorch\_src\make_functional 2025-01-24T01:13:47.7252799Z copying build\lib.win-amd64-cpython-39\functorch\_src\make_functional\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\make_functional 2025-01-24T01:13:47.7258253Z creating build\bdist.win-amd64\wheel\functorch\_src\vmap 2025-01-24T01:13:47.7270285Z copying build\lib.win-amd64-cpython-39\functorch\_src\vmap\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\vmap 2025-01-24T01:13:47.7275565Z copying build\lib.win-amd64-cpython-39\functorch\_src\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src 2025-01-24T01:13:47.7279907Z copying build\lib.win-amd64-cpython-39\functorch\__init__.py -> build\bdist.win-amd64\wheel\.\functorch 2025-01-24T01:13:47.7286368Z creating build\bdist.win-amd64\wheel\torch 2025-01-24T01:13:47.7290851Z creating build\bdist.win-amd64\wheel\torch\accelerator 2025-01-24T01:13:47.7295335Z copying build\lib.win-amd64-cpython-39\torch\accelerator\_utils.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2025-01-24T01:13:47.7300492Z copying build\lib.win-amd64-cpython-39\torch\accelerator\__init__.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2025-01-24T01:13:47.7311482Z creating build\bdist.win-amd64\wheel\torch\amp 2025-01-24T01:13:47.7316175Z copying build\lib.win-amd64-cpython-39\torch\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-01-24T01:13:47.7321991Z copying build\lib.win-amd64-cpython-39\torch\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-01-24T01:13:47.7327644Z copying build\lib.win-amd64-cpython-39\torch\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-01-24T01:13:47.7332920Z creating build\bdist.win-amd64\wheel\torch\ao 2025-01-24T01:13:47.7338311Z creating build\bdist.win-amd64\wheel\torch\ao\nn 2025-01-24T01:13:47.7343241Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic 2025-01-24T01:13:47.7348424Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\modules 2025-01-24T01:13:47.7353755Z 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-01-24T01:13:47.7359068Z 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-01-24T01:13:47.7364390Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat 2025-01-24T01:13:47.7370969Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:13:47.7376675Z 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-01-24T01:13:47.7382958Z 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-01-24T01:13:47.7388732Z 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-01-24T01:13:47.7394268Z 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-01-24T01:13:47.7405945Z 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-01-24T01:13:47.7411268Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized 2025-01-24T01:13:47.7416782Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic 2025-01-24T01:13:47.7422481Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:13:47.7428179Z 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-01-24T01:13:47.7433697Z 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-01-24T01:13:47.7438658Z 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-01-24T01:13:47.7443978Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:13:47.7449456Z 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-01-24T01:13:47.7454629Z 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-01-24T01:13:47.7460147Z 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-01-24T01:13:47.7465435Z 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-01-24T01:13:47.7476677Z 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-01-24T01:13:47.7488728Z 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-01-24T01:13:47.7493373Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic 2025-01-24T01:13:47.7499088Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat 2025-01-24T01:13:47.7504431Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic 2025-01-24T01:13:47.7510005Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic\modules 2025-01-24T01:13:47.7515880Z 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-01-24T01:13:47.7521218Z 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-01-24T01:13:47.7530781Z 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-01-24T01:13:47.7536501Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\modules 2025-01-24T01:13:47.7541755Z 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-01-24T01:13:47.7547156Z 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-01-24T01:13:47.7552782Z 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-01-24T01:13:47.7557929Z 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-01-24T01:13:47.7562888Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat 2025-01-24T01:13:47.7568535Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable 2025-01-24T01:13:47.7573973Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable\modules 2025-01-24T01:13:47.7579335Z 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-01-24T01:13:47.8481229Z 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-01-24T01:13:47.8486825Z 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-01-24T01:13:47.8492047Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable 2025-01-24T01:13:47.8498641Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized 2025-01-24T01:13:47.8512070Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic 2025-01-24T01:13:47.8517809Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:13:47.8523111Z 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-01-24T01:13:47.8529079Z 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-01-24T01:13:47.8534517Z 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-01-24T01:13:47.8541371Z 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-01-24T01:13:47.8546433Z 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-01-24T01:13:47.8551599Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2025-01-24T01:13:47.8557970Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\modules 2025-01-24T01:13:47.8563301Z 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-01-24T01:13:47.8569182Z 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-01-24T01:13:47.8574757Z 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-01-24T01:13:47.8580791Z 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-01-24T01:13:47.8586123Z 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-01-24T01:13:47.8601709Z 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-01-24T01:13:47.8607177Z 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-01-24T01:13:47.8612755Z 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-01-24T01:13:47.8618082Z 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-01-24T01:13:47.8682568Z 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-01-24T01:13:47.8688005Z 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-01-24T01:13:47.8694178Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference 2025-01-24T01:13:47.8710957Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference\modules 2025-01-24T01:13:47.8716551Z 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-01-24T01:13:47.8722184Z 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-01-24T01:13:47.8727544Z 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-01-24T01:13:47.8733445Z 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-01-24T01:13:47.8738711Z 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-01-24T01:13:47.8743815Z 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-01-24T01:13:47.8748828Z 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-01-24T01:13:47.8753800Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2025-01-24T01:13:47.8759256Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse 2025-01-24T01:13:47.8764533Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized 2025-01-24T01:13:47.8770013Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized\dynamic 2025-01-24T01:13:47.8775531Z 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-01-24T01:13:47.8781254Z 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-01-24T01:13:47.8786147Z 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-01-24T01:13:47.8791380Z 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-01-24T01:13:47.8796588Z 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-01-24T01:13:47.8801430Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse 2025-01-24T01:13:47.8806310Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn 2025-01-24T01:13:47.8811997Z creating build\bdist.win-amd64\wheel\torch\ao\ns 2025-01-24T01:13:47.8817201Z creating build\bdist.win-amd64\wheel\torch\ao\ns\fx 2025-01-24T01:13:47.8822162Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_matcher.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:13:47.8828427Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_passes.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:13:47.8834611Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:13:47.8845656Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\ns_types.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:13:47.8851042Z 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-01-24T01:13:47.8865659Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:13:47.8871303Z 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-01-24T01:13:47.8876668Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:13:47.8882541Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\weight_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:13:47.8888827Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:13:47.8894067Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-01-24T01:13:47.8900959Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-01-24T01:13:47.8907768Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-01-24T01:13:47.8913024Z creating build\bdist.win-amd64\wheel\torch\ao\pruning 2025-01-24T01:13:47.8918248Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\scheduler 2025-01-24T01:13:47.8923498Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\base_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-01-24T01:13:47.8929151Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\cubic_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-01-24T01:13:47.8934575Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\lambda_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-01-24T01:13:47.8947709Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-01-24T01:13:47.8952537Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\sparsifier 2025-01-24T01:13:47.8957615Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\base_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-01-24T01:13:47.8963557Z 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-01-24T01:13:47.8968959Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-01-24T01:13:47.8980182Z 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-01-24T01:13:47.8985714Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-01-24T01:13:47.8990535Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental 2025-01-24T01:13:47.8995974Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\activation_sparsifier 2025-01-24T01:13:47.9001589Z 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-01-24T01:13:47.9007632Z 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-01-24T01:13:47.9012108Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_scheduler 2025-01-24T01:13:47.9017599Z 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-01-24T01:13:47.9022992Z 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-01-24T01:13:47.9029165Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:13:47.9041053Z 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-01-24T01:13:47.9046525Z 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-01-24T01:13:47.9052949Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-01-24T01:13:47.9066566Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-01-24T01:13:47.9072803Z 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-01-24T01:13:47.9078408Z 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-01-24T01:13:47.9084172Z 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-01-24T01:13:47.9095670Z 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-01-24T01:13:47.9100100Z 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-01-24T01:13:47.9105446Z 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-01-24T01:13:47.9111267Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\pruner 2025-01-24T01:13:47.9116663Z 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-01-24T01:13:47.9122229Z 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-01-24T01:13:47.9127641Z 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-01-24T01:13:47.9139338Z 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-01-24T01:13:47.9144624Z 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-01-24T01:13:47.9150105Z 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-01-24T01:13:47.9155819Z 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-01-24T01:13:47.9161216Z 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-01-24T01:13:47.9166624Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental 2025-01-24T01:13:47.9170896Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2025-01-24T01:13:47.9183892Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2025-01-24T01:13:47.9189637Z creating build\bdist.win-amd64\wheel\torch\ao\quantization 2025-01-24T01:13:47.9195062Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\backend_config 2025-01-24T01:13:47.9200271Z 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-01-24T01:13:47.9206357Z 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-01-24T01:13:47.9212895Z 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-01-24T01:13:47.9218723Z 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-01-24T01:13:47.9232096Z 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-01-24T01:13:47.9237611Z 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-01-24T01:13:47.9249888Z 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-01-24T01:13:47.9255464Z 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-01-24T01:13:47.9260751Z 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-01-24T01:13:47.9266179Z 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-01-24T01:13:47.9271853Z 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-01-24T01:13:47.9277782Z 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-01-24T01:13:47.9283219Z 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-01-24T01:13:47.9288889Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:13:47.9297823Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:13:47.9311096Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:13:47.9317058Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx 2025-01-24T01:13:47.9322103Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:13:47.9333288Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\custom_config.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:13:47.9339014Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:13:47.9344276Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:13:47.9349659Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:13:47.9361794Z 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-01-24T01:13:47.9367365Z 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-01-24T01:13:47.9372561Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lstm_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:13:47.9379002Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:13:47.9384467Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:13:47.9389996Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:13:47.9397167Z 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-01-24T01:13:47.9402523Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\quantize_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:13:47.9407830Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\tracer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:13:47.9412987Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:13:47.9419021Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_decomposed.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:13:47.9424912Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:13:47.9431051Z 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-01-24T01:13:47.9438705Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx\_model_report 2025-01-24T01:13:47.9444070Z 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-01-24T01:13:47.9450546Z 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-01-24T01:13:47.9456581Z 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-01-24T01:13:47.9469147Z 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-01-24T01:13:47.9475629Z 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-01-24T01:13:47.9479843Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:13:47.9485024Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:13:47.9491827Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e 2025-01-24T01:13:47.9497014Z 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-01-24T01:13:47.9502329Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\export_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:13:47.9507653Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\graph_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:13:47.9512980Z 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-01-24T01:13:47.9524645Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:13:47.9530402Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\qat_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:13:47.9536880Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e\representation 2025-01-24T01:13:47.9542541Z 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-01-24T01:13:47.9548314Z 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-01-24T01:13:47.9552961Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:13:47.9564450Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_affine_quantization.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:13:47.9570723Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_numeric_debugger.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:13:47.9576290Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:13:47.9580825Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:13:47.9586590Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:13:47.9592167Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:13:47.9597775Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:13:47.9604046Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\quantizer 2025-01-24T01:13:47.9609337Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\composable_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:13:47.9614838Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\embedding_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:13:47.9620204Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:13:47.9634836Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:13:47.9640250Z 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-01-24T01:13:47.9646812Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:13:47.9652714Z 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-01-24T01:13:47.9658887Z 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-01-24T01:13:47.9664327Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:13:47.9669756Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:13:47.9677042Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:13:47.9688724Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:13:47.9695025Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:13:47.9701244Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:13:47.9706632Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:13:47.9712852Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_correct_bias.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:13:47.9718322Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:13:47.9724089Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_learnable_fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:13:47.9729577Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:13:47.9734974Z copying build\lib.win-amd64-cpython-39\torch\ao\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao 2025-01-24T01:13:47.9740976Z creating build\bdist.win-amd64\wheel\torch\autograd 2025-01-24T01:13:47.9745568Z copying build\lib.win-amd64-cpython-39\torch\autograd\anomaly_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:13:47.9751109Z copying build\lib.win-amd64-cpython-39\torch\autograd\forward_ad.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:13:47.9756411Z copying build\lib.win-amd64-cpython-39\torch\autograd\function.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:13:47.9762333Z copying build\lib.win-amd64-cpython-39\torch\autograd\functional.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:13:47.9776996Z copying build\lib.win-amd64-cpython-39\torch\autograd\gradcheck.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:13:47.9783654Z copying build\lib.win-amd64-cpython-39\torch\autograd\grad_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:13:47.9789068Z copying build\lib.win-amd64-cpython-39\torch\autograd\graph.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:13:47.9794875Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:13:47.9805850Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_legacy.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:13:47.9812057Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_util.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:13:47.9818008Z copying build\lib.win-amd64-cpython-39\torch\autograd\variable.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:13:47.9823614Z creating build\bdist.win-amd64\wheel\torch\autograd\_functions 2025-01-24T01:13:47.9829346Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\tensor.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-01-24T01:13:47.9834390Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\utils.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-01-24T01:13:47.9839875Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-01-24T01:13:47.9844464Z copying build\lib.win-amd64-cpython-39\torch\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:13:47.9850655Z creating build\bdist.win-amd64\wheel\torch\backends 2025-01-24T01:13:47.9855433Z creating build\bdist.win-amd64\wheel\torch\backends\cpu 2025-01-24T01:13:47.9860014Z copying build\lib.win-amd64-cpython-39\torch\backends\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cpu 2025-01-24T01:13:47.9865484Z creating build\bdist.win-amd64\wheel\torch\backends\cuda 2025-01-24T01:13:47.9870030Z copying build\lib.win-amd64-cpython-39\torch\backends\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cuda 2025-01-24T01:13:47.9876047Z creating build\bdist.win-amd64\wheel\torch\backends\cudnn 2025-01-24T01:13:47.9880640Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\rnn.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2025-01-24T01:13:47.9885851Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2025-01-24T01:13:47.9891318Z creating build\bdist.win-amd64\wheel\torch\backends\cusparselt 2025-01-24T01:13:47.9896032Z copying build\lib.win-amd64-cpython-39\torch\backends\cusparselt\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cusparselt 2025-01-24T01:13:47.9901774Z creating build\bdist.win-amd64\wheel\torch\backends\kleidiai 2025-01-24T01:13:47.9906434Z copying build\lib.win-amd64-cpython-39\torch\backends\kleidiai\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\kleidiai 2025-01-24T01:13:47.9912047Z creating build\bdist.win-amd64\wheel\torch\backends\mha 2025-01-24T01:13:47.9929990Z copying build\lib.win-amd64-cpython-39\torch\backends\mha\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mha 2025-01-24T01:13:47.9935574Z creating build\bdist.win-amd64\wheel\torch\backends\mkl 2025-01-24T01:13:47.9940389Z copying build\lib.win-amd64-cpython-39\torch\backends\mkl\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkl 2025-01-24T01:13:47.9945984Z creating build\bdist.win-amd64\wheel\torch\backends\mkldnn 2025-01-24T01:13:47.9950838Z copying build\lib.win-amd64-cpython-39\torch\backends\mkldnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkldnn 2025-01-24T01:13:47.9956277Z creating build\bdist.win-amd64\wheel\torch\backends\mps 2025-01-24T01:13:47.9960973Z copying build\lib.win-amd64-cpython-39\torch\backends\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mps 2025-01-24T01:13:47.9966693Z creating build\bdist.win-amd64\wheel\torch\backends\nnpack 2025-01-24T01:13:47.9971391Z copying build\lib.win-amd64-cpython-39\torch\backends\nnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\nnpack 2025-01-24T01:13:47.9976945Z creating build\bdist.win-amd64\wheel\torch\backends\openmp 2025-01-24T01:13:47.9981823Z copying build\lib.win-amd64-cpython-39\torch\backends\openmp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\openmp 2025-01-24T01:13:47.9987326Z creating build\bdist.win-amd64\wheel\torch\backends\opt_einsum 2025-01-24T01:13:47.9992240Z copying build\lib.win-amd64-cpython-39\torch\backends\opt_einsum\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\opt_einsum 2025-01-24T01:13:47.9997809Z creating build\bdist.win-amd64\wheel\torch\backends\quantized 2025-01-24T01:13:48.0002629Z copying build\lib.win-amd64-cpython-39\torch\backends\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\quantized 2025-01-24T01:13:48.0008196Z creating build\bdist.win-amd64\wheel\torch\backends\xeon 2025-01-24T01:13:48.0012847Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\run_cpu.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2025-01-24T01:13:48.0018838Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2025-01-24T01:13:48.0023454Z creating build\bdist.win-amd64\wheel\torch\backends\xnnpack 2025-01-24T01:13:48.0028159Z copying build\lib.win-amd64-cpython-39\torch\backends\xnnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xnnpack 2025-01-24T01:13:48.0039338Z creating build\bdist.win-amd64\wheel\torch\backends\_coreml 2025-01-24T01:13:48.0044161Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\preprocess.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2025-01-24T01:13:48.0049846Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2025-01-24T01:13:48.0054610Z creating build\bdist.win-amd64\wheel\torch\backends\_nnapi 2025-01-24T01:13:48.0059761Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\prepare.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-01-24T01:13:48.0065245Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\serializer.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-01-24T01:13:48.0071957Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-01-24T01:13:48.0129363Z copying build\lib.win-amd64-cpython-39\torch\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends 2025-01-24T01:13:48.0136090Z creating build\bdist.win-amd64\wheel\torch\bin 2025-01-24T01:13:48.0140148Z copying build\lib.win-amd64-cpython-39\torch\bin\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:13:48.0149057Z copying build\lib.win-amd64-cpython-39\torch\bin\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:13:48.0198103Z copying build\lib.win-amd64-cpython-39\torch\bin\FileStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:13:48.0208099Z copying build\lib.win-amd64-cpython-39\torch\bin\ProcessGroupGlooAsyncTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:13:48.0230199Z copying build\lib.win-amd64-cpython-39\torch\bin\ProcessGroupGlooTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:13:48.0240286Z copying build\lib.win-amd64-cpython-39\torch\bin\protoc.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:13:48.0269220Z copying build\lib.win-amd64-cpython-39\torch\bin\TCPStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:13:48.0278311Z copying build\lib.win-amd64-cpython-39\torch\bin\test_api.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:13:48.0359787Z copying build\lib.win-amd64-cpython-39\torch\bin\test_edge_op_registration.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:13:48.0369216Z copying build\lib.win-amd64-cpython-39\torch\bin\test_jit.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:13:48.0419346Z copying build\lib.win-amd64-cpython-39\torch\bin\test_lazy.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:13:48.0474861Z copying build\lib.win-amd64-cpython-39\torch\bin\test_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:13:48.0530054Z copying build\lib.win-amd64-cpython-39\torch\bin\tutorial_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:13:48.0538352Z creating build\bdist.win-amd64\wheel\torch\compiler 2025-01-24T01:13:48.0553393Z copying build\lib.win-amd64-cpython-39\torch\compiler\config.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-01-24T01:13:48.0560236Z copying build\lib.win-amd64-cpython-39\torch\compiler\_cache.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-01-24T01:13:48.0565246Z copying build\lib.win-amd64-cpython-39\torch\compiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-01-24T01:13:48.0578386Z creating build\bdist.win-amd64\wheel\torch\contrib 2025-01-24T01:13:48.0583524Z copying build\lib.win-amd64-cpython-39\torch\contrib\_tensorboard_vis.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2025-01-24T01:13:48.0589126Z copying build\lib.win-amd64-cpython-39\torch\contrib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2025-01-24T01:13:48.0593955Z creating build\bdist.win-amd64\wheel\torch\cpu 2025-01-24T01:13:48.0598883Z creating build\bdist.win-amd64\wheel\torch\cpu\amp 2025-01-24T01:13:48.0603843Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-01-24T01:13:48.0614154Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-01-24T01:13:48.0619639Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-01-24T01:13:48.0625135Z copying build\lib.win-amd64-cpython-39\torch\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu 2025-01-24T01:13:48.0630989Z creating build\bdist.win-amd64\wheel\torch\cuda 2025-01-24T01:13:48.0635916Z creating build\bdist.win-amd64\wheel\torch\cuda\amp 2025-01-24T01:13:48.0640738Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-01-24T01:13:48.0646842Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\common.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-01-24T01:13:48.0651968Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-01-24T01:13:48.0662221Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-01-24T01:13:48.0667357Z copying build\lib.win-amd64-cpython-39\torch\cuda\comm.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:13:48.0672593Z copying build\lib.win-amd64-cpython-39\torch\cuda\error.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:13:48.0676901Z copying build\lib.win-amd64-cpython-39\torch\cuda\gds.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:13:48.0682767Z copying build\lib.win-amd64-cpython-39\torch\cuda\graphs.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:13:48.0689121Z copying build\lib.win-amd64-cpython-39\torch\cuda\jiterator.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:13:48.0702915Z copying build\lib.win-amd64-cpython-39\torch\cuda\memory.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:13:48.0708947Z copying build\lib.win-amd64-cpython-39\torch\cuda\nccl.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:13:48.0714671Z copying build\lib.win-amd64-cpython-39\torch\cuda\nvtx.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:13:48.0719833Z copying build\lib.win-amd64-cpython-39\torch\cuda\profiler.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:13:48.0725099Z copying build\lib.win-amd64-cpython-39\torch\cuda\random.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:13:48.0730274Z copying build\lib.win-amd64-cpython-39\torch\cuda\sparse.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:13:48.0735162Z copying build\lib.win-amd64-cpython-39\torch\cuda\streams.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:13:48.0740515Z copying build\lib.win-amd64-cpython-39\torch\cuda\tunable.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:13:48.0745999Z copying build\lib.win-amd64-cpython-39\torch\cuda\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:13:48.0751725Z copying build\lib.win-amd64-cpython-39\torch\cuda\_memory_viz.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:13:48.0757490Z copying build\lib.win-amd64-cpython-39\torch\cuda\_sanitizer.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:13:48.0763167Z copying build\lib.win-amd64-cpython-39\torch\cuda\_utils.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:13:48.0768452Z copying build\lib.win-amd64-cpython-39\torch\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:13:48.0775464Z creating build\bdist.win-amd64\wheel\torch\distributed 2025-01-24T01:13:48.0780447Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms 2025-01-24T01:13:48.0785758Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:13:48.0791062Z 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-01-24T01:13:48.0796951Z 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-01-24T01:13:48.0802317Z 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-01-24T01:13:48.0822289Z 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-01-24T01:13:48.0828514Z 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-01-24T01:13:48.0833679Z 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-01-24T01:13:48.0839009Z 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-01-24T01:13:48.0845274Z 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-01-24T01:13:48.0850351Z 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-01-24T01:13:48.0855434Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\join.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2025-01-24T01:13:48.0866190Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\model_averaging 2025-01-24T01:13:48.0871470Z 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-01-24T01:13:48.0877144Z 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-01-24T01:13:48.0882722Z 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-01-24T01:13:48.0898129Z 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-01-24T01:13:48.0903060Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_checkpoint 2025-01-24T01:13:48.0914694Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2025-01-24T01:13:48.0920200Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2025-01-24T01:13:48.0924997Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_comm_hooks 2025-01-24T01:13:48.0930169Z 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-01-24T01:13:48.0935603Z 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-01-24T01:13:48.0941074Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_optimizer_overlap 2025-01-24T01:13:48.0946287Z 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-01-24T01:13:48.0952147Z 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-01-24T01:13:48.0957554Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_quantization 2025-01-24T01:13:48.0962582Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\quantization.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2025-01-24T01:13:48.0968418Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2025-01-24T01:13:48.0972415Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2025-01-24T01:13:48.0977381Z copying build\lib.win-amd64-cpython-39\torch\distributed\argparse_util.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:13:48.0983265Z creating build\bdist.win-amd64\wheel\torch\distributed\autograd 2025-01-24T01:13:48.0988200Z copying build\lib.win-amd64-cpython-39\torch\distributed\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\autograd 2025-01-24T01:13:48.0993574Z copying build\lib.win-amd64-cpython-39\torch\distributed\c10d_logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:13:48.1031154Z creating build\bdist.win-amd64\wheel\torch\distributed\checkpoint 2025-01-24T01:13:48.1035905Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1041505Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\default_planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1052704Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1058354Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\format_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1122347Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1127596Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1132855Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1138170Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1143805Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1149354Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner_helpers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1154991Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\resharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1161064Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\staging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1166380Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\stateful.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1171757Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1178284Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_loader.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1185042Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_saver.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1191406Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1197533Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1203952Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_checkpointer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1210114Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_save_plans.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1215967Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_tensors.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1221655Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_extension.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1227231Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_fsspec_filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1822000Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_nested_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1828479Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1833982Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_storage_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1839558Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_traverse.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1844947Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_version.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1850477Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:13:48.1855338Z copying build\lib.win-amd64-cpython-39\torch\distributed\collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:13:48.1861214Z copying build\lib.win-amd64-cpython-39\torch\distributed\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:13:48.1866260Z copying build\lib.win-amd64-cpython-39\torch\distributed\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:13:48.1872232Z copying build\lib.win-amd64-cpython-39\torch\distributed\distributed_c10d.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:13:48.1880627Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic 2025-01-24T01:13:48.1886115Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent 2025-01-24T01:13:48.1891475Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent\server 2025-01-24T01:13:48.1896755Z 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-01-24T01:13:48.1902861Z 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-01-24T01:13:48.1908463Z 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-01-24T01:13:48.1914169Z 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-01-24T01:13:48.1919555Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent 2025-01-24T01:13:48.1923991Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\control_plane.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2025-01-24T01:13:48.1929789Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\events 2025-01-24T01:13:48.1934974Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-01-24T01:13:48.1940188Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-01-24T01:13:48.1945112Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-01-24T01:13:48.1950993Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\metrics 2025-01-24T01:13:48.1955992Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2025-01-24T01:13:48.1961254Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2025-01-24T01:13:48.1971917Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing 2025-01-24T01:13:48.1988940Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-01-24T01:13:48.1995438Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\errors 2025-01-24T01:13:48.2000792Z 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-01-24T01:13:48.2006195Z 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-01-24T01:13:48.2011595Z 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-01-24T01:13:48.2016862Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\redirects.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-01-24T01:13:48.2022595Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-01-24T01:13:48.2034744Z 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-01-24T01:13:48.2040905Z 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-01-24T01:13:48.2046448Z 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-01-24T01:13:48.2051693Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\tail_log.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-01-24T01:13:48.2057342Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-01-24T01:13:48.2062929Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\rendezvous 2025-01-24T01:13:48.2068234Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:13:48.2073842Z 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-01-24T01:13:48.2079325Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:13:48.2092415Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:13:48.2098488Z 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-01-24T01:13:48.2104956Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_server.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:13:48.2109912Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:13:48.2115951Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:13:48.2121451Z 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-01-24T01:13:48.2127089Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:13:48.2132183Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\_etcd_stub.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:13:48.2137659Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:13:48.2143517Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\timer 2025-01-24T01:13:48.2148621Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-01-24T01:13:48.2154390Z 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-01-24T01:13:48.2159788Z 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-01-24T01:13:48.2165802Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\local_timer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-01-24T01:13:48.2179593Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-01-24T01:13:48.2185417Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils 2025-01-24T01:13:48.2191422Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-01-24T01:13:48.2197957Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils\data 2025-01-24T01:13:48.2204016Z 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-01-24T01:13:48.2209668Z 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-01-24T01:13:48.2215089Z 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-01-24T01:13:48.2220062Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\distributed.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-01-24T01:13:48.2225477Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-01-24T01:13:48.2231387Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\log_level.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-01-24T01:13:48.2244402Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-01-24T01:13:48.2249610Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-01-24T01:13:48.2254551Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2025-01-24T01:13:48.2264923Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp 2025-01-24T01:13:48.2269788Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2275795Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2282380Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\sharded_grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2288168Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\wrap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2293859Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2309183Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2314405Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_dynamo_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2319938Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_exec_order_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2325604Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_flat_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2332492Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fsdp_extensions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2338534Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp\_fully_shard 2025-01-24T01:13:48.2343658Z 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-01-24T01:13:48.2353936Z 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-01-24T01:13:48.2359689Z 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-01-24T01:13:48.2376965Z 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-01-24T01:13:48.2382308Z 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-01-24T01:13:48.2388368Z 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-01-24T01:13:48.2394652Z 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-01-24T01:13:48.2400394Z 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-01-24T01:13:48.2406232Z 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-01-24T01:13:48.2411312Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_init_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2417262Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_limiter_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2422501Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_optim_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2429241Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2435733Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_shard_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2441212Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2447075Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_trace_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2452609Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_traversal_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2458049Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_unshard_param_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2474722Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_wrap_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2480099Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:13:48.2485697Z copying build\lib.win-amd64-cpython-39\torch\distributed\launch.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:13:48.2492073Z creating build\bdist.win-amd64\wheel\torch\distributed\launcher 2025-01-24T01:13:48.2497186Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2025-01-24T01:13:48.2502661Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2025-01-24T01:13:48.2507760Z copying build\lib.win-amd64-cpython-39\torch\distributed\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:13:48.2513714Z creating build\bdist.win-amd64\wheel\torch\distributed\nn 2025-01-24T01:13:48.2519244Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\api 2025-01-24T01:13:48.2524222Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\remote_module.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2025-01-24T01:13:48.2530492Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2025-01-24T01:13:48.2534927Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2025-01-24T01:13:48.2540817Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit 2025-01-24T01:13:48.2545730Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\instantiator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2025-01-24T01:13:48.2552251Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit\templates 2025-01-24T01:13:48.2557873Z 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-01-24T01:13:48.2563509Z 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-01-24T01:13:48.2567792Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2025-01-24T01:13:48.2572418Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2025-01-24T01:13:48.2578290Z creating build\bdist.win-amd64\wheel\torch\distributed\optim 2025-01-24T01:13:48.2583349Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\apply_optimizer_in_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:13:48.2594296Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adadelta.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:13:48.2599865Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adagrad.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:13:48.2611947Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adam.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:13:48.2617829Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamax.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:13:48.2623390Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamw.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:13:48.2637750Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:13:48.2643219Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:13:48.2648795Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_sgd.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:13:48.2654388Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\named_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:13:48.2659845Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:13:48.2665454Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\post_localSGD_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:13:48.2671340Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:13:48.2676780Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:13:48.2683389Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:13:48.2689607Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\_deprecation_warning.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:13:48.2695382Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:13:48.2701548Z creating build\bdist.win-amd64\wheel\torch\distributed\pipelining 2025-01-24T01:13:48.2706797Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\microbatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:13:48.2717745Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\schedules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:13:48.2724372Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\stage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:13:48.2730700Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:13:48.2748132Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_debug.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:13:48.2753371Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_IR.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:13:48.2759559Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_unflatten.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:13:48.2764846Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:13:48.2770087Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:13:48.2775111Z copying build\lib.win-amd64-cpython-39\torch\distributed\remote_device.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:13:48.2780578Z copying build\lib.win-amd64-cpython-39\torch\distributed\rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:13:48.2786605Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc 2025-01-24T01:13:48.2791585Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:13:48.2803188Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:13:48.2808885Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:13:48.2814217Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\functions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:13:48.2827271Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\internal.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:13:48.2832781Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\options.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:13:48.2838092Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\rref_proxy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:13:48.2843812Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\server_process_global_profiler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:13:48.2849931Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc\_testing 2025-01-24T01:13:48.3268906Z 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-01-24T01:13:48.3275220Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc\_testing 2025-01-24T01:13:48.3280416Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:13:48.3285762Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:13:48.3291385Z copying build\lib.win-amd64-cpython-39\torch\distributed\run.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:13:48.3298181Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor 2025-01-24T01:13:48.3304058Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\debug 2025-01-24T01:13:48.3308920Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_comm_mode.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-01-24T01:13:48.3315745Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_op_coverage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-01-24T01:13:48.3321118Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_visualize_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-01-24T01:13:48.3326515Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-01-24T01:13:48.3348147Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:13:48.3354204Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\experimental 2025-01-24T01:13:48.3359339Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_attention.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-01-24T01:13:48.3365256Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_func_map.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-01-24T01:13:48.3370718Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_register_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-01-24T01:13:48.3384412Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_tp_transform.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-01-24T01:13:48.3390312Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-01-24T01:13:48.3396178Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\parallel 2025-01-24T01:13:48.3401190Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:13:48.3406555Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\ddp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:13:48.3411778Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\fsdp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:13:48.3417234Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\input_reshard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:13:48.3422354Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\loss.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:13:48.3432842Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\style.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:13:48.3445822Z 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-01-24T01:13:48.3451077Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:13:48.3456273Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:13:48.3461191Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:13:48.3474603Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:13:48.3481230Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:13:48.3486362Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:13:48.3492158Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dtensor_spec.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:13:48.3498230Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\_ops 2025-01-24T01:13:48.3503477Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:13:48.3508812Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_common_rules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:13:48.3514348Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_conv_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:13:48.3519738Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_einsum_strategy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:13:48.3530958Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:13:48.3536292Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_experimental_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:13:48.3541820Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_math_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:13:48.3547798Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_matrix_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:13:48.3553774Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_pointwise_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:13:48.3559669Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_random_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:13:48.3564958Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:13:48.3570966Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_view_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:13:48.3576996Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:13:48.3582096Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_op_schema.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:13:48.3587855Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_random.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:13:48.3593319Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_redistribute.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:13:48.3598936Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_sharding_prop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:13:48.3605352Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_shards_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:13:48.3610937Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_tp_conv.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:13:48.3616361Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:13:48.3621828Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:13:48.3627256Z copying build\lib.win-amd64-cpython-39\torch\distributed\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:13:48.3632970Z copying build\lib.win-amd64-cpython-39\torch\distributed\_checkpointable.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:13:48.3639050Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable 2025-01-24T01:13:48.3654333Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\checkpoint_activation.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-01-24T01:13:48.3660247Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\contract.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-01-24T01:13:48.3666623Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable\fsdp 2025-01-24T01:13:48.3672057Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2025-01-24T01:13:48.3677439Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2025-01-24T01:13:48.3682509Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\replicate.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-01-24T01:13:48.3696395Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-01-24T01:13:48.3707416Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:13:48.3714060Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:13:48.3721414Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives_impl.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:13:48.3728041Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard 2025-01-24T01:13:48.3733192Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:13:48.3739516Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\checkpoint 2025-01-24T01:13:48.3744749Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\checkpoint 2025-01-24T01:13:48.3750133Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\common_op_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:13:48.3755836Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:13:48.3761302Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\op_registry_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:13:48.3779218Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_optim 2025-01-24T01:13:48.3784301Z 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-01-24T01:13:48.3789922Z 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-01-24T01:13:48.3795374Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor 2025-01-24T01:13:48.3805668Z 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-01-24T01:13:48.3812236Z 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-01-24T01:13:48.3817477Z 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-01-24T01:13:48.3822459Z 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-01-24T01:13:48.3827769Z 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-01-24T01:13:48.3839623Z 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-01-24T01:13:48.3849727Z 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-01-24T01:13:48.3855788Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:13:48.3861247Z 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-01-24T01:13:48.3866606Z 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-01-24T01:13:48.3872092Z 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-01-24T01:13:48.3877329Z 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-01-24T01:13:48.3882569Z 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-01-24T01:13:48.3895460Z 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-01-24T01:13:48.3900549Z 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-01-24T01:13:48.3906200Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharder.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:13:48.3912149Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_plan 2025-01-24T01:13:48.3917323Z 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-01-24T01:13:48.3922595Z 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-01-24T01:13:48.3939474Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec 2025-01-24T01:13:48.3940411Z 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-01-24T01:13:48.3941661Z 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-01-24T01:13:48.3944975Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-01-24T01:13:48.3958160Z 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-01-24T01:13:48.3963877Z 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-01-24T01:13:48.3969513Z 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-01-24T01:13:48.3982417Z 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-01-24T01:13:48.3986703Z 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-01-24T01:13:48.3992125Z 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-01-24T01:13:48.3996949Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:13:48.4002101Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:13:48.4008300Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharded_tensor 2025-01-24T01:13:48.4015378Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharded_tensor 2025-01-24T01:13:48.4045356Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharding_spec 2025-01-24T01:13:48.4050137Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharding_spec 2025-01-24T01:13:48.4055271Z copying build\lib.win-amd64-cpython-39\torch\distributed\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:13:48.4061713Z creating build\bdist.win-amd64\wheel\torch\distributed\_symmetric_memory 2025-01-24T01:13:48.4066697Z copying build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_symmetric_memory 2025-01-24T01:13:48.4073389Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor 2025-01-24T01:13:48.4078089Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-01-24T01:13:48.4083231Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-01-24T01:13:48.4088273Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-01-24T01:13:48.4094040Z creating build\bdist.win-amd64\wheel\torch\distributed\_tools 2025-01-24T01:13:48.4098873Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\fsdp2_mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:13:48.4104929Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\ilp_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:13:48.4110549Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\memory_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:13:48.4115976Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:13:48.4238852Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mod_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:13:48.4245311Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\runtime_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:13:48.4251292Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:13:48.4257448Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_ilp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:13:48.4262943Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:13:48.4268462Z copying build\lib.win-amd64-cpython-39\torch\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:13:48.7193058Z creating build\bdist.win-amd64\wheel\torch\distributions 2025-01-24T01:13:48.7198457Z copying build\lib.win-amd64-cpython-39\torch\distributions\bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7218474Z copying build\lib.win-amd64-cpython-39\torch\distributions\beta.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7223845Z copying build\lib.win-amd64-cpython-39\torch\distributions\binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7230188Z copying build\lib.win-amd64-cpython-39\torch\distributions\categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7244880Z copying build\lib.win-amd64-cpython-39\torch\distributions\cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7250666Z copying build\lib.win-amd64-cpython-39\torch\distributions\chi2.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7256283Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraints.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7262046Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraint_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7267956Z copying build\lib.win-amd64-cpython-39\torch\distributions\continuous_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7273537Z copying build\lib.win-amd64-cpython-39\torch\distributions\dirichlet.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7279070Z copying build\lib.win-amd64-cpython-39\torch\distributions\distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7284683Z copying build\lib.win-amd64-cpython-39\torch\distributions\exponential.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7290081Z copying build\lib.win-amd64-cpython-39\torch\distributions\exp_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7295485Z copying build\lib.win-amd64-cpython-39\torch\distributions\fishersnedecor.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7300787Z copying build\lib.win-amd64-cpython-39\torch\distributions\gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7306015Z copying build\lib.win-amd64-cpython-39\torch\distributions\geometric.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7311711Z copying build\lib.win-amd64-cpython-39\torch\distributions\gumbel.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7317299Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7322692Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7328217Z copying build\lib.win-amd64-cpython-39\torch\distributions\independent.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7333583Z copying build\lib.win-amd64-cpython-39\torch\distributions\inverse_gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7339024Z copying build\lib.win-amd64-cpython-39\torch\distributions\kl.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:48.7344692Z copying build\lib.win-amd64-cpython-39\torch\distributions\kumaraswamy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0333166Z copying build\lib.win-amd64-cpython-39\torch\distributions\laplace.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0343694Z copying build\lib.win-amd64-cpython-39\torch\distributions\lkj_cholesky.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0349661Z copying build\lib.win-amd64-cpython-39\torch\distributions\logistic_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0355362Z copying build\lib.win-amd64-cpython-39\torch\distributions\log_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0360925Z copying build\lib.win-amd64-cpython-39\torch\distributions\lowrank_multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0366379Z copying build\lib.win-amd64-cpython-39\torch\distributions\mixture_same_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0371957Z copying build\lib.win-amd64-cpython-39\torch\distributions\multinomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0377451Z copying build\lib.win-amd64-cpython-39\torch\distributions\multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0382946Z copying build\lib.win-amd64-cpython-39\torch\distributions\negative_binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0396882Z copying build\lib.win-amd64-cpython-39\torch\distributions\normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0402204Z copying build\lib.win-amd64-cpython-39\torch\distributions\one_hot_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0407537Z copying build\lib.win-amd64-cpython-39\torch\distributions\pareto.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0412956Z copying build\lib.win-amd64-cpython-39\torch\distributions\poisson.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0418398Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0423735Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0429103Z copying build\lib.win-amd64-cpython-39\torch\distributions\studentT.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0434541Z copying build\lib.win-amd64-cpython-39\torch\distributions\transformed_distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0439864Z copying build\lib.win-amd64-cpython-39\torch\distributions\transforms.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0445738Z copying build\lib.win-amd64-cpython-39\torch\distributions\uniform.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0455550Z copying build\lib.win-amd64-cpython-39\torch\distributions\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0461061Z copying build\lib.win-amd64-cpython-39\torch\distributions\von_mises.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0466407Z copying build\lib.win-amd64-cpython-39\torch\distributions\weibull.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0483780Z copying build\lib.win-amd64-cpython-39\torch\distributions\wishart.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0489366Z copying build\lib.win-amd64-cpython-39\torch\distributions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:13:49.0495987Z creating build\bdist.win-amd64\wheel\torch\export 2025-01-24T01:13:49.0500808Z copying build\lib.win-amd64-cpython-39\torch\export\custom_obj.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:13:49.0506232Z copying build\lib.win-amd64-cpython-39\torch\export\decomp_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:13:49.0511805Z copying build\lib.win-amd64-cpython-39\torch\export\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:13:49.0518700Z creating build\bdist.win-amd64\wheel\torch\export\experimental 2025-01-24T01:13:49.0532392Z copying build\lib.win-amd64-cpython-39\torch\export\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\experimental 2025-01-24T01:13:49.0537825Z copying build\lib.win-amd64-cpython-39\torch\export\exported_program.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:13:49.0544414Z copying build\lib.win-amd64-cpython-39\torch\export\graph_signature.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:13:49.0551173Z creating build\bdist.win-amd64\wheel\torch\export\passes 2025-01-24T01:13:49.0556136Z copying build\lib.win-amd64-cpython-39\torch\export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\passes 2025-01-24T01:13:49.0561641Z copying build\lib.win-amd64-cpython-39\torch\export\unflatten.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:13:49.0568176Z copying build\lib.win-amd64-cpython-39\torch\export\_draft_export.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:13:49.0573980Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_auto_functionalized_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:13:49.0579555Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_effect_tokens_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:13:49.0585080Z copying build\lib.win-amd64-cpython-39\torch\export\_safeguard.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:13:49.0596243Z copying build\lib.win-amd64-cpython-39\torch\export\_swap.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:13:49.0602072Z copying build\lib.win-amd64-cpython-39\torch\export\_trace.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:13:49.0608683Z copying build\lib.win-amd64-cpython-39\torch\export\_tree_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:13:49.0614338Z copying build\lib.win-amd64-cpython-39\torch\export\_unlift.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:13:49.0619640Z copying build\lib.win-amd64-cpython-39\torch\export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:13:49.0625979Z creating build\bdist.win-amd64\wheel\torch\fft 2025-01-24T01:13:49.0630765Z copying build\lib.win-amd64-cpython-39\torch\fft\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fft 2025-01-24T01:13:49.0643970Z creating build\bdist.win-amd64\wheel\torch\func 2025-01-24T01:13:49.0648535Z copying build\lib.win-amd64-cpython-39\torch\func\__init__.py -> build\bdist.win-amd64\wheel\.\torch\func 2025-01-24T01:13:49.0653814Z copying build\lib.win-amd64-cpython-39\torch\functional.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:13:49.0660926Z creating build\bdist.win-amd64\wheel\torch\futures 2025-01-24T01:13:49.0665581Z copying build\lib.win-amd64-cpython-39\torch\futures\__init__.py -> build\bdist.win-amd64\wheel\.\torch\futures 2025-01-24T01:13:49.0671711Z creating build\bdist.win-amd64\wheel\torch\fx 2025-01-24T01:13:49.0676239Z copying build\lib.win-amd64-cpython-39\torch\fx\annotate.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:13:49.0681726Z copying build\lib.win-amd64-cpython-39\torch\fx\config.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:13:49.0687324Z creating build\bdist.win-amd64\wheel\torch\fx\experimental 2025-01-24T01:13:49.0692500Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\accelerator_partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.0703516Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\const_fold.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.0709084Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\debug.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.0725283Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\graph_gradual_typechecker.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.0731229Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\merge_matmul.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.0736758Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\meta_tracer.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.0743743Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:13:49.0749666Z 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-01-24T01:13:49.0755985Z 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-01-24T01:13:49.0762481Z 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-01-24T01:13:49.0775506Z 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-01-24T01:13:49.0780576Z 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-01-24T01:13:49.0786511Z 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-01-24T01:13:49.0791801Z 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-01-24T01:13:49.0797211Z 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-01-24T01:13:49.0801711Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\normalize.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.0807005Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\optimization.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.0813222Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\partitioner_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.0818636Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\proxy_tensor.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.0825014Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\recording.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.0831150Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\refinement_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.0836233Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.0847249Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\schema_type_annotation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.0852773Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\symbolic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.0861442Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\sym_node.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.0868201Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification 2025-01-24T01:13:49.0873476Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:13:49.0878849Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\dispatch.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:13:49.0883742Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\match.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:13:49.0889181Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\more.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:13:49.0895108Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:13:49.0911609Z 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-01-24T01:13:49.0916910Z 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-01-24T01:13:49.0922183Z 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-01-24T01:13:49.0927727Z 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-01-24T01:13:49.0932796Z 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-01-24T01:13:49.1017403Z 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-01-24T01:13:49.1028544Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\unification_tools.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:13:49.1033638Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:13:49.1038968Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\variable.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:13:49.1044163Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:13:49.1049289Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unify_refinements.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.1054650Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\validator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.1067038Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_backward_state.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.1072499Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_config.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.1102935Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_constant_symnode.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.1108504Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:13:49.1113041Z copying build\lib.win-amd64-cpython-39\torch\fx\graph.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:13:49.1119318Z copying build\lib.win-amd64-cpython-39\torch\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:13:49.1133083Z copying build\lib.win-amd64-cpython-39\torch\fx\immutable_collections.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:13:49.1138376Z copying build\lib.win-amd64-cpython-39\torch\fx\interpreter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:13:49.1144649Z copying build\lib.win-amd64-cpython-39\torch\fx\node.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:13:49.1150802Z copying build\lib.win-amd64-cpython-39\torch\fx\operator_schemas.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:13:49.1157478Z creating build\bdist.win-amd64\wheel\torch\fx\passes 2025-01-24T01:13:49.1162548Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\annotate_getitem_nodes.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:13:49.1168720Z creating build\bdist.win-amd64\wheel\torch\fx\passes\backends 2025-01-24T01:13:49.1173700Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2025-01-24T01:13:49.1179175Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2025-01-24T01:13:49.1183843Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect 2025-01-24T01:13:49.1189478Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect\common 2025-01-24T01:13:49.1194670Z 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-01-24T01:13:49.1200073Z 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-01-24T01:13:49.1204446Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect 2025-01-24T01:13:49.1208762Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\fake_tensor_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:13:49.1214142Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_drawer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:13:49.1231279Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_manipulation.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:13:49.1236532Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_transform_observer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:13:49.1242440Z creating build\bdist.win-amd64\wheel\torch\fx\passes\infra 2025-01-24T01:13:49.1247404Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-01-24T01:13:49.1253236Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-01-24T01:13:49.1258534Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-01-24T01:13:49.1263803Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-01-24T01:13:49.1275629Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\net_min_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:13:49.1289952Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\operator_support.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:13:49.1296253Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\param_fetch.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:13:49.1301790Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:13:49.1308117Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:13:49.1315143Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\runtime_assert.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:13:49.1321931Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\shape_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:13:49.1328395Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\splitter_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:13:49.1335378Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_module.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:13:49.1410872Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:13:49.1417508Z creating build\bdist.win-amd64\wheel\torch\fx\passes\tests 2025-01-24T01:13:49.1422676Z 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-01-24T01:13:49.1428161Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2025-01-24T01:13:49.1432687Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tools_common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:13:49.1438883Z creating build\bdist.win-amd64\wheel\torch\fx\passes\utils 2025-01-24T01:13:49.1451455Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-01-24T01:13:49.1461903Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\fuser_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-01-24T01:13:49.1467187Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\matcher_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-01-24T01:13:49.1473308Z 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-01-24T01:13:49.1485906Z 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-01-24T01:13:49.1491468Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-01-24T01:13:49.1496624Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\_tensorify_python_scalars.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:13:49.1502781Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:13:49.1507766Z copying build\lib.win-amd64-cpython-39\torch\fx\proxy.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:13:49.1513591Z copying build\lib.win-amd64-cpython-39\torch\fx\subgraph_rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:13:49.1518941Z copying build\lib.win-amd64-cpython-39\torch\fx\tensor_type.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:13:49.1524119Z copying build\lib.win-amd64-cpython-39\torch\fx\traceback.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:13:49.1529461Z copying build\lib.win-amd64-cpython-39\torch\fx\_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:13:49.1534911Z copying build\lib.win-amd64-cpython-39\torch\fx\_lazy_graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:13:49.1540186Z copying build\lib.win-amd64-cpython-39\torch\fx\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:13:49.1545336Z copying build\lib.win-amd64-cpython-39\torch\fx\_symbolic_trace.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:13:49.1551604Z copying build\lib.win-amd64-cpython-39\torch\fx\_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:13:49.1556806Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:13:49.1568271Z copying build\lib.win-amd64-cpython-39\torch\hub.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:13:49.1575000Z creating build\bdist.win-amd64\wheel\torch\include 2025-01-24T01:13:49.1581198Z creating build\bdist.win-amd64\wheel\torch\include\ATen 2025-01-24T01:13:49.1585939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\AccumulateType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1591423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1596279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ATen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1601664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\autocast_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1607397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1623537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1628525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\BlasBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1634036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CachedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1639307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ceil_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1644234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\code_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1649569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CollapseDims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1655063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1660710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1666992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1672836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1678698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1684617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1691216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1696766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1711585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1716769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Context.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.1724707Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core 2025-01-24T01:13:49.1729957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\alias_info.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.1740128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.1745277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.1750611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenOpList.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.1762401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_fwd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.1767586Z 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-01-24T01:13:49.1774627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_pch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.1780330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.1785441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.1792116Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing 2025-01-24T01:13:49.1798489Z 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-01-24T01:13:49.1804849Z 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-01-24T01:13:49.1811826Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing\impl 2025-01-24T01:13:49.1818361Z 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-01-24T01:13:49.1829359Z 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-01-24T01:13:49.1835574Z 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-01-24T01:13:49.1841332Z 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-01-24T01:13:49.1857231Z 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-01-24T01:13:49.1862188Z 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-01-24T01:13:49.1874889Z 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-01-24T01:13:49.1880187Z 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-01-24T01:13:49.1885531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\builtin_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.1891027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.1896680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CheckMemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.1902002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\class_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.1907628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.1913005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.1918517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.1923677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.1929013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.1934499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.1939638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.1945546Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\dispatch 2025-01-24T01:13:49.1951029Z 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-01-24T01:13:49.1956319Z 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-01-24T01:13:49.1962498Z 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-01-24T01:13:49.1967766Z 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-01-24T01:13:49.1979458Z 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-01-24T01:13:49.1984795Z 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-01-24T01:13:49.1990706Z 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-01-24T01:13:49.1995943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DistributionsHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2007276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dynamic_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2017662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_tag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2022578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2027939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2033359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2038533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2045318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function_schema.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2051531Z 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-01-24T01:13:49.2057030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2062677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2068176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\grad_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2081633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2087396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2093061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\interned_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2098763Z 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-01-24T01:13:49.2104169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2110798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2117548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2123007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\jit_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2129477Z 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-01-24T01:13:49.2135641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\LegacyTypeDispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2152544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2158467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2164118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\MT19937RNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2169498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2175300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2180883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\operator_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2187773Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\op_registration 2025-01-24T01:13:49.2193154Z 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-01-24T01:13:49.2198676Z 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-01-24T01:13:49.2204072Z 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-01-24T01:13:49.2209341Z 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-01-24T01:13:49.2227668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PhiloxRNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2233481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonFallbackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2239789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2245453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\qualified_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2263207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\QuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2269285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2274635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2279880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\rref_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2285695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2290350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2295313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2300944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\symbol.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2306136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2311933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2317716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2323692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBody.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2345519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TorchDispatchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2350902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TransformationHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2356376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2361395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_factory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2366872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2372197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2377293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UnsafeFromTH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2382765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\VariableHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2388096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2393938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Vitals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:13:49.2399049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpp_custom_type_hack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.2405427Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu 2025-01-24T01:13:49.2410752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\FlushDenormal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-01-24T01:13:49.2416161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-01-24T01:13:49.2422221Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec 2025-01-24T01:13:49.2427640Z 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-01-24T01:13:49.2433003Z 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-01-24T01:13:49.2438578Z 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-01-24T01:13:49.2444522Z 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-01-24T01:13:49.2462457Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\sve 2025-01-24T01:13:49.2467997Z 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-01-24T01:13:49.2473631Z 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-01-24T01:13:49.2479146Z 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-01-24T01:13:49.2485366Z 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-01-24T01:13:49.2499031Z 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-01-24T01:13:49.2505040Z 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-01-24T01:13:49.2511031Z 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-01-24T01:13:49.2517287Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:13:49.2522929Z 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-01-24T01:13:49.2528273Z 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-01-24T01:13:49.2534375Z 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-01-24T01:13:49.2539925Z 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-01-24T01:13:49.2556381Z 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-01-24T01:13:49.2562729Z 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-01-24T01:13:49.2568968Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:13:49.2574763Z 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-01-24T01:13:49.2580460Z 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-01-24T01:13:49.2585557Z 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-01-24T01:13:49.2591509Z 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-01-24T01:13:49.2610381Z 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-01-24T01:13:49.2616459Z 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-01-24T01:13:49.2622644Z 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-01-24T01:13:49.2628422Z 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-01-24T01:13:49.2634116Z 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-01-24T01:13:49.2640228Z 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-01-24T01:13:49.2654171Z 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-01-24T01:13:49.2659475Z 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-01-24T01:13:49.2667035Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:13:49.2673402Z 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-01-24T01:13:49.2678896Z 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-01-24T01:13:49.2684630Z 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-01-24T01:13:49.2702677Z 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-01-24T01:13:49.2708752Z 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-01-24T01:13:49.2714950Z 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-01-24T01:13:49.2721100Z 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-01-24T01:13:49.2726710Z 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-01-24T01:13:49.2732301Z 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-01-24T01:13:49.2737856Z 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-01-24T01:13:49.2743581Z 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-01-24T01:13:49.2749798Z 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-01-24T01:13:49.2755716Z 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-01-24T01:13:49.2762297Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\zarch 2025-01-24T01:13:49.2768224Z 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-01-24T01:13:49.2775906Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:13:49.2781537Z 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-01-24T01:13:49.2786950Z 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-01-24T01:13:49.2793448Z 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-01-24T01:13:49.2799348Z 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-01-24T01:13:49.2820167Z 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-01-24T01:13:49.2826490Z 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-01-24T01:13:49.2832756Z 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-01-24T01:13:49.2838598Z 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-01-24T01:13:49.2844946Z 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-01-24T01:13:49.2850364Z 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-01-24T01:13:49.2856597Z 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-01-24T01:13:49.2862537Z 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-01-24T01:13:49.2868276Z 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-01-24T01:13:49.2873529Z 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-01-24T01:13:49.2879495Z 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-01-24T01:13:49.2884938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vml.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-01-24T01:13:49.2890281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUApplyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.2895810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFixedAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3230612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3236275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3242483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3249542Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda 2025-01-24T01:13:49.3254941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3260249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\AsmUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3265899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3271348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Atomic.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3277715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3297337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3304163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3310728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub_definitions.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3317238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3323787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDABlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3329273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3335061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3340372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContextLight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3346005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADataType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3351400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3356699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3362242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3367593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraph.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3373283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3378600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3384249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3398206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3403826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3408921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3415204Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\detail 2025-01-24T01:13:49.3420722Z 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-01-24T01:13:49.3426251Z 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-01-24T01:13:49.3431626Z 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-01-24T01:13:49.3436927Z 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-01-24T01:13:49.3449122Z 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-01-24T01:13:49.3454407Z 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-01-24T01:13:49.3466030Z 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-01-24T01:13:49.3472578Z 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-01-24T01:13:49.3478178Z 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-01-24T01:13:49.3484421Z 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-01-24T01:13:49.3490736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\DeviceUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3496924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3503158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3509107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3514697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3520257Z 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-01-24T01:13:49.3533262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\NumericLimits.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3538658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PeerToPeerAccess.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3543905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxCudaState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3549076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3554298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3560279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3565826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Sleep.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3570742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ThrustAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:13:49.3576818Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\tunable 2025-01-24T01:13:49.3582285Z 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-01-24T01:13:49.3588070Z 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-01-24T01:13:49.3594104Z 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-01-24T01:13:49.3599454Z 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-01-24T01:13:49.3613371Z 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-01-24T01:13:49.3618824Z 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-01-24T01:13:49.3624462Z 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-01-24T01:13:49.3630126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3644084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3651037Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cudnn 2025-01-24T01:13:49.3656243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\cudnn-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-01-24T01:13:49.3661268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-01-24T01:13:49.3666586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-01-24T01:13:49.3671662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-01-24T01:13:49.3676551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-01-24T01:13:49.3689030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-01-24T01:13:49.3694663Z creating build\bdist.win-amd64\wheel\torch\include\ATen\detail 2025-01-24T01:13:49.3700283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:13:49.3705824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\CUDAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:13:49.3711157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\FunctionTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:13:49.3722838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HIPHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:13:49.3728115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:13:49.3733783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\IPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:13:49.3739062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MAIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:13:49.3744469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MPSHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:13:49.3750529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MTIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:13:49.3756101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:13:49.3761747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\XPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:13:49.3767029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3773160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3779528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3785839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3792159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3798378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3804835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch_v2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3811248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\div_rtn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3816468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DLConvertor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3822048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\dlpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3841506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DynamicLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3846804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3852258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3862919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3873299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3878573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalStorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3884256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalTensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3890115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.3897327Z creating build\bdist.win-amd64\wheel\torch\include\ATen\functorch 2025-01-24T01:13:49.3902735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\ADInterpreters.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:13:49.3913016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:13:49.3918318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:13:49.3931133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:13:49.3936673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchRulesHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:13:49.3943257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\DynamicLayer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:13:49.3953824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:13:49.3958983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:13:49.3964380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:13:49.3969745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:13:49.3974706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\PlumbingHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:13:49.3979936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\TensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:13:49.3985566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\VmapInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:13:49.3990951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FuncTorchTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4005115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4011198Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip 2025-01-24T01:13:49.4016856Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip\impl 2025-01-24T01:13:49.4022251Z 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-01-24T01:13:49.4027833Z 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-01-24T01:13:49.4033022Z 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-01-24T01:13:49.4046298Z 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-01-24T01:13:49.4051880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InferSize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4057490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InitialTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4062673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jiterator_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4068092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jit_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4073442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4078764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4084297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4089884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4114473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4120184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LinalgBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4125865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MapAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4131412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MatrixRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4136939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MemoryOverlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4142425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4148037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4153842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4160736Z creating build\bdist.win-amd64\wheel\torch\include\ATen\miopen 2025-01-24T01:13:49.4166605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-01-24T01:13:49.4171722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-01-24T01:13:49.4176993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-01-24T01:13:49.4182123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\miopen-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-01-24T01:13:49.4194767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-01-24T01:13:49.4228623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-01-24T01:13:49.4234570Z creating build\bdist.win-amd64\wheel\torch\include\ATen\mps 2025-01-24T01:13:49.4239825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:13:49.4245342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\IndexKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:13:49.4250851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:13:49.4256996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocatorInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:13:49.4270623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:13:49.4276057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:13:49.4281503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:13:49.4287019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:13:49.4292458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:13:49.4297755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:13:49.4303591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSStream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:13:49.4309648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4323151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.4330447Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native 2025-01-24T01:13:49.4335629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.4341156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AdaptivePooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.4346161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AmpKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.4352141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BatchLinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.4366582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.4372061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.4377458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BucketizationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.4382827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CanUse32BitIndexMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.4388258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ComplexHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.4393755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.4399165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.4404538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvolutionMM3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.4409789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.4415741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.4422464Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cpu 2025-01-24T01:13:49.4427923Z 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-01-24T01:13:49.4433646Z 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-01-24T01:13:49.4439299Z 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-01-24T01:13:49.4444375Z 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-01-24T01:13:49.4458148Z 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-01-24T01:13:49.4463406Z 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-01-24T01:13:49.4468693Z 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-01-24T01:13:49.4474481Z 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-01-24T01:13:49.4479716Z 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-01-24T01:13:49.4485048Z 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-01-24T01:13:49.4490568Z 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-01-24T01:13:49.4495944Z 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-01-24T01:13:49.4501183Z 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-01-24T01:13:49.4506495Z 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-01-24T01:13:49.4511772Z 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-01-24T01:13:49.4517147Z 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-01-24T01:13:49.4522188Z 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-01-24T01:13:49.4527584Z 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-01-24T01:13:49.4533050Z 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-01-24T01:13:49.4538289Z 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-01-24T01:13:49.4550677Z 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-01-24T01:13:49.4555880Z 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-01-24T01:13:49.4561920Z 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-01-24T01:13:49.4566999Z 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-01-24T01:13:49.4572325Z 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-01-24T01:13:49.4577704Z 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-01-24T01:13:49.4588431Z 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-01-24T01:13:49.4594422Z 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-01-24T01:13:49.4600696Z 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-01-24T01:13:49.4606335Z 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-01-24T01:13:49.4623369Z 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-01-24T01:13:49.4628806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.4634330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.4639844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.4646239Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cuda 2025-01-24T01:13:49.4651893Z 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-01-24T01:13:49.4657196Z 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-01-24T01:13:49.4662997Z 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-01-24T01:13:49.4668395Z 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-01-24T01:13:49.4681942Z 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-01-24T01:13:49.4687296Z 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-01-24T01:13:49.4692863Z 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-01-24T01:13:49.4698275Z 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-01-24T01:13:49.4704903Z 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-01-24T01:13:49.4710567Z 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-01-24T01:13:49.4716138Z 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-01-24T01:13:49.4721676Z 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-01-24T01:13:49.4727807Z 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-01-24T01:13:49.4732918Z 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-01-24T01:13:49.4738941Z 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-01-24T01:13:49.4744192Z 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-01-24T01:13:49.4749798Z 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-01-24T01:13:49.4755338Z 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-01-24T01:13:49.4770606Z 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-01-24T01:13:49.4777056Z 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-01-24T01:13:49.4783509Z 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-01-24T01:13:49.4789019Z 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-01-24T01:13:49.4794659Z 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-01-24T01:13:49.4800047Z 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-01-24T01:13:49.4805323Z 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-01-24T01:13:49.4810511Z 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-01-24T01:13:49.4816153Z 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-01-24T01:13:49.4822148Z 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-01-24T01:13:49.4835090Z 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-01-24T01:13:49.4840317Z 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-01-24T01:13:49.4847217Z 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-01-24T01:13:49.4852663Z 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-01-24T01:13:49.4857963Z 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-01-24T01:13:49.4865477Z 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-01-24T01:13:49.4870379Z 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-01-24T01:13:49.4876036Z 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-01-24T01:13:49.4881358Z 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-01-24T01:13:49.4886512Z 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-01-24T01:13:49.4892644Z 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-01-24T01:13:49.4897912Z 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-01-24T01:13:49.4918956Z 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-01-24T01:13:49.4924312Z 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-01-24T01:13:49.4929502Z 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-01-24T01:13:49.4934881Z 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-01-24T01:13:49.4940901Z 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-01-24T01:13:49.4945859Z 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-01-24T01:13:49.4973397Z 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-01-24T01:13:49.4978898Z 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-01-24T01:13:49.4984350Z 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-01-24T01:13:49.4989498Z 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-01-24T01:13:49.4995117Z 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-01-24T01:13:49.5008910Z 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-01-24T01:13:49.5014138Z 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-01-24T01:13:49.5019556Z 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-01-24T01:13:49.5025018Z 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-01-24T01:13:49.5030302Z 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-01-24T01:13:49.5035621Z 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-01-24T01:13:49.5041151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DilatedConvolutionUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5047105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DispatchStub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5069104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5074337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5080636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5086590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\EmbeddingBag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5091925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5096969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ForeachUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5102411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FractionalMaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5108311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5113535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5118664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5124003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedSGD.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5129037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5143267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5148847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSamplerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5154224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5160633Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\hip 2025-01-24T01:13:49.5166141Z 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-01-24T01:13:49.5171179Z 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-01-24T01:13:49.5176189Z 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-01-24T01:13:49.5181419Z 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-01-24T01:13:49.5187153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5193327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5199121Z 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-01-24T01:13:49.5204611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5210189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5216381Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\kleidiai 2025-01-24T01:13:49.5221926Z 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-01-24T01:13:49.5227479Z 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-01-24T01:13:49.5233057Z 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-01-24T01:13:49.5238305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5250176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5255632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5266534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebraUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5272808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LossMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5278882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Math.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5287539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitFallThroughLists.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5294162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitsFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5300581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5307041Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn 2025-01-24T01:13:49.5315440Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu 2025-01-24T01:13:49.5321727Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:13:49.5327561Z 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-01-24T01:13:49.5333582Z 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-01-24T01:13:49.5339337Z 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-01-24T01:13:49.5344582Z 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-01-24T01:13:49.5350498Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps 2025-01-24T01:13:49.5355955Z 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-01-24T01:13:49.5361709Z 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-01-24T01:13:49.5366537Z 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-01-24T01:13:49.5371770Z 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-01-24T01:13:49.5388934Z 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-01-24T01:13:49.5417187Z 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-01-24T01:13:49.5422913Z 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-01-24T01:13:49.5428597Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\nested 2025-01-24T01:13:49.5434030Z 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-01-24T01:13:49.5439026Z 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-01-24T01:13:49.5444835Z 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-01-24T01:13:49.5564208Z 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-01-24T01:13:49.5569490Z 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-01-24T01:13:49.5575428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonEmptyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5587788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonSymbolicBC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5593725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5598782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Padding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5604056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PixelShuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5609440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PointwiseOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5614688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5619961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5625878Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized 2025-01-24T01:13:49.5631699Z 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-01-24T01:13:49.5637126Z 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-01-24T01:13:49.5642655Z 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-01-24T01:13:49.5654680Z 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-01-24T01:13:49.5660460Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized\cpu 2025-01-24T01:13:49.5666039Z 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-01-24T01:13:49.5671381Z 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-01-24T01:13:49.5676848Z 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-01-24T01:13:49.5682099Z 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-01-24T01:13:49.5694319Z 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-01-24T01:13:49.5699346Z 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-01-24T01:13:49.5704776Z 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-01-24T01:13:49.5710344Z 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-01-24T01:13:49.5715772Z 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-01-24T01:13:49.5720732Z 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-01-24T01:13:49.5726008Z 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-01-24T01:13:49.5731707Z 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-01-24T01:13:49.5736984Z 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-01-24T01:13:49.5742370Z 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-01-24T01:13:49.5747433Z 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-01-24T01:13:49.5753033Z 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-01-24T01:13:49.5758501Z 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-01-24T01:13:49.5763604Z 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-01-24T01:13:49.5768610Z 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-01-24T01:13:49.5774230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5779278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceAllOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5784368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5811092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5818197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReductionType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5824602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5831145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5837464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ResizeCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5843288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5848742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ScatterGatherChecks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5854376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SegmentReduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5860049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SharedReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5871581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SobolEngineOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5872794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5877224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SortingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5890887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SparseTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5896270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SpectralOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5901756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\StridedRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5907223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5912760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5918770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorCompare.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5924321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorConversions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5929790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorDimApply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5935520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5949316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5954665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5960168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5965362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorShape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5971086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorTransformations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5976459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TopKImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.5982930Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers 2025-01-24T01:13:49.5988607Z 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-01-24T01:13:49.5994446Z 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-01-24T01:13:49.6000209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TransposeType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.6005491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TriangularOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.6011131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.6016528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.6021757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.6027020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.6032495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnfoldBackward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.6037864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UpSample.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.6044584Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\utils 2025-01-24T01:13:49.6049949Z 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-01-24T01:13:49.6055027Z 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-01-24T01:13:49.6060389Z 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-01-24T01:13:49.6065732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\verbose_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.6070987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\vol2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:13:49.6076704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.6083599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.6090212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NestedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.6096097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NumericUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.6101688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpaqueTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.6107297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Operators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.6114009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpMathType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:49.6274948Z creating build\bdist.win-amd64\wheel\torch\include\ATen\ops 2025-01-24T01:13:49.6280682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.6287104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.6293679Z 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-01-24T01:13:49.6299150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.6313336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.6319609Z 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-01-24T01:13:49.6324909Z 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-01-24T01:13:49.6330428Z 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-01-24T01:13:49.6335886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.6341265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.6346536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.6351873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.6357573Z 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-01-24T01:13:49.6363088Z 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-01-24T01:13:49.6368502Z 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-01-24T01:13:49.6373835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.6379354Z 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-01-24T01:13:49.6384797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.6390360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.6396254Z 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-01-24T01:13:49.6410822Z 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-01-24T01:13:49.6416287Z 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-01-24T01:13:49.6421571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.6426863Z 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-01-24T01:13:49.6432322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.6438198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.6443325Z 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-01-24T01:13:49.6448913Z 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-01-24T01:13:49.6454748Z 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-01-24T01:13:49.6473134Z 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-01-24T01:13:49.6478522Z 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-01-24T01:13:49.6483998Z 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-01-24T01:13:49.6489780Z 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-01-24T01:13:49.6495297Z 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-01-24T01:13:49.6501023Z 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-01-24T01:13:49.6506477Z 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-01-24T01:13:49.6512128Z 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-01-24T01:13:49.6525707Z 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-01-24T01:13:49.6531325Z 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-01-24T01:13:49.6537057Z 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-01-24T01:13:49.6542926Z 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-01-24T01:13:49.6548790Z 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-01-24T01:13:49.6554442Z 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-01-24T01:13:49.6560281Z 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-01-24T01:13:49.6565894Z 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-01-24T01:13:49.6572285Z 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-01-24T01:13:49.6578095Z 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-01-24T01:13:49.6583824Z 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-01-24T01:13:49.6604279Z 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-01-24T01:13:49.6610209Z 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-01-24T01:13:49.6615838Z 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-01-24T01:13:49.6621433Z 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-01-24T01:13:49.6627334Z 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-01-24T01:13:49.6633397Z 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-01-24T01:13:49.6639628Z 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-01-24T01:13:49.6645488Z 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-01-24T01:13:49.6651329Z 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-01-24T01:13:49.6657121Z 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-01-24T01:13:49.6663253Z 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-01-24T01:13:49.6793756Z 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-01-24T01:13:49.6800567Z 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-01-24T01:13:49.6807510Z 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-01-24T01:13:49.6813274Z 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-01-24T01:13:49.6819391Z 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-01-24T01:13:49.6825027Z 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-01-24T01:13:49.6830947Z 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-01-24T01:13:49.6869339Z 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-01-24T01:13:49.6875056Z 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-01-24T01:13:49.6880728Z 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-01-24T01:13:49.6886660Z 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-01-24T01:13:49.6892829Z 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-01-24T01:13:49.6907762Z 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-01-24T01:13:49.6913509Z 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-01-24T01:13:49.6919030Z 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-01-24T01:13:49.6924685Z 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-01-24T01:13:49.6930563Z 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-01-24T01:13:49.6936076Z 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-01-24T01:13:49.6942120Z 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-01-24T01:13:49.6947747Z 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-01-24T01:13:49.6953561Z 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-01-24T01:13:49.6959354Z 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-01-24T01:13:49.6965040Z 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-01-24T01:13:49.6970609Z 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-01-24T01:13:49.7047818Z 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-01-24T01:13:49.7053486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7058977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7064684Z 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-01-24T01:13:49.7070348Z 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-01-24T01:13:49.7076124Z 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-01-24T01:13:49.7081741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7087437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7093104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7099029Z 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-01-24T01:13:49.7104593Z 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-01-24T01:13:49.7110461Z 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-01-24T01:13:49.7472084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7477677Z 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-01-24T01:13:49.7483471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7489178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7494873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7501265Z 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-01-24T01:13:49.7506336Z 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-01-24T01:13:49.7512212Z 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-01-24T01:13:49.7518097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7529991Z 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-01-24T01:13:49.7532701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7538216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7543922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7549936Z 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-01-24T01:13:49.7555446Z 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-01-24T01:13:49.7561509Z 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-01-24T01:13:49.7566971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7572538Z 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-01-24T01:13:49.7578133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7583739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7589443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7595270Z 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-01-24T01:13:49.7610397Z 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-01-24T01:13:49.7616354Z 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-01-24T01:13:49.7622031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7627909Z 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-01-24T01:13:49.7633732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7640019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7645897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7651660Z 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-01-24T01:13:49.7657090Z 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-01-24T01:13:49.7663016Z 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-01-24T01:13:49.7668761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7674611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7680337Z 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-01-24T01:13:49.7686068Z 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-01-24T01:13:49.7691853Z 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-01-24T01:13:49.7697471Z 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-01-24T01:13:49.7702992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7710595Z 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-01-24T01:13:49.7716996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7723557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7729575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7734867Z 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-01-24T01:13:49.7741446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7747172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:49.7752911Z 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-01-24T01:13:49.7758918Z 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-01-24T01:13:49.7764917Z 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-01-24T01:13:49.7770585Z 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-01-24T01:13:49.7776409Z 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-01-24T01:13:49.7782473Z 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-01-24T01:13:50.1849267Z 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-01-24T01:13:50.1854952Z 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-01-24T01:13:50.1860663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.1866301Z 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-01-24T01:13:50.1871952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.1877955Z 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-01-24T01:13:50.1883717Z 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-01-24T01:13:50.1889455Z 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-01-24T01:13:50.1895033Z 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-01-24T01:13:50.1900836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.1906655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.1911888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.1917310Z 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-01-24T01:13:50.1923355Z 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-01-24T01:13:50.1929394Z 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-01-24T01:13:50.1935821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.1942934Z 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-01-24T01:13:50.1949657Z 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-01-24T01:13:50.1956549Z 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-01-24T01:13:50.1962959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.1968590Z 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-01-24T01:13:50.1974542Z 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-01-24T01:13:50.1980331Z 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-01-24T01:13:50.1986176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.1991950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.1997527Z 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-01-24T01:13:50.2002877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2008051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2076922Z 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-01-24T01:13:50.2082495Z 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-01-24T01:13:50.2088184Z 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-01-24T01:13:50.2093658Z 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-01-24T01:13:50.2099514Z 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-01-24T01:13:50.2105012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2110659Z 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-01-24T01:13:50.2116075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2121786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2127376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2133254Z 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-01-24T01:13:50.2139259Z 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-01-24T01:13:50.2161428Z 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-01-24T01:13:50.2166957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2172643Z 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-01-24T01:13:50.2178483Z 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-01-24T01:13:50.2184333Z 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-01-24T01:13:50.2189954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2195663Z 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-01-24T01:13:50.2201343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2207049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2212295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2217833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2223941Z 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-01-24T01:13:50.2229720Z 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-01-24T01:13:50.2235871Z 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-01-24T01:13:50.2241089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2246742Z 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-01-24T01:13:50.2252450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2258206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2264412Z 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-01-24T01:13:50.2269978Z 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-01-24T01:13:50.2276156Z 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-01-24T01:13:50.2281805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2287504Z 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-01-24T01:13:50.2293099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2298695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2304062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2309820Z 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-01-24T01:13:50.2315342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2321547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2327164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2333454Z 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-01-24T01:13:50.2340221Z 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-01-24T01:13:50.2347323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2353333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2359178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2365194Z 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-01-24T01:13:50.2371010Z 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-01-24T01:13:50.2376878Z 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-01-24T01:13:50.2382517Z 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-01-24T01:13:50.2387954Z 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-01-24T01:13:50.2401906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2407146Z 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-01-24T01:13:50.2412661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2418033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2424002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2429391Z 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-01-24T01:13:50.2434980Z 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-01-24T01:13:50.2440625Z 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-01-24T01:13:50.2446203Z 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-01-24T01:13:50.2451700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2457252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2462903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2468493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2475158Z 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-01-24T01:13:50.2488358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2493984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2499625Z 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-01-24T01:13:50.2505313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2510993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2516641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2522378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2528386Z 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-01-24T01:13:50.2533701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2539188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2545054Z 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-01-24T01:13:50.2550725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2556514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2562313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2567734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2573367Z 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-01-24T01:13:50.2578922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2584479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2590476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2596120Z 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-01-24T01:13:50.2601738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2607499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2613445Z 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-01-24T01:13:50.2618965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2624502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2630295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2637324Z 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-01-24T01:13:50.2642656Z 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-01-24T01:13:50.2648742Z 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-01-24T01:13:50.2654036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2659660Z 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-01-24T01:13:50.2665064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2670866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2676173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2681830Z 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-01-24T01:13:50.2687297Z 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-01-24T01:13:50.2693821Z 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-01-24T01:13:50.2698722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2704108Z 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-01-24T01:13:50.2709660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2715409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2721014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2726399Z 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-01-24T01:13:50.2731944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2737903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2743312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2748502Z 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-01-24T01:13:50.2754123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2759796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2765095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2771371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2777097Z 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-01-24T01:13:50.2782816Z 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-01-24T01:13:50.2788706Z 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-01-24T01:13:50.2794204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2799573Z 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-01-24T01:13:50.2805068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2810510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2816456Z 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-01-24T01:13:50.2821772Z 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-01-24T01:13:50.2827501Z 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-01-24T01:13:50.2833337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2838631Z 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-01-24T01:13:50.2844019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2849439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2855079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2860819Z 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-01-24T01:13:50.2866239Z 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-01-24T01:13:50.2872472Z 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-01-24T01:13:50.2878456Z 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-01-24T01:13:50.2883842Z 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-01-24T01:13:50.2903551Z 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-01-24T01:13:50.2910568Z 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-01-24T01:13:50.2917491Z 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-01-24T01:13:50.2924134Z 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-01-24T01:13:50.2931087Z 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-01-24T01:13:50.2937053Z 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-01-24T01:13:50.2942649Z 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-01-24T01:13:50.2949004Z 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-01-24T01:13:50.2955025Z 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-01-24T01:13:50.2961116Z 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-01-24T01:13:50.2966628Z 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-01-24T01:13:50.2972269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2977545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.2983442Z 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-01-24T01:13:50.2989091Z 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-01-24T01:13:50.2994802Z 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-01-24T01:13:50.3001357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3007168Z 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-01-24T01:13:50.3012628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3018411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3023952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3029483Z 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-01-24T01:13:50.3082489Z 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-01-24T01:13:50.3088324Z 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-01-24T01:13:50.3094065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3099856Z 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-01-24T01:13:50.3105538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3111161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3117190Z 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-01-24T01:13:50.3122507Z 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-01-24T01:13:50.3128421Z 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-01-24T01:13:50.3134146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3139883Z 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-01-24T01:13:50.3145564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3151399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3156727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3162400Z 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-01-24T01:13:50.3168102Z 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-01-24T01:13:50.3173449Z 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-01-24T01:13:50.3203366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3208991Z 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-01-24T01:13:50.3214708Z 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-01-24T01:13:50.3220152Z 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-01-24T01:13:50.3225985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3232259Z 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-01-24T01:13:50.3237888Z 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-01-24T01:13:50.3243459Z 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-01-24T01:13:50.3249250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3255840Z 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-01-24T01:13:50.3262234Z 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-01-24T01:13:50.3267700Z 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-01-24T01:13:50.3273443Z 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-01-24T01:13:50.3279097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3285442Z 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-01-24T01:13:50.3291772Z 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-01-24T01:13:50.3297375Z 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-01-24T01:13:50.3303291Z 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-01-24T01:13:50.3309213Z 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-01-24T01:13:50.3315363Z 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-01-24T01:13:50.3321085Z 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-01-24T01:13:50.3327072Z 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-01-24T01:13:50.3333274Z 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-01-24T01:13:50.3339496Z 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-01-24T01:13:50.3345898Z 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-01-24T01:13:50.3352382Z 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-01-24T01:13:50.3358235Z 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-01-24T01:13:50.3364243Z 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-01-24T01:13:50.3370092Z 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-01-24T01:13:50.3375711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3381534Z 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-01-24T01:13:50.3387535Z 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-01-24T01:13:50.3393782Z 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-01-24T01:13:50.3399265Z 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-01-24T01:13:50.3405318Z 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-01-24T01:13:50.3411194Z 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-01-24T01:13:50.3416856Z 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-01-24T01:13:50.3433949Z 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-01-24T01:13:50.3440239Z 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-01-24T01:13:50.3445668Z 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-01-24T01:13:50.3451508Z 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-01-24T01:13:50.3457194Z 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-01-24T01:13:50.3462863Z 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-01-24T01:13:50.3468636Z 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-01-24T01:13:50.3475085Z 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-01-24T01:13:50.3480429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3486337Z 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-01-24T01:13:50.3492075Z 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-01-24T01:13:50.3497590Z 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-01-24T01:13:50.3503201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3508984Z 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-01-24T01:13:50.3514546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3520513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3525542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3531251Z 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-01-24T01:13:50.3536895Z 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-01-24T01:13:50.3542732Z 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-01-24T01:13:50.3548212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3553704Z 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-01-24T01:13:50.3559682Z 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-01-24T01:13:50.3565394Z 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-01-24T01:13:50.3570809Z 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-01-24T01:13:50.3577103Z 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-01-24T01:13:50.3582819Z 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-01-24T01:13:50.3589087Z 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-01-24T01:13:50.3594953Z 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-01-24T01:13:50.3600658Z 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-01-24T01:13:50.3606339Z 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-01-24T01:13:50.3612054Z 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-01-24T01:13:50.3618154Z 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-01-24T01:13:50.3623813Z 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-01-24T01:13:50.3629601Z 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-01-24T01:13:50.3635677Z 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-01-24T01:13:50.3641613Z 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-01-24T01:13:50.3647147Z 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-01-24T01:13:50.3653124Z 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-01-24T01:13:50.3658826Z 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-01-24T01:13:50.3664406Z 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-01-24T01:13:50.3670415Z 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-01-24T01:13:50.3676430Z 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-01-24T01:13:50.3682466Z 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-01-24T01:13:50.3688570Z 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-01-24T01:13:50.3694255Z 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-01-24T01:13:50.3700334Z 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-01-24T01:13:50.3706755Z 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-01-24T01:13:50.3712571Z 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-01-24T01:13:50.3718380Z 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-01-24T01:13:50.3724289Z 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-01-24T01:13:50.3729902Z 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-01-24T01:13:50.3735604Z 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-01-24T01:13:50.3741272Z 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-01-24T01:13:50.3747080Z 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-01-24T01:13:50.3753187Z 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-01-24T01:13:50.3759049Z 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-01-24T01:13:50.3765477Z 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-01-24T01:13:50.3771166Z 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-01-24T01:13:50.3777497Z 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-01-24T01:13:50.3783083Z 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-01-24T01:13:50.3789087Z 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-01-24T01:13:50.3795021Z 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-01-24T01:13:50.3800877Z 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-01-24T01:13:50.3806605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3812883Z 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-01-24T01:13:50.3818724Z 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-01-24T01:13:50.3824655Z 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-01-24T01:13:50.3830704Z 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-01-24T01:13:50.3850037Z 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-01-24T01:13:50.3855818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3862031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3868525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3874857Z 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-01-24T01:13:50.3880433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3885994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3891552Z 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-01-24T01:13:50.3897201Z 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-01-24T01:13:50.3903086Z 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-01-24T01:13:50.3908897Z 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-01-24T01:13:50.3914882Z 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-01-24T01:13:50.3920733Z 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-01-24T01:13:50.3926610Z 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-01-24T01:13:50.3932504Z 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-01-24T01:13:50.3938101Z 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-01-24T01:13:50.3943952Z 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-01-24T01:13:50.3949874Z 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-01-24T01:13:50.3956166Z 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-01-24T01:13:50.3961922Z 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-01-24T01:13:50.3968259Z 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-01-24T01:13:50.3973153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.3978808Z 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-01-24T01:13:50.3984753Z 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-01-24T01:13:50.3990479Z 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-01-24T01:13:50.3995796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4001369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4006871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4012609Z 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-01-24T01:13:50.4018091Z 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-01-24T01:13:50.4023565Z 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-01-24T01:13:50.4029297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4035043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4040391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4046356Z 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-01-24T01:13:50.4052070Z 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-01-24T01:13:50.4057594Z 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-01-24T01:13:50.4063123Z 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-01-24T01:13:50.4068747Z 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-01-24T01:13:50.4074398Z 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-01-24T01:13:50.4079965Z 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-01-24T01:13:50.4085574Z 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-01-24T01:13:50.4091212Z 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-01-24T01:13:50.4097566Z 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-01-24T01:13:50.4104628Z 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-01-24T01:13:50.4110106Z 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-01-24T01:13:50.4116194Z 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-01-24T01:13:50.4121726Z 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-01-24T01:13:50.4127363Z 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-01-24T01:13:50.4133122Z 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-01-24T01:13:50.4139191Z 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-01-24T01:13:50.4144812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4151515Z 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-01-24T01:13:50.4156755Z 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-01-24T01:13:50.4162697Z 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-01-24T01:13:50.4168014Z 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-01-24T01:13:50.4174009Z 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-01-24T01:13:50.4179494Z 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-01-24T01:13:50.4185395Z 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-01-24T01:13:50.4191132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4197071Z 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-01-24T01:13:50.4202824Z 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-01-24T01:13:50.4208631Z 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-01-24T01:13:50.4214184Z 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-01-24T01:13:50.4219978Z 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-01-24T01:13:50.4225705Z 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-01-24T01:13:50.4231703Z 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-01-24T01:13:50.4237834Z 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-01-24T01:13:50.4243458Z 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-01-24T01:13:50.4249587Z 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-01-24T01:13:50.4255422Z 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-01-24T01:13:50.4261499Z 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-01-24T01:13:50.4267353Z 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-01-24T01:13:50.4273317Z 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-01-24T01:13:50.4279248Z 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-01-24T01:13:50.4285110Z 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-01-24T01:13:50.4291009Z 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-01-24T01:13:50.4297236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4303215Z 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-01-24T01:13:50.4309347Z 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-01-24T01:13:50.4315425Z 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-01-24T01:13:50.4321180Z 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-01-24T01:13:50.4327106Z 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-01-24T01:13:50.4333138Z 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-01-24T01:13:50.4339691Z 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-01-24T01:13:50.4367356Z 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-01-24T01:13:50.4373101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4379028Z 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-01-24T01:13:50.4384675Z 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-01-24T01:13:50.4390744Z 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-01-24T01:13:50.4396572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4402558Z 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-01-24T01:13:50.4408034Z 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-01-24T01:13:50.4413458Z 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-01-24T01:13:50.4419450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4425180Z 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-01-24T01:13:50.4430606Z 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-01-24T01:13:50.4436440Z 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-01-24T01:13:50.4442122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4447392Z 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-01-24T01:13:50.4452926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4458366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4463639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4469495Z 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-01-24T01:13:50.4475135Z 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-01-24T01:13:50.4480646Z 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-01-24T01:13:50.4486101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4492026Z 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-01-24T01:13:50.4497735Z 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-01-24T01:13:50.4503218Z 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-01-24T01:13:50.4508711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4514432Z 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-01-24T01:13:50.4520652Z 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-01-24T01:13:50.4525935Z 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-01-24T01:13:50.4531397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4537018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4542713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4570368Z 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-01-24T01:13:50.4575551Z 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-01-24T01:13:50.4580814Z 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-01-24T01:13:50.4586516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4592432Z 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-01-24T01:13:50.4598012Z 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-01-24T01:13:50.4603130Z 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-01-24T01:13:50.4608676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4614759Z 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-01-24T01:13:50.4619904Z 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-01-24T01:13:50.4625692Z 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-01-24T01:13:50.4631274Z 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-01-24T01:13:50.4636802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4642735Z 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-01-24T01:13:50.4648238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4653779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4659139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4665096Z 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-01-24T01:13:50.4670851Z 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-01-24T01:13:50.4676632Z 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-01-24T01:13:50.4682230Z 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-01-24T01:13:50.4708671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4714465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4720182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.4725680Z 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-01-24T01:13:50.4731519Z 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-01-24T01:13:50.4738060Z 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-01-24T01:13:50.4743675Z 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-01-24T01:13:50.4749367Z 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-01-24T01:13:50.4754965Z 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-01-24T01:13:50.4760860Z 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-01-24T01:13:50.4766716Z 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-01-24T01:13:50.4772948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5553504Z 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-01-24T01:13:50.5559126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5564552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5570029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5576066Z 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-01-24T01:13:50.5581507Z 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-01-24T01:13:50.5587304Z 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-01-24T01:13:50.5593053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5598557Z 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-01-24T01:13:50.5603879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5609545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5614693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5620316Z 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-01-24T01:13:50.5625655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5631317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5636688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5642660Z 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-01-24T01:13:50.5648186Z 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-01-24T01:13:50.5653529Z 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-01-24T01:13:50.5659562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5664989Z 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-01-24T01:13:50.5674872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5680702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5686341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5692180Z 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-01-24T01:13:50.5697883Z 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-01-24T01:13:50.5703814Z 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-01-24T01:13:50.5709534Z 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-01-24T01:13:50.5715126Z 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-01-24T01:13:50.5721004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5726669Z 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-01-24T01:13:50.5732417Z 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-01-24T01:13:50.5737954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5743717Z 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-01-24T01:13:50.5749846Z 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-01-24T01:13:50.5755630Z 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-01-24T01:13:50.5761240Z 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-01-24T01:13:50.5767229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5772880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5778780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5784870Z 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-01-24T01:13:50.5790656Z 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-01-24T01:13:50.5796456Z 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-01-24T01:13:50.5803322Z 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-01-24T01:13:50.5809040Z 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-01-24T01:13:50.5814643Z 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-01-24T01:13:50.5820672Z 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-01-24T01:13:50.5826355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5831900Z 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-01-24T01:13:50.5837569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5843568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5849329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5856485Z 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-01-24T01:13:50.5862636Z 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-01-24T01:13:50.5868533Z 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-01-24T01:13:50.5874277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5880784Z 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-01-24T01:13:50.5886855Z 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-01-24T01:13:50.5892480Z 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-01-24T01:13:50.5898062Z 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-01-24T01:13:50.5903690Z 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-01-24T01:13:50.5909397Z 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-01-24T01:13:50.5914994Z 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-01-24T01:13:50.5920489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5925988Z 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-01-24T01:13:50.5931900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5937780Z 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-01-24T01:13:50.5943485Z 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-01-24T01:13:50.5949007Z 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-01-24T01:13:50.5954438Z 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-01-24T01:13:50.5960099Z 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-01-24T01:13:50.5965705Z 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-01-24T01:13:50.5971421Z 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-01-24T01:13:50.5976940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5982943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5988453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.5994118Z 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-01-24T01:13:50.5999642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6005290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6011688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6017425Z 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-01-24T01:13:50.6023402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6028737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6034251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6039616Z 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-01-24T01:13:50.6045226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6050520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6056027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6061766Z 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-01-24T01:13:50.6067753Z 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-01-24T01:13:50.6073210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6079012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6084342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6090066Z 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-01-24T01:13:50.6095512Z 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-01-24T01:13:50.6101208Z 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-01-24T01:13:50.6107080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6112947Z 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-01-24T01:13:50.6119001Z 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-01-24T01:13:50.6125369Z 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-01-24T01:13:50.6131319Z 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-01-24T01:13:50.6136826Z 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-01-24T01:13:50.6142869Z 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-01-24T01:13:50.6148779Z 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-01-24T01:13:50.6154437Z 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-01-24T01:13:50.6160104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6166422Z 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-01-24T01:13:50.6172253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6177943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6183501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6189468Z 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-01-24T01:13:50.6195232Z 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-01-24T01:13:50.6200875Z 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-01-24T01:13:50.6206414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6212291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6217982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6223475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6229548Z 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-01-24T01:13:50.6235820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6241579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6257578Z 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-01-24T01:13:50.6258830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6259941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6264640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6270174Z 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-01-24T01:13:50.6275957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6281544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6286958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6292939Z 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-01-24T01:13:50.6298940Z 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-01-24T01:13:50.6304820Z 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-01-24T01:13:50.6310759Z 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-01-24T01:13:50.6316575Z 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-01-24T01:13:50.6322343Z 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-01-24T01:13:50.6328247Z 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-01-24T01:13:50.6334139Z 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-01-24T01:13:50.6339799Z 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-01-24T01:13:50.6345561Z 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-01-24T01:13:50.6351915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6375246Z 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-01-24T01:13:50.6380799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6387676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6393683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6399608Z 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-01-24T01:13:50.6405073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6410715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6416617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6422088Z 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-01-24T01:13:50.6427596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6433436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6438936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6444708Z 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-01-24T01:13:50.6450175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6455698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6461512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6467746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6473771Z 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-01-24T01:13:50.6479388Z 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-01-24T01:13:50.6485868Z 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-01-24T01:13:50.6491487Z 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-01-24T01:13:50.6497415Z 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-01-24T01:13:50.6504301Z 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-01-24T01:13:50.6510345Z 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-01-24T01:13:50.6516037Z 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-01-24T01:13:50.6521884Z 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-01-24T01:13:50.6527528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6533609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6539168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6545167Z 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-01-24T01:13:50.6551055Z 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-01-24T01:13:50.6556599Z 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-01-24T01:13:50.6562097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6568024Z 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-01-24T01:13:50.6573808Z 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-01-24T01:13:50.6579492Z 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-01-24T01:13:50.6585256Z 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-01-24T01:13:50.6591006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6596365Z 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-01-24T01:13:50.6602485Z 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-01-24T01:13:50.6608218Z 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-01-24T01:13:50.6614009Z 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-01-24T01:13:50.6619821Z 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-01-24T01:13:50.6625460Z 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-01-24T01:13:50.6631025Z 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-01-24T01:13:50.6636775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6643146Z 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-01-24T01:13:50.6649365Z 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-01-24T01:13:50.6655021Z 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-01-24T01:13:50.6660679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6666814Z 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-01-24T01:13:50.6672408Z 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-01-24T01:13:50.6678016Z 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-01-24T01:13:50.6683619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6689937Z 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-01-24T01:13:50.6695719Z 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-01-24T01:13:50.6701221Z 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-01-24T01:13:50.6706996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6712516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6718294Z 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-01-24T01:13:50.6723814Z 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-01-24T01:13:50.6729563Z 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-01-24T01:13:50.6735273Z 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-01-24T01:13:50.6740881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6746460Z 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-01-24T01:13:50.6752173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6757756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6763968Z 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-01-24T01:13:50.6769700Z 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-01-24T01:13:50.6775125Z 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-01-24T01:13:50.6781205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6786775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6792201Z 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-01-24T01:13:50.6798042Z 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-01-24T01:13:50.6803784Z 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-01-24T01:13:50.6810221Z 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-01-24T01:13:50.6816056Z 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-01-24T01:13:50.6821675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6827197Z 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-01-24T01:13:50.6832902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6838492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6844232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6849749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6856029Z 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-01-24T01:13:50.6862309Z 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-01-24T01:13:50.6869464Z 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-01-24T01:13:50.6876131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6882487Z 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-01-24T01:13:50.6888160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6893651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6944951Z 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-01-24T01:13:50.6951122Z 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-01-24T01:13:50.6956672Z 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-01-24T01:13:50.6962342Z 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-01-24T01:13:50.6968287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.6974449Z 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-01-24T01:13:50.6980569Z 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-01-24T01:13:50.6986094Z 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-01-24T01:13:50.6992198Z 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-01-24T01:13:50.6997803Z 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-01-24T01:13:50.7003367Z 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-01-24T01:13:50.7009499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7014923Z 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-01-24T01:13:50.7020504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7026271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7031913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7038384Z 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-01-24T01:13:50.7043541Z 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-01-24T01:13:50.7049517Z 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-01-24T01:13:50.7054965Z 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-01-24T01:13:50.7060487Z 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-01-24T01:13:50.7066321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7072221Z 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-01-24T01:13:50.7077971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7083336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7088730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7118096Z 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-01-24T01:13:50.7123576Z 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-01-24T01:13:50.7129393Z 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-01-24T01:13:50.7135139Z 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-01-24T01:13:50.7140984Z 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-01-24T01:13:50.7146596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7152119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7157825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7163674Z 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-01-24T01:13:50.7169280Z 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-01-24T01:13:50.7175834Z 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-01-24T01:13:50.7181704Z 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-01-24T01:13:50.7187435Z 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-01-24T01:13:50.7193322Z 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-01-24T01:13:50.7199214Z 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-01-24T01:13:50.7204724Z 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-01-24T01:13:50.7210746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7216511Z 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-01-24T01:13:50.7222220Z 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-01-24T01:13:50.7228452Z 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-01-24T01:13:50.7234612Z 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-01-24T01:13:50.7268025Z 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-01-24T01:13:50.7274206Z 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-01-24T01:13:50.7280660Z 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-01-24T01:13:50.7286386Z 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-01-24T01:13:50.7292304Z 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-01-24T01:13:50.7298552Z 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-01-24T01:13:50.7304656Z 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-01-24T01:13:50.7311227Z 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-01-24T01:13:50.7316865Z 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-01-24T01:13:50.7322612Z 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-01-24T01:13:50.7328691Z 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-01-24T01:13:50.7335173Z 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-01-24T01:13:50.7340907Z 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-01-24T01:13:50.7355215Z 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-01-24T01:13:50.7361723Z 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-01-24T01:13:50.7368708Z 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-01-24T01:13:50.7374571Z 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-01-24T01:13:50.7380613Z 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-01-24T01:13:50.7387018Z 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-01-24T01:13:50.7392996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7399003Z 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-01-24T01:13:50.7405310Z 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-01-24T01:13:50.7411176Z 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-01-24T01:13:50.7417154Z 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-01-24T01:13:50.7422930Z 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-01-24T01:13:50.7428944Z 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-01-24T01:13:50.7434702Z 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-01-24T01:13:50.7440356Z 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-01-24T01:13:50.7446033Z 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-01-24T01:13:50.7474505Z 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-01-24T01:13:50.7480543Z 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-01-24T01:13:50.7486490Z 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-01-24T01:13:50.7492489Z 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-01-24T01:13:50.7498342Z 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-01-24T01:13:50.7504240Z 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-01-24T01:13:50.7510214Z 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-01-24T01:13:50.7516563Z 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-01-24T01:13:50.7522802Z 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-01-24T01:13:50.7528385Z 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-01-24T01:13:50.7534077Z 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-01-24T01:13:50.7540621Z 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-01-24T01:13:50.7546397Z 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-01-24T01:13:50.7552460Z 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-01-24T01:13:50.7558477Z 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-01-24T01:13:50.7564448Z 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-01-24T01:13:50.7570179Z 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-01-24T01:13:50.7575803Z 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-01-24T01:13:50.7581541Z 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-01-24T01:13:50.7587421Z 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-01-24T01:13:50.7593540Z 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-01-24T01:13:50.7599160Z 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-01-24T01:13:50.7604781Z 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-01-24T01:13:50.7610452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7615966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7622940Z 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-01-24T01:13:50.7629229Z 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-01-24T01:13:50.7634959Z 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-01-24T01:13:50.7640681Z 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-01-24T01:13:50.7646589Z 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-01-24T01:13:50.7652575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7658209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7664134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7670051Z 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-01-24T01:13:50.7675980Z 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-01-24T01:13:50.7681594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7687184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7692979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7698505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7710150Z 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-01-24T01:13:50.7716112Z 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-01-24T01:13:50.7721559Z 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-01-24T01:13:50.7727732Z 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-01-24T01:13:50.7733746Z 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-01-24T01:13:50.7739456Z 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-01-24T01:13:50.7745596Z 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-01-24T01:13:50.7751500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7757321Z 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-01-24T01:13:50.7763038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7768857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7774830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7780777Z 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-01-24T01:13:50.7786493Z 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-01-24T01:13:50.7792527Z 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-01-24T01:13:50.7798465Z 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-01-24T01:13:50.7804204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7810060Z 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-01-24T01:13:50.7815953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7821651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7828163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7834397Z 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-01-24T01:13:50.7840486Z 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-01-24T01:13:50.7846404Z 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-01-24T01:13:50.7852554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7858671Z 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-01-24T01:13:50.7864875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7870541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7876124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7882077Z 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-01-24T01:13:50.7887874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7893308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7899072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7904814Z 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-01-24T01:13:50.7910735Z 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-01-24T01:13:50.7916196Z 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-01-24T01:13:50.7921637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7927580Z 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-01-24T01:13:50.7933256Z 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-01-24T01:13:50.7939080Z 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-01-24T01:13:50.7944704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7950561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7956361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7961405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7966941Z 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-01-24T01:13:50.7972633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.7978583Z 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-01-24T01:13:50.7984139Z 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-01-24T01:13:50.7989783Z 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-01-24T01:13:50.7995106Z 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-01-24T01:13:50.8000855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8006363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8012399Z 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-01-24T01:13:50.8017653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8022660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8027759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8033272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8038786Z 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-01-24T01:13:50.8044169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8049699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8055234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8060607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8066594Z 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-01-24T01:13:50.8072221Z 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-01-24T01:13:50.8078163Z 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-01-24T01:13:50.8083969Z 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-01-24T01:13:50.8089931Z 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-01-24T01:13:50.8095421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8107007Z 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-01-24T01:13:50.8113091Z 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-01-24T01:13:50.8118940Z 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-01-24T01:13:50.8125574Z 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-01-24T01:13:50.8131237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8136854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8142680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8149123Z 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-01-24T01:13:50.8155969Z 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-01-24T01:13:50.8161664Z 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-01-24T01:13:50.8167543Z 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-01-24T01:13:50.8179384Z 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-01-24T01:13:50.8185096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8191456Z 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-01-24T01:13:50.8197437Z 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-01-24T01:13:50.8203757Z 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-01-24T01:13:50.8209440Z 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-01-24T01:13:50.8215354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8220967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8226396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8232227Z 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-01-24T01:13:50.8237800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8243483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8248870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8254684Z 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-01-24T01:13:50.8260453Z 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-01-24T01:13:50.8266275Z 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-01-24T01:13:50.8272133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8277663Z 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-01-24T01:13:50.8283337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8289086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8294925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8300593Z 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-01-24T01:13:50.8306399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8312130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8317823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8322999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8328675Z 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-01-24T01:13:50.8334530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8340279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8346313Z 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-01-24T01:13:50.8352286Z 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-01-24T01:13:50.8358331Z 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-01-24T01:13:50.8364429Z 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-01-24T01:13:50.8370477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8376193Z 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-01-24T01:13:50.8381860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8387658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8393362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8399308Z 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-01-24T01:13:50.8404745Z 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-01-24T01:13:50.8410731Z 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-01-24T01:13:50.8416016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8421465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8426897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8432783Z 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-01-24T01:13:50.8438133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8443531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8449023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8454904Z 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-01-24T01:13:50.8460367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8465865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8471398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8476975Z 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-01-24T01:13:50.8482688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8487860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8493542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8499020Z 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-01-24T01:13:50.8504727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8510280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8515902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8521187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8527381Z 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-01-24T01:13:50.8533124Z 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-01-24T01:13:50.8538622Z 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-01-24T01:13:50.8544285Z 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-01-24T01:13:50.8550085Z 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-01-24T01:13:50.8555747Z 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-01-24T01:13:50.8561323Z 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-01-24T01:13:50.8567602Z 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-01-24T01:13:50.8573129Z 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-01-24T01:13:50.8578661Z 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-01-24T01:13:50.8584302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8589486Z 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-01-24T01:13:50.8595131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8600685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8605961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8611986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8617885Z 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-01-24T01:13:50.8623476Z 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-01-24T01:13:50.8629217Z 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-01-24T01:13:50.8634768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.8640628Z 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-01-24T01:13:50.8646213Z 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-01-24T01:13:50.8652072Z 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-01-24T01:13:50.8657976Z 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-01-24T01:13:50.8663912Z 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-01-24T01:13:50.8670035Z 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-01-24T01:13:50.8675690Z 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-01-24T01:13:50.9330003Z 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-01-24T01:13:50.9336978Z 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-01-24T01:13:50.9342531Z 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-01-24T01:13:50.9348495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9354535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9360303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9366364Z 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-01-24T01:13:50.9372452Z 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-01-24T01:13:50.9378213Z 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-01-24T01:13:50.9383956Z 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-01-24T01:13:50.9389712Z 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-01-24T01:13:50.9395572Z 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-01-24T01:13:50.9401449Z 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-01-24T01:13:50.9407427Z 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-01-24T01:13:50.9413196Z 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-01-24T01:13:50.9419137Z 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-01-24T01:13:50.9425108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9430821Z 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-01-24T01:13:50.9436441Z 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-01-24T01:13:50.9442214Z 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-01-24T01:13:50.9448247Z 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-01-24T01:13:50.9454140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9460912Z 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-01-24T01:13:50.9467558Z 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-01-24T01:13:50.9474353Z 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-01-24T01:13:50.9480139Z 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-01-24T01:13:50.9485789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9492535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9499878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9505966Z 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-01-24T01:13:50.9511954Z 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-01-24T01:13:50.9517816Z 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-01-24T01:13:50.9523489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9529667Z 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-01-24T01:13:50.9535838Z 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-01-24T01:13:50.9541485Z 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-01-24T01:13:50.9547074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9553364Z 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-01-24T01:13:50.9558912Z 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-01-24T01:13:50.9565287Z 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-01-24T01:13:50.9571031Z 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-01-24T01:13:50.9576980Z 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-01-24T01:13:50.9582897Z 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-01-24T01:13:50.9588443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9593823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9599065Z 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-01-24T01:13:50.9605043Z 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-01-24T01:13:50.9610485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9616129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9622072Z 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-01-24T01:13:50.9627906Z 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-01-24T01:13:50.9633497Z 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-01-24T01:13:50.9639106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9644437Z 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-01-24T01:13:50.9650043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9655439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9660672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9666264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9672100Z 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-01-24T01:13:50.9702438Z 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-01-24T01:13:50.9784910Z 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-01-24T01:13:50.9790578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9795915Z 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-01-24T01:13:50.9801540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9807418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9812547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9824441Z 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-01-24T01:13:50.9825706Z 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-01-24T01:13:50.9831620Z 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-01-24T01:13:50.9837125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9842881Z 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-01-24T01:13:50.9848485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9854252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9860280Z 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-01-24T01:13:50.9865953Z 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-01-24T01:13:50.9871582Z 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-01-24T01:13:50.9877031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9882216Z 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-01-24T01:13:50.9887756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9893777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9898870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9904150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9910074Z 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-01-24T01:13:50.9915816Z 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-01-24T01:13:50.9921232Z 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-01-24T01:13:50.9926748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9931946Z 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-01-24T01:13:50.9937467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9943173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9948417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9954013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9959748Z 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-01-24T01:13:50.9965227Z 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-01-24T01:13:50.9970516Z 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-01-24T01:13:50.9976380Z 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-01-24T01:13:50.9982165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:50.9988084Z 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-01-24T01:13:50.9994050Z 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-01-24T01:13:50.9999647Z 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-01-24T01:13:51.0005585Z 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-01-24T01:13:51.0011190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0016483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0022219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0028102Z 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-01-24T01:13:51.0033752Z 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-01-24T01:13:51.0039333Z 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-01-24T01:13:51.0045099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0050479Z 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-01-24T01:13:51.0055958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0062060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0067300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0073215Z 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-01-24T01:13:51.0079082Z 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-01-24T01:13:51.0084708Z 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-01-24T01:13:51.0090316Z 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-01-24T01:13:51.0096018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0101517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0107483Z 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-01-24T01:13:51.0113290Z 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-01-24T01:13:51.0118794Z 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-01-24T01:13:51.0124749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0129934Z 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-01-24T01:13:51.0135475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0141150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0146324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0152084Z 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-01-24T01:13:51.0157529Z 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-01-24T01:13:51.0163742Z 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-01-24T01:13:51.0169176Z 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-01-24T01:13:51.0174693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0180437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0186591Z 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-01-24T01:13:51.0192600Z 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-01-24T01:13:51.0198703Z 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-01-24T01:13:51.0205093Z 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-01-24T01:13:51.0211227Z 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-01-24T01:13:51.0230305Z 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-01-24T01:13:51.0236727Z 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-01-24T01:13:51.0242987Z 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-01-24T01:13:51.0249144Z 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-01-24T01:13:51.0255426Z 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-01-24T01:13:51.0261342Z 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-01-24T01:13:51.0267305Z 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-01-24T01:13:51.0273524Z 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-01-24T01:13:51.0279606Z 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-01-24T01:13:51.0285532Z 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-01-24T01:13:51.0291407Z 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-01-24T01:13:51.0297532Z 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-01-24T01:13:51.0304305Z 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-01-24T01:13:51.0310415Z 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-01-24T01:13:51.0316485Z 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-01-24T01:13:51.0322863Z 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-01-24T01:13:51.0329080Z 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-01-24T01:13:51.0335221Z 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-01-24T01:13:51.0341163Z 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-01-24T01:13:51.0347441Z 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-01-24T01:13:51.0354172Z 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-01-24T01:13:51.0360024Z 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-01-24T01:13:51.0366141Z 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-01-24T01:13:51.0373057Z 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-01-24T01:13:51.0380116Z 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-01-24T01:13:51.0386220Z 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-01-24T01:13:51.0392729Z 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-01-24T01:13:51.0398768Z 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-01-24T01:13:51.0404770Z 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-01-24T01:13:51.0410558Z 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-01-24T01:13:51.0416589Z 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-01-24T01:13:51.0422753Z 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-01-24T01:13:51.0428857Z 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-01-24T01:13:51.0434923Z 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-01-24T01:13:51.0441084Z 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-01-24T01:13:51.0447005Z 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-01-24T01:13:51.0453020Z 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-01-24T01:13:51.0459318Z 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-01-24T01:13:51.0465715Z 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-01-24T01:13:51.0471418Z 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-01-24T01:13:51.0477385Z 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-01-24T01:13:51.0483380Z 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-01-24T01:13:51.0489194Z 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-01-24T01:13:51.0494987Z 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-01-24T01:13:51.0501228Z 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-01-24T01:13:51.0506962Z 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-01-24T01:13:51.0512660Z 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-01-24T01:13:51.0518716Z 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-01-24T01:13:51.0525279Z 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-01-24T01:13:51.0530944Z 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-01-24T01:13:51.0536611Z 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-01-24T01:13:51.0542424Z 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-01-24T01:13:51.0548413Z 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-01-24T01:13:51.0554434Z 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-01-24T01:13:51.0560172Z 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-01-24T01:13:51.0566128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0572044Z 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-01-24T01:13:51.0577533Z 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-01-24T01:13:51.0583174Z 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-01-24T01:13:51.0589204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0594640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0600173Z 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-01-24T01:13:51.0605746Z 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-01-24T01:13:51.0611418Z 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-01-24T01:13:51.0617114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0623002Z 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-01-24T01:13:51.0628766Z 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-01-24T01:13:51.0634582Z 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-01-24T01:13:51.0640209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0645895Z 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-01-24T01:13:51.0651559Z 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-01-24T01:13:51.0657296Z 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-01-24T01:13:51.0662833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0668943Z 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-01-24T01:13:51.0675165Z 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-01-24T01:13:51.0680693Z 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-01-24T01:13:51.0686477Z 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-01-24T01:13:51.0692237Z 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-01-24T01:13:51.0698121Z 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-01-24T01:13:51.0703824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0709274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0715298Z 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-01-24T01:13:51.0721196Z 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-01-24T01:13:51.0726856Z 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-01-24T01:13:51.0732559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0738540Z 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-01-24T01:13:51.0744336Z 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-01-24T01:13:51.0750797Z 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-01-24T01:13:51.0757502Z 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-01-24T01:13:51.0763497Z 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-01-24T01:13:51.0769065Z 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-01-24T01:13:51.0774753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0780485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0788165Z 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-01-24T01:13:51.0794035Z 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-01-24T01:13:51.0799939Z 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-01-24T01:13:51.0805941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0812386Z 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-01-24T01:13:51.0818092Z 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-01-24T01:13:51.0824066Z 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-01-24T01:13:51.0830031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0836174Z 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-01-24T01:13:51.0842181Z 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-01-24T01:13:51.0847776Z 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-01-24T01:13:51.0854167Z 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-01-24T01:13:51.0859843Z 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-01-24T01:13:51.0890953Z 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-01-24T01:13:51.0896848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0903594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0910708Z 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-01-24T01:13:51.0917601Z 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-01-24T01:13:51.0924535Z 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-01-24T01:13:51.0931256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.0937389Z 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-01-24T01:13:51.0943357Z 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-01-24T01:13:51.0949194Z 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-01-24T01:13:51.0955371Z 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-01-24T01:13:51.0961063Z 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-01-24T01:13:51.0967023Z 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-01-24T01:13:51.0972638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1002527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1008454Z 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-01-24T01:13:51.1014064Z 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-01-24T01:13:51.1019794Z 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-01-24T01:13:51.1025808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1031978Z 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-01-24T01:13:51.1037664Z 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-01-24T01:13:51.1043217Z 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-01-24T01:13:51.1049242Z 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-01-24T01:13:51.1054708Z 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-01-24T01:13:51.1060282Z 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-01-24T01:13:51.1066142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1071507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1077180Z 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-01-24T01:13:51.1083164Z 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-01-24T01:13:51.1088840Z 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-01-24T01:13:51.1094413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1100380Z 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-01-24T01:13:51.1106170Z 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-01-24T01:13:51.1111838Z 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-01-24T01:13:51.1117860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1123880Z 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-01-24T01:13:51.1129869Z 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-01-24T01:13:51.1135371Z 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-01-24T01:13:51.1141457Z 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-01-24T01:13:51.1147048Z 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-01-24T01:13:51.1152880Z 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-01-24T01:13:51.1158423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1164188Z 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-01-24T01:13:51.1169829Z 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-01-24T01:13:51.1175324Z 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-01-24T01:13:51.1181346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1187312Z 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-01-24T01:13:51.1193254Z 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-01-24T01:13:51.1198758Z 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-01-24T01:13:51.1204911Z 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-01-24T01:13:51.1210476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1216399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1221666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1227256Z 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-01-24T01:13:51.1232923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1238732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1244265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1249847Z 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-01-24T01:13:51.1255769Z 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-01-24T01:13:51.1261737Z 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-01-24T01:13:51.1267499Z 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-01-24T01:13:51.1273244Z 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-01-24T01:13:51.1279070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1285053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1290880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1296415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1302008Z 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-01-24T01:13:51.1307959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1313512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1319081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1324628Z 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-01-24T01:13:51.1330213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1335730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1341966Z 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-01-24T01:13:51.1347570Z 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-01-24T01:13:51.1353429Z 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-01-24T01:13:51.1359424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1365038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1370545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1376997Z 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-01-24T01:13:51.1383931Z 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-01-24T01:13:51.1390263Z 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-01-24T01:13:51.1396255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1402367Z 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-01-24T01:13:51.1407887Z 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-01-24T01:13:51.1413686Z 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-01-24T01:13:51.1419370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1425935Z 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-01-24T01:13:51.1431890Z 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-01-24T01:13:51.1437440Z 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-01-24T01:13:51.1443386Z 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-01-24T01:13:51.1449286Z 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-01-24T01:13:51.1454998Z 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-01-24T01:13:51.1460491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1466101Z 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-01-24T01:13:51.1472342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1477882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1483413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1489090Z 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-01-24T01:13:51.1494786Z 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-01-24T01:13:51.1500416Z 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-01-24T01:13:51.1505750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1511443Z 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-01-24T01:13:51.1517248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1522737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1528203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1534157Z 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-01-24T01:13:51.1539623Z 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-01-24T01:13:51.1545398Z 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-01-24T01:13:51.1551306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1582680Z 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-01-24T01:13:51.1588693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1594451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1599709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1605448Z 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-01-24T01:13:51.1611491Z 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-01-24T01:13:51.1617082Z 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-01-24T01:13:51.1622790Z 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-01-24T01:13:51.1628716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1634675Z 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-01-24T01:13:51.1640399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1646072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1651410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1657034Z 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-01-24T01:13:51.1662716Z 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-01-24T01:13:51.1668957Z 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-01-24T01:13:51.1674948Z 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-01-24T01:13:51.1680941Z 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-01-24T01:13:51.1686908Z 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-01-24T01:13:51.1692913Z 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-01-24T01:13:51.1699109Z 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-01-24T01:13:51.1704941Z 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-01-24T01:13:51.1711231Z 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-01-24T01:13:51.1717057Z 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-01-24T01:13:51.1723053Z 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-01-24T01:13:51.1728968Z 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-01-24T01:13:51.1736407Z 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-01-24T01:13:51.1743505Z 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-01-24T01:13:51.1750438Z 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-01-24T01:13:51.1757221Z 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-01-24T01:13:51.1764015Z 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-01-24T01:13:51.1770734Z 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-01-24T01:13:51.1776654Z 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-01-24T01:13:51.1782896Z 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-01-24T01:13:51.1788720Z 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-01-24T01:13:51.1795149Z 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-01-24T01:13:51.1813701Z 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-01-24T01:13:51.1815053Z 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-01-24T01:13:51.1816296Z 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-01-24T01:13:51.1818316Z 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-01-24T01:13:51.1823884Z 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-01-24T01:13:51.1830294Z 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-01-24T01:13:51.1836311Z 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-01-24T01:13:51.1841839Z 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-01-24T01:13:51.1847719Z 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-01-24T01:13:51.1853842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1859208Z 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-01-24T01:13:51.1864908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1870587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1876764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1883400Z 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-01-24T01:13:51.1889751Z 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-01-24T01:13:51.1896743Z 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-01-24T01:13:51.1903087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1909261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1915073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1921595Z 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-01-24T01:13:51.1927846Z 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-01-24T01:13:51.1933585Z 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-01-24T01:13:51.1939132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1945145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.1951021Z 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-01-24T01:13:51.1956546Z 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-01-24T01:13:51.1962310Z 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-01-24T01:13:51.1967884Z 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-01-24T01:13:51.2005120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2010836Z 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-01-24T01:13:51.2016374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2022402Z 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-01-24T01:13:51.2027883Z 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-01-24T01:13:51.2033682Z 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-01-24T01:13:51.2039282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2044799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2050299Z 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-01-24T01:13:51.2056431Z 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-01-24T01:13:51.2062164Z 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-01-24T01:13:51.2067958Z 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-01-24T01:13:51.2073567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2079080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2084963Z 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-01-24T01:13:51.2090578Z 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-01-24T01:13:51.2096360Z 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-01-24T01:13:51.2102327Z 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-01-24T01:13:51.2108172Z 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-01-24T01:13:51.2114005Z 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-01-24T01:13:51.2119656Z 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-01-24T01:13:51.2125221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2131070Z 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-01-24T01:13:51.2136849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2143034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2148122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2154002Z 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-01-24T01:13:51.2159430Z 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-01-24T01:13:51.2165174Z 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-01-24T01:13:51.2303358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2308319Z 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-01-24T01:13:51.2314267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2319871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2325279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2330663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2336087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2342304Z 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-01-24T01:13:51.2347974Z 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-01-24T01:13:51.2354024Z 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-01-24T01:13:51.2360059Z 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-01-24T01:13:51.2365900Z 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-01-24T01:13:51.2371696Z 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-01-24T01:13:51.2377520Z 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-01-24T01:13:51.2384257Z 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-01-24T01:13:51.2390773Z 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-01-24T01:13:51.2398040Z 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-01-24T01:13:51.2404700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2411366Z 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-01-24T01:13:51.2424404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2425487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2431355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2437141Z 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-01-24T01:13:51.2442862Z 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-01-24T01:13:51.2448608Z 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-01-24T01:13:51.2454511Z 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-01-24T01:13:51.2460333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2465961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2471731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2477131Z 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-01-24T01:13:51.2482733Z 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-01-24T01:13:51.2488544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2494041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2499834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2506197Z 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-01-24T01:13:51.2511571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2516790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2535682Z 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-01-24T01:13:51.2541048Z 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-01-24T01:13:51.2546639Z 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-01-24T01:13:51.2552664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2558102Z 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-01-24T01:13:51.2563568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2569186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2574759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2580015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2585591Z 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-01-24T01:13:51.2591341Z 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-01-24T01:13:51.2596937Z 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-01-24T01:13:51.2603131Z 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-01-24T01:13:51.2608889Z 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-01-24T01:13:51.2614594Z 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-01-24T01:13:51.2620171Z 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-01-24T01:13:51.2625665Z 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-01-24T01:13:51.2631396Z 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-01-24T01:13:51.2637069Z 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-01-24T01:13:51.2643423Z 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-01-24T01:13:51.2648804Z 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-01-24T01:13:51.2654351Z 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-01-24T01:13:51.2659942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.2665440Z 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-01-24T01:13:51.2670996Z 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-01-24T01:13:51.2676588Z 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-01-24T01:13:51.2682291Z 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-01-24T01:13:51.2687848Z 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-01-24T01:13:51.2693519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.6867888Z 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-01-24T01:13:51.6874540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.6879842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.6885436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.6891309Z 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-01-24T01:13:51.6897334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.6903084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.6909518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.6915253Z 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-01-24T01:13:51.6921447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.6928225Z 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-01-24T01:13:51.6933935Z 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-01-24T01:13:51.6939962Z 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-01-24T01:13:51.6945853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.6952010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.6957903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.6963497Z 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-01-24T01:13:51.6969239Z 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-01-24T01:13:51.6975253Z 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-01-24T01:13:51.6981076Z 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-01-24T01:13:51.6987280Z 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-01-24T01:13:51.6993118Z 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-01-24T01:13:51.6998836Z 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-01-24T01:13:51.7004773Z 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-01-24T01:13:51.7010671Z 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-01-24T01:13:51.7016526Z 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-01-24T01:13:51.7022418Z 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-01-24T01:13:51.7028013Z 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-01-24T01:13:51.7034518Z 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-01-24T01:13:51.7040206Z 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-01-24T01:13:51.7046295Z 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-01-24T01:13:51.7052083Z 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-01-24T01:13:51.7058067Z 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-01-24T01:13:51.7063908Z 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-01-24T01:13:51.7074300Z 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-01-24T01:13:51.7079665Z 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-01-24T01:13:51.7085111Z 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-01-24T01:13:51.7090999Z 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-01-24T01:13:51.7097251Z 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-01-24T01:13:51.7102832Z 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-01-24T01:13:51.7108850Z 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-01-24T01:13:51.7114537Z 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-01-24T01:13:51.7120261Z 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-01-24T01:13:51.7125997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7131896Z 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-01-24T01:13:51.7138070Z 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-01-24T01:13:51.7143487Z 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-01-24T01:13:51.7149305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7154615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7160297Z 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-01-24T01:13:51.7166076Z 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-01-24T01:13:51.7171610Z 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-01-24T01:13:51.7177480Z 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-01-24T01:13:51.7183132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7188671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7194132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7199933Z 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-01-24T01:13:51.7205347Z 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-01-24T01:13:51.7211063Z 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-01-24T01:13:51.7216924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7222262Z 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-01-24T01:13:51.7227954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7233890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7238882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7244772Z 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-01-24T01:13:51.7250272Z 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-01-24T01:13:51.7255783Z 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-01-24T01:13:51.7261487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7267303Z 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-01-24T01:13:51.7273232Z 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-01-24T01:13:51.7278805Z 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-01-24T01:13:51.7362249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7367871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7374083Z 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-01-24T01:13:51.7380008Z 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-01-24T01:13:51.7386042Z 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-01-24T01:13:51.7392073Z 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-01-24T01:13:51.7399215Z 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-01-24T01:13:51.7405195Z 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-01-24T01:13:51.7416901Z 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-01-24T01:13:51.7423782Z 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-01-24T01:13:51.7430448Z 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-01-24T01:13:51.7437058Z 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-01-24T01:13:51.7444796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7451497Z 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-01-24T01:13:51.7457498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7463227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7469246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7475077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7481560Z 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-01-24T01:13:51.7487139Z 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-01-24T01:13:51.7493001Z 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-01-24T01:13:51.7499374Z 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-01-24T01:13:51.7505067Z 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-01-24T01:13:51.7510960Z 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-01-24T01:13:51.7516772Z 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-01-24T01:13:51.7522829Z 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-01-24T01:13:51.7528446Z 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-01-24T01:13:51.7534162Z 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-01-24T01:13:51.7540547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7546284Z 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-01-24T01:13:51.7552438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7557963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7563745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7569473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7575613Z 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-01-24T01:13:51.7581219Z 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-01-24T01:13:51.7586961Z 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-01-24T01:13:51.7593179Z 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-01-24T01:13:51.7598899Z 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-01-24T01:13:51.7604661Z 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-01-24T01:13:51.7610455Z 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-01-24T01:13:51.7616518Z 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-01-24T01:13:51.7622242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7627966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7634039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7639539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7645503Z 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-01-24T01:13:51.7651225Z 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-01-24T01:13:51.7656744Z 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-01-24T01:13:51.7662476Z 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-01-24T01:13:51.7673655Z 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-01-24T01:13:51.7679350Z 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-01-24T01:13:51.7685421Z 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-01-24T01:13:51.7691059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7696687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7702312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7713660Z 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-01-24T01:13:51.7750851Z 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-01-24T01:13:51.7756348Z 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-01-24T01:13:51.7762218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7767884Z 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-01-24T01:13:51.7773647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7779199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7784915Z 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-01-24T01:13:51.7790907Z 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-01-24T01:13:51.7796569Z 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-01-24T01:13:51.7802330Z 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-01-24T01:13:51.7807865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7813220Z 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-01-24T01:13:51.7818745Z 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-01-24T01:13:51.7826022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7830952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7836265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7841968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7847975Z 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-01-24T01:13:51.7854105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7859692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7865496Z 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-01-24T01:13:51.7871379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7877132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7882765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7889008Z 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-01-24T01:13:51.7894749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7900881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7906479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7912756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7919006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7925420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7931873Z 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-01-24T01:13:51.7938197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7943944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7949755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.7955553Z 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-01-24T01:13:51.7961652Z 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-01-24T01:13:51.7967573Z 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-01-24T01:13:51.7973217Z 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-01-24T01:13:51.7979274Z 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-01-24T01:13:51.7985615Z 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-01-24T01:13:51.7990947Z 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-01-24T01:13:51.7996750Z 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-01-24T01:13:51.8002345Z 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-01-24T01:13:51.8008044Z 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-01-24T01:13:51.8013675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8019419Z 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-01-24T01:13:51.8025257Z 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-01-24T01:13:51.8031163Z 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-01-24T01:13:51.8036847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8042445Z 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-01-24T01:13:51.8048247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8054637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8060191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8066148Z 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-01-24T01:13:51.8071849Z 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-01-24T01:13:51.8078408Z 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-01-24T01:13:51.8083995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8089253Z 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-01-24T01:13:51.8100728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8105944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8111325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8116721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8122666Z 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-01-24T01:13:51.8128065Z 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-01-24T01:13:51.8133627Z 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-01-24T01:13:51.8139147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8145228Z 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-01-24T01:13:51.8151017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8156789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8162809Z 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-01-24T01:13:51.8168610Z 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-01-24T01:13:51.8174243Z 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-01-24T01:13:51.8179904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8185711Z 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-01-24T01:13:51.8191925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8197407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8203052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8208778Z 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-01-24T01:13:51.8214657Z 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-01-24T01:13:51.8220350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8225921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8231782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8238042Z 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-01-24T01:13:51.8243413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8248739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8254297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8259690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8266034Z 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-01-24T01:13:51.8272186Z 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-01-24T01:13:51.8278201Z 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-01-24T01:13:51.8283899Z 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-01-24T01:13:51.8289714Z 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-01-24T01:13:51.8295531Z 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-01-24T01:13:51.8301683Z 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-01-24T01:13:51.8312362Z 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-01-24T01:13:51.8318538Z 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-01-24T01:13:51.8324234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8330694Z 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-01-24T01:13:51.8336564Z 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-01-24T01:13:51.8342631Z 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-01-24T01:13:51.8348676Z 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-01-24T01:13:51.8354375Z 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-01-24T01:13:51.8360188Z 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-01-24T01:13:51.8366014Z 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-01-24T01:13:51.8371788Z 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-01-24T01:13:51.8377670Z 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-01-24T01:13:51.8388142Z 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-01-24T01:13:51.8394801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8401091Z 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-01-24T01:13:51.8407074Z 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-01-24T01:13:51.8412740Z 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-01-24T01:13:51.8419194Z 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-01-24T01:13:51.8425141Z 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-01-24T01:13:51.8431318Z 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-01-24T01:13:51.8437420Z 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-01-24T01:13:51.8443303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8449236Z 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-01-24T01:13:51.8455068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8460831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8466704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8472779Z 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-01-24T01:13:51.8478399Z 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-01-24T01:13:51.8484512Z 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-01-24T01:13:51.8490230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8554406Z 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-01-24T01:13:51.8560375Z 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-01-24T01:13:51.8566186Z 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-01-24T01:13:51.8595557Z 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-01-24T01:13:51.8601436Z 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-01-24T01:13:51.8607328Z 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-01-24T01:13:51.8613015Z 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-01-24T01:13:51.8618723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8624440Z 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-01-24T01:13:51.8630562Z 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-01-24T01:13:51.8636160Z 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-01-24T01:13:51.8641868Z 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-01-24T01:13:51.8648099Z 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-01-24T01:13:51.8653921Z 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-01-24T01:13:51.8659606Z 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-01-24T01:13:51.8665316Z 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-01-24T01:13:51.8671258Z 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-01-24T01:13:51.8676940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8682862Z 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-01-24T01:13:51.8688217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8694155Z 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-01-24T01:13:51.8699951Z 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-01-24T01:13:51.8706005Z 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-01-24T01:13:51.8711595Z 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-01-24T01:13:51.8717182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8722830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8728642Z 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-01-24T01:13:51.8734598Z 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-01-24T01:13:51.8740247Z 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-01-24T01:13:51.8745941Z 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-01-24T01:13:51.8751911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8757549Z 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-01-24T01:13:51.8763413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8769151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8774825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8780640Z 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-01-24T01:13:51.8791702Z 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-01-24T01:13:51.8797302Z 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-01-24T01:13:51.8803255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8808896Z 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-01-24T01:13:51.8814278Z 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-01-24T01:13:51.8819820Z 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-01-24T01:13:51.8825534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8831370Z 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-01-24T01:13:51.8836783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8842337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8847801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8853476Z 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-01-24T01:13:51.8858941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8864218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8869909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8875872Z 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-01-24T01:13:51.8881224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8886796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8892395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8898153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8903753Z 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-01-24T01:13:51.8909465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8915076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8922030Z 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-01-24T01:13:51.8928570Z 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-01-24T01:13:51.8935511Z 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-01-24T01:13:51.8942272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8949020Z 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-01-24T01:13:51.8954715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8960346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8965927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8971673Z 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-01-24T01:13:51.8977250Z 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-01-24T01:13:51.8983290Z 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-01-24T01:13:51.8989058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.8994523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9005626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9011522Z 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-01-24T01:13:51.9017041Z 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-01-24T01:13:51.9022618Z 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-01-24T01:13:51.9028131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9034535Z 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-01-24T01:13:51.9039837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9045592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9051073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9056819Z 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-01-24T01:13:51.9062257Z 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-01-24T01:13:51.9067948Z 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-01-24T01:13:51.9074110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9079566Z 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-01-24T01:13:51.9085223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9091754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9097497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9103309Z 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-01-24T01:13:51.9110019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9116419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9123213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9130469Z 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-01-24T01:13:51.9136433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9142204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9148152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9154059Z 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-01-24T01:13:51.9159839Z 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-01-24T01:13:51.9165486Z 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-01-24T01:13:51.9171221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9177106Z 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-01-24T01:13:51.9182782Z 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-01-24T01:13:51.9188587Z 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-01-24T01:13:51.9194316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9199704Z 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-01-24T01:13:51.9205176Z 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-01-24T01:13:51.9210755Z 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-01-24T01:13:51.9216387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9222482Z 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-01-24T01:13:51.9228203Z 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-01-24T01:13:51.9233745Z 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-01-24T01:13:51.9239327Z 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-01-24T01:13:51.9245931Z 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-01-24T01:13:51.9251740Z 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-01-24T01:13:51.9257308Z 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-01-24T01:13:51.9262884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9268921Z 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-01-24T01:13:51.9274459Z 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-01-24T01:13:51.9279830Z 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-01-24T01:13:51.9285484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9291073Z 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-01-24T01:13:51.9296713Z 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-01-24T01:13:51.9302107Z 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-01-24T01:13:51.9307691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9313195Z 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-01-24T01:13:51.9318682Z 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-01-24T01:13:51.9323995Z 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-01-24T01:13:51.9329546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9335988Z 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-01-24T01:13:51.9341499Z 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-01-24T01:13:51.9347172Z 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-01-24T01:13:51.9352985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9358562Z 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-01-24T01:13:51.9364118Z 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-01-24T01:13:51.9369718Z 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-01-24T01:13:51.9375505Z 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-01-24T01:13:51.9381432Z 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-01-24T01:13:51.9387348Z 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-01-24T01:13:51.9393545Z 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-01-24T01:13:51.9400308Z 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-01-24T01:13:51.9407497Z 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-01-24T01:13:51.9414031Z 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-01-24T01:13:51.9420696Z 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-01-24T01:13:51.9427085Z 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-01-24T01:13:51.9433142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9439130Z 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-01-24T01:13:51.9444924Z 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-01-24T01:13:51.9450554Z 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-01-24T01:13:51.9456277Z 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-01-24T01:13:51.9462569Z 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-01-24T01:13:51.9468235Z 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-01-24T01:13:51.9473730Z 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-01-24T01:13:51.9479538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9485149Z 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-01-24T01:13:51.9490663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9495991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9501421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9507561Z 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-01-24T01:13:51.9513568Z 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-01-24T01:13:51.9519302Z 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-01-24T01:13:51.9524923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9530550Z 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-01-24T01:13:51.9536048Z 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-01-24T01:13:51.9541510Z 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-01-24T01:13:51.9547110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9552966Z 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-01-24T01:13:51.9558529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9564172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9569470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9575192Z 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-01-24T01:13:51.9581292Z 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-01-24T01:13:51.9586816Z 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-01-24T01:13:51.9592722Z 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-01-24T01:13:51.9604529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9610218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9615825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9628943Z 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-01-24T01:13:51.9634492Z 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-01-24T01:13:51.9646876Z 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-01-24T01:13:51.9652715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9663580Z 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-01-24T01:13:51.9669219Z 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-01-24T01:13:51.9674862Z 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-01-24T01:13:51.9680844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9686339Z 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-01-24T01:13:51.9691784Z 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-01-24T01:13:51.9697353Z 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-01-24T01:13:51.9703098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9708338Z 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-01-24T01:13:51.9713944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9719451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9724895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9732012Z 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-01-24T01:13:51.9736973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9742432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9747896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9753582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9759287Z 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-01-24T01:13:51.9765382Z 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-01-24T01:13:51.9771094Z 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-01-24T01:13:51.9776786Z 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-01-24T01:13:51.9782469Z 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-01-24T01:13:51.9788280Z 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-01-24T01:13:51.9794350Z 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-01-24T01:13:51.9822586Z 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-01-24T01:13:51.9828607Z 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-01-24T01:13:51.9834456Z 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-01-24T01:13:51.9840373Z 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-01-24T01:13:51.9846227Z 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-01-24T01:13:51.9852278Z 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-01-24T01:13:51.9858059Z 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-01-24T01:13:51.9863929Z 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-01-24T01:13:51.9869806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9875654Z 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-01-24T01:13:51.9881217Z 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-01-24T01:13:51.9886971Z 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-01-24T01:13:51.9892770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9898759Z 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-01-24T01:13:51.9904585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9910503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9915973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9921775Z 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-01-24T01:13:51.9928165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9935103Z 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-01-24T01:13:51.9941844Z 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-01-24T01:13:51.9948144Z 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-01-24T01:13:51.9954184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9959895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9965817Z 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-01-24T01:13:51.9971772Z 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-01-24T01:13:51.9977472Z 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-01-24T01:13:51.9982906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9988710Z 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-01-24T01:13:51.9994400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:51.9999891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.0005461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.0011145Z 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-01-24T01:13:52.0016550Z 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-01-24T01:13:52.0022100Z 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-01-24T01:13:52.0027809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.0033529Z 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-01-24T01:13:52.0039295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.0044842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.0050830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.0056460Z 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-01-24T01:13:52.0062337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.0068148Z 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-01-24T01:13:52.0073760Z 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-01-24T01:13:52.0080306Z 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-01-24T01:13:52.0086027Z 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-01-24T01:13:52.0091778Z 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-01-24T01:13:52.0097454Z 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-01-24T01:13:52.0103174Z 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-01-24T01:13:52.0108632Z 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-01-24T01:13:52.0114549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.0119799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.0125198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.0131256Z 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-01-24T01:13:52.0665826Z 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-01-24T01:13:52.0672204Z 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-01-24T01:13:52.0677785Z 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-01-24T01:13:52.0683876Z 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-01-24T01:13:52.0689899Z 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-01-24T01:13:52.0695969Z 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-01-24T01:13:52.0701834Z 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-01-24T01:13:52.0707773Z 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-01-24T01:13:52.0713915Z 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-01-24T01:13:52.0719931Z 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-01-24T01:13:52.0726568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.0732571Z 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-01-24T01:13:52.0738375Z 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-01-24T01:13:52.0744165Z 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-01-24T01:13:52.0750049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.0756372Z 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-01-24T01:13:52.0762503Z 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-01-24T01:13:52.0768416Z 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-01-24T01:13:52.0774266Z 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-01-24T01:13:52.0780210Z 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-01-24T01:13:52.0786133Z 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-01-24T01:13:52.0792070Z 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-01-24T01:13:52.0797961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.0804309Z 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-01-24T01:13:52.0810824Z 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-01-24T01:13:52.0816400Z 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-01-24T01:13:52.0822400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.0828501Z 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-01-24T01:13:52.0834413Z 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-01-24T01:13:52.0840052Z 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-01-24T01:13:52.0846047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.0851851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.0858023Z 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-01-24T01:13:52.0863797Z 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-01-24T01:13:52.0870174Z 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-01-24T01:13:52.0876031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.0881859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.0888024Z 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-01-24T01:13:52.0894473Z 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-01-24T01:13:52.0900041Z 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-01-24T01:13:52.0906208Z 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-01-24T01:13:52.0912435Z 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-01-24T01:13:52.0918297Z 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-01-24T01:13:52.0924115Z 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-01-24T01:13:52.0931000Z 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-01-24T01:13:52.0937748Z 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-01-24T01:13:52.0943765Z 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-01-24T01:13:52.0949831Z 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-01-24T01:13:52.0955676Z 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-01-24T01:13:52.0961661Z 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-01-24T01:13:52.0967610Z 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-01-24T01:13:52.0974100Z 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-01-24T01:13:52.0980655Z 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-01-24T01:13:52.0986538Z 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-01-24T01:13:52.0992558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.0998724Z 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-01-24T01:13:52.1004362Z 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-01-24T01:13:52.1010440Z 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-01-24T01:13:52.1016199Z 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-01-24T01:13:52.1022133Z 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-01-24T01:13:52.1027829Z 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-01-24T01:13:52.1034588Z 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-01-24T01:13:52.1040328Z 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-01-24T01:13:52.1046018Z 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-01-24T01:13:52.1052471Z 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-01-24T01:13:52.1057580Z 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-01-24T01:13:52.1063237Z 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-01-24T01:13:52.1069335Z 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-01-24T01:13:52.1075356Z 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-01-24T01:13:52.1081715Z 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-01-24T01:13:52.1087746Z 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-01-24T01:13:52.1093843Z 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-01-24T01:13:52.1099774Z 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-01-24T01:13:52.1105747Z 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-01-24T01:13:52.1111715Z 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-01-24T01:13:52.1117678Z 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-01-24T01:13:52.1123735Z 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-01-24T01:13:52.1129814Z 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-01-24T01:13:52.1135592Z 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-01-24T01:13:52.1142320Z 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-01-24T01:13:52.1148212Z 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-01-24T01:13:52.1154289Z 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-01-24T01:13:52.1160293Z 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-01-24T01:13:52.1166683Z 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-01-24T01:13:52.1172742Z 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-01-24T01:13:52.1178590Z 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-01-24T01:13:52.1184347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.1190634Z 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-01-24T01:13:52.1197024Z 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-01-24T01:13:52.1202972Z 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-01-24T01:13:52.1209083Z 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-01-24T01:13:52.1215023Z 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-01-24T01:13:52.1220834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.1227585Z 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-01-24T01:13:52.1233059Z 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-01-24T01:13:52.1239004Z 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-01-24T01:13:52.1244938Z 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-01-24T01:13:52.1251429Z 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-01-24T01:13:52.1257364Z 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-01-24T01:13:52.1263724Z 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-01-24T01:13:52.1269808Z 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-01-24T01:13:52.1275763Z 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-01-24T01:13:52.1281848Z 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-01-24T01:13:52.1287849Z 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-01-24T01:13:52.1293773Z 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-01-24T01:13:52.1299702Z 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-01-24T01:13:52.1305554Z 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-01-24T01:13:52.1316532Z 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-01-24T01:13:52.1322564Z 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-01-24T01:13:52.1328618Z 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-01-24T01:13:52.1334971Z 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-01-24T01:13:52.1340887Z 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-01-24T01:13:52.1346900Z 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-01-24T01:13:52.1353322Z 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-01-24T01:13:52.1359104Z 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-01-24T01:13:52.1365057Z 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-01-24T01:13:52.1370968Z 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-01-24T01:13:52.1377139Z 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-01-24T01:13:52.1383074Z 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-01-24T01:13:52.1394324Z 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-01-24T01:13:52.1411792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.1413178Z 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-01-24T01:13:52.1414375Z 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-01-24T01:13:52.1417872Z 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-01-24T01:13:52.1423814Z 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-01-24T01:13:52.1430102Z 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-01-24T01:13:52.1435921Z 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-01-24T01:13:52.1441661Z 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-01-24T01:13:52.1447408Z 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-01-24T01:13:52.1453329Z 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-01-24T01:13:52.1460043Z 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-01-24T01:13:52.1466568Z 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-01-24T01:13:52.1472556Z 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-01-24T01:13:52.1478694Z 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-01-24T01:13:52.1484534Z 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-01-24T01:13:52.1490687Z 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-01-24T01:13:52.1496459Z 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-01-24T01:13:52.1502557Z 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-01-24T01:13:52.1508584Z 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-01-24T01:13:52.1514927Z 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-01-24T01:13:52.1520760Z 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-01-24T01:13:52.1526545Z 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-01-24T01:13:52.1532813Z 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-01-24T01:13:52.1538875Z 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-01-24T01:13:52.1544808Z 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-01-24T01:13:52.1550759Z 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-01-24T01:13:52.1556524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.1562547Z 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-01-24T01:13:52.1568301Z 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-01-24T01:13:52.1574023Z 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-01-24T01:13:52.1580016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.1591944Z 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-01-24T01:13:52.1597973Z 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-01-24T01:13:52.1603899Z 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-01-24T01:13:52.1609729Z 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-01-24T01:13:52.1615706Z 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-01-24T01:13:52.1621643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.1627974Z 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-01-24T01:13:52.1633712Z 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-01-24T01:13:52.1639471Z 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-01-24T01:13:52.1645306Z 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-01-24T01:13:52.1651162Z 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-01-24T01:13:52.1656986Z 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-01-24T01:13:52.1662708Z 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-01-24T01:13:52.1669767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.1675937Z 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-01-24T01:13:52.1681607Z 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-01-24T01:13:52.1687430Z 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-01-24T01:13:52.1693277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.1699360Z 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-01-24T01:13:52.1705366Z 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-01-24T01:13:52.1711792Z 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-01-24T01:13:52.1717438Z 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-01-24T01:13:52.1723215Z 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-01-24T01:13:52.1728978Z 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-01-24T01:13:52.1734758Z 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-01-24T01:13:52.1741104Z 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-01-24T01:13:52.1746904Z 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-01-24T01:13:52.1753188Z 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-01-24T01:13:52.1759418Z 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-01-24T01:13:52.1765398Z 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-01-24T01:13:52.1771306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.1777351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.1783622Z 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-01-24T01:13:52.1789963Z 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-01-24T01:13:52.1795907Z 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-01-24T01:13:52.1801966Z 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-01-24T01:13:52.1807820Z 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-01-24T01:13:52.1813701Z 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-01-24T01:13:52.1819619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.1826103Z 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-01-24T01:13:52.1832844Z 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-01-24T01:13:52.1838806Z 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-01-24T01:13:52.1844732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.1851658Z 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-01-24T01:13:52.1857485Z 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-01-24T01:13:52.1863462Z 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-01-24T01:13:52.1874792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.1881308Z 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-01-24T01:13:52.1887249Z 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-01-24T01:13:52.1892907Z 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-01-24T01:13:52.1898840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.1904978Z 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-01-24T01:13:52.1941117Z 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-01-24T01:13:52.1947595Z 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-01-24T01:13:52.1954280Z 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-01-24T01:13:52.1961119Z 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-01-24T01:13:52.1967048Z 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-01-24T01:13:52.1973732Z 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-01-24T01:13:52.1979235Z 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-01-24T01:13:52.1985371Z 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-01-24T01:13:52.1991647Z 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-01-24T01:13:52.2004626Z 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-01-24T01:13:52.2006286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2012999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2018771Z 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-01-24T01:13:52.2024357Z 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-01-24T01:13:52.2030504Z 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-01-24T01:13:52.2036367Z 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-01-24T01:13:52.2042287Z 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-01-24T01:13:52.2047922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2053598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2059429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2065127Z 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-01-24T01:13:52.2070828Z 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-01-24T01:13:52.2076838Z 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-01-24T01:13:52.2082455Z 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-01-24T01:13:52.2088294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2093942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2099574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2104840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2110667Z 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-01-24T01:13:52.2116428Z 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-01-24T01:13:52.2127939Z 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-01-24T01:13:52.2133497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2139014Z 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-01-24T01:13:52.2144773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2150550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2156114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2161858Z 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-01-24T01:13:52.2167509Z 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-01-24T01:13:52.2173243Z 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-01-24T01:13:52.2178827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2184248Z 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-01-24T01:13:52.2190067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2201603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2207906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2213659Z 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-01-24T01:13:52.2219602Z 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-01-24T01:13:52.2225220Z 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-01-24T01:13:52.2230854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2240941Z 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-01-24T01:13:52.2246712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2252371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2257765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2263477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2293665Z 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-01-24T01:13:52.2299519Z 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-01-24T01:13:52.2305351Z 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-01-24T01:13:52.2311299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2317211Z 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-01-24T01:13:52.2322991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2328798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2335068Z 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-01-24T01:13:52.2341002Z 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-01-24T01:13:52.2346960Z 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-01-24T01:13:52.2352938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2358865Z 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-01-24T01:13:52.2364723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2370691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2376431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2382652Z 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-01-24T01:13:52.2388607Z 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-01-24T01:13:52.2394336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2400081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2405896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2411496Z 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-01-24T01:13:52.2417338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2422824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2459937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2465820Z 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-01-24T01:13:52.2471696Z 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-01-24T01:13:52.2477484Z 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-01-24T01:13:52.2483309Z 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-01-24T01:13:52.2489062Z 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-01-24T01:13:52.2495205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2501110Z 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-01-24T01:13:52.2507030Z 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-01-24T01:13:52.2512946Z 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-01-24T01:13:52.2518839Z 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-01-24T01:13:52.2524660Z 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-01-24T01:13:52.2530474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2536974Z 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-01-24T01:13:52.2543114Z 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-01-24T01:13:52.2580851Z 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-01-24T01:13:52.2581955Z 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-01-24T01:13:52.2583069Z 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-01-24T01:13:52.2584079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2585220Z 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-01-24T01:13:52.2586410Z 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-01-24T01:13:52.2588952Z 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-01-24T01:13:52.2595098Z 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-01-24T01:13:52.2600935Z 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-01-24T01:13:52.2606764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2612242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2618434Z 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-01-24T01:13:52.2624439Z 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-01-24T01:13:52.2630212Z 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-01-24T01:13:52.2636070Z 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-01-24T01:13:52.2641900Z 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-01-24T01:13:52.2647607Z 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-01-24T01:13:52.2653310Z 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-01-24T01:13:52.2659119Z 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-01-24T01:13:52.2665436Z 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-01-24T01:13:52.2671240Z 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-01-24T01:13:52.2676942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2682568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2688302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2694000Z 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-01-24T01:13:52.2699759Z 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-01-24T01:13:52.2705486Z 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-01-24T01:13:52.2711437Z 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-01-24T01:13:52.2717096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2722912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2728699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2734706Z 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-01-24T01:13:52.2740429Z 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-01-24T01:13:52.2746482Z 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-01-24T01:13:52.2752554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2758233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2764275Z 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-01-24T01:13:52.2769681Z 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-01-24T01:13:52.2775324Z 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-01-24T01:13:52.2780998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2786210Z 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-01-24T01:13:52.2792162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2797859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2803595Z 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-01-24T01:13:52.2809528Z 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-01-24T01:13:52.2815283Z 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-01-24T01:13:52.2821076Z 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-01-24T01:13:52.2826896Z 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-01-24T01:13:52.2832806Z 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-01-24T01:13:52.2838367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2843747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2849315Z 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-01-24T01:13:52.2855019Z 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-01-24T01:13:52.2860766Z 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-01-24T01:13:52.2866658Z 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-01-24T01:13:52.2872897Z 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-01-24T01:13:52.2879089Z 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-01-24T01:13:52.2884645Z 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-01-24T01:13:52.2890919Z 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-01-24T01:13:52.2896766Z 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-01-24T01:13:52.2902514Z 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-01-24T01:13:52.2908244Z 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-01-24T01:13:52.2914288Z 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-01-24T01:13:52.2919723Z 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-01-24T01:13:52.2925539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2931546Z 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-01-24T01:13:52.2937327Z 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-01-24T01:13:52.2942953Z 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-01-24T01:13:52.2948590Z 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-01-24T01:13:52.2954617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2960247Z 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-01-24T01:13:52.2971146Z 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-01-24T01:13:52.2976824Z 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-01-24T01:13:52.2982483Z 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-01-24T01:13:52.2988179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.2993926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3000373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3006030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3011897Z 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-01-24T01:13:52.3017350Z 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-01-24T01:13:52.3023126Z 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-01-24T01:13:52.3029982Z 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-01-24T01:13:52.3036019Z 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-01-24T01:13:52.3043027Z 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-01-24T01:13:52.3049915Z 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-01-24T01:13:52.3056602Z 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-01-24T01:13:52.3063286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3069701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3075258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3081585Z 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-01-24T01:13:52.3086722Z 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-01-24T01:13:52.3092419Z 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-01-24T01:13:52.3098149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3103667Z 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-01-24T01:13:52.3109419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3114961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3120460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3126170Z 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-01-24T01:13:52.3131633Z 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-01-24T01:13:52.3137111Z 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-01-24T01:13:52.3142784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3148918Z 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-01-24T01:13:52.3154488Z 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-01-24T01:13:52.3160079Z 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-01-24T01:13:52.3165710Z 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-01-24T01:13:52.3171379Z 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-01-24T01:13:52.3177122Z 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-01-24T01:13:52.3182712Z 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-01-24T01:13:52.3189034Z 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-01-24T01:13:52.3194939Z 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-01-24T01:13:52.3200478Z 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-01-24T01:13:52.3206259Z 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-01-24T01:13:52.3211879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3217831Z 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-01-24T01:13:52.3223635Z 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-01-24T01:13:52.3229246Z 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-01-24T01:13:52.3234972Z 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-01-24T01:13:52.3240722Z 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-01-24T01:13:52.3246369Z 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-01-24T01:13:52.3252130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3258349Z 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-01-24T01:13:52.3264383Z 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-01-24T01:13:52.3269943Z 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-01-24T01:13:52.3275554Z 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-01-24T01:13:52.3281234Z 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-01-24T01:13:52.3286777Z 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-01-24T01:13:52.3293084Z 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-01-24T01:13:52.3299081Z 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-01-24T01:13:52.3305106Z 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-01-24T01:13:52.3311314Z 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-01-24T01:13:52.3317077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3323227Z 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-01-24T01:13:52.3330107Z 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-01-24T01:13:52.3335876Z 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-01-24T01:13:52.3341665Z 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-01-24T01:13:52.3347474Z 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-01-24T01:13:52.3353456Z 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-01-24T01:13:52.3359249Z 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-01-24T01:13:52.3364993Z 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-01-24T01:13:52.3370644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3376070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3382247Z 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-01-24T01:13:52.3387904Z 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-01-24T01:13:52.3394068Z 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-01-24T01:13:52.3400025Z 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-01-24T01:13:52.3405687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3412030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3418525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3424455Z 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-01-24T01:13:52.3431357Z 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-01-24T01:13:52.3437191Z 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-01-24T01:13:52.3444276Z 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-01-24T01:13:52.3451601Z 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-01-24T01:13:52.3458222Z 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-01-24T01:13:52.3517635Z 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-01-24T01:13:52.3523690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3529021Z 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-01-24T01:13:52.3535032Z 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-01-24T01:13:52.3540421Z 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-01-24T01:13:52.3546668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3552525Z 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-01-24T01:13:52.3558672Z 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-01-24T01:13:52.3564448Z 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-01-24T01:13:52.3569996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3575145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3580715Z 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-01-24T01:13:52.3585988Z 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-01-24T01:13:52.3597235Z 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-01-24T01:13:52.3607840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3613417Z 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-01-24T01:13:52.3619132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3624695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3630741Z 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-01-24T01:13:52.3636812Z 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-01-24T01:13:52.3642859Z 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-01-24T01:13:52.3648690Z 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-01-24T01:13:52.3654226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3660429Z 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-01-24T01:13:52.3665894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3671909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3677303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3683051Z 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-01-24T01:13:52.3688505Z 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-01-24T01:13:52.3694879Z 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-01-24T01:13:52.3700331Z 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-01-24T01:13:52.3707237Z 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-01-24T01:13:52.3713009Z 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-01-24T01:13:52.3718550Z 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-01-24T01:13:52.3724082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3729664Z 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-01-24T01:13:52.3735528Z 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-01-24T01:13:52.3741365Z 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-01-24T01:13:52.3747304Z 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-01-24T01:13:52.3753464Z 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-01-24T01:13:52.3759282Z 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-01-24T01:13:52.3765555Z 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-01-24T01:13:52.3771472Z 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-01-24T01:13:52.3777509Z 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-01-24T01:13:52.3784229Z 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-01-24T01:13:52.3789970Z 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-01-24T01:13:52.3795798Z 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-01-24T01:13:52.3801491Z 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-01-24T01:13:52.3807487Z 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-01-24T01:13:52.3814446Z 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-01-24T01:13:52.3820518Z 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-01-24T01:13:52.3826751Z 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-01-24T01:13:52.3833200Z 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-01-24T01:13:52.3839137Z 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-01-24T01:13:52.3845189Z 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-01-24T01:13:52.3851187Z 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-01-24T01:13:52.3857000Z 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-01-24T01:13:52.3863198Z 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-01-24T01:13:52.3868953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.3874979Z 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-01-24T01:13:52.3880789Z 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-01-24T01:13:52.3886485Z 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-01-24T01:13:52.3892295Z 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-01-24T01:13:52.3898118Z 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-01-24T01:13:52.5088960Z 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-01-24T01:13:52.5094939Z 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-01-24T01:13:52.5101167Z 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-01-24T01:13:52.5107259Z 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-01-24T01:13:52.5113358Z 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-01-24T01:13:52.5119785Z 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-01-24T01:13:52.5125159Z 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-01-24T01:13:52.5131030Z 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-01-24T01:13:52.5136969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5148086Z 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-01-24T01:13:52.5153958Z 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-01-24T01:13:52.5159829Z 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-01-24T01:13:52.5165675Z 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-01-24T01:13:52.5171398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5177450Z 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-01-24T01:13:52.5183275Z 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-01-24T01:13:52.5189378Z 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-01-24T01:13:52.5195304Z 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-01-24T01:13:52.5201032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5206754Z 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-01-24T01:13:52.5212363Z 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-01-24T01:13:52.5218121Z 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-01-24T01:13:52.5223688Z 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-01-24T01:13:52.5229681Z 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-01-24T01:13:52.5235495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5241056Z 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-01-24T01:13:52.5246572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5252229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5257534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5263240Z 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-01-24T01:13:52.5270337Z 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-01-24T01:13:52.5279353Z 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-01-24T01:13:52.5285518Z 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-01-24T01:13:52.5300212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5305940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5311889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5317776Z 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-01-24T01:13:52.5323543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5329394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5335312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5340647Z 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-01-24T01:13:52.5346208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5351689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5357122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5362584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5368512Z 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-01-24T01:13:52.5374867Z 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-01-24T01:13:52.5380677Z 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-01-24T01:13:52.5386599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5392449Z 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-01-24T01:13:52.5398597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5404343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5410538Z 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-01-24T01:13:52.5417195Z 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-01-24T01:13:52.5422916Z 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-01-24T01:13:52.5428561Z 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-01-24T01:13:52.5434694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5440571Z 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-01-24T01:13:52.5446429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5452058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5458748Z 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-01-24T01:13:52.5466045Z 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-01-24T01:13:52.5472672Z 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-01-24T01:13:52.5478822Z 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-01-24T01:13:52.5484823Z 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-01-24T01:13:52.5490745Z 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-01-24T01:13:52.5496965Z 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-01-24T01:13:52.5503122Z 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-01-24T01:13:52.5508993Z 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-01-24T01:13:52.5514915Z 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-01-24T01:13:52.5520779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5527173Z 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-01-24T01:13:52.5532741Z 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-01-24T01:13:52.5572066Z 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-01-24T01:13:52.5577978Z 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-01-24T01:13:52.5583999Z 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-01-24T01:13:52.5589981Z 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-01-24T01:13:52.5595781Z 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-01-24T01:13:52.5601549Z 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-01-24T01:13:52.5607738Z 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-01-24T01:13:52.5613893Z 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-01-24T01:13:52.5619520Z 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-01-24T01:13:52.5625258Z 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-01-24T01:13:52.5631205Z 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-01-24T01:13:52.5637417Z 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-01-24T01:13:52.5643570Z 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-01-24T01:13:52.5649707Z 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-01-24T01:13:52.5655505Z 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-01-24T01:13:52.5661395Z 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-01-24T01:13:52.5667560Z 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-01-24T01:13:52.5673536Z 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-01-24T01:13:52.5679577Z 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-01-24T01:13:52.5685522Z 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-01-24T01:13:52.5691117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5697316Z 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-01-24T01:13:52.5703352Z 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-01-24T01:13:52.5709106Z 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-01-24T01:13:52.5715099Z 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-01-24T01:13:52.5721743Z 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-01-24T01:13:52.5727821Z 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-01-24T01:13:52.5733515Z 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-01-24T01:13:52.5739207Z 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-01-24T01:13:52.5745033Z 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-01-24T01:13:52.5750731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5756426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5762476Z 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-01-24T01:13:52.5768557Z 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-01-24T01:13:52.5774176Z 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-01-24T01:13:52.5780138Z 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-01-24T01:13:52.5785422Z 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-01-24T01:13:52.5791487Z 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-01-24T01:13:52.5797550Z 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-01-24T01:13:52.5803255Z 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-01-24T01:13:52.5809588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5815253Z 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-01-24T01:13:52.5821075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5826796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5832998Z 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-01-24T01:13:52.5838576Z 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-01-24T01:13:52.5844709Z 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-01-24T01:13:52.5850583Z 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-01-24T01:13:52.5856341Z 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-01-24T01:13:52.5862102Z 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-01-24T01:13:52.5873457Z 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-01-24T01:13:52.5879677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5885718Z 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-01-24T01:13:52.5891291Z 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-01-24T01:13:52.5896988Z 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-01-24T01:13:52.5902638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.5908391Z 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-01-24T01:13:52.5914573Z 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-01-24T01:13:52.5920592Z 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-01-24T01:13:52.5926801Z 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-01-24T01:13:52.5932664Z 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-01-24T01:13:52.5938490Z 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-01-24T01:13:52.5944228Z 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-01-24T01:13:52.5950259Z 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-01-24T01:13:52.5956233Z 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-01-24T01:13:52.5962235Z 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-01-24T01:13:52.5968599Z 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-01-24T01:13:52.5975058Z 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-01-24T01:13:52.5981567Z 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-01-24T01:13:52.5988837Z 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-01-24T01:13:52.5995767Z 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-01-24T01:13:52.6002651Z 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-01-24T01:13:52.6009561Z 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-01-24T01:13:52.6016254Z 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-01-24T01:13:52.6022235Z 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-01-24T01:13:52.6028882Z 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-01-24T01:13:52.6035089Z 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-01-24T01:13:52.6041402Z 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-01-24T01:13:52.6047380Z 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-01-24T01:13:52.6053341Z 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-01-24T01:13:52.6059145Z 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-01-24T01:13:52.6065679Z 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-01-24T01:13:52.6071507Z 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-01-24T01:13:52.6077421Z 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-01-24T01:13:52.6083470Z 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-01-24T01:13:52.6089333Z 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-01-24T01:13:52.6095203Z 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-01-24T01:13:52.6103902Z 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-01-24T01:13:52.6112901Z 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-01-24T01:13:52.6121027Z 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-01-24T01:13:52.6129522Z 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-01-24T01:13:52.6136331Z 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-01-24T01:13:52.6142783Z 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-01-24T01:13:52.6148927Z 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-01-24T01:13:52.6154904Z 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-01-24T01:13:52.6160599Z 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-01-24T01:13:52.6166489Z 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-01-24T01:13:52.6172989Z 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-01-24T01:13:52.6178985Z 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-01-24T01:13:52.6184922Z 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-01-24T01:13:52.6190727Z 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-01-24T01:13:52.6196692Z 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-01-24T01:13:52.6202513Z 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-01-24T01:13:52.6208331Z 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-01-24T01:13:52.6214366Z 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-01-24T01:13:52.6219983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6225867Z 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-01-24T01:13:52.6231478Z 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-01-24T01:13:52.6237202Z 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-01-24T01:13:52.6243141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6248425Z 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-01-24T01:13:52.6254727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6260722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6266099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6272167Z 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-01-24T01:13:52.6277987Z 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-01-24T01:13:52.6283671Z 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-01-24T01:13:52.6289454Z 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-01-24T01:13:52.6295309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6300897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6307193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6312622Z 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-01-24T01:13:52.6318400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6324206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6330101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6335902Z 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-01-24T01:13:52.6341396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6347267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6353367Z 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-01-24T01:13:52.6359511Z 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-01-24T01:13:52.6365222Z 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-01-24T01:13:52.6371229Z 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-01-24T01:13:52.6377012Z 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-01-24T01:13:52.6383349Z 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-01-24T01:13:52.6389612Z 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-01-24T01:13:52.6395618Z 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-01-24T01:13:52.6401384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6407326Z 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-01-24T01:13:52.6412750Z 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-01-24T01:13:52.6418906Z 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-01-24T01:13:52.6424933Z 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-01-24T01:13:52.6431201Z 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-01-24T01:13:52.6437451Z 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-01-24T01:13:52.6443331Z 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-01-24T01:13:52.6449790Z 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-01-24T01:13:52.6455609Z 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-01-24T01:13:52.6462511Z 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-01-24T01:13:52.6470115Z 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-01-24T01:13:52.6476110Z 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-01-24T01:13:52.6481889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6487642Z 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-01-24T01:13:52.6493314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6498840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6504546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6509949Z 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-01-24T01:13:52.6515833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6521125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6526341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6532516Z 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-01-24T01:13:52.6538637Z 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-01-24T01:13:52.6544350Z 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-01-24T01:13:52.6550729Z 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-01-24T01:13:52.6556639Z 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-01-24T01:13:52.6562632Z 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-01-24T01:13:52.6568673Z 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-01-24T01:13:52.6574262Z 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-01-24T01:13:52.6580662Z 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-01-24T01:13:52.6586090Z 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-01-24T01:13:52.6592161Z 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-01-24T01:13:52.6597845Z 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-01-24T01:13:52.6603977Z 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-01-24T01:13:52.6775026Z 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-01-24T01:13:52.6780841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6786624Z 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-01-24T01:13:52.6793571Z 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-01-24T01:13:52.6799522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6805405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6811268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6817358Z 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-01-24T01:13:52.6823355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6829051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.6835002Z 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-01-24T01:13:52.6862141Z 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-01-24T01:13:52.9569761Z 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-01-24T01:13:52.9576609Z 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-01-24T01:13:52.9583702Z 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-01-24T01:13:52.9590714Z 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-01-24T01:13:52.9597065Z 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-01-24T01:13:52.9603294Z 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-01-24T01:13:52.9609299Z 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-01-24T01:13:52.9615070Z 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-01-24T01:13:52.9622456Z 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-01-24T01:13:52.9629184Z 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-01-24T01:13:52.9634976Z 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-01-24T01:13:52.9640816Z 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-01-24T01:13:52.9647773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:52.9653097Z 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-01-24T01:13:52.9658711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0331267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0337340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0343126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0349291Z 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-01-24T01:13:53.0355399Z 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-01-24T01:13:53.0361592Z 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-01-24T01:13:53.0367587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0373277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0379389Z 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-01-24T01:13:53.0385135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0391229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0396851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0402666Z 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-01-24T01:13:53.0408567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0414320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0421066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0427461Z 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-01-24T01:13:53.0433497Z 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-01-24T01:13:53.0439340Z 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-01-24T01:13:53.0445270Z 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-01-24T01:13:53.0451573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0457448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0463574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0469575Z 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-01-24T01:13:53.0475275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0481120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0487489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0493998Z 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-01-24T01:13:53.0500422Z 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-01-24T01:13:53.0506295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0512233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0517974Z 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-01-24T01:13:53.0524080Z 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-01-24T01:13:53.0530104Z 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-01-24T01:13:53.0536153Z 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-01-24T01:13:53.0542175Z 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-01-24T01:13:53.0547879Z 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-01-24T01:13:53.0553632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0563587Z 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-01-24T01:13:53.0569262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0575415Z 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-01-24T01:13:53.0581047Z 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-01-24T01:13:53.0587090Z 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-01-24T01:13:53.0592840Z 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-01-24T01:13:53.0598494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0604100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0609740Z 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-01-24T01:13:53.0615411Z 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-01-24T01:13:53.0621381Z 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-01-24T01:13:53.0628251Z 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-01-24T01:13:53.0634202Z 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-01-24T01:13:53.0640374Z 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-01-24T01:13:53.0646336Z 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-01-24T01:13:53.0652339Z 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-01-24T01:13:53.0658012Z 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-01-24T01:13:53.0664024Z 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-01-24T01:13:53.0670503Z 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-01-24T01:13:53.0676361Z 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-01-24T01:13:53.0682428Z 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-01-24T01:13:53.0688234Z 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-01-24T01:13:53.0694009Z 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-01-24T01:13:53.0700009Z 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-01-24T01:13:53.0706006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0711810Z 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-01-24T01:13:53.0718038Z 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-01-24T01:13:53.0723812Z 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-01-24T01:13:53.0729596Z 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-01-24T01:13:53.0735511Z 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-01-24T01:13:53.0741314Z 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-01-24T01:13:53.0747324Z 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-01-24T01:13:53.0753183Z 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-01-24T01:13:53.0758981Z 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-01-24T01:13:53.0764801Z 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-01-24T01:13:53.0770812Z 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-01-24T01:13:53.0782177Z 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-01-24T01:13:53.0788288Z 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-01-24T01:13:53.0795684Z 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-01-24T01:13:53.0802498Z 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-01-24T01:13:53.0808745Z 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-01-24T01:13:53.0815133Z 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-01-24T01:13:53.0821485Z 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-01-24T01:13:53.0827757Z 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-01-24T01:13:53.0833850Z 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-01-24T01:13:53.0839802Z 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-01-24T01:13:53.0845785Z 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-01-24T01:13:53.0851762Z 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-01-24T01:13:53.0858124Z 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-01-24T01:13:53.0864152Z 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-01-24T01:13:53.0870615Z 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-01-24T01:13:53.0876722Z 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-01-24T01:13:53.0882782Z 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-01-24T01:13:53.0888942Z 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-01-24T01:13:53.0900835Z 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-01-24T01:13:53.0902207Z 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-01-24T01:13:53.0907397Z 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-01-24T01:13:53.0913518Z 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-01-24T01:13:53.0919509Z 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-01-24T01:13:53.0925731Z 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-01-24T01:13:53.0931896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0938029Z 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-01-24T01:13:53.0943886Z 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-01-24T01:13:53.0950999Z 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-01-24T01:13:53.0956929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0962426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0968435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0974286Z 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-01-24T01:13:53.0980159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0986265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.0993313Z 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-01-24T01:13:53.1000085Z 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-01-24T01:13:53.1006176Z 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-01-24T01:13:53.1011992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1017569Z 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-01-24T01:13:53.1023564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1029394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1034949Z 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-01-24T01:13:53.1041142Z 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-01-24T01:13:53.1046740Z 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-01-24T01:13:53.1052372Z 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-01-24T01:13:53.1058129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1064973Z 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-01-24T01:13:53.1071331Z 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-01-24T01:13:53.1077268Z 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-01-24T01:13:53.1083116Z 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-01-24T01:13:53.1089530Z 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-01-24T01:13:53.1095559Z 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-01-24T01:13:53.1101674Z 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-01-24T01:13:53.1107497Z 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-01-24T01:13:53.1118707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1124455Z 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-01-24T01:13:53.1130121Z 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-01-24T01:13:53.1135872Z 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-01-24T01:13:53.1141575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1147337Z 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-01-24T01:13:53.1153289Z 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-01-24T01:13:53.1159048Z 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-01-24T01:13:53.1164727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1171446Z 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-01-24T01:13:53.1177157Z 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-01-24T01:13:53.1182777Z 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-01-24T01:13:53.1188449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1223355Z 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-01-24T01:13:53.1228846Z 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-01-24T01:13:53.1234508Z 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-01-24T01:13:53.1239846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1245818Z 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-01-24T01:13:53.1251466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1257197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1263361Z 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-01-24T01:13:53.1269405Z 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-01-24T01:13:53.1274981Z 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-01-24T01:13:53.1280466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1290556Z 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-01-24T01:13:53.1297198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1303245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1308855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1314212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1320229Z 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-01-24T01:13:53.1326187Z 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-01-24T01:13:53.1332145Z 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-01-24T01:13:53.1337940Z 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-01-24T01:13:53.1344155Z 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-01-24T01:13:53.1350376Z 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-01-24T01:13:53.1356476Z 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-01-24T01:13:53.1363121Z 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-01-24T01:13:53.1369112Z 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-01-24T01:13:53.1375017Z 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-01-24T01:13:53.1380959Z 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-01-24T01:13:53.1386755Z 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-01-24T01:13:53.1393269Z 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-01-24T01:13:53.1398757Z 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-01-24T01:13:53.1405350Z 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-01-24T01:13:53.1411273Z 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-01-24T01:13:53.1417198Z 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-01-24T01:13:53.1423285Z 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-01-24T01:13:53.1429181Z 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-01-24T01:13:53.1434935Z 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-01-24T01:13:53.1440913Z 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-01-24T01:13:53.1447049Z 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-01-24T01:13:53.1452846Z 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-01-24T01:13:53.1459144Z 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-01-24T01:13:53.1464963Z 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-01-24T01:13:53.1471311Z 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-01-24T01:13:53.1477869Z 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-01-24T01:13:53.1483904Z 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-01-24T01:13:53.1489907Z 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-01-24T01:13:53.1496854Z 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-01-24T01:13:53.1503500Z 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-01-24T01:13:53.1509434Z 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-01-24T01:13:53.1516019Z 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-01-24T01:13:53.1522065Z 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-01-24T01:13:53.1528203Z 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-01-24T01:13:53.1534074Z 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-01-24T01:13:53.1539931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1545432Z 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-01-24T01:13:53.1551629Z 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-01-24T01:13:53.1557448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1563083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1569392Z 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-01-24T01:13:53.1575095Z 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-01-24T01:13:53.1580543Z 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-01-24T01:13:53.1586485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1592333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1598170Z 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-01-24T01:13:53.1604830Z 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-01-24T01:13:53.1611483Z 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-01-24T01:13:53.1617312Z 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-01-24T01:13:53.1623222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1628667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1635272Z 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-01-24T01:13:53.1641096Z 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-01-24T01:13:53.1646869Z 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-01-24T01:13:53.1652585Z 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-01-24T01:13:53.1658510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1664259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1671432Z 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-01-24T01:13:53.1677386Z 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-01-24T01:13:53.1684041Z 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-01-24T01:13:53.1689806Z 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-01-24T01:13:53.1695835Z 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-01-24T01:13:53.1701763Z 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-01-24T01:13:53.1707644Z 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-01-24T01:13:53.1713284Z 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-01-24T01:13:53.1718691Z 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-01-24T01:13:53.1725064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1731692Z 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-01-24T01:13:53.1737309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1743715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1749505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1755482Z 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-01-24T01:13:53.1760943Z 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-01-24T01:13:53.1766610Z 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-01-24T01:13:53.1772834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1779938Z 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-01-24T01:13:53.1785743Z 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-01-24T01:13:53.1792051Z 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-01-24T01:13:53.1798021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.1803628Z 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-01-24T01:13:53.1809275Z 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-01-24T01:13:53.1814939Z 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-01-24T01:13:53.1820671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2381050Z 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-01-24T01:13:53.2387236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2393564Z 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-01-24T01:13:53.2400156Z 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-01-24T01:13:53.2406120Z 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-01-24T01:13:53.2411949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2417577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2423100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2429167Z 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-01-24T01:13:53.2435087Z 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-01-24T01:13:53.2440624Z 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-01-24T01:13:53.2447168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2452635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2458389Z 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-01-24T01:13:53.2464495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2470422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2477128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2482779Z 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-01-24T01:13:53.2489140Z 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-01-24T01:13:53.2496967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2502735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2508803Z 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-01-24T01:13:53.2514844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2520618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2525963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2531807Z 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-01-24T01:13:53.2538811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2544775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2550471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2557075Z 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-01-24T01:13:53.2563429Z 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-01-24T01:13:53.2569624Z 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-01-24T01:13:53.2575583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2581943Z 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-01-24T01:13:53.2587548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2592988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2598341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2604326Z 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-01-24T01:13:53.2609991Z 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-01-24T01:13:53.2615609Z 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-01-24T01:13:53.2621844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2627999Z 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-01-24T01:13:53.2634372Z 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-01-24T01:13:53.2639532Z 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-01-24T01:13:53.2645247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2650893Z 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-01-24T01:13:53.2656744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2662123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2668455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2674240Z 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-01-24T01:13:53.2680063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2686180Z 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-01-24T01:13:53.2691912Z 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-01-24T01:13:53.2697522Z 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-01-24T01:13:53.2703491Z 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-01-24T01:13:53.2710160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2716163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2721741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2727142Z 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-01-24T01:13:53.2733140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2738596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2744527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2750295Z 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-01-24T01:13:53.2756653Z 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-01-24T01:13:53.2762334Z 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-01-24T01:13:53.2768027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2774227Z 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-01-24T01:13:53.2780597Z 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-01-24T01:13:53.2786442Z 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-01-24T01:13:53.2792593Z 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-01-24T01:13:53.2798961Z 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-01-24T01:13:53.2804868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2811515Z 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-01-24T01:13:53.2817532Z 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-01-24T01:13:53.2823296Z 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-01-24T01:13:53.2829404Z 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-01-24T01:13:53.2835323Z 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-01-24T01:13:53.2841058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2848029Z 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-01-24T01:13:53.2854627Z 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-01-24T01:13:53.2861334Z 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-01-24T01:13:53.2868045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2874134Z 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-01-24T01:13:53.2880587Z 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-01-24T01:13:53.2886613Z 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-01-24T01:13:53.2893042Z 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-01-24T01:13:53.2898811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2904656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2910418Z 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-01-24T01:13:53.2915952Z 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-01-24T01:13:53.2922511Z 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-01-24T01:13:53.2928128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2933810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2945045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2951399Z 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-01-24T01:13:53.2956788Z 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-01-24T01:13:53.2962462Z 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-01-24T01:13:53.2968565Z 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-01-24T01:13:53.2974292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.2980073Z 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-01-24T01:13:53.2985932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3030956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3171231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3223269Z 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-01-24T01:13:53.3228315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3234547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3240624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3246727Z 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-01-24T01:13:53.3252575Z 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-01-24T01:13:53.3258698Z 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-01-24T01:13:53.3264703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3270727Z 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-01-24T01:13:53.3276796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3289240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3294878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3300706Z 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-01-24T01:13:53.3306999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3312734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3318761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3324865Z 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-01-24T01:13:53.3331194Z 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-01-24T01:13:53.3337538Z 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-01-24T01:13:53.3343895Z 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-01-24T01:13:53.3350220Z 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-01-24T01:13:53.3356156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3361933Z 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-01-24T01:13:53.3367610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3373458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3379240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3385337Z 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-01-24T01:13:53.3391081Z 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-01-24T01:13:53.3397049Z 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-01-24T01:13:53.3402841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3409106Z 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-01-24T01:13:53.3415175Z 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-01-24T01:13:53.3421193Z 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-01-24T01:13:53.3427008Z 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-01-24T01:13:53.3432932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3438622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3444172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3449946Z 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-01-24T01:13:53.3456025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3462127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3467506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3473136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3478852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3484819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3490867Z 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-01-24T01:13:53.3497390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3505369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.3511924Z 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-01-24T01:13:53.3518127Z 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-01-24T01:13:53.3529230Z 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-01-24T01:13:53.3535058Z 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-01-24T01:13:53.3540730Z 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-01-24T01:13:53.3547247Z 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-01-24T01:13:53.3553192Z 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-01-24T01:13:53.3559177Z 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-01-24T01:13:53.3565045Z 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-01-24T01:13:53.3576222Z 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-01-24T01:13:53.3675273Z 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-01-24T01:13:53.3681075Z 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-01-24T01:13:53.3687130Z 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-01-24T01:13:53.3693930Z 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-01-24T01:13:53.3699981Z 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-01-24T01:13:53.3705814Z 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-01-24T01:13:53.3711770Z 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-01-24T01:13:53.3718841Z 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-01-24T01:13:53.3725183Z 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-01-24T01:13:53.3730950Z 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-01-24T01:13:53.3739199Z 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-01-24T01:13:53.3746160Z 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-01-24T01:13:53.3753813Z 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-01-24T01:13:53.3796243Z 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-01-24T01:13:53.3802764Z 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-01-24T01:13:53.3808853Z 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-01-24T01:13:53.3814728Z 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-01-24T01:13:53.3820837Z 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-01-24T01:13:53.3826714Z 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-01-24T01:13:53.3832971Z 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-01-24T01:13:53.3839089Z 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-01-24T01:13:53.3845487Z 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-01-24T01:13:53.3852030Z 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-01-24T01:13:53.3859182Z 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-01-24T01:13:53.3865715Z 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-01-24T01:13:53.3872431Z 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-01-24T01:13:53.3878930Z 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-01-24T01:13:53.3885811Z 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-01-24T01:13:53.3892296Z 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-01-24T01:13:53.3899431Z 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-01-24T01:13:53.3905883Z 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-01-24T01:13:53.3912716Z 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-01-24T01:13:53.3919306Z 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-01-24T01:13:53.3926147Z 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-01-24T01:13:53.3932780Z 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-01-24T01:13:53.3939626Z 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-01-24T01:13:53.3946567Z 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-01-24T01:13:53.3953399Z 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-01-24T01:13:53.3959949Z 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-01-24T01:13:53.3966416Z 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-01-24T01:13:53.3972770Z 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-01-24T01:13:53.3979361Z 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-01-24T01:13:53.3985311Z 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-01-24T01:13:53.3991400Z 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-01-24T01:13:53.3997871Z 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-01-24T01:13:53.4003825Z 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-01-24T01:13:53.4009598Z 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-01-24T01:13:53.4015640Z 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-01-24T01:13:53.4022341Z 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-01-24T01:13:53.4028168Z 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-01-24T01:13:53.4034165Z 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-01-24T01:13:53.4039964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4045194Z 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-01-24T01:13:53.4050734Z 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-01-24T01:13:53.4056462Z 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-01-24T01:13:53.4062663Z 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-01-24T01:13:53.4068132Z 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-01-24T01:13:53.4073923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4079680Z 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-01-24T01:13:53.4085346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4090840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4096670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4103460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4111033Z 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-01-24T01:13:53.4117604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4125461Z 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-01-24T01:13:53.4131754Z 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-01-24T01:13:53.4138069Z 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-01-24T01:13:53.4144719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4151594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4157677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4163783Z 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-01-24T01:13:53.4169523Z 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-01-24T01:13:53.4176694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4182691Z 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-01-24T01:13:53.4188496Z 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-01-24T01:13:53.4194675Z 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-01-24T01:13:53.4200442Z 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-01-24T01:13:53.4206146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4211957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4217661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4223275Z 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-01-24T01:13:53.4228838Z 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-01-24T01:13:53.4240900Z 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-01-24T01:13:53.4257695Z 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-01-24T01:13:53.4263304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4268957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4274791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4280507Z 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-01-24T01:13:53.4285959Z 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-01-24T01:13:53.4291790Z 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-01-24T01:13:53.4297528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4303449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4309542Z 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-01-24T01:13:53.4315171Z 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-01-24T01:13:53.4320673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4349924Z 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-01-24T01:13:53.4355632Z 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-01-24T01:13:53.4361211Z 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-01-24T01:13:53.4367235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4372864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4378173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4383728Z 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-01-24T01:13:53.4389266Z 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-01-24T01:13:53.4394971Z 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-01-24T01:13:53.4400604Z 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-01-24T01:13:53.4406447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4412333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4417959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4423334Z 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-01-24T01:13:53.4428788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4434684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4440221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4445610Z 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-01-24T01:13:53.4451039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4456832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4462241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4468153Z 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-01-24T01:13:53.4485358Z 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-01-24T01:13:53.4490571Z 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-01-24T01:13:53.4496316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4502176Z 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-01-24T01:13:53.4508207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4514164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4519709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4525163Z 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-01-24T01:13:53.4530732Z 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-01-24T01:13:53.4536236Z 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-01-24T01:13:53.4541917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4547664Z 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-01-24T01:13:53.4553441Z 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-01-24T01:13:53.4558912Z 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-01-24T01:13:53.4564563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4570151Z 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-01-24T01:13:53.4576273Z 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-01-24T01:13:53.4582299Z 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-01-24T01:13:53.4588429Z 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-01-24T01:13:53.4594415Z 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-01-24T01:13:53.4600567Z 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-01-24T01:13:53.4606340Z 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-01-24T01:13:53.4612447Z 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-01-24T01:13:53.4619434Z 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-01-24T01:13:53.4626504Z 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-01-24T01:13:53.4633458Z 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-01-24T01:13:53.4641088Z 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-01-24T01:13:53.4646462Z 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-01-24T01:13:53.4652431Z 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-01-24T01:13:53.4658383Z 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-01-24T01:13:53.4664307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4671880Z 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-01-24T01:13:53.4678401Z 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-01-24T01:13:53.4684538Z 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-01-24T01:13:53.4690640Z 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-01-24T01:13:53.4696760Z 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-01-24T01:13:53.4703198Z 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-01-24T01:13:53.4709489Z 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-01-24T01:13:53.4715556Z 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-01-24T01:13:53.4721379Z 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-01-24T01:13:53.4727897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4733778Z 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-01-24T01:13:53.4740266Z 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-01-24T01:13:53.4746455Z 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-01-24T01:13:53.4752548Z 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-01-24T01:13:53.4758478Z 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-01-24T01:13:53.4764514Z 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-01-24T01:13:53.4771012Z 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-01-24T01:13:53.4776914Z 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-01-24T01:13:53.4783508Z 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-01-24T01:13:53.4790638Z 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-01-24T01:13:53.4796462Z 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-01-24T01:13:53.4802239Z 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-01-24T01:13:53.4808102Z 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-01-24T01:13:53.4814006Z 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-01-24T01:13:53.4819885Z 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-01-24T01:13:53.4825885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4831586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4838200Z 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-01-24T01:13:53.4843298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4848837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4883691Z 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-01-24T01:13:53.4889094Z 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-01-24T01:13:53.4901974Z 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-01-24T01:13:53.4907659Z 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-01-24T01:13:53.4913533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4919471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4925769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4932313Z 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-01-24T01:13:53.4938170Z 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-01-24T01:13:53.4944445Z 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-01-24T01:13:53.4950720Z 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-01-24T01:13:53.4956715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4962468Z 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-01-24T01:13:53.4968273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4974068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4979913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4985455Z 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-01-24T01:13:53.4992567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.4998532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5005067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5011892Z 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-01-24T01:13:53.5017769Z 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-01-24T01:13:53.5023453Z 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-01-24T01:13:53.5029356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5035455Z 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-01-24T01:13:53.5059307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5090138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5149436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5155745Z 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-01-24T01:13:53.5163157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5169605Z 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-01-24T01:13:53.5175837Z 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-01-24T01:13:53.5181528Z 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-01-24T01:13:53.5187480Z 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-01-24T01:13:53.5193340Z 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-01-24T01:13:53.5199173Z 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-01-24T01:13:53.5204783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5210638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5216582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5222236Z 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-01-24T01:13:53.5228373Z 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-01-24T01:13:53.5234408Z 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-01-24T01:13:53.5240326Z 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-01-24T01:13:53.5247004Z 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-01-24T01:13:53.5253465Z 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-01-24T01:13:53.5259536Z 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-01-24T01:13:53.5265477Z 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-01-24T01:13:53.5271861Z 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-01-24T01:13:53.5277634Z 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-01-24T01:13:53.5283951Z 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-01-24T01:13:53.5289871Z 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-01-24T01:13:53.5301533Z 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-01-24T01:13:53.5307495Z 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-01-24T01:13:53.5314133Z 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-01-24T01:13:53.5319717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5325873Z 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-01-24T01:13:53.5332112Z 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-01-24T01:13:53.5338255Z 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-01-24T01:13:53.5344152Z 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-01-24T01:13:53.5350222Z 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-01-24T01:13:53.5356575Z 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-01-24T01:13:53.5362898Z 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-01-24T01:13:53.5369169Z 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-01-24T01:13:53.5375113Z 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-01-24T01:13:53.5381116Z 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-01-24T01:13:53.5387758Z 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-01-24T01:13:53.5393677Z 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-01-24T01:13:53.5399484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5405599Z 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-01-24T01:13:53.5412131Z 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-01-24T01:13:53.5418122Z 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-01-24T01:13:53.5423967Z 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-01-24T01:13:53.5430463Z 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-01-24T01:13:53.5436501Z 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-01-24T01:13:53.5442765Z 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-01-24T01:13:53.5448829Z 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-01-24T01:13:53.5454795Z 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-01-24T01:13:53.5460834Z 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-01-24T01:13:53.5466979Z 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-01-24T01:13:53.5473492Z 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-01-24T01:13:53.5479494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5485439Z 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-01-24T01:13:53.5491283Z 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-01-24T01:13:53.5496853Z 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-01-24T01:13:53.5503297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5509747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5515896Z 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-01-24T01:13:53.5521894Z 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-01-24T01:13:53.5528052Z 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-01-24T01:13:53.5534081Z 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-01-24T01:13:53.5540741Z 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-01-24T01:13:53.5546552Z 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-01-24T01:13:53.5552577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5558532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5564557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5569992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5576186Z 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-01-24T01:13:53.5581464Z 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-01-24T01:13:53.5587066Z 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-01-24T01:13:53.5592843Z 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-01-24T01:13:53.5661775Z 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-01-24T01:13:53.5667741Z 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-01-24T01:13:53.5673932Z 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-01-24T01:13:53.5679913Z 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-01-24T01:13:53.5685757Z 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-01-24T01:13:53.5691378Z 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-01-24T01:13:53.5697130Z 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-01-24T01:13:53.5702847Z 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-01-24T01:13:53.5708712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5714645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5720429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5726217Z 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-01-24T01:13:53.5731902Z 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-01-24T01:13:53.5737372Z 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-01-24T01:13:53.5743431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5750078Z 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-01-24T01:13:53.5756419Z 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-01-24T01:13:53.5761881Z 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-01-24T01:13:53.5767580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5773771Z 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-01-24T01:13:53.5779246Z 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-01-24T01:13:53.5784903Z 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-01-24T01:13:53.5790972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5796817Z 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-01-24T01:13:53.5802342Z 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-01-24T01:13:53.5807840Z 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-01-24T01:13:53.5814411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5819883Z 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-01-24T01:13:53.5825397Z 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-01-24T01:13:53.5831043Z 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-01-24T01:13:53.5837183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5842806Z 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-01-24T01:13:53.5848286Z 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-01-24T01:13:53.5853832Z 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-01-24T01:13:53.5859344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5870090Z 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-01-24T01:13:53.5876658Z 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-01-24T01:13:53.5881978Z 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-01-24T01:13:53.5887854Z 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-01-24T01:13:53.5893658Z 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-01-24T01:13:53.5905338Z 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-01-24T01:13:53.5911195Z 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-01-24T01:13:53.5917586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5922689Z 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-01-24T01:13:53.5937228Z 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-01-24T01:13:53.5943721Z 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-01-24T01:13:53.5950137Z 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-01-24T01:13:53.5956064Z 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-01-24T01:13:53.5961623Z 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-01-24T01:13:53.5967366Z 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-01-24T01:13:53.5973044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.5978596Z 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-01-24T01:13:53.5984324Z 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-01-24T01:13:53.5990560Z 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-01-24T01:13:53.5996213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6001692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6007298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6013728Z 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-01-24T01:13:53.6019724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6026065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6032819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6040594Z 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-01-24T01:13:53.6046971Z 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-01-24T01:13:53.6053599Z 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-01-24T01:13:53.6059546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6065562Z 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-01-24T01:13:53.6071548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6078038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6084342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6089705Z 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-01-24T01:13:53.6095250Z 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-01-24T01:13:53.6101286Z 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-01-24T01:13:53.6107276Z 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-01-24T01:13:53.6584437Z 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-01-24T01:13:53.6590309Z 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-01-24T01:13:53.6596327Z 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-01-24T01:13:53.6602428Z 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-01-24T01:13:53.6616345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6622254Z 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-01-24T01:13:53.6628170Z 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-01-24T01:13:53.6634051Z 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-01-24T01:13:53.6639734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6726083Z 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-01-24T01:13:53.6731802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6737378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6743202Z 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-01-24T01:13:53.6749242Z 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-01-24T01:13:53.6756229Z 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-01-24T01:13:53.6762343Z 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-01-24T01:13:53.6768258Z 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-01-24T01:13:53.6774145Z 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-01-24T01:13:53.6780317Z 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-01-24T01:13:53.6786149Z 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-01-24T01:13:53.6792067Z 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-01-24T01:13:53.6797946Z 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-01-24T01:13:53.6803853Z 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-01-24T01:13:53.6810080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6815890Z 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-01-24T01:13:53.6821541Z 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-01-24T01:13:53.6827332Z 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-01-24T01:13:53.6833542Z 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-01-24T01:13:53.6839430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6845388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6851395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6857284Z 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-01-24T01:13:53.6869075Z 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-01-24T01:13:53.6875003Z 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-01-24T01:13:53.6880834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6886347Z 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-01-24T01:13:53.6892123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6898122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6903837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6909734Z 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-01-24T01:13:53.6915409Z 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-01-24T01:13:53.6921198Z 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-01-24T01:13:53.6926887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6932828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6938288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6944295Z 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-01-24T01:13:53.6957185Z 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-01-24T01:13:53.6962785Z 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-01-24T01:13:53.6968897Z 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-01-24T01:13:53.6975253Z 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-01-24T01:13:53.6981055Z 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-01-24T01:13:53.6987025Z 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-01-24T01:13:53.6993120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.6998697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7004877Z 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-01-24T01:13:53.7011893Z 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-01-24T01:13:53.7018691Z 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-01-24T01:13:53.7025457Z 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-01-24T01:13:53.7031600Z 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-01-24T01:13:53.7037589Z 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-01-24T01:13:53.7043689Z 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-01-24T01:13:53.7049836Z 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-01-24T01:13:53.7056009Z 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-01-24T01:13:53.7061932Z 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-01-24T01:13:53.7067669Z 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-01-24T01:13:53.7074017Z 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-01-24T01:13:53.7079722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7091039Z 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-01-24T01:13:53.7097024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7102775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7109417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7115821Z 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-01-24T01:13:53.7121923Z 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-01-24T01:13:53.7127703Z 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-01-24T01:13:53.7133582Z 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-01-24T01:13:53.7139841Z 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-01-24T01:13:53.7145699Z 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-01-24T01:13:53.7151600Z 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-01-24T01:13:53.7157328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7163243Z 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-01-24T01:13:53.7169610Z 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-01-24T01:13:53.7175486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7181719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7187394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7193944Z 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-01-24T01:13:53.7199523Z 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-01-24T01:13:53.7205345Z 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-01-24T01:13:53.7211082Z 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-01-24T01:13:53.7216958Z 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-01-24T01:13:53.7222658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7228080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7234777Z 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-01-24T01:13:53.7241065Z 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-01-24T01:13:53.7246774Z 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-01-24T01:13:53.7255514Z 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-01-24T01:13:53.7263513Z 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-01-24T01:13:53.7269487Z 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-01-24T01:13:53.7275135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7281227Z 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-01-24T01:13:53.7287656Z 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-01-24T01:13:53.7293342Z 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-01-24T01:13:53.7304259Z 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-01-24T01:13:53.7310078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7315807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7321500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7327768Z 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-01-24T01:13:53.7333600Z 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-01-24T01:13:53.7339513Z 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-01-24T01:13:53.7345286Z 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-01-24T01:13:53.7351097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7356879Z 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-01-24T01:13:53.7362354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7367995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7373529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7379339Z 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-01-24T01:13:53.7384977Z 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-01-24T01:13:53.7390620Z 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-01-24T01:13:53.7396204Z 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-01-24T01:13:53.7403161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7408471Z 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-01-24T01:13:53.7423273Z 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-01-24T01:13:53.7428449Z 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-01-24T01:13:53.7438821Z 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-01-24T01:13:53.7444319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7450064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7455505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7461302Z 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-01-24T01:13:53.7467368Z 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-01-24T01:13:53.7473187Z 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-01-24T01:13:53.7479261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7484568Z 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-01-24T01:13:53.7490431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7495989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7501495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7507019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7513461Z 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-01-24T01:13:53.7525455Z 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-01-24T01:13:53.7531333Z 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-01-24T01:13:53.7538108Z 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-01-24T01:13:53.7544912Z 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-01-24T01:13:53.7552070Z 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-01-24T01:13:53.7558301Z 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-01-24T01:13:53.7565502Z 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-01-24T01:13:53.7571197Z 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-01-24T01:13:53.7577196Z 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-01-24T01:13:53.7582939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7588690Z 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-01-24T01:13:53.7594578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7600604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7606454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7611929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7617756Z 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-01-24T01:13:53.7623386Z 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-01-24T01:13:53.7629284Z 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-01-24T01:13:53.7635047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7640549Z 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-01-24T01:13:53.7646472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7657424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7663588Z 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-01-24T01:13:53.7669191Z 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-01-24T01:13:53.7675352Z 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-01-24T01:13:53.7680691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7686173Z 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-01-24T01:13:53.7692350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7698138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7703436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7710043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7715475Z 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-01-24T01:13:53.7721315Z 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-01-24T01:13:53.7726973Z 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-01-24T01:13:53.7732699Z 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-01-24T01:13:53.7738750Z 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-01-24T01:13:53.7745200Z 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-01-24T01:13:53.7751085Z 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-01-24T01:13:53.7756916Z 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-01-24T01:13:53.7763044Z 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-01-24T01:13:53.7768522Z 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-01-24T01:13:53.7774068Z 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-01-24T01:13:53.7780260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7785688Z 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-01-24T01:13:53.7801547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7832235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7861821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7869500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7875879Z 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-01-24T01:13:53.7893645Z 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-01-24T01:13:53.7900391Z 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-01-24T01:13:53.7906417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7912078Z 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-01-24T01:13:53.7933817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7939613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7945100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7950960Z 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-01-24T01:13:53.7956421Z 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-01-24T01:13:53.7962313Z 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-01-24T01:13:53.7968083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7973771Z 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-01-24T01:13:53.7979733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7985417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.7991542Z 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-01-24T01:13:53.7996826Z 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-01-24T01:13:53.8085936Z 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-01-24T01:13:53.8091944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8097312Z 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-01-24T01:13:53.8103109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8109645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8115721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8122517Z 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-01-24T01:13:53.8128985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8135285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8141514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8147440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8153675Z 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-01-24T01:13:53.8159464Z 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-01-24T01:13:53.8165773Z 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-01-24T01:13:53.8171458Z 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-01-24T01:13:53.8177391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8183529Z 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-01-24T01:13:53.8189614Z 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-01-24T01:13:53.8195463Z 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-01-24T01:13:53.8201474Z 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-01-24T01:13:53.8207315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8214026Z 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-01-24T01:13:53.8219894Z 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-01-24T01:13:53.8226182Z 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-01-24T01:13:53.8231984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8237557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8243306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8249523Z 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-01-24T01:13:53.8255325Z 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-01-24T01:13:53.8261009Z 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-01-24T01:13:53.8267025Z 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-01-24T01:13:53.8272776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8278521Z 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-01-24T01:13:53.8289149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8294845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8300880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8307060Z 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-01-24T01:13:53.8312757Z 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-01-24T01:13:53.8318679Z 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-01-24T01:13:53.8324355Z 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-01-24T01:13:53.8330123Z 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-01-24T01:13:53.8335871Z 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-01-24T01:13:53.8341637Z 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-01-24T01:13:53.8347488Z 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-01-24T01:13:53.8358176Z 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-01-24T01:13:53.8364225Z 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-01-24T01:13:53.8370213Z 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-01-24T01:13:53.8376502Z 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-01-24T01:13:53.8382539Z 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-01-24T01:13:53.8388308Z 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-01-24T01:13:53.8395092Z 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-01-24T01:13:53.8401184Z 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-01-24T01:13:53.8407143Z 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-01-24T01:13:53.8412948Z 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-01-24T01:13:53.8446009Z 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-01-24T01:13:53.8451943Z 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-01-24T01:13:53.8458442Z 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-01-24T01:13:53.8464567Z 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-01-24T01:13:53.8470652Z 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-01-24T01:13:53.8476677Z 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-01-24T01:13:53.8482589Z 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-01-24T01:13:53.8493558Z 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-01-24T01:13:53.8499516Z 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-01-24T01:13:53.8511264Z 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-01-24T01:13:53.8517407Z 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-01-24T01:13:53.8523508Z 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-01-24T01:13:53.8529367Z 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-01-24T01:13:53.8535535Z 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-01-24T01:13:53.8547349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8553596Z 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-01-24T01:13:53.8559767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8565663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8571578Z 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-01-24T01:13:53.8577747Z 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-01-24T01:13:53.8583785Z 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-01-24T01:13:53.8594415Z 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-01-24T01:13:53.8600354Z 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-01-24T01:13:53.8606599Z 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-01-24T01:13:53.8612714Z 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-01-24T01:13:53.8618810Z 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-01-24T01:13:53.8624425Z 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-01-24T01:13:53.8630371Z 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-01-24T01:13:53.8642969Z 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-01-24T01:13:53.8648736Z 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-01-24T01:13:53.8654393Z 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-01-24T01:13:53.8660178Z 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-01-24T01:13:53.8665718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8671450Z 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-01-24T01:13:53.8677163Z 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-01-24T01:13:53.8687501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8693353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8699000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8704455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8710596Z 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-01-24T01:13:53.8716348Z 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-01-24T01:13:53.8721912Z 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-01-24T01:13:53.8733110Z 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-01-24T01:13:53.8738842Z 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-01-24T01:13:53.8744631Z 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-01-24T01:13:53.8750569Z 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-01-24T01:13:53.8756629Z 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-01-24T01:13:53.8762258Z 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-01-24T01:13:53.8768234Z 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-01-24T01:13:53.8778739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8784394Z 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-01-24T01:13:53.8790651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8796120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8802255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8807979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8814193Z 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-01-24T01:13:53.8826412Z 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-01-24T01:13:53.8832704Z 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-01-24T01:13:53.8838691Z 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-01-24T01:13:53.8845463Z 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-01-24T01:13:53.8851729Z 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-01-24T01:13:53.8857571Z 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-01-24T01:13:53.8863871Z 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-01-24T01:13:53.8874540Z 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-01-24T01:13:53.8880502Z 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-01-24T01:13:53.8886323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8892285Z 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-01-24T01:13:53.8898184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8904083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8910269Z 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-01-24T01:13:53.8922363Z 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-01-24T01:13:53.8929044Z 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-01-24T01:13:53.8935616Z 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-01-24T01:13:53.8942107Z 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-01-24T01:13:53.8948983Z 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-01-24T01:13:53.8954997Z 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-01-24T01:13:53.8961280Z 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-01-24T01:13:53.8971630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.8977560Z 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-01-24T01:13:53.8983777Z 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-01-24T01:13:53.8990547Z 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-01-24T01:13:53.8996350Z 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-01-24T01:13:53.9002578Z 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-01-24T01:13:53.9008561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.9019984Z 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-01-24T01:13:53.9025881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.9032025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.9038128Z 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-01-24T01:13:53.9044262Z 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-01-24T01:13:53.9050551Z 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-01-24T01:13:53.9056832Z 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-01-24T01:13:53.9067717Z 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-01-24T01:13:53.9074165Z 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-01-24T01:13:53.9079917Z 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-01-24T01:13:53.9085628Z 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-01-24T01:13:53.9091567Z 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-01-24T01:13:53.9098189Z 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-01-24T01:13:53.9103978Z 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-01-24T01:13:53.9114005Z 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-01-24T01:13:53.9119951Z 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-01-24T01:13:53.9126094Z 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-01-24T01:13:53.9132145Z 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-01-24T01:13:53.9138258Z 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-01-24T01:13:53.9144029Z 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-01-24T01:13:53.9149878Z 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-01-24T01:13:53.9161014Z 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-01-24T01:13:53.9166753Z 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-01-24T01:13:53.9172456Z 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-01-24T01:13:53.9178629Z 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-01-24T01:13:53.9184912Z 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-01-24T01:13:53.9190726Z 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-01-24T01:13:53.9196969Z 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-01-24T01:13:53.9208987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.9214683Z 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-01-24T01:13:53.9220258Z 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-01-24T01:13:53.9226169Z 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-01-24T01:13:53.9232060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.9237973Z 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-01-24T01:13:53.9243482Z 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-01-24T01:13:53.9253585Z 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-01-24T01:13:53.9259345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.9264959Z 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-01-24T01:13:53.9271333Z 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-01-24T01:13:53.9277613Z 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-01-24T01:13:53.9284093Z 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-01-24T01:13:53.9291393Z 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-01-24T01:13:53.9304165Z 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-01-24T01:13:53.9311008Z 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-01-24T01:13:53.9318006Z 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-01-24T01:13:53.9324111Z 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-01-24T01:13:53.9330013Z 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-01-24T01:13:53.9336598Z 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-01-24T01:13:53.9342557Z 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-01-24T01:13:53.9354497Z 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-01-24T01:13:53.9365314Z 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-01-24T01:13:53.9371339Z 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-01-24T01:13:53.9377027Z 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-01-24T01:13:53.9382928Z 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-01-24T01:13:53.9388633Z 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-01-24T01:13:53.9394961Z 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-01-24T01:13:53.9405585Z 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-01-24T01:13:53.9411320Z 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-01-24T01:13:53.9417779Z 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-01-24T01:13:53.9423333Z 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-01-24T01:13:53.9429123Z 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-01-24T01:13:53.9456460Z 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-01-24T01:13:53.9462391Z 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-01-24T01:13:53.9473084Z 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-01-24T01:13:53.9480455Z 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-01-24T01:13:53.9486496Z 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-01-24T01:13:53.9492685Z 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-01-24T01:13:53.9498330Z 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-01-24T01:13:53.9504353Z 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-01-24T01:13:53.9510586Z 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-01-24T01:13:53.9527298Z 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-01-24T01:13:53.9533812Z 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-01-24T01:13:53.9539460Z 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-01-24T01:13:53.9545273Z 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-01-24T01:13:53.9551560Z 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-01-24T01:13:53.9557451Z 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-01-24T01:13:53.9563927Z 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-01-24T01:13:53.9574730Z 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-01-24T01:13:53.9617191Z 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-01-24T01:13:53.9623028Z 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-01-24T01:13:53.9628843Z 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-01-24T01:13:53.9634851Z 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-01-24T01:13:53.9641082Z 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-01-24T01:13:53.9646999Z 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-01-24T01:13:53.9657407Z 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-01-24T01:13:53.9664459Z 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-01-24T01:13:53.9671272Z 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-01-24T01:13:53.9678086Z 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-01-24T01:13:53.9684272Z 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-01-24T01:13:53.9690584Z 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-01-24T01:13:53.9697017Z 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-01-24T01:13:53.9707502Z 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-01-24T01:13:53.9714260Z 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-01-24T01:13:53.9720448Z 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-01-24T01:13:53.9726854Z 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-01-24T01:13:53.9733017Z 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-01-24T01:13:53.9739071Z 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-01-24T01:13:53.9745248Z 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-01-24T01:13:53.9756372Z 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-01-24T01:13:53.9763019Z 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-01-24T01:13:53.9769612Z 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-01-24T01:13:53.9775635Z 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-01-24T01:13:53.9781819Z 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-01-24T01:13:53.9787834Z 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-01-24T01:13:53.9794326Z 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-01-24T01:13:53.9804949Z 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-01-24T01:13:53.9811060Z 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-01-24T01:13:53.9817145Z 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-01-24T01:13:53.9823679Z 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-01-24T01:13:53.9830012Z 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-01-24T01:13:53.9836062Z 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-01-24T01:13:53.9842450Z 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-01-24T01:13:53.9848969Z 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-01-24T01:13:53.9855176Z 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-01-24T01:13:53.9861552Z 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-01-24T01:13:53.9867598Z 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-01-24T01:13:53.9873835Z 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-01-24T01:13:53.9880393Z 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-01-24T01:13:53.9886822Z 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-01-24T01:13:53.9893204Z 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-01-24T01:13:53.9899222Z 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-01-24T01:13:53.9905191Z 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-01-24T01:13:53.9911302Z 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-01-24T01:13:53.9917218Z 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-01-24T01:13:53.9923223Z 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-01-24T01:13:53.9929198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.9935361Z 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-01-24T01:13:53.9941105Z 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-01-24T01:13:53.9947125Z 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-01-24T01:13:53.9953290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:53.9959512Z 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-01-24T01:13:53.9965475Z 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-01-24T01:13:53.9971230Z 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-01-24T01:13:53.9977148Z 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-01-24T01:13:53.9982976Z 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-01-24T01:13:53.9988776Z 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-01-24T01:13:53.9994567Z 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-01-24T01:13:54.0000604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.0006713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.0012525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.0023343Z 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-01-24T01:13:54.0029275Z 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-01-24T01:13:54.0035787Z 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-01-24T01:13:54.0042234Z 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-01-24T01:13:54.0049041Z 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-01-24T01:13:54.0056229Z 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-01-24T01:13:54.0064081Z 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-01-24T01:13:54.0070900Z 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-01-24T01:13:54.0078337Z 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-01-24T01:13:54.0084095Z 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-01-24T01:13:54.0090027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.0096294Z 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-01-24T01:13:54.0102926Z 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-01-24T01:13:54.0108379Z 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-01-24T01:13:54.0114744Z 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-01-24T01:13:54.0120409Z 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-01-24T01:13:54.0125943Z 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-01-24T01:13:54.0131868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.0137882Z 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-01-24T01:13:54.0143764Z 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-01-24T01:13:54.0149410Z 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-01-24T01:13:54.0155230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.0161376Z 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-01-24T01:13:54.0167026Z 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-01-24T01:13:54.0172714Z 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-01-24T01:13:54.0178431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.0184618Z 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-01-24T01:13:54.0190406Z 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-01-24T01:13:54.0196152Z 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-01-24T01:13:54.0201872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.0207729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.0213719Z 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-01-24T01:13:54.1170986Z 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-01-24T01:13:54.1177229Z 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-01-24T01:13:54.1209619Z 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-01-24T01:13:54.1215579Z 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-01-24T01:13:54.1221462Z 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-01-24T01:13:54.1227567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.1233782Z 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-01-24T01:13:54.1239806Z 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-01-24T01:13:54.1245579Z 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-01-24T01:13:54.1251403Z 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-01-24T01:13:54.1257275Z 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-01-24T01:13:54.1264074Z 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-01-24T01:13:54.1270065Z 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-01-24T01:13:54.1276440Z 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-01-24T01:13:54.1282369Z 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-01-24T01:13:54.1288320Z 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-01-24T01:13:54.1294175Z 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-01-24T01:13:54.1300144Z 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-01-24T01:13:54.1306168Z 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-01-24T01:13:54.1312747Z 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-01-24T01:13:54.1319258Z 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-01-24T01:13:54.1324707Z 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-01-24T01:13:54.1330586Z 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-01-24T01:13:54.1336594Z 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-01-24T01:13:54.1342727Z 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-01-24T01:13:54.1348597Z 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-01-24T01:13:54.1354598Z 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-01-24T01:13:54.1360419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.1366278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.1372448Z 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-01-24T01:13:54.1378221Z 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-01-24T01:13:54.1384068Z 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-01-24T01:13:54.1390358Z 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-01-24T01:13:54.1396226Z 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-01-24T01:13:54.1402019Z 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-01-24T01:13:54.1407706Z 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-01-24T01:13:54.1413910Z 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-01-24T01:13:54.1419473Z 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-01-24T01:13:54.1425146Z 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-01-24T01:13:54.1430975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.1436806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.1443605Z 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-01-24T01:13:54.1449501Z 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-01-24T01:13:54.1455341Z 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-01-24T01:13:54.1461039Z 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-01-24T01:13:54.1467041Z 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-01-24T01:13:54.1473282Z 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-01-24T01:13:54.1479183Z 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-01-24T01:13:54.1485536Z 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-01-24T01:13:54.1491479Z 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-01-24T01:13:54.1498287Z 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-01-24T01:13:54.1504195Z 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-01-24T01:13:54.1510368Z 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-01-24T01:13:54.1516338Z 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-01-24T01:13:54.1522362Z 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-01-24T01:13:54.1528445Z 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-01-24T01:13:54.1534948Z 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-01-24T01:13:54.1541235Z 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-01-24T01:13:54.1547195Z 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-01-24T01:13:54.1554152Z 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-01-24T01:13:54.1561183Z 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-01-24T01:13:54.1568149Z 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-01-24T01:13:54.1575295Z 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-01-24T01:13:54.1581508Z 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-01-24T01:13:54.1587896Z 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-01-24T01:13:54.1594390Z 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-01-24T01:13:54.1600621Z 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-01-24T01:13:54.1606682Z 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-01-24T01:13:54.1612882Z 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-01-24T01:13:54.1618761Z 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-01-24T01:13:54.1624777Z 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-01-24T01:13:54.1631381Z 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-01-24T01:13:54.1637420Z 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-01-24T01:13:54.1648156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.1654303Z 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-01-24T01:13:54.1660238Z 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-01-24T01:13:54.1665907Z 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-01-24T01:13:54.1671840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.1677963Z 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-01-24T01:13:54.1684015Z 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-01-24T01:13:54.1690023Z 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-01-24T01:13:54.1695851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.1702133Z 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-01-24T01:13:54.1707963Z 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-01-24T01:13:54.1714101Z 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-01-24T01:13:54.1720498Z 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-01-24T01:13:54.1726746Z 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-01-24T01:13:54.1732558Z 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-01-24T01:13:54.1738568Z 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-01-24T01:13:54.1744385Z 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-01-24T01:13:54.1750434Z 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-01-24T01:13:54.1756299Z 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-01-24T01:13:54.1762352Z 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-01-24T01:13:54.1768323Z 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-01-24T01:13:54.1774615Z 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-01-24T01:13:54.1780324Z 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-01-24T01:13:54.1787406Z 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-01-24T01:13:54.1793524Z 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-01-24T01:13:54.1799993Z 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-01-24T01:13:54.1805840Z 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-01-24T01:13:54.1811786Z 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-01-24T01:13:54.1822938Z 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-01-24T01:13:54.1829474Z 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-01-24T01:13:54.1835673Z 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-01-24T01:13:54.1841713Z 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-01-24T01:13:54.1847752Z 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-01-24T01:13:54.1861730Z 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-01-24T01:13:54.1867837Z 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-01-24T01:13:54.1873879Z 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-01-24T01:13:54.1880360Z 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-01-24T01:13:54.1886360Z 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-01-24T01:13:54.1892450Z 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-01-24T01:13:54.1898514Z 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-01-24T01:13:54.1904497Z 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-01-24T01:13:54.1911721Z 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-01-24T01:13:54.1918049Z 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-01-24T01:13:54.1924369Z 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-01-24T01:13:54.1930712Z 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-01-24T01:13:54.1936973Z 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-01-24T01:13:54.1943224Z 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-01-24T01:13:54.1950291Z 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-01-24T01:13:54.1956316Z 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-01-24T01:13:54.1962875Z 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-01-24T01:13:54.1969066Z 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-01-24T01:13:54.1975370Z 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-01-24T01:13:54.1981438Z 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-01-24T01:13:54.1988252Z 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-01-24T01:13:54.1994238Z 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-01-24T01:13:54.2000259Z 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-01-24T01:13:54.2006398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.2013164Z 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-01-24T01:13:54.2019516Z 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-01-24T01:13:54.2025598Z 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-01-24T01:13:54.2031945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.2037739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.2043985Z 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-01-24T01:13:54.2049906Z 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-01-24T01:13:54.2056825Z 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-01-24T01:13:54.2063416Z 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-01-24T01:13:54.2069716Z 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-01-24T01:13:54.2075725Z 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-01-24T01:13:54.2081975Z 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-01-24T01:13:54.2088111Z 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-01-24T01:13:54.2094047Z 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-01-24T01:13:54.2099855Z 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-01-24T01:13:54.2105994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.2112215Z 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-01-24T01:13:54.2118358Z 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-01-24T01:13:54.2124403Z 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-01-24T01:13:54.2129668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.2135897Z 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-01-24T01:13:54.2142224Z 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-01-24T01:13:54.2147780Z 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-01-24T01:13:54.2153688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.2159659Z 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-01-24T01:13:54.2165915Z 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-01-24T01:13:54.2171500Z 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-01-24T01:13:54.2177337Z 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-01-24T01:13:54.2183548Z 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-01-24T01:13:54.2189569Z 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-01-24T01:13:54.2195648Z 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-01-24T01:13:54.2201606Z 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-01-24T01:13:54.2208066Z 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-01-24T01:13:54.2214227Z 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-01-24T01:13:54.2224891Z 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-01-24T01:13:54.2230912Z 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-01-24T01:13:54.2237303Z 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-01-24T01:13:54.2243005Z 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-01-24T01:13:54.2329388Z 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-01-24T01:13:54.2335380Z 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-01-24T01:13:54.2341155Z 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-01-24T01:13:54.2347306Z 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-01-24T01:13:54.2353373Z 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-01-24T01:13:54.2359270Z 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-01-24T01:13:54.2366368Z 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-01-24T01:13:54.2372757Z 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-01-24T01:13:54.2378836Z 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-01-24T01:13:54.2385201Z 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-01-24T01:13:54.2391480Z 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-01-24T01:13:54.2397729Z 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-01-24T01:13:54.2403941Z 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-01-24T01:13:54.2410098Z 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-01-24T01:13:54.2416226Z 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-01-24T01:13:54.2423778Z 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-01-24T01:13:54.2429955Z 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-01-24T01:13:54.2436303Z 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-01-24T01:13:54.2442389Z 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-01-24T01:13:54.2449114Z 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-01-24T01:13:54.2455352Z 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-01-24T01:13:54.2461944Z 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-01-24T01:13:54.2467968Z 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-01-24T01:13:54.2473945Z 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-01-24T01:13:54.2485745Z 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-01-24T01:13:54.2492201Z 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-01-24T01:13:54.2498334Z 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-01-24T01:13:54.2504505Z 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-01-24T01:13:54.2511285Z 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-01-24T01:13:54.2517493Z 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-01-24T01:13:54.2523906Z 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-01-24T01:13:54.2530121Z 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-01-24T01:13:54.2536431Z 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-01-24T01:13:54.2543314Z 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-01-24T01:13:54.2549659Z 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-01-24T01:13:54.2555706Z 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-01-24T01:13:54.2562867Z 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-01-24T01:13:54.2570056Z 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-01-24T01:13:54.2576519Z 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-01-24T01:13:54.2582727Z 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-01-24T01:13:54.2588996Z 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-01-24T01:13:54.2595437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.2601999Z 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-01-24T01:13:54.2608073Z 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-01-24T01:13:54.2613894Z 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-01-24T01:13:54.2624291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.2630699Z 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-01-24T01:13:54.2636483Z 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-01-24T01:13:54.2642318Z 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-01-24T01:13:54.2649257Z 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-01-24T01:13:54.2656174Z 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-01-24T01:13:54.2662201Z 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-01-24T01:13:54.2668581Z 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-01-24T01:13:54.2674477Z 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-01-24T01:13:54.2680381Z 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-01-24T01:13:54.2686557Z 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-01-24T01:13:54.2692756Z 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-01-24T01:13:54.2699065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.2705551Z 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-01-24T01:13:54.2712727Z 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-01-24T01:13:54.2720638Z 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-01-24T01:13:54.2726740Z 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-01-24T01:13:54.2732802Z 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-01-24T01:13:54.2739425Z 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-01-24T01:13:54.2745920Z 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-01-24T01:13:54.2751986Z 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-01-24T01:13:54.2757733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.2764103Z 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-01-24T01:13:54.2770164Z 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-01-24T01:13:54.2776084Z 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-01-24T01:13:54.2782040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.2788363Z 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-01-24T01:13:54.2794410Z 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-01-24T01:13:54.2800733Z 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-01-24T01:13:54.2806902Z 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-01-24T01:13:54.2812796Z 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-01-24T01:13:54.2819097Z 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-01-24T01:13:54.2825246Z 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-01-24T01:13:54.2831459Z 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-01-24T01:13:54.2837375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.2843322Z 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-01-24T01:13:54.2849922Z 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-01-24T01:13:54.2855532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.2861739Z 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-01-24T01:13:54.2867619Z 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-01-24T01:13:54.2873570Z 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-01-24T01:13:54.2879914Z 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-01-24T01:13:54.2886003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.2891798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.2926022Z 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-01-24T01:13:54.2932591Z 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-01-24T01:13:54.2938084Z 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-01-24T01:13:54.2945172Z 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-01-24T01:13:54.2951662Z 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-01-24T01:13:54.2957701Z 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-01-24T01:13:54.2964379Z 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-01-24T01:13:54.2971166Z 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-01-24T01:13:54.2978044Z 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-01-24T01:13:54.2984031Z 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-01-24T01:13:54.2989994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.2996037Z 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-01-24T01:13:54.3002196Z 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-01-24T01:13:54.3007848Z 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-01-24T01:13:54.3013684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3019262Z 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-01-24T01:13:54.3025089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3031019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3036274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3042133Z 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-01-24T01:13:54.3047655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3053205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3058858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3064652Z 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-01-24T01:13:54.3070849Z 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-01-24T01:13:54.3076840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3083119Z 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-01-24T01:13:54.3089042Z 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-01-24T01:13:54.3102743Z 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-01-24T01:13:54.3108406Z 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-01-24T01:13:54.3114179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3120130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3125691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3131594Z 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-01-24T01:13:54.3137115Z 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-01-24T01:13:54.3143114Z 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-01-24T01:13:54.3148958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3154681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3160279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3165964Z 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-01-24T01:13:54.3171489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3177458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3182988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3188683Z 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-01-24T01:13:54.3194344Z 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-01-24T01:13:54.3199953Z 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-01-24T01:13:54.3205374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3211328Z 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-01-24T01:13:54.3217486Z 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-01-24T01:13:54.3223061Z 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-01-24T01:13:54.3229066Z 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-01-24T01:13:54.3234401Z 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-01-24T01:13:54.3240885Z 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-01-24T01:13:54.3246849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3252502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3258152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3264367Z 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-01-24T01:13:54.3270160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3275653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3280902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3286500Z 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-01-24T01:13:54.3291984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3297321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3302796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3308171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3314026Z 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-01-24T01:13:54.3319720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3325390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3336461Z 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-01-24T01:13:54.3342219Z 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-01-24T01:13:54.3347901Z 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-01-24T01:13:54.3354147Z 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-01-24T01:13:54.3360188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3365484Z 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-01-24T01:13:54.3371150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3382508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3387489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3393496Z 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-01-24T01:13:54.3399303Z 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-01-24T01:13:54.3407091Z 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-01-24T01:13:54.3413412Z 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-01-24T01:13:54.3419211Z 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-01-24T01:13:54.3425046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3430575Z 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-01-24T01:13:54.3436503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3442209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3448261Z 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-01-24T01:13:54.3454619Z 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-01-24T01:13:54.3460723Z 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-01-24T01:13:54.3466256Z 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-01-24T01:13:54.3472245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3478180Z 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-01-24T01:13:54.3484267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3495874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3496859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3500918Z 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-01-24T01:13:54.3506840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3512831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3518864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3525090Z 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-01-24T01:13:54.3530627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3536453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3542365Z 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-01-24T01:13:54.3548811Z 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-01-24T01:13:54.3554987Z 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-01-24T01:13:54.3561667Z 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-01-24T01:13:54.3568463Z 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-01-24T01:13:54.3574415Z 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-01-24T01:13:54.3580776Z 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-01-24T01:13:54.3586679Z 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-01-24T01:13:54.3592846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3598763Z 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-01-24T01:13:54.3604556Z 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-01-24T01:13:54.3610088Z 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-01-24T01:13:54.3615806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3621641Z 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-01-24T01:13:54.3627452Z 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-01-24T01:13:54.3633375Z 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-01-24T01:13:54.3639218Z 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-01-24T01:13:54.3645167Z 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-01-24T01:13:54.3651087Z 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-01-24T01:13:54.3656770Z 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-01-24T01:13:54.3662773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3670228Z 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-01-24T01:13:54.3675763Z 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-01-24T01:13:54.3681131Z 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-01-24T01:13:54.3686726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3691688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3697053Z 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-01-24T01:13:54.3702846Z 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-01-24T01:13:54.3708774Z 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-01-24T01:13:54.3714632Z 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-01-24T01:13:54.3720294Z 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-01-24T01:13:54.3725904Z 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-01-24T01:13:54.3731453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3737059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3742454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3747616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3753271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3759860Z 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-01-24T01:13:54.3765486Z 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-01-24T01:13:54.3771153Z 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-01-24T01:13:54.3776777Z 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-01-24T01:13:54.3782595Z 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-01-24T01:13:54.3788259Z 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-01-24T01:13:54.3794460Z 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-01-24T01:13:54.3800513Z 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-01-24T01:13:54.3805794Z 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-01-24T01:13:54.3811529Z 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-01-24T01:13:54.3817147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3822448Z 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-01-24T01:13:54.3827968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3834148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3840221Z 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-01-24T01:13:54.3845608Z 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-01-24T01:13:54.3851498Z 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-01-24T01:13:54.3877497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3882718Z 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-01-24T01:13:54.3888186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3893809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3899360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3904800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3910926Z 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-01-24T01:13:54.3916495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3922184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3927822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3933975Z 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-01-24T01:13:54.3939561Z 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-01-24T01:13:54.3945470Z 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-01-24T01:13:54.3951257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.3957274Z 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-01-24T01:13:54.3962827Z 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-01-24T01:13:54.3968318Z 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-01-24T01:13:54.3974059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4007999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4014244Z 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-01-24T01:13:54.4020209Z 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-01-24T01:13:54.4026514Z 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-01-24T01:13:54.4032584Z 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-01-24T01:13:54.4038597Z 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-01-24T01:13:54.4044995Z 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-01-24T01:13:54.4050884Z 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-01-24T01:13:54.4057692Z 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-01-24T01:13:54.4063982Z 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-01-24T01:13:54.4070750Z 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-01-24T01:13:54.4077403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4084245Z 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-01-24T01:13:54.4091382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4098434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4105184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4111608Z 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-01-24T01:13:54.4117402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4122956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4128778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4134271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4140182Z 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-01-24T01:13:54.4145994Z 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-01-24T01:13:54.4151912Z 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-01-24T01:13:54.4157711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4163382Z 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-01-24T01:13:54.4169005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4174680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4180369Z 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-01-24T01:13:54.4185866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4191544Z 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-01-24T01:13:54.4197706Z 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-01-24T01:13:54.4203447Z 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-01-24T01:13:54.4208783Z 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-01-24T01:13:54.4220369Z 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-01-24T01:13:54.4226186Z 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-01-24T01:13:54.4232240Z 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-01-24T01:13:54.4237917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4243924Z 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-01-24T01:13:54.4249958Z 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-01-24T01:13:54.4255589Z 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-01-24T01:13:54.4261125Z 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-01-24T01:13:54.4267309Z 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-01-24T01:13:54.4272957Z 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-01-24T01:13:54.4278887Z 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-01-24T01:13:54.4289523Z 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-01-24T01:13:54.4293196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4299191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4304319Z 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-01-24T01:13:54.4310297Z 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-01-24T01:13:54.4315931Z 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-01-24T01:13:54.4321712Z 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-01-24T01:13:54.4327572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4333074Z 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-01-24T01:13:54.4338639Z 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-01-24T01:13:54.4344378Z 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-01-24T01:13:54.4349872Z 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-01-24T01:13:54.4355913Z 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-01-24T01:13:54.4361683Z 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-01-24T01:13:54.4367501Z 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-01-24T01:13:54.4373430Z 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-01-24T01:13:54.4379396Z 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-01-24T01:13:54.4385066Z 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-01-24T01:13:54.4390905Z 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-01-24T01:13:54.4396511Z 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-01-24T01:13:54.4402056Z 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-01-24T01:13:54.4407981Z 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-01-24T01:13:54.4413907Z 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-01-24T01:13:54.4419385Z 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-01-24T01:13:54.4424868Z 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-01-24T01:13:54.4430764Z 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-01-24T01:13:54.4436430Z 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-01-24T01:13:54.4442028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4447748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4454377Z 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-01-24T01:13:54.4460101Z 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-01-24T01:13:54.4470877Z 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-01-24T01:13:54.4476936Z 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-01-24T01:13:54.4483126Z 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-01-24T01:13:54.4489051Z 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-01-24T01:13:54.4495012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.4500740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5454874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5466316Z 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-01-24T01:13:54.5472565Z 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-01-24T01:13:54.5478183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5484584Z 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-01-24T01:13:54.5491023Z 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-01-24T01:13:54.5496926Z 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-01-24T01:13:54.5502719Z 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-01-24T01:13:54.5508841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5514747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5520937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5526942Z 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-01-24T01:13:54.5532922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5539083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5544976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5551087Z 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-01-24T01:13:54.5556776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5562430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5568750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5574743Z 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-01-24T01:13:54.5581217Z 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-01-24T01:13:54.5587594Z 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-01-24T01:13:54.5594150Z 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-01-24T01:13:54.5600461Z 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-01-24T01:13:54.5606440Z 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-01-24T01:13:54.5612670Z 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-01-24T01:13:54.5618678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5624912Z 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-01-24T01:13:54.5630411Z 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-01-24T01:13:54.5636115Z 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-01-24T01:13:54.5641781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5647981Z 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-01-24T01:13:54.5653819Z 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-01-24T01:13:54.5659501Z 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-01-24T01:13:54.5665329Z 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-01-24T01:13:54.5671259Z 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-01-24T01:13:54.5677033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5682566Z 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-01-24T01:13:54.5688127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5700366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5705805Z 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-01-24T01:13:54.5716537Z 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-01-24T01:13:54.5722570Z 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-01-24T01:13:54.5728432Z 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-01-24T01:13:54.5734308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5740138Z 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-01-24T01:13:54.5745681Z 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-01-24T01:13:54.5751591Z 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-01-24T01:13:54.5757224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5764614Z 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-01-24T01:13:54.5770591Z 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-01-24T01:13:54.5776221Z 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-01-24T01:13:54.5782018Z 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-01-24T01:13:54.5787781Z 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-01-24T01:13:54.5794342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5799842Z 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-01-24T01:13:54.5805525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5815673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5820900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5826569Z 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-01-24T01:13:54.5832216Z 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-01-24T01:13:54.5837931Z 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-01-24T01:13:54.5843925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5849515Z 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-01-24T01:13:54.5855171Z 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-01-24T01:13:54.5860967Z 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-01-24T01:13:54.5866439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5871880Z 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-01-24T01:13:54.5877521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5883253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5889284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5899461Z 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-01-24T01:13:54.5905118Z 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-01-24T01:13:54.5910799Z 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-01-24T01:13:54.5916775Z 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-01-24T01:13:54.5922502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5928403Z 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-01-24T01:13:54.5934628Z 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-01-24T01:13:54.5940117Z 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-01-24T01:13:54.5945466Z 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-01-24T01:13:54.5951465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5956517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5962241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5967928Z 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-01-24T01:13:54.5973719Z 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-01-24T01:13:54.5979747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.5985967Z 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-01-24T01:13:54.5992195Z 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-01-24T01:13:54.5997985Z 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-01-24T01:13:54.6003789Z 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-01-24T01:13:54.6009753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.6015656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.6021358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.6027697Z 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-01-24T01:13:54.6033879Z 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-01-24T01:13:54.6039898Z 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-01-24T01:13:54.6045607Z 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-01-24T01:13:54.6052247Z 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-01-24T01:13:54.6059722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.6086544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.6092944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.6099078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.6106210Z 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-01-24T01:13:54.6112722Z 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-01-24T01:13:54.6271349Z 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-01-24T01:13:54.6277234Z 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-01-24T01:13:54.6294681Z 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-01-24T01:13:54.6300484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.6306787Z 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-01-24T01:13:54.6312735Z 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-01-24T01:13:54.6318346Z 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-01-24T01:13:54.6324225Z 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-01-24T01:13:54.6330141Z 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-01-24T01:13:54.6335899Z 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-01-24T01:13:54.6341592Z 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-01-24T01:13:54.6347252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.6352858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.6358488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.8707695Z 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-01-24T01:13:54.8714440Z 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-01-24T01:13:54.8720483Z 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-01-24T01:13:54.8726421Z 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-01-24T01:13:54.8732186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.8737979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.8743917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.8750164Z 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-01-24T01:13:54.8756338Z 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-01-24T01:13:54.8770498Z 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-01-24T01:13:54.8776863Z 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-01-24T01:13:54.8782720Z 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-01-24T01:13:54.8788449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.8794636Z 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-01-24T01:13:54.8800543Z 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-01-24T01:13:54.8806788Z 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-01-24T01:13:54.8812690Z 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-01-24T01:13:54.8818551Z 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-01-24T01:13:54.8824658Z 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-01-24T01:13:54.8830545Z 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-01-24T01:13:54.8836346Z 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-01-24T01:13:54.8842325Z 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-01-24T01:13:54.8848482Z 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-01-24T01:13:54.8854159Z 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-01-24T01:13:54.8860173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.8866175Z 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-01-24T01:13:54.8872132Z 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-01-24T01:13:54.8877618Z 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-01-24T01:13:54.8883527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.8889602Z 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-01-24T01:13:54.8895449Z 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-01-24T01:13:54.8901544Z 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-01-24T01:13:54.8907451Z 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-01-24T01:13:54.8913756Z 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-01-24T01:13:54.8919462Z 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-01-24T01:13:54.8925525Z 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-01-24T01:13:54.8931095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.8936908Z 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-01-24T01:13:54.8979565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.8985972Z 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-01-24T01:13:54.8991965Z 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-01-24T01:13:54.8998017Z 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-01-24T01:13:54.9003877Z 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-01-24T01:13:54.9013931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.9019694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.9025408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.9031521Z 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-01-24T01:13:54.9037907Z 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-01-24T01:13:54.9043964Z 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-01-24T01:13:54.9049902Z 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-01-24T01:13:54.9055626Z 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-01-24T01:13:54.9073097Z 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-01-24T01:13:54.9080005Z 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-01-24T01:13:54.9086635Z 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-01-24T01:13:54.9094315Z 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-01-24T01:13:54.9100497Z 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-01-24T01:13:54.9107029Z 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-01-24T01:13:54.9113053Z 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-01-24T01:13:54.9120376Z 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-01-24T01:13:54.9126642Z 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-01-24T01:13:54.9132546Z 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-01-24T01:13:54.9138439Z 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-01-24T01:13:54.9144317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.9150547Z 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-01-24T01:13:54.9156686Z 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-01-24T01:13:54.9162814Z 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-01-24T01:13:54.9169098Z 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-01-24T01:13:54.9174850Z 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-01-24T01:13:54.9180647Z 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-01-24T01:13:54.9186416Z 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-01-24T01:13:54.9192575Z 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-01-24T01:13:54.9198895Z 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-01-24T01:13:54.9248736Z 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-01-24T01:13:54.9254707Z 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-01-24T01:13:54.9261111Z 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-01-24T01:13:54.9267626Z 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-01-24T01:13:54.9273364Z 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-01-24T01:13:54.9279419Z 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-01-24T01:13:54.9285293Z 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-01-24T01:13:54.9291135Z 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-01-24T01:13:54.9296847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.9303143Z 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-01-24T01:13:54.9309754Z 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-01-24T01:13:54.9315519Z 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-01-24T01:13:54.9321480Z 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-01-24T01:13:54.9327253Z 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-01-24T01:13:54.9333285Z 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-01-24T01:13:54.9339152Z 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-01-24T01:13:54.9346165Z 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-01-24T01:13:54.9352824Z 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-01-24T01:13:54.9359546Z 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-01-24T01:13:54.9366366Z 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-01-24T01:13:54.9376305Z 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-01-24T01:13:54.9382328Z 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-01-24T01:13:54.9388977Z 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-01-24T01:13:54.9395112Z 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-01-24T01:13:54.9401853Z 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-01-24T01:13:54.9408665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.9415608Z 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-01-24T01:13:54.9422173Z 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-01-24T01:13:54.9428405Z 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-01-24T01:13:54.9434662Z 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-01-24T01:13:54.9441197Z 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-01-24T01:13:54.9447041Z 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-01-24T01:13:54.9453057Z 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-01-24T01:13:54.9459079Z 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-01-24T01:13:54.9465648Z 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-01-24T01:13:54.9471800Z 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-01-24T01:13:54.9477544Z 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-01-24T01:13:54.9483451Z 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-01-24T01:13:54.9489922Z 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-01-24T01:13:54.9495828Z 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-01-24T01:13:54.9501723Z 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-01-24T01:13:54.9507632Z 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-01-24T01:13:54.9513884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.9519828Z 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-01-24T01:13:54.9526049Z 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-01-24T01:13:54.9532253Z 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-01-24T01:13:54.9537858Z 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-01-24T01:13:54.9544617Z 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-01-24T01:13:54.9549885Z 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-01-24T01:13:54.9555658Z 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-01-24T01:13:54.9561700Z 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-01-24T01:13:54.9567894Z 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-01-24T01:13:54.9573756Z 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-01-24T01:13:54.9579764Z 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-01-24T01:13:54.9585667Z 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-01-24T01:13:54.9591702Z 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-01-24T01:13:54.9597623Z 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-01-24T01:13:54.9603658Z 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-01-24T01:13:54.9609467Z 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-01-24T01:13:54.9615236Z 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-01-24T01:13:54.9621028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:54.9626965Z 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-01-24T01:13:54.9633532Z 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-01-24T01:13:54.9639502Z 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-01-24T01:13:54.9645628Z 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-01-24T01:13:54.9652570Z 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-01-24T01:13:55.0279880Z 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-01-24T01:13:55.0286410Z 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-01-24T01:13:55.0292588Z 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-01-24T01:13:55.0299270Z 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-01-24T01:13:55.0392139Z 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-01-24T01:13:55.0397890Z 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-01-24T01:13:55.0404053Z 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-01-24T01:13:55.0410361Z 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-01-24T01:13:55.0416644Z 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-01-24T01:13:55.0422669Z 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-01-24T01:13:55.0428728Z 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-01-24T01:13:55.0435024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0441215Z 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-01-24T01:13:55.0448140Z 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-01-24T01:13:55.0454404Z 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-01-24T01:13:55.0460456Z 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-01-24T01:13:55.0466617Z 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-01-24T01:13:55.0473104Z 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-01-24T01:13:55.0479355Z 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-01-24T01:13:55.0485368Z 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-01-24T01:13:55.0491751Z 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-01-24T01:13:55.0497833Z 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-01-24T01:13:55.0504715Z 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-01-24T01:13:55.0511034Z 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-01-24T01:13:55.0517405Z 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-01-24T01:13:55.0523424Z 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-01-24T01:13:55.0530107Z 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-01-24T01:13:55.0536251Z 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-01-24T01:13:55.0542585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0548104Z 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-01-24T01:13:55.0554283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0560444Z 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-01-24T01:13:55.0566412Z 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-01-24T01:13:55.0572713Z 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-01-24T01:13:55.0578483Z 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-01-24T01:13:55.0584366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0590499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0596670Z 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-01-24T01:13:55.0603352Z 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-01-24T01:13:55.0609594Z 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-01-24T01:13:55.0615870Z 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-01-24T01:13:55.0621648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0627591Z 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-01-24T01:13:55.0633586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0639190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0644954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0650885Z 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-01-24T01:13:55.0656516Z 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-01-24T01:13:55.0662078Z 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-01-24T01:13:55.0667678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0673943Z 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-01-24T01:13:55.0679723Z 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-01-24T01:13:55.0685267Z 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-01-24T01:13:55.0691009Z 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-01-24T01:13:55.0697232Z 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-01-24T01:13:55.0702892Z 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-01-24T01:13:55.0708541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0714978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0720844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0726333Z 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-01-24T01:13:55.0731818Z 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-01-24T01:13:55.0737451Z 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-01-24T01:13:55.0743009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0748481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0754114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0759718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0764998Z 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-01-24T01:13:55.0770751Z 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-01-24T01:13:55.0776738Z 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-01-24T01:13:55.0782474Z 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-01-24T01:13:55.0788073Z 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-01-24T01:13:55.0794017Z 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-01-24T01:13:55.0799850Z 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-01-24T01:13:55.0805666Z 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-01-24T01:13:55.0811424Z 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-01-24T01:13:55.0817278Z 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-01-24T01:13:55.0822791Z 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-01-24T01:13:55.0828878Z 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-01-24T01:13:55.0834450Z 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-01-24T01:13:55.0840083Z 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-01-24T01:13:55.0846023Z 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-01-24T01:13:55.0851945Z 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-01-24T01:13:55.0858056Z 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-01-24T01:13:55.0863951Z 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-01-24T01:13:55.0869744Z 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-01-24T01:13:55.0875779Z 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-01-24T01:13:55.0881807Z 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-01-24T01:13:55.0887538Z 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-01-24T01:13:55.0893791Z 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-01-24T01:13:55.0899205Z 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-01-24T01:13:55.0904654Z 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-01-24T01:13:55.0910714Z 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-01-24T01:13:55.0916447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0922818Z 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-01-24T01:13:55.0928726Z 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-01-24T01:13:55.0934362Z 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-01-24T01:13:55.0940291Z 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-01-24T01:13:55.0946224Z 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-01-24T01:13:55.0952153Z 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-01-24T01:13:55.0958280Z 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-01-24T01:13:55.0964219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0969716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0975185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0980914Z 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-01-24T01:13:55.0986763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0992681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.0998340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1004180Z 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-01-24T01:13:55.1009872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1016421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1022234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1027961Z 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-01-24T01:13:55.1034089Z 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-01-24T01:13:55.1040100Z 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-01-24T01:13:55.1045844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1052087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1058254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1064256Z 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-01-24T01:13:55.1070306Z 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-01-24T01:13:55.1075983Z 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-01-24T01:13:55.1082344Z 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-01-24T01:13:55.1088124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1093963Z 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-01-24T01:13:55.1100103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1105978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1112093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1118513Z 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-01-24T01:13:55.1124918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1131311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1136784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1142247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1148325Z 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-01-24T01:13:55.1154268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1160456Z 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-01-24T01:13:55.1166913Z 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-01-24T01:13:55.1172453Z 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-01-24T01:13:55.1178069Z 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-01-24T01:13:55.1184103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1189994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1195943Z 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-01-24T01:13:55.1201588Z 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-01-24T01:13:55.1207203Z 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-01-24T01:13:55.1212992Z 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-01-24T01:13:55.1218348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1223873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1229309Z 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-01-24T01:13:55.1235288Z 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-01-24T01:13:55.1241262Z 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-01-24T01:13:55.1247032Z 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-01-24T01:13:55.1253043Z 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-01-24T01:13:55.1258744Z 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-01-24T01:13:55.1264899Z 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-01-24T01:13:55.1271196Z 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-01-24T01:13:55.1277247Z 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-01-24T01:13:55.1283113Z 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-01-24T01:13:55.1288932Z 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-01-24T01:13:55.1294933Z 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-01-24T01:13:55.1300858Z 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-01-24T01:13:55.1306714Z 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-01-24T01:13:55.1312959Z 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-01-24T01:13:55.1318990Z 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-01-24T01:13:55.1325976Z 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-01-24T01:13:55.1332078Z 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-01-24T01:13:55.1338425Z 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-01-24T01:13:55.1344683Z 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-01-24T01:13:55.1351512Z 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-01-24T01:13:55.1357476Z 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-01-24T01:13:55.1363896Z 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-01-24T01:13:55.1369962Z 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-01-24T01:13:55.1376437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1382558Z 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-01-24T01:13:55.1388173Z 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-01-24T01:13:55.1394095Z 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-01-24T01:13:55.1400336Z 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-01-24T01:13:55.1406282Z 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-01-24T01:13:55.1412468Z 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-01-24T01:13:55.1418377Z 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-01-24T01:13:55.1424295Z 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-01-24T01:13:55.1430429Z 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-01-24T01:13:55.1436743Z 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-01-24T01:13:55.1442433Z 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-01-24T01:13:55.1448239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1454499Z 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-01-24T01:13:55.1460416Z 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-01-24T01:13:55.1466276Z 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-01-24T01:13:55.1472172Z 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-01-24T01:13:55.1478039Z 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-01-24T01:13:55.1484099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1489997Z 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-01-24T01:13:55.1495931Z 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-01-24T01:13:55.1501757Z 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-01-24T01:13:55.1507584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1513459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1524349Z 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-01-24T01:13:55.1530606Z 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-01-24T01:13:55.1536789Z 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-01-24T01:13:55.1542848Z 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-01-24T01:13:55.1549314Z 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-01-24T01:13:55.1555408Z 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-01-24T01:13:55.1561188Z 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-01-24T01:13:55.1567445Z 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-01-24T01:13:55.1573246Z 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-01-24T01:13:55.1579047Z 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-01-24T01:13:55.1585023Z 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-01-24T01:13:55.1591194Z 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-01-24T01:13:55.1597089Z 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-01-24T01:13:55.1603103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1610053Z 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-01-24T01:13:55.1616906Z 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-01-24T01:13:55.1623580Z 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-01-24T01:13:55.1629780Z 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-01-24T01:13:55.1635569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1641874Z 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-01-24T01:13:55.1647839Z 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-01-24T01:13:55.1653604Z 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-01-24T01:13:55.1659972Z 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-01-24T01:13:55.1665665Z 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-01-24T01:13:55.1671556Z 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-01-24T01:13:55.1678183Z 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-01-24T01:13:55.1721487Z 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-01-24T01:13:55.1727129Z 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-01-24T01:13:55.1732915Z 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-01-24T01:13:55.1738699Z 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-01-24T01:13:55.1744119Z 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-01-24T01:13:55.1749962Z 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-01-24T01:13:55.1755949Z 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-01-24T01:13:55.1761809Z 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-01-24T01:13:55.1767606Z 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-01-24T01:13:55.1773410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1779151Z 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-01-24T01:13:55.1784734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1790657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1796675Z 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-01-24T01:13:55.1802869Z 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-01-24T01:13:55.1808911Z 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-01-24T01:13:55.1814712Z 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-01-24T01:13:55.1820936Z 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-01-24T01:13:55.1856802Z 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-01-24T01:13:55.1862470Z 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-01-24T01:13:55.1868353Z 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-01-24T01:13:55.1874167Z 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-01-24T01:13:55.1880248Z 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-01-24T01:13:55.1886008Z 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-01-24T01:13:55.1891985Z 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-01-24T01:13:55.1897791Z 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-01-24T01:13:55.1903907Z 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-01-24T01:13:55.1909815Z 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-01-24T01:13:55.1915978Z 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-01-24T01:13:55.1921636Z 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-01-24T01:13:55.1927692Z 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-01-24T01:13:55.1933385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1939285Z 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-01-24T01:13:55.1944865Z 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-01-24T01:13:55.1950452Z 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-01-24T01:13:55.1956129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.1962288Z 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-01-24T01:13:55.2899447Z 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-01-24T01:13:55.2905168Z 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-01-24T01:13:55.2911157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.2917372Z 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-01-24T01:13:55.2923265Z 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-01-24T01:13:55.2928911Z 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-01-24T01:13:55.2934731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.2941191Z 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-01-24T01:13:55.2946990Z 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-01-24T01:13:55.2952688Z 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-01-24T01:13:55.2958734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.2965290Z 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-01-24T01:13:55.2971758Z 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-01-24T01:13:55.2978148Z 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-01-24T01:13:55.2984501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.2990879Z 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-01-24T01:13:55.2997140Z 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-01-24T01:13:55.3002777Z 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-01-24T01:13:55.3008802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3014829Z 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-01-24T01:13:55.3020802Z 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-01-24T01:13:55.3026727Z 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-01-24T01:13:55.3032813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3038947Z 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-01-24T01:13:55.3044598Z 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-01-24T01:13:55.3050157Z 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-01-24T01:13:55.3055881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3062275Z 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-01-24T01:13:55.3074653Z 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-01-24T01:13:55.3080527Z 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-01-24T01:13:55.3086485Z 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-01-24T01:13:55.3093254Z 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-01-24T01:13:55.3100090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3106990Z 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-01-24T01:13:55.3113237Z 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-01-24T01:13:55.3119381Z 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-01-24T01:13:55.3125978Z 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-01-24T01:13:55.3132255Z 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-01-24T01:13:55.3138205Z 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-01-24T01:13:55.3144426Z 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-01-24T01:13:55.3150468Z 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-01-24T01:13:55.3156640Z 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-01-24T01:13:55.3162738Z 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-01-24T01:13:55.3168708Z 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-01-24T01:13:55.3174588Z 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-01-24T01:13:55.3181320Z 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-01-24T01:13:55.3186518Z 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-01-24T01:13:55.3192614Z 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-01-24T01:13:55.3198236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3204201Z 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-01-24T01:13:55.3209999Z 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-01-24T01:13:55.3216136Z 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-01-24T01:13:55.3221797Z 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-01-24T01:13:55.3227646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3233529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3239435Z 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-01-24T01:13:55.3245216Z 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-01-24T01:13:55.3250888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3256566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3262613Z 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-01-24T01:13:55.3268525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3274950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3280920Z 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-01-24T01:13:55.3287522Z 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-01-24T01:13:55.3293381Z 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-01-24T01:13:55.3299351Z 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-01-24T01:13:55.3305248Z 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-01-24T01:13:55.3311146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3317305Z 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-01-24T01:13:55.3322776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3329774Z 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-01-24T01:13:55.3335761Z 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-01-24T01:13:55.3341615Z 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-01-24T01:13:55.3347228Z 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-01-24T01:13:55.3353441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3359049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3364835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3370959Z 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-01-24T01:13:55.3376736Z 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-01-24T01:13:55.3382584Z 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-01-24T01:13:55.3392959Z 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-01-24T01:13:55.3395324Z 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-01-24T01:13:55.3401144Z 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-01-24T01:13:55.3407136Z 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-01-24T01:13:55.3413097Z 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-01-24T01:13:55.3419219Z 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-01-24T01:13:55.3425520Z 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-01-24T01:13:55.3434352Z 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-01-24T01:13:55.3440311Z 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-01-24T01:13:55.3447854Z 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-01-24T01:13:55.3454882Z 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-01-24T01:13:55.3460788Z 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-01-24T01:13:55.3466918Z 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-01-24T01:13:55.3473255Z 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-01-24T01:13:55.3479454Z 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-01-24T01:13:55.3485548Z 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-01-24T01:13:55.3491535Z 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-01-24T01:13:55.3497838Z 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-01-24T01:13:55.3503824Z 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-01-24T01:13:55.3509965Z 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-01-24T01:13:55.3516000Z 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-01-24T01:13:55.3521703Z 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-01-24T01:13:55.3528052Z 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-01-24T01:13:55.3533693Z 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-01-24T01:13:55.3539758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3546077Z 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-01-24T01:13:55.3552288Z 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-01-24T01:13:55.3558103Z 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-01-24T01:13:55.3565167Z 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-01-24T01:13:55.3571050Z 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-01-24T01:13:55.3577081Z 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-01-24T01:13:55.3582932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3589898Z 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-01-24T01:13:55.3595561Z 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-01-24T01:13:55.3602281Z 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-01-24T01:13:55.3608204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3614163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3620325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3626169Z 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-01-24T01:13:55.3632561Z 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-01-24T01:13:55.3638363Z 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-01-24T01:13:55.3644492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3650947Z 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-01-24T01:13:55.3656869Z 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-01-24T01:13:55.3662769Z 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-01-24T01:13:55.3668300Z 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-01-24T01:13:55.3674498Z 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-01-24T01:13:55.3680600Z 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-01-24T01:13:55.3686270Z 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-01-24T01:13:55.3691970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3698539Z 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-01-24T01:13:55.3704728Z 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-01-24T01:13:55.3710310Z 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-01-24T01:13:55.3716193Z 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-01-24T01:13:55.3722255Z 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-01-24T01:13:55.3728406Z 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-01-24T01:13:55.3734162Z 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-01-24T01:13:55.3740079Z 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-01-24T01:13:55.3746089Z 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-01-24T01:13:55.3752077Z 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-01-24T01:13:55.3758256Z 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-01-24T01:13:55.3764004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3769974Z 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-01-24T01:13:55.3776090Z 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-01-24T01:13:55.3781680Z 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-01-24T01:13:55.3787653Z 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-01-24T01:13:55.3793612Z 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-01-24T01:13:55.3799369Z 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-01-24T01:13:55.3805744Z 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-01-24T01:13:55.3812082Z 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-01-24T01:13:55.3818200Z 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-01-24T01:13:55.3824005Z 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-01-24T01:13:55.3830508Z 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-01-24T01:13:55.3836351Z 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-01-24T01:13:55.3842269Z 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-01-24T01:13:55.3848464Z 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-01-24T01:13:55.3854483Z 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-01-24T01:13:55.3860240Z 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-01-24T01:13:55.3866303Z 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-01-24T01:13:55.3872299Z 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-01-24T01:13:55.3879093Z 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-01-24T01:13:55.3885238Z 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-01-24T01:13:55.3892008Z 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-01-24T01:13:55.3897933Z 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-01-24T01:13:55.3903845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.3910075Z 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-01-24T01:13:55.3916853Z 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-01-24T01:13:55.3922758Z 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-01-24T01:13:55.3928961Z 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-01-24T01:13:55.3973476Z 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-01-24T01:13:55.3979715Z 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-01-24T01:13:55.3985596Z 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-01-24T01:13:55.3991595Z 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-01-24T01:13:55.3997946Z 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-01-24T01:13:55.4004355Z 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-01-24T01:13:55.4010576Z 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-01-24T01:13:55.4016565Z 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-01-24T01:13:55.4022475Z 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-01-24T01:13:55.4028330Z 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-01-24T01:13:55.4034396Z 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-01-24T01:13:55.4040792Z 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-01-24T01:13:55.4046672Z 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-01-24T01:13:55.4052287Z 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-01-24T01:13:55.4058205Z 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-01-24T01:13:55.4064577Z 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-01-24T01:13:55.4070829Z 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-01-24T01:13:55.4076839Z 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-01-24T01:13:55.4082759Z 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-01-24T01:13:55.4088948Z 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-01-24T01:13:55.4094863Z 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-01-24T01:13:55.4100691Z 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-01-24T01:13:55.4106811Z 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-01-24T01:13:55.4113296Z 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-01-24T01:13:55.4119183Z 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-01-24T01:13:55.4124911Z 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-01-24T01:13:55.4130862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.4136848Z 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-01-24T01:13:55.4143157Z 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-01-24T01:13:55.4149175Z 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-01-24T01:13:55.4155102Z 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-01-24T01:13:55.4161058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.4166779Z 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-01-24T01:13:55.4172803Z 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-01-24T01:13:55.4178521Z 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-01-24T01:13:55.4184178Z 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-01-24T01:13:55.4190351Z 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-01-24T01:13:55.4196633Z 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-01-24T01:13:55.4202354Z 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-01-24T01:13:55.4207807Z 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-01-24T01:13:55.4213205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.4218349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.4223852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.4229569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.4234703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.4240016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.4245792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.4251694Z 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-01-24T01:13:55.4257194Z 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-01-24T01:13:55.4262712Z 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-01-24T01:13:55.4268607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.4276259Z 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-01-24T01:13:55.4282488Z 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-01-24T01:13:55.4288469Z 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-01-24T01:13:55.4294204Z 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-01-24T01:13:55.4300079Z 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-01-24T01:13:55.4306025Z 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-01-24T01:13:55.4312361Z 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-01-24T01:13:55.4324658Z 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-01-24T01:13:55.4331290Z 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-01-24T01:13:55.4337335Z 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-01-24T01:13:55.4343353Z 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-01-24T01:13:55.4349859Z 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-01-24T01:13:55.4356090Z 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-01-24T01:13:55.4362072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.4368597Z 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-01-24T01:13:55.4374747Z 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-01-24T01:13:55.4380663Z 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-01-24T01:13:55.4386468Z 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-01-24T01:13:55.4392737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.4398781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.4404710Z 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-01-24T01:13:55.4411469Z 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-01-24T01:13:55.4417456Z 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-01-24T01:13:55.4423538Z 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-01-24T01:13:55.4429980Z 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-01-24T01:13:55.4436130Z 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-01-24T01:13:55.4442005Z 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-01-24T01:13:55.4447945Z 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-01-24T01:13:55.4453747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.4459779Z 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-01-24T01:13:55.4466033Z 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-01-24T01:13:55.4472321Z 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-01-24T01:13:55.4478478Z 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-01-24T01:13:55.4484416Z 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-01-24T01:13:55.4490806Z 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-01-24T01:13:55.4496980Z 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-01-24T01:13:55.4528065Z 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-01-24T01:13:55.4534259Z 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-01-24T01:13:55.4541139Z 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-01-24T01:13:55.4554649Z 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-01-24T01:13:55.4560627Z 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-01-24T01:13:55.4566979Z 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-01-24T01:13:55.4573212Z 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-01-24T01:13:55.4579206Z 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-01-24T01:13:55.4585555Z 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-01-24T01:13:55.4591491Z 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-01-24T01:13:55.4597648Z 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-01-24T01:13:55.4603796Z 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-01-24T01:13:55.4609784Z 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-01-24T01:13:55.4615748Z 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-01-24T01:13:55.4621904Z 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-01-24T01:13:55.4628124Z 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-01-24T01:13:55.4634370Z 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-01-24T01:13:55.4641427Z 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-01-24T01:13:55.4647716Z 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-01-24T01:13:55.4653691Z 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-01-24T01:13:55.4659795Z 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-01-24T01:13:55.4665785Z 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-01-24T01:13:55.4672444Z 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-01-24T01:13:55.4678282Z 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-01-24T01:13:55.4684030Z 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-01-24T01:13:55.4689795Z 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-01-24T01:13:55.4696142Z 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-01-24T01:13:55.4702167Z 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-01-24T01:13:55.4707880Z 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-01-24T01:13:55.4713763Z 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-01-24T01:13:55.4719693Z 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-01-24T01:13:55.4726037Z 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-01-24T01:13:55.4732046Z 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-01-24T01:13:55.4738097Z 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-01-24T01:13:55.4744008Z 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-01-24T01:13:55.4749802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.4769729Z 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-01-24T01:13:55.4775506Z 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-01-24T01:13:55.4781472Z 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-01-24T01:13:55.4787743Z 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-01-24T01:13:55.4794006Z 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-01-24T01:13:55.4800190Z 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-01-24T01:13:55.4806230Z 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-01-24T01:13:55.4812355Z 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-01-24T01:13:55.4818667Z 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-01-24T01:13:55.4824984Z 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-01-24T01:13:55.4831025Z 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-01-24T01:13:55.4837107Z 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-01-24T01:13:55.4843522Z 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-01-24T01:13:55.4849521Z 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-01-24T01:13:55.4855496Z 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-01-24T01:13:55.4861833Z 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-01-24T01:13:55.4868315Z 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-01-24T01:13:55.4874624Z 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-01-24T01:13:55.4880811Z 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-01-24T01:13:55.4886922Z 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-01-24T01:13:55.4893402Z 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-01-24T01:13:55.4899740Z 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-01-24T01:13:55.4905998Z 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-01-24T01:13:55.4912093Z 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-01-24T01:13:55.4918063Z 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-01-24T01:13:55.4924394Z 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-01-24T01:13:55.4930715Z 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-01-24T01:13:55.4936794Z 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-01-24T01:13:55.4942967Z 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-01-24T01:13:55.4949449Z 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-01-24T01:13:55.4955950Z 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-01-24T01:13:55.4961630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.4967231Z 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-01-24T01:13:55.4972998Z 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-01-24T01:13:55.4979689Z 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-01-24T01:13:55.4985837Z 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-01-24T01:13:55.4991650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.4997538Z 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-01-24T01:13:55.5003386Z 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-01-24T01:13:55.5009213Z 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-01-24T01:13:55.5014859Z 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-01-24T01:13:55.5020598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5026240Z 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-01-24T01:13:55.5031950Z 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-01-24T01:13:55.5037615Z 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-01-24T01:13:55.5043216Z 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-01-24T01:13:55.5049193Z 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-01-24T01:13:55.5055149Z 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-01-24T01:13:55.5061259Z 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-01-24T01:13:55.5067564Z 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-01-24T01:13:55.5073434Z 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-01-24T01:13:55.5079389Z 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-01-24T01:13:55.5085266Z 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-01-24T01:13:55.5091175Z 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-01-24T01:13:55.5097588Z 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-01-24T01:13:55.5103545Z 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-01-24T01:13:55.5109908Z 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-01-24T01:13:55.5116019Z 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-01-24T01:13:55.5122530Z 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-01-24T01:13:55.5128546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5134342Z 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-01-24T01:13:55.5140408Z 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-01-24T01:13:55.5147083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5154108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5161908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5170297Z 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-01-24T01:13:55.5177032Z 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-01-24T01:13:55.5183141Z 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-01-24T01:13:55.5189211Z 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-01-24T01:13:55.5195657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5201771Z 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-01-24T01:13:55.5207676Z 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-01-24T01:13:55.5213346Z 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-01-24T01:13:55.5219875Z 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-01-24T01:13:55.5225746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5231701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5237803Z 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-01-24T01:13:55.5243746Z 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-01-24T01:13:55.5249589Z 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-01-24T01:13:55.5255339Z 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-01-24T01:13:55.5261109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5267293Z 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-01-24T01:13:55.5278450Z 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-01-24T01:13:55.5284298Z 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-01-24T01:13:55.5290254Z 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-01-24T01:13:55.5297380Z 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-01-24T01:13:55.5303305Z 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-01-24T01:13:55.5309371Z 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-01-24T01:13:55.5315280Z 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-01-24T01:13:55.5321047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5326987Z 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-01-24T01:13:55.5332919Z 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-01-24T01:13:55.5339106Z 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-01-24T01:13:55.5345045Z 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-01-24T01:13:55.5350864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5356982Z 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-01-24T01:13:55.5362740Z 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-01-24T01:13:55.5368801Z 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-01-24T01:13:55.5374717Z 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-01-24T01:13:55.5380329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5386371Z 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-01-24T01:13:55.5392191Z 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-01-24T01:13:55.5398011Z 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-01-24T01:13:55.5403757Z 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-01-24T01:13:55.5409571Z 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-01-24T01:13:55.5415888Z 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-01-24T01:13:55.5421596Z 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-01-24T01:13:55.5427373Z 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-01-24T01:13:55.5433340Z 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-01-24T01:13:55.5439189Z 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-01-24T01:13:55.5445308Z 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-01-24T01:13:55.5451820Z 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-01-24T01:13:55.5457474Z 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-01-24T01:13:55.5463022Z 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-01-24T01:13:55.5469351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5475390Z 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-01-24T01:13:55.5481256Z 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-01-24T01:13:55.5487182Z 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-01-24T01:13:55.5492987Z 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-01-24T01:13:55.5498743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5504442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5510581Z 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-01-24T01:13:55.5516790Z 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-01-24T01:13:55.5522512Z 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-01-24T01:13:55.5528285Z 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-01-24T01:13:55.5534563Z 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-01-24T01:13:55.5540371Z 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-01-24T01:13:55.5546142Z 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-01-24T01:13:55.5552134Z 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-01-24T01:13:55.5557991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5563979Z 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-01-24T01:13:55.5569793Z 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-01-24T01:13:55.5575559Z 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-01-24T01:13:55.5597791Z 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-01-24T01:13:55.5603625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5609262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5615228Z 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-01-24T01:13:55.5620974Z 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-01-24T01:13:55.5626686Z 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-01-24T01:13:55.5632785Z 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-01-24T01:13:55.5638902Z 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-01-24T01:13:55.5644609Z 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-01-24T01:13:55.5650436Z 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-01-24T01:13:55.5657126Z 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-01-24T01:13:55.5663198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5669384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5676839Z 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-01-24T01:13:55.5683928Z 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-01-24T01:13:55.5690741Z 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-01-24T01:13:55.5697572Z 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-01-24T01:13:55.5703921Z 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-01-24T01:13:55.5710061Z 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-01-24T01:13:55.5716275Z 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-01-24T01:13:55.5722209Z 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-01-24T01:13:55.5728171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5734425Z 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-01-24T01:13:55.5740245Z 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-01-24T01:13:55.5746645Z 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-01-24T01:13:55.5752167Z 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-01-24T01:13:55.5758075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5764290Z 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-01-24T01:13:55.5770001Z 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-01-24T01:13:55.5775972Z 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-01-24T01:13:55.5781990Z 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-01-24T01:13:55.5787886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5794038Z 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-01-24T01:13:55.5800152Z 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-01-24T01:13:55.5806138Z 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-01-24T01:13:55.5817114Z 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-01-24T01:13:55.5823118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5829212Z 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-01-24T01:13:55.5835042Z 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-01-24T01:13:55.5840856Z 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-01-24T01:13:55.5846805Z 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-01-24T01:13:55.5852438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5858069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5863929Z 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-01-24T01:13:55.5869898Z 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-01-24T01:13:55.5875586Z 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-01-24T01:13:55.5881273Z 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-01-24T01:13:55.5887203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5893357Z 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-01-24T01:13:55.5898927Z 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-01-24T01:13:55.5904583Z 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-01-24T01:13:55.5910426Z 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-01-24T01:13:55.5916659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5922787Z 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-01-24T01:13:55.5928842Z 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-01-24T01:13:55.5934508Z 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-01-24T01:13:55.5940506Z 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-01-24T01:13:55.5946505Z 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-01-24T01:13:55.5952421Z 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-01-24T01:13:55.5958754Z 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-01-24T01:13:55.5964850Z 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-01-24T01:13:55.5975812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5981562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.5987925Z 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-01-24T01:13:55.5994174Z 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-01-24T01:13:55.5999998Z 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-01-24T01:13:55.6005778Z 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-01-24T01:13:55.6013019Z 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-01-24T01:13:55.6018758Z 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-01-24T01:13:55.6024625Z 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-01-24T01:13:55.6030486Z 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-01-24T01:13:55.6036343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.6043038Z 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-01-24T01:13:55.6049159Z 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-01-24T01:13:55.6055754Z 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-01-24T01:13:55.6061587Z 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-01-24T01:13:55.6067559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.6073935Z 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-01-24T01:13:55.6079949Z 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-01-24T01:13:55.6086048Z 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-01-24T01:13:55.6092055Z 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-01-24T01:13:55.6099741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.6106062Z 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-01-24T01:13:55.6112199Z 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-01-24T01:13:55.6118170Z 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-01-24T01:13:55.6123972Z 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-01-24T01:13:55.6129853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.6879230Z 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-01-24T01:13:55.6885147Z 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-01-24T01:13:55.6891441Z 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-01-24T01:13:55.6897530Z 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-01-24T01:13:55.6903335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.6909483Z 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-01-24T01:13:55.6915447Z 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-01-24T01:13:55.6921446Z 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-01-24T01:13:55.6927392Z 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-01-24T01:13:55.6933247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.6939614Z 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-01-24T01:13:55.6950145Z 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-01-24T01:13:55.6954168Z 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-01-24T01:13:55.6959785Z 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-01-24T01:13:55.6965806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.6972100Z 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-01-24T01:13:55.6977825Z 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-01-24T01:13:55.6983653Z 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-01-24T01:13:55.6989468Z 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-01-24T01:13:55.6995222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.7001459Z 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-01-24T01:13:55.7008660Z 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-01-24T01:13:55.7015085Z 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-01-24T01:13:55.7021030Z 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-01-24T01:13:55.7026904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.7033257Z 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-01-24T01:13:55.7039000Z 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-01-24T01:13:55.7090644Z 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-01-24T01:13:55.7096632Z 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-01-24T01:13:55.7102425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.7108763Z 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-01-24T01:13:55.7114351Z 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-01-24T01:13:55.7132198Z 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-01-24T01:13:55.7137899Z 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-01-24T01:13:55.7143705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.7149770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.7156666Z 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-01-24T01:13:55.7163148Z 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-01-24T01:13:55.7170067Z 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-01-24T01:13:55.7177037Z 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-01-24T01:13:55.7184503Z 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-01-24T01:13:55.7191430Z 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-01-24T01:13:55.7197777Z 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-01-24T01:13:55.7204103Z 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-01-24T01:13:55.7210116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.7216281Z 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-01-24T01:13:55.7221982Z 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-01-24T01:13:55.7228034Z 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-01-24T01:13:55.7234063Z 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-01-24T01:13:55.7240002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.7246236Z 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-01-24T01:13:55.7252362Z 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-01-24T01:13:55.7258138Z 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-01-24T01:13:55.7264049Z 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-01-24T01:13:55.7269747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.7275747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.7282274Z 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-01-24T01:13:55.7288077Z 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-01-24T01:13:55.7294077Z 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-01-24T01:13:55.7299791Z 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-01-24T01:13:55.7305971Z 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-01-24T01:13:55.7311753Z 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-01-24T01:13:55.7317575Z 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-01-24T01:13:55.7323490Z 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-01-24T01:13:55.7329426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.7335459Z 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-01-24T01:13:55.7341272Z 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-01-24T01:13:55.7347033Z 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-01-24T01:13:55.7352940Z 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-01-24T01:13:55.7358714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.7365127Z 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-01-24T01:13:55.7370823Z 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-01-24T01:13:55.7376601Z 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-01-24T01:13:55.7382508Z 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-01-24T01:13:55.7388411Z 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-01-24T01:13:55.7394247Z 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-01-24T01:13:55.7400128Z 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-01-24T01:13:55.7405951Z 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-01-24T01:13:55.7411631Z 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-01-24T01:13:55.7417712Z 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-01-24T01:13:55.7423483Z 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-01-24T01:13:55.7429696Z 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-01-24T01:13:55.7436233Z 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-01-24T01:13:55.7442629Z 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-01-24T01:13:55.7449201Z 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-01-24T01:13:55.7455992Z 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-01-24T01:13:55.7461993Z 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-01-24T01:13:55.7468313Z 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-01-24T01:13:55.7474335Z 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-01-24T01:13:55.7480290Z 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-01-24T01:13:55.7486166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.7492260Z 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-01-24T01:13:55.7498320Z 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-01-24T01:13:55.7504311Z 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-01-24T01:13:55.7510489Z 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-01-24T01:13:55.7516426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.7522438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.7528683Z 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-01-24T01:13:55.7534522Z 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-01-24T01:13:55.7540645Z 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-01-24T01:13:55.7546768Z 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-01-24T01:13:55.7552854Z 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-01-24T01:13:55.7559148Z 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-01-24T01:13:55.7564999Z 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-01-24T01:13:55.7571016Z 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-01-24T01:13:55.7576964Z 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-01-24T01:13:55.7582866Z 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-01-24T01:13:55.7589147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.7595427Z 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-01-24T01:13:55.7601494Z 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-01-24T01:13:55.7607289Z 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-01-24T01:13:55.7613210Z 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-01-24T01:13:55.7619165Z 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-01-24T01:13:55.7625379Z 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-01-24T01:13:55.7631726Z 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-01-24T01:13:55.7637838Z 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-01-24T01:13:55.7643974Z 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-01-24T01:13:55.7649940Z 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-01-24T01:13:55.7657145Z 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-01-24T01:13:55.7663856Z 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-01-24T01:13:55.7670419Z 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-01-24T01:13:55.7676626Z 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-01-24T01:13:55.7682647Z 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-01-24T01:13:55.7688621Z 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-01-24T01:13:55.7694267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.7700897Z 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-01-24T01:13:55.7706800Z 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-01-24T01:13:55.7712923Z 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-01-24T01:13:55.7718642Z 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-01-24T01:13:55.7724648Z 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-01-24T01:13:55.7730366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.7735977Z 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-01-24T01:13:55.7741538Z 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-01-24T01:13:55.7748123Z 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-01-24T01:13:55.7754277Z 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-01-24T01:13:55.7759911Z 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-01-24T01:13:55.7765662Z 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-01-24T01:13:55.7771902Z 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-01-24T01:13:55.7777314Z 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-01-24T01:13:55.7783341Z 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-01-24T01:13:55.7789528Z 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-01-24T01:13:55.7795336Z 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-01-24T01:13:55.7801562Z 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-01-24T01:13:55.7807628Z 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-01-24T01:13:55.7813872Z 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-01-24T01:13:55.7819812Z 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-01-24T01:13:55.7825798Z 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-01-24T01:13:55.7831849Z 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-01-24T01:13:55.7838016Z 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-01-24T01:13:55.7843914Z 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-01-24T01:13:55.7849914Z 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-01-24T01:13:55.7855872Z 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-01-24T01:13:55.7861822Z 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-01-24T01:13:55.7867521Z 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-01-24T01:13:55.7873207Z 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-01-24T01:13:55.7879145Z 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-01-24T01:13:55.7885232Z 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-01-24T01:13:55.7890864Z 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-01-24T01:13:55.7896428Z 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-01-24T01:13:55.7903054Z 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-01-24T01:13:55.7909258Z 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-01-24T01:13:55.7915286Z 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-01-24T01:13:55.7921139Z 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-01-24T01:13:55.7927161Z 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-01-24T01:13:55.7933140Z 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-01-24T01:13:55.7939416Z 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-01-24T01:13:55.7945241Z 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-01-24T01:13:55.7951593Z 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-01-24T01:13:55.7957653Z 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-01-24T01:13:55.7963766Z 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-01-24T01:13:55.7970085Z 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-01-24T01:13:55.7976106Z 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-01-24T01:13:55.7982118Z 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-01-24T01:13:55.7988266Z 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-01-24T01:13:55.7994291Z 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-01-24T01:13:55.8000458Z 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-01-24T01:13:55.8006302Z 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-01-24T01:13:55.8012292Z 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-01-24T01:13:55.8018267Z 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-01-24T01:13:55.8024834Z 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-01-24T01:13:55.8030804Z 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-01-24T01:13:55.8036904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.8042205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.8048375Z 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-01-24T01:13:55.8054244Z 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-01-24T01:13:55.8060243Z 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-01-24T01:13:55.8065958Z 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-01-24T01:13:55.8072111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.8077822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.8083489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.8089092Z 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-01-24T01:13:55.8094998Z 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-01-24T01:13:55.8100687Z 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-01-24T01:13:55.8106527Z 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-01-24T01:13:55.8112567Z 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-01-24T01:13:55.8118696Z 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-01-24T01:13:55.8124852Z 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-01-24T01:13:55.8130540Z 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-01-24T01:13:55.8136293Z 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-01-24T01:13:55.8142268Z 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-01-24T01:13:55.8147914Z 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-01-24T01:13:55.8154162Z 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-01-24T01:13:55.8160504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.8166891Z 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-01-24T01:13:55.8172814Z 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-01-24T01:13:55.8178454Z 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-01-24T01:13:55.8184579Z 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-01-24T01:13:55.8190626Z 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-01-24T01:13:55.8196884Z 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-01-24T01:13:55.8202798Z 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-01-24T01:13:55.8208540Z 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-01-24T01:13:55.8214406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.8220492Z 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-01-24T01:13:55.8226019Z 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-01-24T01:13:55.8231926Z 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-01-24T01:13:55.8237569Z 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-01-24T01:13:55.8243599Z 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-01-24T01:13:55.8249670Z 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-01-24T01:13:55.8255442Z 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-01-24T01:13:55.8261227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.8267895Z 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-01-24T01:13:55.8273933Z 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-01-24T01:13:55.8279707Z 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-01-24T01:13:55.8285387Z 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-01-24T01:13:55.8291552Z 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-01-24T01:13:55.8297542Z 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-01-24T01:13:55.8303706Z 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-01-24T01:13:55.8309809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.8316385Z 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-01-24T01:13:55.8321942Z 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-01-24T01:13:55.8327970Z 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-01-24T01:13:55.8333738Z 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-01-24T01:13:55.8339810Z 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-01-24T01:13:55.8345768Z 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-01-24T01:13:55.8352054Z 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-01-24T01:13:55.8358171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.8364068Z 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-01-24T01:13:55.8370236Z 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-01-24T01:13:55.8375925Z 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-01-24T01:13:55.8381757Z 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-01-24T01:13:55.8387472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.8393860Z 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-01-24T01:13:55.8400142Z 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-01-24T01:13:55.8406007Z 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-01-24T01:13:55.8412062Z 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-01-24T01:13:55.8417948Z 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-01-24T01:13:55.8423771Z 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-01-24T01:13:55.8429734Z 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-01-24T01:13:55.8436229Z 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-01-24T01:13:55.8442429Z 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-01-24T01:13:55.8448280Z 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-01-24T01:13:55.8454620Z 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-01-24T01:13:55.8460318Z 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-01-24T01:13:55.8466296Z 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-01-24T01:13:55.8472387Z 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-01-24T01:13:55.8478398Z 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-01-24T01:13:55.8507747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.8514262Z 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-01-24T01:13:55.8519486Z 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-01-24T01:13:55.8525302Z 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-01-24T01:13:55.8531311Z 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-01-24T01:13:55.8537393Z 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-01-24T01:13:55.8543259Z 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-01-24T01:13:55.8549043Z 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-01-24T01:13:55.8554941Z 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-01-24T01:13:55.8560896Z 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-01-24T01:13:55.8567079Z 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-01-24T01:13:55.8572994Z 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-01-24T01:13:55.8578914Z 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-01-24T01:13:55.8584526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.8590433Z 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-01-24T01:13:55.8596133Z 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-01-24T01:13:55.8602259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.8607976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.8613656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.8619802Z 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-01-24T01:13:55.8626150Z 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-01-24T01:13:55.8631892Z 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-01-24T01:13:55.8637733Z 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-01-24T01:13:55.8643629Z 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-01-24T01:13:55.8649744Z 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-01-24T01:13:55.8656395Z 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-01-24T01:13:55.8662330Z 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-01-24T01:13:55.8668925Z 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-01-24T01:13:55.8675606Z 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-01-24T01:13:55.8723330Z 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-01-24T01:13:55.8730028Z 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-01-24T01:13:55.8736389Z 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-01-24T01:13:55.8742633Z 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-01-24T01:13:55.8748879Z 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-01-24T01:13:55.8755296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.8761642Z 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-01-24T01:13:55.8767257Z 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-01-24T01:13:55.8774268Z 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-01-24T01:13:55.8784811Z 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-01-24T01:13:55.8791513Z 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-01-24T01:13:55.8797612Z 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-01-24T01:13:55.8803271Z 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-01-24T01:13:55.8809155Z 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-01-24T01:13:55.8815292Z 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-01-24T01:13:55.8821235Z 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-01-24T01:13:55.8826936Z 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-01-24T01:13:55.8832887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.8843637Z 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-01-24T01:13:55.8849787Z 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-01-24T01:13:55.8855665Z 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-01-24T01:13:55.8861355Z 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-01-24T01:13:55.8867263Z 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-01-24T01:13:55.8873319Z 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-01-24T01:13:55.8879121Z 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-01-24T01:13:55.8884840Z 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-01-24T01:13:55.8890719Z 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-01-24T01:13:55.8896964Z 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-01-24T01:13:55.8902878Z 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-01-24T01:13:55.8908957Z 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-01-24T01:13:55.8915075Z 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-01-24T01:13:55.8921009Z 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-01-24T01:13:55.8926842Z 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-01-24T01:13:55.8933248Z 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-01-24T01:13:55.8939354Z 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-01-24T01:13:55.8945562Z 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-01-24T01:13:55.8951782Z 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-01-24T01:13:55.8957598Z 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-01-24T01:13:55.8963527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.8969706Z 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-01-24T01:13:55.8976152Z 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-01-24T01:13:55.8982022Z 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-01-24T01:13:55.8987816Z 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-01-24T01:13:55.8993902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.9000214Z 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-01-24T01:13:55.9006728Z 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-01-24T01:13:55.9012790Z 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-01-24T01:13:55.9019130Z 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-01-24T01:13:55.9025564Z 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-01-24T01:13:55.9031604Z 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-01-24T01:13:55.9038075Z 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-01-24T01:13:55.9044358Z 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-01-24T01:13:55.9051421Z 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-01-24T01:13:55.9057408Z 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-01-24T01:13:55.9063752Z 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-01-24T01:13:55.9070279Z 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-01-24T01:13:55.9077275Z 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-01-24T01:13:55.9085118Z 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-01-24T01:13:55.9091949Z 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-01-24T01:13:55.9099285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.9105956Z 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-01-24T01:13:55.9111979Z 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-01-24T01:13:55.9124052Z 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-01-24T01:13:55.9125290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.9131206Z 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-01-24T01:13:55.9137231Z 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-01-24T01:13:55.9143720Z 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-01-24T01:13:55.9150001Z 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-01-24T01:13:55.9156182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.9162123Z 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-01-24T01:13:55.9167671Z 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-01-24T01:13:55.9173759Z 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-01-24T01:13:55.9180084Z 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-01-24T01:13:55.9186822Z 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-01-24T01:13:55.9193199Z 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-01-24T01:13:55.9199215Z 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-01-24T01:13:55.9205215Z 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-01-24T01:13:55.9211367Z 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-01-24T01:13:55.9217239Z 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-01-24T01:13:55.9223364Z 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-01-24T01:13:55.9229565Z 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-01-24T01:13:55.9235873Z 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-01-24T01:13:55.9242347Z 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-01-24T01:13:55.9249262Z 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-01-24T01:13:55.9256419Z 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-01-24T01:13:55.9263734Z 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-01-24T01:13:55.9270732Z 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-01-24T01:13:55.9277964Z 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-01-24T01:13:55.9284822Z 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-01-24T01:13:55.9291565Z 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-01-24T01:13:55.9297437Z 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-01-24T01:13:55.9303474Z 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-01-24T01:13:55.9309673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:55.9315908Z 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-01-24T01:13:55.9321484Z 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-01-24T01:13:55.9327905Z 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-01-24T01:13:55.9333718Z 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-01-24T01:13:55.9339638Z 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-01-24T01:13:55.9345374Z 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-01-24T01:13:55.9351298Z 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-01-24T01:13:55.9357119Z 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-01-24T01:13:55.9363361Z 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-01-24T01:13:55.9369792Z 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-01-24T01:13:55.9375938Z 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-01-24T01:13:55.9381712Z 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-01-24T01:13:55.9387623Z 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-01-24T01:13:55.9393548Z 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-01-24T01:13:55.9399596Z 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-01-24T01:13:55.9405870Z 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-01-24T01:13:55.9411862Z 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-01-24T01:13:55.9417991Z 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-01-24T01:13:55.9424285Z 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-01-24T01:13:55.9430579Z 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-01-24T01:13:55.9436394Z 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-01-24T01:13:55.9442121Z 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-01-24T01:13:55.9447985Z 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-01-24T01:13:55.9457558Z 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-01-24T01:13:55.9462628Z 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-01-24T01:13:55.9468405Z 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-01-24T01:13:55.9474190Z 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-01-24T01:13:55.9480260Z 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-01-24T01:13:55.9485866Z 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-01-24T01:13:55.9491854Z 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-01-24T01:13:55.9497802Z 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-01-24T01:13:55.9503639Z 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-01-24T01:13:55.9509660Z 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-01-24T01:13:55.9515840Z 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-01-24T01:13:55.9521399Z 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-01-24T01:13:55.9527621Z 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-01-24T01:13:55.9533942Z 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-01-24T01:13:55.9539418Z 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-01-24T01:13:55.9545492Z 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-01-24T01:13:55.9551430Z 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-01-24T01:13:55.9556871Z 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-01-24T01:13:55.9563087Z 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-01-24T01:13:55.9568982Z 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-01-24T01:13:55.9574493Z 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-01-24T01:13:55.9580149Z 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-01-24T01:13:55.9586110Z 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-01-24T01:13:55.9592415Z 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-01-24T01:13:55.9598413Z 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-01-24T01:13:55.9604299Z 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-01-24T01:13:55.9610041Z 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-01-24T01:13:55.9616079Z 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-01-24T01:13:55.9621889Z 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-01-24T01:13:55.9627804Z 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-01-24T01:13:55.9634000Z 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-01-24T01:13:55.9672157Z 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-01-24T01:13:55.9678297Z 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-01-24T01:13:55.9685124Z 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-01-24T01:13:55.9691274Z 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-01-24T01:13:55.9697259Z 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-01-24T01:13:55.9703441Z 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-01-24T01:13:55.9709201Z 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-01-24T01:13:55.9715305Z 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-01-24T01:13:55.9721471Z 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-01-24T01:13:55.9727418Z 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-01-24T01:13:55.9734237Z 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-01-24T01:13:55.9740621Z 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-01-24T01:13:55.9746802Z 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-01-24T01:13:55.9754153Z 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-01-24T01:13:55.9761088Z 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-01-24T01:13:55.9767885Z 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-01-24T01:13:55.9774680Z 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-01-24T01:13:55.9781275Z 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-01-24T01:13:55.9788231Z 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-01-24T01:13:55.9794565Z 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-01-24T01:13:55.9801037Z 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-01-24T01:13:55.9807268Z 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-01-24T01:13:55.9813274Z 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-01-24T01:13:55.9820214Z 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-01-24T01:13:55.9828283Z 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-01-24T01:13:55.9835709Z 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-01-24T01:13:55.9844182Z 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-01-24T01:13:55.9850933Z 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-01-24T01:13:55.9857531Z 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-01-24T01:13:55.9863032Z 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-01-24T01:13:55.9868820Z 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-01-24T01:13:55.9875117Z 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-01-24T01:13:55.9881203Z 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-01-24T01:13:55.9887005Z 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-01-24T01:13:55.9892766Z 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-01-24T01:13:55.9898714Z 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-01-24T01:13:55.9905020Z 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-01-24T01:13:55.9911557Z 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-01-24T01:13:55.9917343Z 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-01-24T01:13:55.9923306Z 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-01-24T01:13:55.9929477Z 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-01-24T01:13:55.9935385Z 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-01-24T01:13:55.9941233Z 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-01-24T01:13:55.9947460Z 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-01-24T01:13:55.9953494Z 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-01-24T01:13:55.9959424Z 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-01-24T01:13:55.9966272Z 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-01-24T01:13:55.9972499Z 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-01-24T01:13:55.9978801Z 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-01-24T01:13:55.9984652Z 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-01-24T01:13:55.9990788Z 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-01-24T01:13:55.9996795Z 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-01-24T01:13:56.0002983Z 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-01-24T01:13:56.0009236Z 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-01-24T01:13:56.0015249Z 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-01-24T01:13:56.0021144Z 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-01-24T01:13:56.0026952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.0033253Z 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-01-24T01:13:56.0039998Z 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-01-24T01:13:56.0046262Z 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-01-24T01:13:56.0052609Z 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-01-24T01:13:56.0058956Z 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-01-24T01:13:56.0064997Z 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-01-24T01:13:56.0071136Z 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-01-24T01:13:56.0077138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.0082470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.0088231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.0094753Z 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-01-24T01:13:56.0100721Z 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-01-24T01:13:56.0106983Z 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-01-24T01:13:56.0113002Z 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-01-24T01:13:56.0119537Z 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-01-24T01:13:56.0125943Z 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-01-24T01:13:56.0131798Z 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-01-24T01:13:56.0137636Z 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-01-24T01:13:56.0143616Z 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-01-24T01:13:56.0197005Z 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-01-24T01:13:56.0203208Z 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-01-24T01:13:56.0209393Z 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-01-24T01:13:56.0215496Z 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-01-24T01:13:56.3410935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.3417138Z 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-01-24T01:13:56.3422857Z 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-01-24T01:13:56.3428323Z 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-01-24T01:13:56.3434474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.3440480Z 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-01-24T01:13:56.3446415Z 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-01-24T01:13:56.3451969Z 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-01-24T01:13:56.3457834Z 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-01-24T01:13:56.3463817Z 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-01-24T01:13:56.3469955Z 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-01-24T01:13:56.3475969Z 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-01-24T01:13:56.3481838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.3488092Z 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-01-24T01:13:56.3493811Z 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-01-24T01:13:56.3499606Z 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-01-24T01:13:56.3505548Z 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-01-24T01:13:56.3511467Z 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-01-24T01:13:56.3517662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.3523868Z 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-01-24T01:13:56.3529721Z 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-01-24T01:13:56.3535679Z 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-01-24T01:13:56.3541565Z 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-01-24T01:13:56.3547466Z 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-01-24T01:13:56.3553482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.3559618Z 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-01-24T01:13:56.3565472Z 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-01-24T01:13:56.3571378Z 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-01-24T01:13:56.3577136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.3582902Z 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-01-24T01:13:56.3589927Z 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-01-24T01:13:56.3596302Z 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-01-24T01:13:56.3602416Z 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-01-24T01:13:56.3608571Z 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-01-24T01:13:56.3614559Z 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-01-24T01:13:56.3620497Z 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-01-24T01:13:56.3626599Z 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-01-24T01:13:56.3632610Z 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-01-24T01:13:56.3639790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.3645738Z 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-01-24T01:13:56.3651436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.3657247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.3663565Z 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-01-24T01:13:56.3669704Z 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-01-24T01:13:56.3675421Z 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-01-24T01:13:56.3681040Z 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-01-24T01:13:56.3688061Z 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-01-24T01:13:56.3722303Z 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-01-24T01:13:56.3727814Z 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-01-24T01:13:56.3733496Z 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-01-24T01:13:56.3739147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.3744828Z 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-01-24T01:13:56.3751176Z 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-01-24T01:13:56.3757445Z 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-01-24T01:13:56.3763127Z 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-01-24T01:13:56.3768927Z 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-01-24T01:13:56.3774629Z 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-01-24T01:13:56.3781060Z 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-01-24T01:13:56.3787013Z 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-01-24T01:13:56.3792977Z 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-01-24T01:13:56.3798278Z 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-01-24T01:13:56.3804112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.3810209Z 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-01-24T01:13:56.3815865Z 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-01-24T01:13:56.3821358Z 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-01-24T01:13:56.3827679Z 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-01-24T01:13:56.3833937Z 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-01-24T01:13:56.3839973Z 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-01-24T01:13:56.3845716Z 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-01-24T01:13:56.3851382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.3857226Z 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-01-24T01:13:56.3862837Z 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-01-24T01:13:56.3868815Z 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-01-24T01:13:56.3874578Z 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-01-24T01:13:56.3880269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.3886097Z 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-01-24T01:13:56.3891742Z 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-01-24T01:13:56.3897512Z 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-01-24T01:13:56.3903193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.3909246Z 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-01-24T01:13:56.3914967Z 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-01-24T01:13:56.3920306Z 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-01-24T01:13:56.3926002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.3931915Z 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-01-24T01:13:56.3937512Z 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-01-24T01:13:56.3943443Z 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-01-24T01:13:56.3949383Z 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-01-24T01:13:56.3954994Z 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-01-24T01:13:56.3960739Z 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-01-24T01:13:56.3966712Z 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-01-24T01:13:56.3972316Z 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-01-24T01:13:56.3978105Z 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-01-24T01:13:56.3983966Z 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-01-24T01:13:56.3990159Z 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-01-24T01:13:56.3995918Z 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-01-24T01:13:56.4001894Z 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-01-24T01:13:56.4007497Z 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-01-24T01:13:56.4013867Z 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-01-24T01:13:56.4019718Z 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-01-24T01:13:56.4025591Z 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-01-24T01:13:56.4031631Z 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-01-24T01:13:56.4038047Z 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-01-24T01:13:56.4044256Z 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-01-24T01:13:56.4050167Z 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-01-24T01:13:56.4056615Z 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-01-24T01:13:56.4062210Z 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-01-24T01:13:56.4067992Z 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-01-24T01:13:56.4074197Z 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-01-24T01:13:56.4080289Z 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-01-24T01:13:56.4086857Z 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-01-24T01:13:56.4092866Z 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-01-24T01:13:56.4099833Z 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-01-24T01:13:56.4106531Z 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-01-24T01:13:56.4112600Z 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-01-24T01:13:56.4118495Z 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-01-24T01:13:56.4124376Z 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-01-24T01:13:56.4130646Z 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-01-24T01:13:56.4136930Z 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-01-24T01:13:56.4143263Z 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-01-24T01:13:56.4149376Z 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-01-24T01:13:56.4155511Z 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-01-24T01:13:56.4161426Z 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-01-24T01:13:56.4167688Z 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-01-24T01:13:56.4173881Z 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-01-24T01:13:56.4180165Z 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-01-24T01:13:56.4185977Z 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-01-24T01:13:56.4192215Z 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-01-24T01:13:56.4198207Z 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-01-24T01:13:56.4204596Z 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-01-24T01:13:56.4211170Z 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-01-24T01:13:56.4217941Z 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-01-24T01:13:56.4239876Z 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-01-24T01:13:56.4246408Z 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-01-24T01:13:56.4252695Z 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-01-24T01:13:56.4258520Z 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-01-24T01:13:56.4264419Z 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-01-24T01:13:56.4271110Z 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-01-24T01:13:56.4277038Z 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-01-24T01:13:56.4283262Z 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-01-24T01:13:56.4289075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.4295391Z 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-01-24T01:13:56.4301413Z 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-01-24T01:13:56.4307056Z 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-01-24T01:13:56.4312893Z 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-01-24T01:13:56.4318887Z 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-01-24T01:13:56.4325696Z 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-01-24T01:13:56.4331119Z 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-01-24T01:13:56.4337073Z 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-01-24T01:13:56.4343443Z 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-01-24T01:13:56.4349041Z 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-01-24T01:13:56.4355066Z 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-01-24T01:13:56.4360764Z 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-01-24T01:13:56.4366239Z 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-01-24T01:13:56.4372223Z 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-01-24T01:13:56.4378278Z 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-01-24T01:13:56.4383952Z 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-01-24T01:13:56.4389888Z 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-01-24T01:13:56.4395774Z 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-01-24T01:13:56.4401467Z 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-01-24T01:13:56.4407641Z 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-01-24T01:13:56.4413566Z 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-01-24T01:13:56.4419398Z 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-01-24T01:13:56.4425117Z 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-01-24T01:13:56.4431002Z 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-01-24T01:13:56.4436755Z 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-01-24T01:13:56.4443758Z 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-01-24T01:13:56.4449631Z 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-01-24T01:13:56.4455360Z 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-01-24T01:13:56.4461204Z 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-01-24T01:13:56.4467374Z 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-01-24T01:13:56.4476019Z 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-01-24T01:13:56.4481505Z 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-01-24T01:13:56.4487651Z 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-01-24T01:13:56.4493763Z 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-01-24T01:13:56.4500271Z 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-01-24T01:13:56.4505699Z 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-01-24T01:13:56.4511605Z 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-01-24T01:13:56.4517664Z 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-01-24T01:13:56.4523667Z 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-01-24T01:13:56.4529189Z 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-01-24T01:13:56.4534820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.4540330Z 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-01-24T01:13:56.4546809Z 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-01-24T01:13:56.4552670Z 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-01-24T01:13:56.4558677Z 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-01-24T01:13:56.4564514Z 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-01-24T01:13:56.4570629Z 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-01-24T01:13:56.4576269Z 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-01-24T01:13:56.4582075Z 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-01-24T01:13:56.4588184Z 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-01-24T01:13:56.4594273Z 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-01-24T01:13:56.4599953Z 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-01-24T01:13:56.4605814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.4611828Z 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-01-24T01:13:56.4618682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.4624761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.4630831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.4637242Z 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-01-24T01:13:56.4643077Z 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-01-24T01:13:56.4648953Z 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-01-24T01:13:56.4655384Z 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-01-24T01:13:56.4661857Z 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-01-24T01:13:56.4669106Z 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-01-24T01:13:56.4675457Z 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-01-24T01:13:56.4691773Z 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-01-24T01:13:56.4698807Z 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-01-24T01:13:56.4704934Z 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-01-24T01:13:56.4710678Z 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-01-24T01:13:56.4717989Z 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-01-24T01:13:56.4725428Z 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-01-24T01:13:56.4731367Z 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-01-24T01:13:56.4737830Z 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-01-24T01:13:56.4743759Z 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-01-24T01:13:56.4750213Z 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-01-24T01:13:56.4756017Z 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-01-24T01:13:56.4762312Z 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-01-24T01:13:56.4769379Z 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-01-24T01:13:56.4775745Z 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-01-24T01:13:56.4781716Z 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-01-24T01:13:56.4787562Z 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-01-24T01:13:56.4793683Z 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-01-24T01:13:56.4800129Z 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-01-24T01:13:56.4806140Z 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-01-24T01:13:56.4812023Z 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-01-24T01:13:56.4818115Z 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-01-24T01:13:56.4824330Z 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-01-24T01:13:56.4830705Z 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-01-24T01:13:56.4836501Z 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-01-24T01:13:56.4842612Z 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-01-24T01:13:56.4848726Z 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-01-24T01:13:56.4855106Z 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-01-24T01:13:56.4861197Z 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-01-24T01:13:56.4867202Z 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-01-24T01:13:56.4873107Z 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-01-24T01:13:56.4879338Z 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-01-24T01:13:56.4884946Z 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-01-24T01:13:56.4891137Z 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-01-24T01:13:56.4896960Z 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-01-24T01:13:56.4902760Z 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-01-24T01:13:56.4909066Z 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-01-24T01:13:56.4914874Z 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-01-24T01:13:56.4920727Z 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-01-24T01:13:56.4926732Z 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-01-24T01:13:56.4932883Z 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-01-24T01:13:56.4938589Z 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-01-24T01:13:56.4944329Z 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-01-24T01:13:56.4950168Z 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-01-24T01:13:56.4956403Z 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-01-24T01:13:56.4962350Z 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-01-24T01:13:56.4968132Z 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-01-24T01:13:56.4974023Z 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-01-24T01:13:56.4980268Z 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-01-24T01:13:56.4986051Z 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-01-24T01:13:56.4992040Z 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-01-24T01:13:56.4998078Z 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-01-24T01:13:56.5004267Z 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-01-24T01:13:56.5033426Z 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-01-24T01:13:56.5040059Z 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-01-24T01:13:56.5046164Z 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-01-24T01:13:56.5052347Z 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-01-24T01:13:56.5058565Z 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-01-24T01:13:56.5064506Z 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-01-24T01:13:56.5070600Z 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-01-24T01:13:56.5076692Z 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-01-24T01:13:56.5082961Z 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-01-24T01:13:56.5089121Z 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-01-24T01:13:56.5095131Z 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-01-24T01:13:56.5101199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.5107433Z 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-01-24T01:13:56.5113423Z 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-01-24T01:13:56.5119186Z 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-01-24T01:13:56.5125691Z 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-01-24T01:13:56.5132260Z 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-01-24T01:13:56.5138311Z 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-01-24T01:13:56.5144311Z 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-01-24T01:13:56.5150743Z 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-01-24T01:13:56.5157001Z 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-01-24T01:13:56.5165264Z 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-01-24T01:13:56.5172538Z 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-01-24T01:13:56.5178548Z 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-01-24T01:13:56.5184579Z 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-01-24T01:13:56.5190783Z 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-01-24T01:13:56.5197439Z 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-01-24T01:13:56.5204577Z 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-01-24T01:13:56.5211071Z 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-01-24T01:13:56.5217298Z 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-01-24T01:13:56.5223465Z 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-01-24T01:13:56.5229909Z 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-01-24T01:13:56.5235898Z 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-01-24T01:13:56.5241948Z 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-01-24T01:13:56.5248254Z 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-01-24T01:13:56.5254200Z 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-01-24T01:13:56.5260499Z 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-01-24T01:13:56.5266436Z 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-01-24T01:13:56.5272735Z 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-01-24T01:13:56.5278833Z 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-01-24T01:13:56.5285021Z 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-01-24T01:13:56.5291087Z 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-01-24T01:13:56.5297336Z 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-01-24T01:13:56.5303259Z 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-01-24T01:13:56.5309259Z 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-01-24T01:13:56.5314940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.5412079Z 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-01-24T01:13:56.5418151Z 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-01-24T01:13:56.5424046Z 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-01-24T01:13:56.5430212Z 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-01-24T01:13:56.5436383Z 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-01-24T01:13:56.5442611Z 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-01-24T01:13:56.5449227Z 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-01-24T01:13:56.5455511Z 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-01-24T01:13:56.5461438Z 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-01-24T01:13:56.5467779Z 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-01-24T01:13:56.5473783Z 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-01-24T01:13:56.5480122Z 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-01-24T01:13:56.5485982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.5492094Z 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-01-24T01:13:56.5498359Z 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-01-24T01:13:56.5504569Z 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-01-24T01:13:56.5510715Z 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-01-24T01:13:56.5516879Z 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-01-24T01:13:56.5523308Z 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-01-24T01:13:56.5529253Z 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-01-24T01:13:56.5535500Z 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-01-24T01:13:56.5541279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.5547844Z 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-01-24T01:13:56.5554099Z 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-01-24T01:13:56.5559787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.5565808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.5571623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.5576910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.5582490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.5589085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.5595635Z 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-01-24T01:13:56.5601388Z 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-01-24T01:13:56.5607314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.5614015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.5619815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.5625871Z 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-01-24T01:13:56.5631722Z 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-01-24T01:13:56.5637777Z 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-01-24T01:13:56.5643642Z 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-01-24T01:13:56.5650105Z 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-01-24T01:13:56.5661540Z 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-01-24T01:13:56.5667677Z 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-01-24T01:13:56.5673756Z 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-01-24T01:13:56.5679507Z 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-01-24T01:13:56.5685608Z 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-01-24T01:13:56.5691572Z 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-01-24T01:13:56.5697655Z 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-01-24T01:13:56.5704473Z 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-01-24T01:13:56.5711178Z 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-01-24T01:13:56.5717273Z 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-01-24T01:13:56.5723367Z 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-01-24T01:13:56.5729883Z 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-01-24T01:13:56.5736182Z 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-01-24T01:13:56.5742066Z 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-01-24T01:13:56.5748789Z 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-01-24T01:13:56.5755034Z 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-01-24T01:13:56.5761407Z 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-01-24T01:13:56.5767775Z 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-01-24T01:13:56.5774403Z 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-01-24T01:13:56.5780591Z 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-01-24T01:13:56.5786547Z 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-01-24T01:13:56.5793053Z 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-01-24T01:13:56.5799173Z 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-01-24T01:13:56.5805093Z 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-01-24T01:13:56.5810957Z 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-01-24T01:13:56.5817192Z 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-01-24T01:13:56.5822943Z 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-01-24T01:13:56.5828907Z 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-01-24T01:13:56.5835006Z 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-01-24T01:13:56.5841376Z 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-01-24T01:13:56.5847209Z 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-01-24T01:13:56.5853129Z 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-01-24T01:13:56.5859464Z 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-01-24T01:13:56.5865985Z 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-01-24T01:13:56.5872446Z 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-01-24T01:13:56.5878330Z 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-01-24T01:13:56.5884632Z 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-01-24T01:13:56.5891276Z 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-01-24T01:13:56.5897131Z 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-01-24T01:13:56.5903474Z 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-01-24T01:13:56.5909259Z 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-01-24T01:13:56.5915226Z 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-01-24T01:13:56.5921131Z 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-01-24T01:13:56.5927097Z 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-01-24T01:13:56.5933152Z 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-01-24T01:13:56.5938962Z 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-01-24T01:13:56.5945601Z 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-01-24T01:13:56.5951536Z 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-01-24T01:13:56.5957501Z 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-01-24T01:13:56.5964313Z 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-01-24T01:13:56.5970265Z 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-01-24T01:13:56.5976207Z 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-01-24T01:13:56.5982242Z 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-01-24T01:13:56.5988532Z 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-01-24T01:13:56.5994552Z 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-01-24T01:13:56.6000870Z 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-01-24T01:13:56.6007244Z 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-01-24T01:13:56.6013407Z 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-01-24T01:13:56.6019300Z 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-01-24T01:13:56.6024995Z 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-01-24T01:13:56.6031890Z 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-01-24T01:13:56.6038351Z 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-01-24T01:13:56.6044296Z 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-01-24T01:13:56.6050208Z 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-01-24T01:13:56.6056478Z 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-01-24T01:13:56.6062699Z 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-01-24T01:13:56.6068936Z 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-01-24T01:13:56.6074935Z 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-01-24T01:13:56.6081238Z 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-01-24T01:13:56.6087445Z 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-01-24T01:13:56.6093385Z 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-01-24T01:13:56.6100138Z 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-01-24T01:13:56.6106033Z 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-01-24T01:13:56.6112144Z 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-01-24T01:13:56.6118326Z 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-01-24T01:13:56.6172359Z 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-01-24T01:13:56.6180105Z 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-01-24T01:13:56.6189023Z 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-01-24T01:13:56.6196480Z 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-01-24T01:13:56.6204494Z 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-01-24T01:13:56.6223248Z 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-01-24T01:13:56.6231434Z 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-01-24T01:13:56.6240678Z 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-01-24T01:13:56.6247419Z 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-01-24T01:13:56.6255400Z 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-01-24T01:13:56.6261344Z 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-01-24T01:13:56.6269413Z 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-01-24T01:13:56.6275949Z 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-01-24T01:13:56.6282125Z 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-01-24T01:13:56.6288143Z 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-01-24T01:13:56.6294393Z 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-01-24T01:13:56.6301895Z 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-01-24T01:13:56.6308140Z 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-01-24T01:13:56.6314597Z 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-01-24T01:13:56.6320861Z 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-01-24T01:13:56.6326853Z 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-01-24T01:13:56.6332705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.6338792Z 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-01-24T01:13:56.6344343Z 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-01-24T01:13:56.6350467Z 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-01-24T01:13:56.6357739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.6363370Z 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-01-24T01:13:56.6369010Z 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-01-24T01:13:56.6374438Z 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-01-24T01:13:56.6380159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.6386165Z 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-01-24T01:13:56.6392512Z 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-01-24T01:13:56.6398297Z 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-01-24T01:13:56.6404076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.6409873Z 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-01-24T01:13:56.6416002Z 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-01-24T01:13:56.6421750Z 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-01-24T01:13:56.6427567Z 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-01-24T01:13:56.6434042Z 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-01-24T01:13:56.6439731Z 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-01-24T01:13:56.6445419Z 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-01-24T01:13:56.6451513Z 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-01-24T01:13:56.6458738Z 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-01-24T01:13:56.6466008Z 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-01-24T01:13:56.6474444Z 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-01-24T01:13:56.6482403Z 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-01-24T01:13:56.6490837Z 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-01-24T01:13:56.6498317Z 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-01-24T01:13:56.6505824Z 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-01-24T01:13:56.6514305Z 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-01-24T01:13:56.6520523Z 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-01-24T01:13:56.6526634Z 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-01-24T01:13:56.6532762Z 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-01-24T01:13:56.6538787Z 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-01-24T01:13:56.6544646Z 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-01-24T01:13:56.6551163Z 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-01-24T01:13:56.6557277Z 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-01-24T01:13:56.6563238Z 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-01-24T01:13:56.6569163Z 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-01-24T01:13:56.6575767Z 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-01-24T01:13:56.6582136Z 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-01-24T01:13:56.6588253Z 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-01-24T01:13:56.6594439Z 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-01-24T01:13:56.6600718Z 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-01-24T01:13:56.6606878Z 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-01-24T01:13:56.6613210Z 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-01-24T01:13:56.6619103Z 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-01-24T01:13:56.6625129Z 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-01-24T01:13:56.6631308Z 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-01-24T01:13:56.6637237Z 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-01-24T01:13:56.6643185Z 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-01-24T01:13:56.6649475Z 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-01-24T01:13:56.6655394Z 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-01-24T01:13:56.6661583Z 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-01-24T01:13:56.6667839Z 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-01-24T01:13:56.6673791Z 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-01-24T01:13:56.6679973Z 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-01-24T01:13:56.6686140Z 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-01-24T01:13:56.6692119Z 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-01-24T01:13:56.6697996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.6704657Z 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-01-24T01:13:56.6711590Z 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-01-24T01:13:56.6717498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.6724699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.6730103Z 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-01-24T01:13:56.6736157Z 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-01-24T01:13:56.6741854Z 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-01-24T01:13:56.6748558Z 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-01-24T01:13:56.6754646Z 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-01-24T01:13:56.6760798Z 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-01-24T01:13:56.6767861Z 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-01-24T01:13:56.6773821Z 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-01-24T01:13:56.6779700Z 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-01-24T01:13:56.6786030Z 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-01-24T01:13:56.6792070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.7195882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.7201913Z 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-01-24T01:13:56.7208730Z 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-01-24T01:13:56.7215495Z 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-01-24T01:13:56.7222297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.7228181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.7234472Z 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-01-24T01:13:56.7241036Z 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-01-24T01:13:56.7247171Z 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-01-24T01:13:56.7252753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.7258498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.7264297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.7270340Z 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-01-24T01:13:56.7276140Z 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-01-24T01:13:56.7281873Z 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-01-24T01:13:56.7287431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.7293790Z 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-01-24T01:13:56.7299232Z 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-01-24T01:13:56.7304782Z 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-01-24T01:13:56.7310586Z 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-01-24T01:13:56.7317857Z 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-01-24T01:13:56.7323392Z 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-01-24T01:13:56.7329074Z 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-01-24T01:13:56.7335336Z 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-01-24T01:13:56.7341355Z 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-01-24T01:13:56.7347002Z 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-01-24T01:13:56.7352855Z 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-01-24T01:13:56.7359903Z 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-01-24T01:13:56.7366740Z 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-01-24T01:13:56.7372760Z 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-01-24T01:13:56.7379470Z 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-01-24T01:13:56.7385279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.7391722Z 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-01-24T01:13:56.7398165Z 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-01-24T01:13:56.7404055Z 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-01-24T01:13:56.7410022Z 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-01-24T01:13:56.7416041Z 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-01-24T01:13:56.7496720Z 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-01-24T01:13:56.7502778Z 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-01-24T01:13:56.7509063Z 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-01-24T01:13:56.7515410Z 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-01-24T01:13:56.7521554Z 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-01-24T01:13:56.7528806Z 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-01-24T01:13:56.7535034Z 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-01-24T01:13:56.7541932Z 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-01-24T01:13:56.7548093Z 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-01-24T01:13:56.7554087Z 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-01-24T01:13:56.7560112Z 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-01-24T01:13:56.7566454Z 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-01-24T01:13:56.7572765Z 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-01-24T01:13:56.7578843Z 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-01-24T01:13:56.7585059Z 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-01-24T01:13:56.7591132Z 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-01-24T01:13:56.7597306Z 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-01-24T01:13:56.7603693Z 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-01-24T01:13:56.7610190Z 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-01-24T01:13:56.7616659Z 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-01-24T01:13:56.7622778Z 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-01-24T01:13:56.7628872Z 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-01-24T01:13:56.7635057Z 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-01-24T01:13:56.7641342Z 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-01-24T01:13:56.7647735Z 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-01-24T01:13:56.7678259Z 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-01-24T01:13:56.7684170Z 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-01-24T01:13:56.7690353Z 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-01-24T01:13:56.7696680Z 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-01-24T01:13:56.7702993Z 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-01-24T01:13:56.7709812Z 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-01-24T01:13:56.7715889Z 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-01-24T01:13:56.7721999Z 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-01-24T01:13:56.7728252Z 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-01-24T01:13:56.7735105Z 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-01-24T01:13:56.7740956Z 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-01-24T01:13:56.7747415Z 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-01-24T01:13:56.7753473Z 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-01-24T01:13:56.7759456Z 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-01-24T01:13:56.7766173Z 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-01-24T01:13:56.7771959Z 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-01-24T01:13:56.7778566Z 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-01-24T01:13:56.7784542Z 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-01-24T01:13:56.7790711Z 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-01-24T01:13:56.7797203Z 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-01-24T01:13:56.7803191Z 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-01-24T01:13:56.7809095Z 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-01-24T01:13:56.7815034Z 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-01-24T01:13:56.7820761Z 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-01-24T01:13:56.7827067Z 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-01-24T01:13:56.7833015Z 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-01-24T01:13:56.7839426Z 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-01-24T01:13:56.7846079Z 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-01-24T01:13:56.7906463Z 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-01-24T01:13:56.7908045Z 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-01-24T01:13:56.7909403Z 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-01-24T01:13:56.7910659Z 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-01-24T01:13:56.7911862Z 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-01-24T01:13:56.7913219Z 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-01-24T01:13:56.7914857Z 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-01-24T01:13:56.7916280Z 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-01-24T01:13:56.7917485Z 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-01-24T01:13:56.7918643Z 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-01-24T01:13:56.7919803Z 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-01-24T01:13:56.7922386Z 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-01-24T01:13:56.7928217Z 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-01-24T01:13:56.7933943Z 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-01-24T01:13:56.7940177Z 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-01-24T01:13:56.7946671Z 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-01-24T01:13:56.7952819Z 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-01-24T01:13:56.7959117Z 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-01-24T01:13:56.7965263Z 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-01-24T01:13:56.7971688Z 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-01-24T01:13:56.7977654Z 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-01-24T01:13:56.7983685Z 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-01-24T01:13:56.7990300Z 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-01-24T01:13:56.7996392Z 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-01-24T01:13:56.8002301Z 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-01-24T01:13:56.8008292Z 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-01-24T01:13:56.8014594Z 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-01-24T01:13:56.8020908Z 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-01-24T01:13:56.8027345Z 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-01-24T01:13:56.8033386Z 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-01-24T01:13:56.8039329Z 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-01-24T01:13:56.8045200Z 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-01-24T01:13:56.8051583Z 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-01-24T01:13:56.8057767Z 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-01-24T01:13:56.8064313Z 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-01-24T01:13:56.8071108Z 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-01-24T01:13:56.8077223Z 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-01-24T01:13:56.8083085Z 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-01-24T01:13:56.8089895Z 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-01-24T01:13:56.8097033Z 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-01-24T01:13:56.8103240Z 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-01-24T01:13:56.8109696Z 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-01-24T01:13:56.8115860Z 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-01-24T01:13:56.8123134Z 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-01-24T01:13:56.8130199Z 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-01-24T01:13:56.8136843Z 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-01-24T01:13:56.8143150Z 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-01-24T01:13:56.8149801Z 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-01-24T01:13:56.8156496Z 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-01-24T01:13:56.8163290Z 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-01-24T01:13:56.8169493Z 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-01-24T01:13:56.8175936Z 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-01-24T01:13:56.8182419Z 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-01-24T01:13:56.8189045Z 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-01-24T01:13:56.8195771Z 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-01-24T01:13:56.8202199Z 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-01-24T01:13:56.8208755Z 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-01-24T01:13:56.8216143Z 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-01-24T01:13:56.8223211Z 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-01-24T01:13:56.8230602Z 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-01-24T01:13:56.8237548Z 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-01-24T01:13:56.8244036Z 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-01-24T01:13:56.8250386Z 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-01-24T01:13:56.8256542Z 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-01-24T01:13:56.8263715Z 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-01-24T01:13:56.8269729Z 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-01-24T01:13:56.8276004Z 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-01-24T01:13:56.8281945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.8287517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.8294115Z 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-01-24T01:13:56.8300275Z 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-01-24T01:13:56.8306497Z 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-01-24T01:13:56.8312203Z 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-01-24T01:13:56.8317974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.8323812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.8329837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.8335240Z 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-01-24T01:13:56.8341142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.8346628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.8352745Z 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-01-24T01:13:56.8359005Z 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-01-24T01:13:56.8364698Z 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-01-24T01:13:56.8370914Z 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-01-24T01:13:56.8376777Z 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-01-24T01:13:56.8382967Z 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-01-24T01:13:56.8389378Z 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-01-24T01:13:56.8395642Z 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-01-24T01:13:56.8401531Z 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-01-24T01:13:56.8407399Z 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-01-24T01:13:56.8413227Z 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-01-24T01:13:56.8419596Z 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-01-24T01:13:56.8425561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:13:56.8432054Z 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-01-24T01:13:56.8437875Z 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-01-24T01:13:56.8444514Z 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-01-24T01:13:56.8450232Z 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-01-24T01:13:56.8456317Z 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-01-24T01:13:56.8462099Z 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-01-24T01:13:56.8468644Z 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-01-24T01:13:56.8475110Z 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-01-24T01:13:56.8481241Z 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-01-24T01:13:56.8487291Z 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-01-24T01:13:56.8493578Z 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-01-24T01:13:56.8499833Z 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-01-24T01:13:56.8506065Z 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-01-24T01:13:56.8512413Z 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-01-24T01:13:56.8518392Z 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-01-24T01:13:56.8524420Z 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-01-24T01:13:56.8530534Z 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-01-24T01:13:56.8536954Z 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-01-24T01:13:56.8542673Z 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-01-24T01:13:56.8548563Z 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-01-24T01:13:56.8554987Z 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-01-24T01:13:56.8561338Z 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-01-24T01:13:56.8567790Z 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-01-24T01:13:56.8575064Z 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-01-24T01:13:56.8582547Z 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-01-24T01:13:56.8589740Z 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-01-24T01:13:56.8596998Z 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-01-24T01:13:56.8612651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PadNd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8618153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8623912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8629907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelFuture.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8635225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelNative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8640776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelOpenMP.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8646585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PTThreadPool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8652010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PythonTorchFunctionTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8658660Z creating build\bdist.win-amd64\wheel\torch\include\ATen\quantized 2025-01-24T01:13:56.8664607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\QTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2025-01-24T01:13:56.8670265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\Quantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2025-01-24T01:13:56.8675865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\record_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8682453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8708430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8722169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ROCmFABackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8727547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SavedTensorHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8733312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8738542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8743965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8749659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SDPBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8755586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SequenceNumber.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8761339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8781342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8788137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8794877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8800674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8806420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\StorageUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8812079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8817430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8822931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorGeometry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8828807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8835522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8842344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIteratorInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8847868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8853736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorNames.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8859573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8865359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8871584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorSubclassLikeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8877472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8883328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalPythonObjects.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8889499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8903797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TracerMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8909329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TypeDefault.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8914871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8920087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8925230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\VmapGeneratedPlumbing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8947140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8975737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtilsMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:13:56.8982038Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu 2025-01-24T01:13:56.8987614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-01-24T01:13:56.8993540Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu\detail 2025-01-24T01:13:56.8999038Z 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-01-24T01:13:56.9004415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-01-24T01:13:56.9009584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-01-24T01:13:56.9027681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-01-24T01:13:56.9033451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-01-24T01:13:56.9039197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-01-24T01:13:56.9052353Z creating build\bdist.win-amd64\wheel\torch\include\c10 2025-01-24T01:13:56.9058392Z creating build\bdist.win-amd64\wheel\torch\include\c10\core 2025-01-24T01:13:56.9063609Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\alignment.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9069355Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Allocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9076240Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\AutogradState.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9088073Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9101889Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CachingDeviceAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9107899Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CompileTimeFunctionPointer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9113871Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ConstantSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9119972Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Contiguity.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9125693Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CopyBytes.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9131477Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CPUAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9137063Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultDtype.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9157777Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9163319Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9168817Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceArray.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9174571Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9180497Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9186660Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKey.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9193227Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9199430Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DynamicCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9205204Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9217503Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9223051Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GradMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9229721Z creating build\bdist.win-amd64\wheel\torch\include\c10\core\impl 2025-01-24T01:13:56.9235483Z 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-01-24T01:13:56.9240963Z 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-01-24T01:13:56.9246512Z 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-01-24T01:13:56.9252287Z 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-01-24T01:13:56.9266450Z 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-01-24T01:13:56.9272972Z 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-01-24T01:13:56.9278716Z 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-01-24T01:13:56.9284122Z 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-01-24T01:13:56.9289949Z 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-01-24T01:13:56.9295630Z 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-01-24T01:13:56.9301221Z 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-01-24T01:13:56.9306963Z 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-01-24T01:13:56.9312435Z 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-01-24T01:13:56.9317914Z 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-01-24T01:13:56.9323276Z 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-01-24T01:13:56.9334116Z 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-01-24T01:13:56.9339413Z 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-01-24T01:13:56.9346396Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9351723Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9357855Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9364065Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\OptionalRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9369622Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\PyHandleCache.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9375180Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9381274Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9387653Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\RefcountedDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9394272Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SafePyObject.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9400527Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9413295Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9419500Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9425562Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9431656Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9437475Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9443019Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9448736Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymbolicShapeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9454435Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymBool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9459726Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9465174Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymInt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9470928Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymIntArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9476593Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9492200Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9499113Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9505009Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\thread_pool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9510737Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9516468Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\WrapDimMinimal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:13:56.9522685Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda 2025-01-24T01:13:56.9529054Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAlgorithm.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:13:56.9535050Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:13:56.9540936Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDACachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:13:56.9546611Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertion.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:13:56.9559049Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:13:56.9564630Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:13:56.9570048Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:13:56.9575478Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:13:56.9581250Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:13:56.9586755Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:13:56.9592833Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMathCompat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:13:56.9598319Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMiscFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:13:56.9603508Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:13:56.9613695Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\driver_api.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:13:56.9618053Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda\impl 2025-01-24T01:13:56.9623714Z 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-01-24T01:13:56.9629068Z 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-01-24T01:13:56.9634486Z 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-01-24T01:13:56.9641459Z creating build\bdist.win-amd64\wheel\torch\include\c10\macros 2025-01-24T01:13:56.9646518Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\cmake_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-01-24T01:13:56.9651913Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-01-24T01:13:56.9657335Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-01-24T01:13:56.9663827Z creating build\bdist.win-amd64\wheel\torch\include\c10\metal 2025-01-24T01:13:56.9668977Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\special_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-01-24T01:13:56.9675223Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-01-24T01:13:56.9681454Z creating build\bdist.win-amd64\wheel\torch\include\c10\util 2025-01-24T01:13:56.9686494Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AbortHandler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9691976Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\accumulate.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9697278Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AlignOf.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9702594Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ApproximateClock.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9717972Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9723205Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9728982Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9734569Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9740617Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9746398Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9752789Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9759066Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9765114Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bit_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9771374Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\C++17.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9778493Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\CallOnce.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9784705Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9791037Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9796721Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9802999Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ConstexprCrc.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9808629Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9814004Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DeadlockDetection.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9819644Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Deprecated.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9825269Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9830606Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DynamicCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9842923Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\env.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9848269Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\error.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9853318Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Exception.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9859264Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9865328Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9871214Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FbcodeMaps.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9876580Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Flags.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9881835Z 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-01-24T01:13:56.9888234Z 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-01-24T01:13:56.9893929Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fn.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9899673Z 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-01-24T01:13:56.9912758Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9917779Z 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-01-24T01:13:56.9923556Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9929196Z 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-01-24T01:13:56.9934649Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9940549Z 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-01-24T01:13:56.9946222Z 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-01-24T01:13:56.9951688Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FunctionRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9957052Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Gauge.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9963105Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\generic_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9977038Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9982624Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9988551Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9994128Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\IdWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:56.9999686Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\int128.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0004961Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\intrusive_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0011971Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\irange.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0017201Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Lazy.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0022569Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\LeftRight.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0028261Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\llvmMathExtras.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0034426Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Load.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0040054Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Logging.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0045763Z 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-01-24T01:13:57.0061927Z 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-01-24T01:13:57.0067498Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MathConstants.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0073553Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MaybeOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0079389Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Metaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0084766Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\NetworkFlow.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0090505Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\numa.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0095871Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Optional.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0101338Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\OptionalArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0107172Z 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-01-24T01:13:57.0113861Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overflows.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0119625Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overloaded.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0140056Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ParallelGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0145380Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\python_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0150940Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint32.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0156111Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0161275Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint2x4.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0166761Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint4x2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0172076Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0177503Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Registry.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0183112Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\safe_numerics.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0188991Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ScopeExit.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0194667Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\signal_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0200335Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallBuffer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0213608Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0220919Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\sparse_bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0227703Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ssize.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0233678Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\static_tracepoint.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0239462Z 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-01-24T01:13:57.0245391Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0251400Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\StringUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0257058Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0262539Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_view.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0268715Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strong_type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0274869Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Synchronized.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0291797Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\tempfile.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0297279Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0302897Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocalDebugInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0308288Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\thread_name.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0314195Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0319556Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0324878Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0330494Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeIndex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0336274Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeList.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0342790Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeSafeSignMath.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0348274Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0354005Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unicode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0359182Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\UniqueVoidPtr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0364681Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unroll.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0370631Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0376315Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounterDynamicBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0381793Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\win32-headers.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:13:57.0388454Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu 2025-01-24T01:13:57.0394693Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\impl 2025-01-24T01:13:57.0400097Z 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-01-24T01:13:57.0405825Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUCachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-01-24T01:13:57.0411054Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUDeviceProp.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-01-24T01:13:57.0416396Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-01-24T01:13:57.0428921Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-01-24T01:13:57.0434574Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-01-24T01:13:57.0440410Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-01-24T01:13:57.0446380Z creating build\bdist.win-amd64\wheel\torch\include\caffe2 2025-01-24T01:13:57.0451602Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\serialize 2025-01-24T01:13:57.0456454Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\crc_alt.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-01-24T01:13:57.0518507Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\file_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-01-24T01:13:57.0524439Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\inline_container.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-01-24T01:13:57.0529866Z 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-01-24T01:13:57.0543783Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\istream_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-01-24T01:13:57.0549543Z 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-01-24T01:13:57.0555162Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\versions.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-01-24T01:13:57.0560175Z copying build\lib.win-amd64-cpython-39\torch\include\cpuinfo.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:13:57.0566373Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:13:57.0572073Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_config.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:13:57.0587813Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_debug.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:13:57.0593454Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:13:57.0599442Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:13:57.0605234Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:13:57.0610772Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:13:57.0616874Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:13:57.0622404Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_version.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:13:57.0628044Z copying build\lib.win-amd64-cpython-39\torch\include\experiments-config.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:13:57.0633320Z copying build\lib.win-amd64-cpython-39\torch\include\fp16.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:13:57.0638516Z copying build\lib.win-amd64-cpython-39\torch\include\fxdiv.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:13:57.0644999Z creating build\bdist.win-amd64\wheel\torch\include\kineto 2025-01-24T01:13:57.0649992Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\AbstractConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:13:57.0656066Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityProfilerInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:13:57.0661489Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityTraceInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:13:57.0675917Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityType.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:13:57.0681517Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ClientInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:13:57.0686749Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:13:57.0692482Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\GenericTraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:13:57.0697932Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\IActivityProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:13:57.0703365Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ILoggerObserver.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:13:57.1348616Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ITraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:13:57.1354098Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\libkineto.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:13:57.1359529Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\LoggingAPI.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:13:57.1365136Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\output_base.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:13:57.1371269Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ThreadUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:13:57.1376704Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\time_since_epoch.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:13:57.1381870Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\TraceSpan.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:13:57.1387387Z copying build\lib.win-amd64-cpython-39\torch\include\libshm.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:13:57.1393315Z copying build\lib.win-amd64-cpython-39\torch\include\psimd.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:13:57.1399230Z copying build\lib.win-amd64-cpython-39\torch\include\pthreadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:13:57.1411668Z creating build\bdist.win-amd64\wheel\torch\include\pybind11 2025-01-24T01:13:57.1416789Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\attr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1422763Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\buffer_info.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1428296Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\cast.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1435057Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\chrono.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1440617Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1446062Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1459963Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\detail 2025-01-24T01:13:57.1465391Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\class.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:13:57.1471344Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:13:57.1477457Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\cpp_conduit.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:13:57.1483045Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\descr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:13:57.1488366Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\exception_translation.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:13:57.1504962Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\init.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:13:57.1511528Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\internals.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:13:57.1517684Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:13:57.1523405Z 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-01-24T01:13:57.1529788Z 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-01-24T01:13:57.1535974Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\eigen 2025-01-24T01:13:57.1541454Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-01-24T01:13:57.1546437Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\matrix.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-01-24T01:13:57.1552597Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-01-24T01:13:57.1558342Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1563356Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\embed.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1569165Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1574525Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1579936Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1585320Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil_safe_call_once.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1591085Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\iostream.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1596383Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1603010Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1608438Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\options.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1613803Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pybind11.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1620786Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pytypes.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1628220Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1633693Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl_bind.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1639836Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\type_caster_pyobject_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1645679Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\typing.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:13:57.1651488Z copying build\lib.win-amd64-cpython-39\torch\include\sleef.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:13:57.1660935Z creating build\bdist.win-amd64\wheel\torch\include\THC 2025-01-24T01:13:57.1666093Z copying build\lib.win-amd64-cpython-39\torch\include\THC\THCAtomics.cuh -> build\bdist.win-amd64\wheel\.\torch\include\THC 2025-01-24T01:13:57.1671930Z copying build\lib.win-amd64-cpython-39\torch\include\THC\THCDeviceUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\THC 2025-01-24T01:13:57.1677706Z creating build\bdist.win-amd64\wheel\torch\include\torch 2025-01-24T01:13:57.1683195Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc 2025-01-24T01:13:57.1688567Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api 2025-01-24T01:13:57.1694024Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include 2025-01-24T01:13:57.1699940Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch 2025-01-24T01:13:57.1706109Z 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-01-24T01:13:57.1711454Z 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-01-24T01:13:57.1716947Z 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-01-24T01:13:57.1721912Z 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-01-24T01:13:57.1727918Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:13:57.1735795Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-01-24T01:13:57.1742675Z 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-01-24T01:13:57.1748413Z 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-01-24T01:13:57.1754007Z 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-01-24T01:13:57.1759479Z 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-01-24T01:13:57.1765220Z 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-01-24T01:13:57.1771686Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:13:57.1788313Z 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-01-24T01:13:57.1793942Z 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-01-24T01:13:57.1799600Z 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-01-24T01:13:57.1804930Z 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-01-24T01:13:57.1810075Z 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-01-24T01:13:57.1815251Z 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-01-24T01:13:57.1820967Z 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-01-24T01:13:57.1837328Z 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-01-24T01:13:57.1843233Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\detail 2025-01-24T01:13:57.1849601Z 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-01-24T01:13:57.1855385Z 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-01-24T01:13:57.1861439Z 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-01-24T01:13:57.1866702Z 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-01-24T01:13:57.1872117Z 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-01-24T01:13:57.1878501Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:13:57.1884685Z 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-01-24T01:13:57.1890184Z 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-01-24T01:13:57.1895305Z 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-01-24T01:13:57.1900869Z 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-01-24T01:13:57.1906195Z 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-01-24T01:13:57.1918020Z 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-01-24T01:13:57.1923685Z 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-01-24T01:13:57.1928914Z 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-01-24T01:13:57.1934818Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\transforms 2025-01-24T01:13:57.1941302Z 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-01-24T01:13:57.1946655Z 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-01-24T01:13:57.1952191Z 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-01-24T01:13:57.1957377Z 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-01-24T01:13:57.1962659Z 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-01-24T01:13:57.1968123Z 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-01-24T01:13:57.1973299Z 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-01-24T01:13:57.1978586Z 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-01-24T01:13:57.1984670Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\detail 2025-01-24T01:13:57.1992324Z 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-01-24T01:13:57.1997771Z 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-01-24T01:13:57.2003347Z 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-01-24T01:13:57.2016887Z 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-01-24T01:13:57.2022165Z 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-01-24T01:13:57.2027908Z 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-01-24T01:13:57.2033430Z 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-01-24T01:13:57.2038682Z 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-01-24T01:13:57.2044133Z 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-01-24T01:13:57.2050346Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:13:57.2056731Z 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-01-24T01:13:57.2063166Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:13:57.2069390Z 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-01-24T01:13:57.2113143Z 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-01-24T01:13:57.2118532Z 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-01-24T01:13:57.2124281Z 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-01-24T01:13:57.2137836Z 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-01-24T01:13:57.2143354Z 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-01-24T01:13:57.2149093Z 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-01-24T01:13:57.2154654Z 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-01-24T01:13:57.2160480Z 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-01-24T01:13:57.2166080Z 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-01-24T01:13:57.2172155Z 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-01-24T01:13:57.2177968Z 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-01-24T01:13:57.2184187Z 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-01-24T01:13:57.2190217Z 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-01-24T01:13:57.2196342Z 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-01-24T01:13:57.2202125Z 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-01-24T01:13:57.2207658Z 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-01-24T01:13:57.2213093Z 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-01-24T01:13:57.2225373Z 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-01-24T01:13:57.2232673Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:13:57.2239846Z 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-01-24T01:13:57.2246503Z 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-01-24T01:13:57.2252432Z 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-01-24T01:13:57.2257844Z 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-01-24T01:13:57.2264075Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:13:57.2283937Z 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-01-24T01:13:57.2289834Z 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-01-24T01:13:57.2295594Z 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-01-24T01:13:57.2301158Z 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-01-24T01:13:57.2316452Z 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-01-24T01:13:57.2329241Z 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-01-24T01:13:57.2335028Z 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-01-24T01:13:57.2340165Z 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-01-24T01:13:57.2345458Z 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-01-24T01:13:57.2350951Z 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-01-24T01:13:57.2356743Z 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-01-24T01:13:57.2363189Z 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-01-24T01:13:57.2368395Z 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-01-24T01:13:57.2373939Z 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-01-24T01:13:57.2379661Z 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-01-24T01:13:57.2385016Z 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-01-24T01:13:57.2390769Z 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-01-24T01:13:57.2396057Z 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-01-24T01:13:57.2401832Z 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-01-24T01:13:57.2407206Z 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-01-24T01:13:57.2412737Z 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-01-24T01:13:57.2418106Z 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-01-24T01:13:57.2423800Z 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-01-24T01:13:57.2429160Z 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-01-24T01:13:57.2435325Z 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-01-24T01:13:57.2440974Z 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-01-24T01:13:57.2446409Z 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-01-24T01:13:57.2451689Z 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-01-24T01:13:57.2457495Z 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-01-24T01:13:57.2463044Z 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-01-24T01:13:57.2469434Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:13:57.2475874Z 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-01-24T01:13:57.2481889Z 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-01-24T01:13:57.2487159Z 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-01-24T01:13:57.2492620Z 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-01-24T01:13:57.2498572Z 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-01-24T01:13:57.2510395Z 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-01-24T01:13:57.2515629Z 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-01-24T01:13:57.2520907Z 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-01-24T01:13:57.2526559Z 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-01-24T01:13:57.2531830Z 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-01-24T01:13:57.2537237Z 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-01-24T01:13:57.2543036Z 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-01-24T01:13:57.2548572Z 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-01-24T01:13:57.2554290Z 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-01-24T01:13:57.2559861Z 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-01-24T01:13:57.2565477Z 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-01-24T01:13:57.2571044Z 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-01-24T01:13:57.2576505Z 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-01-24T01:13:57.2581869Z 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-01-24T01:13:57.2587242Z 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-01-24T01:13:57.2592790Z 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-01-24T01:13:57.2598038Z 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-01-24T01:13:57.2605852Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-01-24T01:13:57.2612290Z 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-01-24T01:13:57.2617959Z 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-01-24T01:13:57.2623216Z 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-01-24T01:13:57.2629290Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\utils 2025-01-24T01:13:57.2635499Z 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-01-24T01:13:57.2641064Z 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-01-24T01:13:57.2646266Z 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-01-24T01:13:57.2652040Z 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-01-24T01:13:57.2657377Z 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-01-24T01:13:57.2663255Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:13:57.2669193Z 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-01-24T01:13:57.2674785Z 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-01-24T01:13:57.2680077Z 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-01-24T01:13:57.2685330Z 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-01-24T01:13:57.2690540Z 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-01-24T01:13:57.2696130Z 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-01-24T01:13:57.2714286Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-01-24T01:13:57.2720534Z 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-01-24T01:13:57.2726551Z 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-01-24T01:13:57.2732067Z 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-01-24T01:13:57.2744678Z 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-01-24T01:13:57.2749808Z 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-01-24T01:13:57.2755410Z 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-01-24T01:13:57.2760507Z 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-01-24T01:13:57.2766191Z 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-01-24T01:13:57.2772179Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\serialize 2025-01-24T01:13:57.2778466Z 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-01-24T01:13:57.2783860Z 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-01-24T01:13:57.2789553Z 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-01-24T01:13:57.2794792Z 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-01-24T01:13:57.2813463Z 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-01-24T01:13:57.2819098Z 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-01-24T01:13:57.2824598Z 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-01-24T01:13:57.2830708Z 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-01-24T01:13:57.2835757Z 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-01-24T01:13:57.2840998Z 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-01-24T01:13:57.2846336Z 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-01-24T01:13:57.2851462Z 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-01-24T01:13:57.2858886Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd 2025-01-24T01:13:57.2864964Z 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-01-24T01:13:57.2871687Z 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-01-24T01:13:57.2878460Z 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-01-24T01:13:57.2884854Z 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-01-24T01:13:57.2900845Z 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-01-24T01:13:57.2907180Z 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-01-24T01:13:57.2912485Z 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-01-24T01:13:57.2918197Z 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-01-24T01:13:57.2923706Z 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-01-24T01:13:57.2931177Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\functions 2025-01-24T01:13:57.2937199Z 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-01-24T01:13:57.2942815Z 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-01-24T01:13:57.2949069Z 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-01-24T01:13:57.2954882Z 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-01-24T01:13:57.2977826Z 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-01-24T01:13:57.2983292Z 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-01-24T01:13:57.2988825Z 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-01-24T01:13:57.2994859Z 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-01-24T01:13:57.3001795Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\generated 2025-01-24T01:13:57.3007453Z 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-01-24T01:13:57.3017764Z 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-01-24T01:13:57.3023125Z 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-01-24T01:13:57.3042431Z 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-01-24T01:13:57.3047751Z 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-01-24T01:13:57.3079787Z 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-01-24T01:13:57.3085732Z 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-01-24T01:13:57.3092083Z 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-01-24T01:13:57.3097818Z 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-01-24T01:13:57.3103276Z 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-01-24T01:13:57.3108797Z 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-01-24T01:13:57.3114591Z 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-01-24T01:13:57.3120354Z 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-01-24T01:13:57.3125692Z 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-01-24T01:13:57.3131158Z 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-01-24T01:13:57.3143557Z 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-01-24T01:13:57.3148885Z 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-01-24T01:13:57.3154563Z 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-01-24T01:13:57.3159800Z 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-01-24T01:13:57.3165546Z 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-01-24T01:13:57.3171446Z 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-01-24T01:13:57.3176803Z 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-01-24T01:13:57.3182010Z 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-01-24T01:13:57.3187713Z 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-01-24T01:13:57.3201086Z 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-01-24T01:13:57.3211339Z 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-01-24T01:13:57.3216750Z 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-01-24T01:13:57.3222302Z 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-01-24T01:13:57.3227692Z 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-01-24T01:13:57.3233291Z 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-01-24T01:13:57.3238846Z 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-01-24T01:13:57.3244316Z 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-01-24T01:13:57.3249752Z 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-01-24T01:13:57.3265893Z 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-01-24T01:13:57.3271518Z 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-01-24T01:13:57.3276907Z 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-01-24T01:13:57.3282676Z 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-01-24T01:13:57.3288207Z 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-01-24T01:13:57.3294652Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\utils 2025-01-24T01:13:57.3300325Z 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-01-24T01:13:57.3305885Z 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-01-24T01:13:57.3311408Z 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-01-24T01:13:57.3316944Z 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-01-24T01:13:57.3329454Z 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-01-24T01:13:57.3334646Z 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-01-24T01:13:57.3340433Z 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-01-24T01:13:57.3346518Z 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-01-24T01:13:57.3352135Z 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-01-24T01:13:57.3357958Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\copy_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:57.3364470Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\cuda 2025-01-24T01:13:57.3369608Z 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-01-24T01:13:57.3375219Z 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-01-24T01:13:57.3381396Z 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-01-24T01:13:57.3386887Z 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-01-24T01:13:57.3392353Z 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-01-24T01:13:57.3405869Z 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-01-24T01:13:57.3411512Z 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-01-24T01:13:57.3417369Z 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-01-24T01:13:57.3423366Z 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-01-24T01:13:57.3429017Z 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-01-24T01:13:57.3434578Z 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-01-24T01:13:57.3476036Z 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-01-24T01:13:57.3481180Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\CudaIPCTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:57.3493952Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DataLoader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:57.3499570Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:57.3504733Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:57.3510793Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed 2025-01-24T01:13:57.3516890Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd 2025-01-24T01:13:57.3522982Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\context 2025-01-24T01:13:57.3529036Z 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-01-24T01:13:57.3534572Z 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-01-24T01:13:57.3541027Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\functions 2025-01-24T01:13:57.3547182Z 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-01-24T01:13:57.3553071Z 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-01-24T01:13:57.3558919Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:13:57.3565015Z 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-01-24T01:13:57.3571081Z 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-01-24T01:13:57.3576656Z 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-01-24T01:13:57.3589941Z 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-01-24T01:13:57.3595548Z 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-01-24T01:13:57.3601403Z 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-01-24T01:13:57.3607796Z 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-01-24T01:13:57.3613392Z 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-01-24T01:13:57.3619185Z 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-01-24T01:13:57.3625029Z 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-01-24T01:13:57.3631364Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:13:57.3637020Z 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-01-24T01:13:57.3642717Z 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-01-24T01:13:57.3648048Z 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-01-24T01:13:57.3653338Z 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-01-24T01:13:57.3659122Z 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-01-24T01:13:57.3671779Z 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-01-24T01:13:57.3681039Z 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-01-24T01:13:57.3686666Z 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-01-24T01:13:57.3692291Z 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-01-24T01:13:57.3697717Z 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-01-24T01:13:57.3703278Z 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-01-24T01:13:57.3708946Z 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-01-24T01:13:57.3714655Z 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-01-24T01:13:57.3720042Z 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-01-24T01:13:57.3725783Z 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-01-24T01:13:57.3731216Z 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-01-24T01:13:57.3736757Z 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-01-24T01:13:57.3742151Z 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-01-24T01:13:57.3747894Z 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-01-24T01:13:57.3753652Z 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-01-24T01:13:57.3758959Z 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-01-24T01:13:57.3764501Z 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-01-24T01:13:57.3769786Z 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-01-24T01:13:57.3783614Z 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-01-24T01:13:57.3789836Z 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-01-24T01:13:57.3795630Z 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-01-24T01:13:57.3802021Z 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-01-24T01:13:57.3807521Z 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-01-24T01:13:57.3813523Z 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-01-24T01:13:57.3820087Z 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-01-24T01:13:57.3826060Z 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-01-24T01:13:57.3845130Z 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-01-24T01:13:57.3850824Z 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-01-24T01:13:57.3856177Z 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-01-24T01:13:57.3861642Z 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-01-24T01:13:57.3867759Z 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-01-24T01:13:57.3873281Z 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-01-24T01:13:57.3878598Z 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-01-24T01:13:57.3883961Z 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-01-24T01:13:57.3889688Z 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-01-24T01:13:57.3895085Z 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-01-24T01:13:57.3900753Z 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-01-24T01:13:57.3906224Z 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-01-24T01:13:57.3918564Z 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-01-24T01:13:57.3924124Z 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-01-24T01:13:57.3929842Z 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-01-24T01:13:57.3935590Z 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-01-24T01:13:57.3941088Z 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-01-24T01:13:57.3946027Z 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-01-24T01:13:57.3951836Z 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-01-24T01:13:57.3957328Z 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-01-24T01:13:57.3963757Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:13:57.3969462Z 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-01-24T01:13:57.3974836Z 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-01-24T01:13:57.3980047Z 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-01-24T01:13:57.3985543Z 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-01-24T01:13:57.3998971Z 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-01-24T01:13:57.4004418Z 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-01-24T01:13:57.4010137Z 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-01-24T01:13:57.4015634Z 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-01-24T01:13:57.4021400Z 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-01-24T01:13:57.4027356Z 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-01-24T01:13:57.4033191Z 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-01-24T01:13:57.4038523Z 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-01-24T01:13:57.4043458Z 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-01-24T01:13:57.4049187Z 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-01-24T01:13:57.4054788Z 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-01-24T01:13:57.4061246Z 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-01-24T01:13:57.4066896Z 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-01-24T01:13:57.4072306Z 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-01-24T01:13:57.4077759Z 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-01-24T01:13:57.4082901Z 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-01-24T01:13:57.4098316Z 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-01-24T01:13:57.4104311Z 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-01-24T01:13:57.4109709Z 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-01-24T01:13:57.4115201Z 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-01-24T01:13:57.4120564Z 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-01-24T01:13:57.4126672Z 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-01-24T01:13:57.4132162Z 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-01-24T01:13:57.4137901Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Dtype.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:57.4143194Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DynamicTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:57.4149539Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\dynamo 2025-01-24T01:13:57.4155148Z 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-01-24T01:13:57.4161036Z 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-01-24T01:13:57.4166776Z 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-01-24T01:13:57.4172027Z 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-01-24T01:13:57.4191057Z 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-01-24T01:13:57.4196319Z 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-01-24T01:13:57.4202003Z 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-01-24T01:13:57.4207151Z 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-01-24T01:13:57.4213317Z 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-01-24T01:13:57.4218544Z 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-01-24T01:13:57.4223985Z 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-01-24T01:13:57.4229325Z 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-01-24T01:13:57.4234554Z 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-01-24T01:13:57.4239775Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:57.4244793Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:57.4250124Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:57.4255090Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:57.4261633Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor 2025-01-24T01:13:57.4267752Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_package 2025-01-24T01:13:57.4273863Z 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-01-24T01:13:57.4279426Z 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-01-24T01:13:57.4284991Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runner 2025-01-24T01:13:57.4290799Z 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-01-24T01:13:57.4296555Z 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-01-24T01:13:57.4301796Z 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-01-24T01:13:57.4314539Z 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-01-24T01:13:57.4319700Z 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-01-24T01:13:57.4325144Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:13:57.4330463Z 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-01-24T01:13:57.4335792Z 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-01-24T01:13:57.4341001Z 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-01-24T01:13:57.4354008Z 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-01-24T01:13:57.4359878Z 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-01-24T01:13:57.4365943Z 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-01-24T01:13:57.4372309Z 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-01-24T01:13:57.4378672Z 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-01-24T01:13:57.4384849Z 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-01-24T01:13:57.4391214Z 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-01-24T01:13:57.4396811Z 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-01-24T01:13:57.4402424Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch 2025-01-24T01:13:57.4418754Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\c 2025-01-24T01:13:57.4424537Z 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-01-24T01:13:57.4430694Z 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-01-24T01:13:57.4436132Z 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-01-24T01:13:57.4442133Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-01-24T01:13:57.4448395Z 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-01-24T01:13:57.4454640Z 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-01-24T01:13:57.4506748Z 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-01-24T01:13:57.4521067Z 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-01-24T01:13:57.4526199Z 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-01-24T01:13:57.4540424Z 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-01-24T01:13:57.4545803Z 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-01-24T01:13:57.4551792Z 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-01-24T01:13:57.4557349Z 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-01-24T01:13:57.4562832Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\itt_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:57.4568432Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit 2025-01-24T01:13:57.4574329Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\api 2025-01-24T01:13:57.4579853Z 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-01-24T01:13:57.4586159Z 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-01-24T01:13:57.4591979Z 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-01-24T01:13:57.4597415Z 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-01-24T01:13:57.4603480Z 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-01-24T01:13:57.4618542Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends 2025-01-24T01:13:57.4624114Z 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-01-24T01:13:57.4629938Z 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-01-24T01:13:57.4635655Z 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-01-24T01:13:57.4641030Z 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-01-24T01:13:57.4662969Z 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-01-24T01:13:57.4668390Z 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-01-24T01:13:57.4674135Z 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-01-24T01:13:57.4679811Z 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-01-24T01:13:57.4685203Z 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-01-24T01:13:57.4691084Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen 2025-01-24T01:13:57.4697134Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\cuda 2025-01-24T01:13:57.4702968Z 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-01-24T01:13:57.4709462Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\frontend 2025-01-24T01:13:57.4714985Z 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-01-24T01:13:57.4720429Z 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-01-24T01:13:57.4725691Z 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-01-24T01:13:57.4739898Z 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-01-24T01:13:57.4745120Z 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-01-24T01:13:57.4750466Z 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-01-24T01:13:57.4756945Z 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-01-24T01:13:57.4763407Z 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-01-24T01:13:57.4769494Z 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-01-24T01:13:57.4774790Z 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-01-24T01:13:57.4780233Z 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-01-24T01:13:57.4786021Z 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-01-24T01:13:57.4791692Z 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-01-24T01:13:57.4797090Z 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-01-24T01:13:57.4802285Z 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-01-24T01:13:57.4807791Z 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-01-24T01:13:57.4813014Z 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-01-24T01:13:57.5745833Z 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-01-24T01:13:57.5751412Z 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-01-24T01:13:57.5757176Z 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-01-24T01:13:57.7837324Z 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-01-24T01:13:57.7842138Z 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-01-24T01:13:57.7847525Z 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-01-24T01:13:57.7852721Z 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-01-24T01:13:57.7858928Z 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-01-24T01:13:57.7864397Z 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-01-24T01:13:57.7869814Z 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-01-24T01:13:57.7875935Z 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-01-24T01:13:57.7882725Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\ir 2025-01-24T01:13:57.7888656Z 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-01-24T01:13:57.7894126Z 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-01-24T01:13:57.7899666Z 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-01-24T01:13:57.7904848Z 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-01-24T01:13:57.7919288Z 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-01-24T01:13:57.7924578Z 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-01-24T01:13:57.7931349Z 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-01-24T01:13:57.7936199Z 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-01-24T01:13:57.7941697Z 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-01-24T01:13:57.7947094Z 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-01-24T01:13:57.7952122Z 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-01-24T01:13:57.7957475Z 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-01-24T01:13:57.7962832Z 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-01-24T01:13:57.7967955Z 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-01-24T01:13:57.7973796Z 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-01-24T01:13:57.7988006Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile 2025-01-24T01:13:57.7993901Z 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-01-24T01:13:57.7999289Z 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-01-24T01:13:57.8005346Z 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-01-24T01:13:57.8011732Z 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-01-24T01:13:57.8025770Z 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-01-24T01:13:57.8031394Z 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-01-24T01:13:57.8036996Z 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-01-24T01:13:57.8043078Z 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-01-24T01:13:57.8048912Z 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-01-24T01:13:57.8054448Z 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-01-24T01:13:57.8060657Z 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-01-24T01:13:57.8066916Z 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-01-24T01:13:57.8073389Z 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-01-24T01:13:57.8079477Z 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-01-24T01:13:57.8085123Z 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-01-24T01:13:57.8090858Z 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-01-24T01:13:57.8096456Z 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-01-24T01:13:57.8102299Z 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-01-24T01:13:57.8107808Z 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-01-24T01:13:57.8113625Z 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-01-24T01:13:57.8119649Z 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-01-24T01:13:57.8124597Z 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-01-24T01:13:57.8142842Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes 2025-01-24T01:13:57.8148697Z 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-01-24T01:13:57.8153934Z 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-01-24T01:13:57.8159091Z 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-01-24T01:13:57.8164227Z 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-01-24T01:13:57.8179659Z 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-01-24T01:13:57.8184699Z 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-01-24T01:13:57.8190017Z 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-01-24T01:13:57.8195101Z 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-01-24T01:13:57.8200167Z 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-01-24T01:13:57.8205384Z 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-01-24T01:13:57.8210921Z 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-01-24T01:13:57.8216339Z 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-01-24T01:13:57.8221581Z 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-01-24T01:13:57.8226762Z 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-01-24T01:13:57.8232340Z 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-01-24T01:13:57.8237735Z 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-01-24T01:13:57.8243003Z 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-01-24T01:13:57.8248574Z 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-01-24T01:13:57.8253823Z 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-01-24T01:13:57.8266753Z 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-01-24T01:13:57.8271961Z 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-01-24T01:13:57.8277169Z 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-01-24T01:13:57.8282620Z 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-01-24T01:13:57.8287955Z 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-01-24T01:13:57.8293323Z 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-01-24T01:13:57.8298834Z 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-01-24T01:13:57.8304301Z 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-01-24T01:13:57.8309875Z 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-01-24T01:13:57.8322503Z 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-01-24T01:13:57.8328005Z 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-01-24T01:13:57.8333348Z 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-01-24T01:13:57.8338615Z 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-01-24T01:13:57.8343884Z 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-01-24T01:13:57.8349185Z 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-01-24T01:13:57.8354780Z 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-01-24T01:13:57.8360183Z 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-01-24T01:13:57.8365793Z 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-01-24T01:13:57.8379233Z 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-01-24T01:13:57.8384493Z 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-01-24T01:13:57.8389786Z 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-01-24T01:13:57.8395051Z 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-01-24T01:13:57.8400135Z 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-01-24T01:13:57.8405294Z 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-01-24T01:13:57.8410717Z 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-01-24T01:13:57.8415952Z 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-01-24T01:13:57.8422408Z 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-01-24T01:13:57.8435470Z 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-01-24T01:13:57.8440713Z 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-01-24T01:13:57.8445860Z 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-01-24T01:13:57.8451405Z 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-01-24T01:13:57.8456568Z 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-01-24T01:13:57.8462762Z 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-01-24T01:13:57.8468542Z 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-01-24T01:13:57.8473913Z 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-01-24T01:13:57.8479796Z 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-01-24T01:13:57.8485031Z 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-01-24T01:13:57.8504878Z 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-01-24T01:13:57.8510698Z 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-01-24T01:13:57.8516202Z 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-01-24T01:13:57.8521883Z 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-01-24T01:13:57.8527421Z 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-01-24T01:13:57.8532965Z 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-01-24T01:13:57.8538840Z 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-01-24T01:13:57.8544567Z 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-01-24T01:13:57.8550019Z 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-01-24T01:13:57.8556663Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:13:57.8563123Z 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-01-24T01:13:57.8568564Z 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-01-24T01:13:57.8574050Z 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-01-24T01:13:57.8579445Z 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-01-24T01:13:57.8592433Z 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-01-24T01:13:57.8598005Z 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-01-24T01:13:57.8603535Z 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-01-24T01:13:57.8610181Z 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-01-24T01:13:57.8615571Z 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-01-24T01:13:57.8620893Z 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-01-24T01:13:57.8633739Z 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-01-24T01:13:57.8639346Z 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-01-24T01:13:57.8672584Z 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-01-24T01:13:57.8678127Z 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-01-24T01:13:57.8683546Z 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-01-24T01:13:57.8689432Z 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-01-24T01:13:57.8695034Z 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-01-24T01:13:57.8700546Z 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-01-24T01:13:57.8705888Z 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-01-24T01:13:57.8718173Z 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-01-24T01:13:57.8723878Z 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-01-24T01:13:57.8729429Z 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-01-24T01:13:57.8735123Z 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-01-24T01:13:57.8740738Z 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-01-24T01:13:57.8746551Z 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-01-24T01:13:57.8752380Z 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-01-24T01:13:57.8758405Z 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-01-24T01:13:57.8765014Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\utils 2025-01-24T01:13:57.8771147Z 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-01-24T01:13:57.8776515Z 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-01-24T01:13:57.8782277Z 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-01-24T01:13:57.8797560Z 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-01-24T01:13:57.8802478Z 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-01-24T01:13:57.8808023Z 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-01-24T01:13:57.8813701Z 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-01-24T01:13:57.8819347Z 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-01-24T01:13:57.8824817Z 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-01-24T01:13:57.8831805Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\python 2025-01-24T01:13:57.8837964Z 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-01-24T01:13:57.8843188Z 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-01-24T01:13:57.8848396Z 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-01-24T01:13:57.8853698Z 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-01-24T01:13:57.8859696Z 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-01-24T01:13:57.8878522Z 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-01-24T01:13:57.8883897Z 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-01-24T01:13:57.8889057Z 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-01-24T01:13:57.8894395Z 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-01-24T01:13:57.8899818Z 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-01-24T01:13:57.8905275Z 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-01-24T01:13:57.8911575Z 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-01-24T01:13:57.8917010Z 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-01-24T01:13:57.8922221Z 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-01-24T01:13:57.8927549Z 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-01-24T01:13:57.8932931Z 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-01-24T01:13:57.8938189Z 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-01-24T01:13:57.8944606Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime 2025-01-24T01:13:57.8950401Z 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-01-24T01:13:57.8956236Z 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-01-24T01:13:57.8961671Z 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-01-24T01:13:57.8967045Z 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-01-24T01:13:57.8982930Z 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-01-24T01:13:57.8990112Z 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-01-24T01:13:57.8996218Z 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-01-24T01:13:57.9001731Z 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-01-24T01:13:57.9008204Z 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-01-24T01:13:57.9014774Z 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-01-24T01:13:57.9020435Z 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-01-24T01:13:57.9026097Z 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-01-24T01:13:57.9031858Z 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-01-24T01:13:57.9037408Z 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-01-24T01:13:57.9042931Z 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-01-24T01:13:57.9048190Z 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-01-24T01:13:57.9053895Z 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-01-24T01:13:57.9059032Z 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-01-24T01:13:57.9064332Z 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-01-24T01:13:57.9070457Z 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-01-24T01:13:57.9086069Z 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-01-24T01:13:57.9092033Z 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-01-24T01:13:57.9098021Z 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-01-24T01:13:57.9103314Z 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-01-24T01:13:57.9108754Z 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-01-24T01:13:57.9114146Z 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-01-24T01:13:57.9119546Z 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-01-24T01:13:57.9124857Z 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-01-24T01:13:57.9131187Z 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-01-24T01:13:57.9145034Z 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-01-24T01:13:57.9150465Z 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-01-24T01:13:57.9157051Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\serialization 2025-01-24T01:13:57.9163349Z 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-01-24T01:13:57.9168696Z 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-01-24T01:13:57.9173900Z 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-01-24T01:13:57.9187874Z 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-01-24T01:13:57.9193178Z 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-01-24T01:13:57.9198393Z 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-01-24T01:13:57.9203748Z 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-01-24T01:13:57.9209526Z 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-01-24T01:13:57.9214605Z 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-01-24T01:13:57.9219775Z 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-01-24T01:13:57.9225092Z 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-01-24T01:13:57.9230910Z 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-01-24T01:13:57.9237605Z 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-01-24T01:13:57.9242521Z 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-01-24T01:13:57.9248032Z 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-01-24T01:13:57.9253426Z 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-01-24T01:13:57.9259610Z 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-01-24T01:13:57.9265113Z 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-01-24T01:13:57.9270601Z 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-01-24T01:13:57.9276041Z 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-01-24T01:13:57.9293072Z 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-01-24T01:13:57.9299587Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:13:57.9305457Z 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-01-24T01:13:57.9311268Z 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-01-24T01:13:57.9316792Z 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-01-24T01:13:57.9322103Z 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-01-24T01:13:57.9337696Z 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-01-24T01:13:57.9343076Z 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-01-24T01:13:57.9348390Z 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-01-24T01:13:57.9354667Z 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-01-24T01:13:57.9360521Z 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-01-24T01:13:57.9365956Z 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-01-24T01:13:57.9371674Z 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-01-24T01:13:57.9377146Z 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-01-24T01:13:57.9382512Z 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-01-24T01:13:57.9388240Z 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-01-24T01:13:57.9394368Z 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-01-24T01:13:57.9400211Z 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-01-24T01:13:57.9406142Z 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-01-24T01:13:57.9411948Z 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-01-24T01:13:57.9417749Z 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-01-24T01:13:57.9423471Z 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-01-24T01:13:57.9429624Z 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-01-24T01:13:57.9445995Z 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-01-24T01:13:57.9452388Z 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-01-24T01:13:57.9458462Z 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-01-24T01:13:57.9464276Z 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-01-24T01:13:57.9470906Z 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-01-24T01:13:57.9476348Z 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-01-24T01:13:57.9482113Z 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-01-24T01:13:57.9487736Z 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-01-24T01:13:57.9523406Z 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-01-24T01:13:57.9528615Z 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-01-24T01:13:57.9534529Z 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-01-24T01:13:57.9549898Z 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-01-24T01:13:57.9555384Z 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-01-24T01:13:57.9561977Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:13:57.9568106Z 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-01-24T01:13:57.9573402Z 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-01-24T01:13:57.9579121Z 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-01-24T01:13:57.9584322Z 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-01-24T01:13:57.9589306Z 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-01-24T01:13:57.9602823Z 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-01-24T01:13:57.9608292Z 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-01-24T01:13:57.9613891Z 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-01-24T01:13:57.9619349Z 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-01-24T01:13:57.9624432Z 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-01-24T01:13:57.9630126Z 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-01-24T01:13:57.9635773Z 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-01-24T01:13:57.9641898Z 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-01-24T01:13:57.9647342Z 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-01-24T01:13:57.9652492Z 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-01-24T01:13:57.9659211Z 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-01-24T01:13:57.9664768Z 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-01-24T01:13:57.9671404Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\testing 2025-01-24T01:13:57.9677452Z 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-01-24T01:13:57.9682992Z 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-01-24T01:13:57.9688512Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:57.9694362Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy 2025-01-24T01:13:57.9700582Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\backend 2025-01-24T01:13:57.9706180Z 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-01-24T01:13:57.9711753Z 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-01-24T01:13:57.9717178Z 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-01-24T01:13:57.9722653Z 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-01-24T01:13:57.9741145Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core 2025-01-24T01:13:57.9746656Z 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-01-24T01:13:57.9752243Z 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-01-24T01:13:57.9757624Z 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-01-24T01:13:57.9762994Z 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-01-24T01:13:57.9768323Z 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-01-24T01:13:57.9783220Z 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-01-24T01:13:57.9790228Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\internal_ops 2025-01-24T01:13:57.9797121Z 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-01-24T01:13:57.9803305Z 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-01-24T01:13:57.9809585Z 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-01-24T01:13:57.9815228Z 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-01-24T01:13:57.9820612Z 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-01-24T01:13:57.9826095Z 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-01-24T01:13:57.9831768Z 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-01-24T01:13:57.9837437Z 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-01-24T01:13:57.9842783Z 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-01-24T01:13:57.9848877Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\ops 2025-01-24T01:13:57.9854582Z 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-01-24T01:13:57.9859760Z 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-01-24T01:13:57.9865166Z 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-01-24T01:13:57.9870358Z 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-01-24T01:13:57.9912999Z 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-01-24T01:13:57.9918406Z 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-01-24T01:13:57.9923713Z 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-01-24T01:13:57.9929108Z 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-01-24T01:13:57.9934610Z 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-01-24T01:13:57.9939908Z 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-01-24T01:13:57.9945247Z 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-01-24T01:13:57.9958890Z 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-01-24T01:13:57.9965460Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\python 2025-01-24T01:13:57.9971245Z 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-01-24T01:13:57.9977168Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:13:57.9982901Z 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-01-24T01:13:57.9987961Z 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-01-24T01:13:57.9993379Z 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-01-24T01:13:57.9998692Z 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-01-24T01:13:58.0013218Z 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-01-24T01:13:58.0018610Z 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-01-24T01:13:58.0023992Z 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-01-24T01:13:58.0029295Z 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-01-24T01:13:58.0034620Z 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-01-24T01:13:58.0039875Z 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-01-24T01:13:58.0045219Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:58.0050452Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:58.0056423Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\onnx 2025-01-24T01:13:58.0061874Z 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-01-24T01:13:58.0067296Z 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-01-24T01:13:58.0072322Z 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-01-24T01:13:58.0077795Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler 2025-01-24T01:13:58.0083095Z 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-01-24T01:13:58.0088766Z 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-01-24T01:13:58.0094672Z 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-01-24T01:13:58.0100085Z 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-01-24T01:13:58.0114555Z 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-01-24T01:13:58.0119864Z 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-01-24T01:13:58.0125483Z 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-01-24T01:13:58.0130514Z 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-01-24T01:13:58.0136571Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\orchestration 2025-01-24T01:13:58.0142240Z 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-01-24T01:13:58.0147737Z 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-01-24T01:13:58.0153533Z 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-01-24T01:13:58.0158207Z 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-01-24T01:13:58.0163518Z 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-01-24T01:13:58.0169303Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\python 2025-01-24T01:13:58.0174925Z 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-01-24T01:13:58.0180280Z 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-01-24T01:13:58.0185778Z 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-01-24T01:13:58.0191648Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:13:58.0197291Z 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-01-24T01:13:58.0202844Z 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-01-24T01:13:58.0208269Z 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-01-24T01:13:58.0221498Z 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-01-24T01:13:58.0227377Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\stubs 2025-01-24T01:13:58.0233119Z 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-01-24T01:13:58.0239162Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:13:58.0244665Z 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-01-24T01:13:58.0250096Z 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-01-24T01:13:58.0255810Z 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-01-24T01:13:58.0261338Z 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-01-24T01:13:58.0276717Z 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-01-24T01:13:58.0282167Z 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-01-24T01:13:58.0287662Z 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-01-24T01:13:58.0293582Z 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-01-24T01:13:58.0299870Z 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-01-24T01:13:58.0306178Z 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-01-24T01:13:58.0312702Z 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-01-24T01:13:58.0318714Z 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-01-24T01:13:58.0324291Z 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-01-24T01:13:58.0329599Z 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-01-24T01:13:58.0335063Z 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-01-24T01:13:58.0340935Z 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-01-24T01:13:58.0345970Z 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-01-24T01:13:58.0351581Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:58.0356745Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:58.0373915Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_headers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:58.0379306Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:58.0384410Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:58.0389741Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Size.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:58.0394755Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:58.0400124Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageMethods.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:58.0405237Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageSharing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:58.0410215Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:58.0416062Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\tensor 2025-01-24T01:13:58.0421472Z 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-01-24T01:13:58.0426925Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THConcat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:58.0432327Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:58.0438046Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\TypeInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:58.0443645Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:58.0450217Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\utils 2025-01-24T01:13:58.0455810Z 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-01-24T01:13:58.0462049Z 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-01-24T01:13:58.0467165Z 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-01-24T01:13:58.0473027Z 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-01-24T01:13:58.0486069Z 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-01-24T01:13:58.0491899Z 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-01-24T01:13:58.0498509Z 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-01-24T01:13:58.0503531Z 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-01-24T01:13:58.0508560Z 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-01-24T01:13:58.0513621Z 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-01-24T01:13:58.0518764Z 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-01-24T01:13:58.0524068Z 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-01-24T01:13:58.0529096Z 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-01-24T01:13:58.0535010Z 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-01-24T01:13:58.0540168Z 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-01-24T01:13:58.0545639Z 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-01-24T01:13:58.0551843Z 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-01-24T01:13:58.0558153Z 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-01-24T01:13:58.0563699Z 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-01-24T01:13:58.0569058Z 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-01-24T01:13:58.0583694Z 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-01-24T01:13:58.0589234Z 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-01-24T01:13:58.0594901Z 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-01-24T01:13:58.0600696Z 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-01-24T01:13:58.0606099Z 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-01-24T01:13:58.0611904Z 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-01-24T01:13:58.0617425Z 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-01-24T01:13:58.0623078Z 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-01-24T01:13:58.0628462Z 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-01-24T01:13:58.0633921Z 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-01-24T01:13:58.0646606Z 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-01-24T01:13:58.0651808Z 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-01-24T01:13:58.0657378Z 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-01-24T01:13:58.0662918Z 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-01-24T01:13:58.0668190Z 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-01-24T01:13:58.0673681Z 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-01-24T01:13:58.0679062Z 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-01-24T01:13:58.0684636Z 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-01-24T01:13:58.0690073Z 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-01-24T01:13:58.0705075Z 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-01-24T01:13:58.0711046Z 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-01-24T01:13:58.0716738Z 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-01-24T01:13:58.0722434Z 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-01-24T01:13:58.0727860Z 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-01-24T01:13:58.0733328Z 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-01-24T01:13:58.0738879Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:13:58.0745021Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\xpu 2025-01-24T01:13:58.0766823Z 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-01-24T01:13:58.0767972Z 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-01-24T01:13:58.0773524Z 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-01-24T01:13:58.0779924Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-01-24T01:13:58.0786031Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class_detail.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-01-24T01:13:58.0791992Z copying build\lib.win-amd64-cpython-39\torch\include\torch\extension.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-01-24T01:13:58.0810682Z copying build\lib.win-amd64-cpython-39\torch\include\torch\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-01-24T01:13:58.0817576Z copying build\lib.win-amd64-cpython-39\torch\include\torch\script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-01-24T01:13:58.0823541Z copying build\lib.win-amd64-cpython-39\torch\include\xnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:13:58.0839989Z creating build\bdist.win-amd64\wheel\torch\jit 2025-01-24T01:13:58.0844720Z copying build\lib.win-amd64-cpython-39\torch\jit\annotations.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0850648Z copying build\lib.win-amd64-cpython-39\torch\jit\frontend.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0856667Z copying build\lib.win-amd64-cpython-39\torch\jit\generate_bytecode.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0862777Z creating build\bdist.win-amd64\wheel\torch\jit\mobile 2025-01-24T01:13:58.0867590Z copying build\lib.win-amd64-cpython-39\torch\jit\mobile\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\mobile 2025-01-24T01:13:58.0873094Z copying build\lib.win-amd64-cpython-39\torch\jit\quantized.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0888579Z copying build\lib.win-amd64-cpython-39\torch\jit\supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0894010Z copying build\lib.win-amd64-cpython-39\torch\jit\unsupported_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0899233Z copying build\lib.win-amd64-cpython-39\torch\jit\_async.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0904481Z copying build\lib.win-amd64-cpython-39\torch\jit\_await.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0909733Z copying build\lib.win-amd64-cpython-39\torch\jit\_builtins.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0915054Z copying build\lib.win-amd64-cpython-39\torch\jit\_check.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0920135Z copying build\lib.win-amd64-cpython-39\torch\jit\_dataclass_impls.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0925484Z copying build\lib.win-amd64-cpython-39\torch\jit\_decompositions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0931038Z copying build\lib.win-amd64-cpython-39\torch\jit\_decomposition_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0935956Z copying build\lib.win-amd64-cpython-39\torch\jit\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0941353Z copying build\lib.win-amd64-cpython-39\torch\jit\_fuser.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0947260Z copying build\lib.win-amd64-cpython-39\torch\jit\_ir_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0952318Z copying build\lib.win-amd64-cpython-39\torch\jit\_logging.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0957420Z copying build\lib.win-amd64-cpython-39\torch\jit\_monkeytype_config.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0963610Z creating build\bdist.win-amd64\wheel\torch\jit\_passes 2025-01-24T01:13:58.0968623Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\_property_propagation.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2025-01-24T01:13:58.0974444Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2025-01-24T01:13:58.0978830Z copying build\lib.win-amd64-cpython-39\torch\jit\_pickle.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0984060Z copying build\lib.win-amd64-cpython-39\torch\jit\_recursive.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0990183Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.0996481Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.pyi -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.1001829Z copying build\lib.win-amd64-cpython-39\torch\jit\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.1019130Z copying build\lib.win-amd64-cpython-39\torch\jit\_shape_functions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.1024925Z copying build\lib.win-amd64-cpython-39\torch\jit\_state.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.1030859Z copying build\lib.win-amd64-cpython-39\torch\jit\_trace.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.1037223Z copying build\lib.win-amd64-cpython-39\torch\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:13:58.1043980Z creating build\bdist.win-amd64\wheel\torch\lib 2025-01-24T01:13:58.1049827Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.1057924Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.1064116Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.1073183Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.1080211Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.1101165Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.1106791Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.1121147Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.1133442Z copying build\lib.win-amd64-cpython-39\torch\lib\c10_cuda.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.1142551Z copying build\lib.win-amd64-cpython-39\torch\lib\c10_cuda.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.1148997Z copying build\lib.win-amd64-cpython-39\torch\lib\caffe2_nvrtc.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.1154676Z copying build\lib.win-amd64-cpython-39\torch\lib\caffe2_nvrtc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.1160280Z copying build\lib.win-amd64-cpython-39\torch\lib\cpuinfo.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.1167097Z copying build\lib.win-amd64-cpython-39\torch\lib\dnnl.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.6789469Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.6836861Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.6855397Z copying build\lib.win-amd64-cpython-39\torch\lib\fmt.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.6872698Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.6880396Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.6886791Z copying build\lib.win-amd64-cpython-39\torch\lib\kineto.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.7068910Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf-lite.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.7121155Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.7457852Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotoc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.8242008Z copying build\lib.win-amd64-cpython-39\torch\lib\microkernels-prod.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.8282346Z copying build\lib.win-amd64-cpython-39\torch\lib\pthreadpool.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.8290549Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.8296535Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.8301984Z copying build\lib.win-amd64-cpython-39\torch\lib\sleef.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.8386678Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.8392303Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.8397584Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.8408269Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:58.8414288Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:59.3210206Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:59.3462188Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cuda.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:59.5218937Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cuda.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:59.5251667Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_global_deps.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:59.5257878Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:59.5398554Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:59.5407812Z copying build\lib.win-amd64-cpython-39\torch\lib\XNNPACK.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:59.5439494Z copying build\lib.win-amd64-cpython-39\torch\lib\_C.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:13:59.5445106Z copying build\lib.win-amd64-cpython-39\torch\library.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:13:59.5452482Z creating build\bdist.win-amd64\wheel\torch\linalg 2025-01-24T01:13:59.5457053Z copying build\lib.win-amd64-cpython-39\torch\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\linalg 2025-01-24T01:13:59.5464883Z creating build\bdist.win-amd64\wheel\torch\masked 2025-01-24T01:13:59.5470124Z creating build\bdist.win-amd64\wheel\torch\masked\maskedtensor 2025-01-24T01:13:59.5474826Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\binary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:13:59.5480323Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\core.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:13:59.5485599Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\creation.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:13:59.5490569Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\passthrough.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:13:59.5495793Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\reductions.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:13:59.5513224Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\unary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:13:59.5518198Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\_ops_refs.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:13:59.5523664Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:13:59.5528263Z copying build\lib.win-amd64-cpython-39\torch\masked\_docs.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-01-24T01:13:59.5534238Z copying build\lib.win-amd64-cpython-39\torch\masked\_ops.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-01-24T01:13:59.5540126Z copying build\lib.win-amd64-cpython-39\torch\masked\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-01-24T01:13:59.5545428Z creating build\bdist.win-amd64\wheel\torch\monitor 2025-01-24T01:13:59.5549996Z copying build\lib.win-amd64-cpython-39\torch\monitor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\monitor 2025-01-24T01:13:59.5555675Z creating build\bdist.win-amd64\wheel\torch\mps 2025-01-24T01:13:59.5560133Z copying build\lib.win-amd64-cpython-39\torch\mps\event.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-01-24T01:13:59.5565158Z copying build\lib.win-amd64-cpython-39\torch\mps\profiler.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-01-24T01:13:59.5570503Z copying build\lib.win-amd64-cpython-39\torch\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-01-24T01:13:59.5575844Z creating build\bdist.win-amd64\wheel\torch\mtia 2025-01-24T01:13:59.5580046Z copying build\lib.win-amd64-cpython-39\torch\mtia\memory.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-01-24T01:13:59.5585573Z copying build\lib.win-amd64-cpython-39\torch\mtia\_utils.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-01-24T01:13:59.5590622Z copying build\lib.win-amd64-cpython-39\torch\mtia\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-01-24T01:13:59.5596361Z creating build\bdist.win-amd64\wheel\torch\multiprocessing 2025-01-24T01:13:59.5600771Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\pool.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-01-24T01:13:59.5605983Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\queue.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-01-24T01:13:59.5611103Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\reductions.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-01-24T01:13:59.5616767Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\spawn.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-01-24T01:13:59.5622096Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\_atfork.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-01-24T01:13:59.5641209Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-01-24T01:13:59.5646622Z creating build\bdist.win-amd64\wheel\torch\nested 2025-01-24T01:13:59.5651564Z creating build\bdist.win-amd64\wheel\torch\nested\_internal 2025-01-24T01:13:59.5656288Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_int.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-01-24T01:13:59.5661586Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_tensor.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-01-24T01:13:59.5667443Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\ops.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-01-24T01:13:59.5673871Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-01-24T01:13:59.5687112Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-01-24T01:13:59.5691225Z copying build\lib.win-amd64-cpython-39\torch\nested\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested 2025-01-24T01:13:59.5697315Z creating build\bdist.win-amd64\wheel\torch\nn 2025-01-24T01:13:59.5701878Z creating build\bdist.win-amd64\wheel\torch\nn\attention 2025-01-24T01:13:59.5706318Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\bias.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-01-24T01:13:59.5712399Z creating build\bdist.win-amd64\wheel\torch\nn\attention\experimental 2025-01-24T01:13:59.5717396Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\_paged_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2025-01-24T01:13:59.5722581Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2025-01-24T01:13:59.5727307Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-01-24T01:13:59.5734692Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-01-24T01:13:59.5747397Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-01-24T01:13:59.5753093Z creating build\bdist.win-amd64\wheel\torch\nn\backends 2025-01-24T01:13:59.5757519Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\thnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2025-01-24T01:13:59.5762392Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2025-01-24T01:13:59.5766394Z copying build\lib.win-amd64-cpython-39\torch\nn\common_types.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:13:59.5771377Z copying build\lib.win-amd64-cpython-39\torch\nn\cpp.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:13:59.5776269Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:13:59.5792499Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:13:59.5798288Z copying build\lib.win-amd64-cpython-39\torch\nn\grad.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:13:59.5803684Z copying build\lib.win-amd64-cpython-39\torch\nn\init.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:13:59.5810103Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic 2025-01-24T01:13:59.5815239Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\modules 2025-01-24T01:13:59.5820294Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2025-01-24T01:13:59.5825697Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2025-01-24T01:13:59.5831021Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat 2025-01-24T01:13:59.5836536Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat\modules 2025-01-24T01:13:59.5841826Z 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-01-24T01:13:59.5847303Z 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-01-24T01:13:59.5852354Z 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-01-24T01:13:59.5857442Z 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-01-24T01:13:59.5870491Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat 2025-01-24T01:13:59.5875809Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized 2025-01-24T01:13:59.5881212Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic 2025-01-24T01:13:59.5886638Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:13:59.5891911Z 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-01-24T01:13:59.5896904Z 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-01-24T01:13:59.5902598Z 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-01-24T01:13:59.5908767Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\modules 2025-01-24T01:13:59.5914880Z 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-01-24T01:13:59.5920415Z 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-01-24T01:13:59.5925488Z 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-01-24T01:13:59.5930603Z 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-01-24T01:13:59.5935611Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized 2025-01-24T01:13:59.5941076Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic 2025-01-24T01:13:59.5946957Z creating build\bdist.win-amd64\wheel\torch\nn\modules 2025-01-24T01:13:59.5951753Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.5958016Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\adaptive.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.5963162Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.5970153Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\channelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.5984371Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\container.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.5989979Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.5996090Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\distance.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6001409Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6006501Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\flatten.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6011861Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\fold.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6017146Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\instancenorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6022620Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\lazy.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6027596Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6032645Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\loss.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6038811Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\module.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6045394Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6050533Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\padding.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6056293Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pixelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6061791Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pooling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6067785Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6074051Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6079776Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\transformer.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6085969Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\upsampling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6091319Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6096667Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6101904Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:13:59.6107750Z creating build\bdist.win-amd64\wheel\torch\nn\parallel 2025-01-24T01:13:59.6112417Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\comm.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:13:59.6117567Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:13:59.6122996Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\distributed.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:13:59.6129878Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\parallel_apply.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:13:59.6146764Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\replicate.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:13:59.6152284Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\scatter_gather.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:13:59.6157909Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:13:59.6162953Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:13:59.6167993Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:13:59.6173454Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:13:59.6179278Z creating build\bdist.win-amd64\wheel\torch\nn\qat 2025-01-24T01:13:59.6184532Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic 2025-01-24T01:13:59.6189953Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic\modules 2025-01-24T01:13:59.6195108Z 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-01-24T01:13:59.6200175Z 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-01-24T01:13:59.6205100Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic 2025-01-24T01:13:59.6210534Z creating build\bdist.win-amd64\wheel\torch\nn\qat\modules 2025-01-24T01:13:59.6215193Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-01-24T01:13:59.6220231Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-01-24T01:13:59.6225189Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-01-24T01:13:59.6230225Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-01-24T01:13:59.6234961Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat 2025-01-24T01:13:59.6240339Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable 2025-01-24T01:13:59.6245718Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable\modules 2025-01-24T01:13:59.6250878Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-01-24T01:13:59.6256032Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-01-24T01:13:59.6261094Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-01-24T01:13:59.6265995Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable 2025-01-24T01:13:59.6271460Z creating build\bdist.win-amd64\wheel\torch\nn\quantized 2025-01-24T01:13:59.6276520Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic 2025-01-24T01:13:59.6281835Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic\modules 2025-01-24T01:13:59.6286757Z 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-01-24T01:13:59.6291664Z 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-01-24T01:13:59.6296351Z 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-01-24T01:13:59.6301348Z 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-01-24T01:13:59.6306690Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic 2025-01-24T01:13:59.6311709Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2025-01-24T01:13:59.6343303Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\modules 2025-01-24T01:13:59.6348277Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:13:59.6353473Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:13:59.6358553Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:13:59.6363552Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:13:59.6368669Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:13:59.6380816Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\functional_modules.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:13:59.6385849Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:13:59.6391335Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:13:59.6396647Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:13:59.6402217Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:13:59.6407289Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:13:59.6420366Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference 2025-01-24T01:13:59.6433574Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference\modules 2025-01-24T01:13:59.6439339Z 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-01-24T01:13:59.6444543Z 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-01-24T01:13:59.6449523Z 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-01-24T01:13:59.6454921Z 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-01-24T01:13:59.6460077Z 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-01-24T01:13:59.6465153Z 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-01-24T01:13:59.6470674Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference 2025-01-24T01:13:59.6475777Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2025-01-24T01:13:59.6485915Z creating build\bdist.win-amd64\wheel\torch\nn\utils 2025-01-24T01:13:59.6490890Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\clip_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:13:59.6496330Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\convert_parameters.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:13:59.6501462Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\fusion.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:13:59.6506639Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\init.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:13:59.6511932Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\memory_format.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:13:59.6524908Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrizations.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:13:59.6531017Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrize.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:13:59.6537526Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\prune.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:13:59.6543605Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:13:59.6549460Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\spectral_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:13:59.6554908Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\stateless.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:13:59.6560488Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\weight_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:13:59.6565936Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_deprecation_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:13:59.6572049Z creating build\bdist.win-amd64\wheel\torch\nn\utils\_expanded_weights 2025-01-24T01:13:59.6577216Z 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-01-24T01:13:59.6582698Z 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-01-24T01:13:59.6588506Z 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-01-24T01:13:59.6609476Z 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-01-24T01:13:59.6614983Z 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-01-24T01:13:59.6620526Z 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-01-24T01:13:59.6625947Z 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-01-24T01:13:59.6631439Z 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-01-24T01:13:59.6636989Z 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-01-24T01:13:59.6642414Z 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-01-24T01:13:59.6647415Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_named_member_accessor.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:13:59.6653076Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_per_sample_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:13:59.6658274Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:13:59.6663643Z copying build\lib.win-amd64-cpython-39\torch\nn\_reduction.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:13:59.6669043Z copying build\lib.win-amd64-cpython-39\torch\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:13:59.6675605Z creating build\bdist.win-amd64\wheel\torch\onnx 2025-01-24T01:13:59.6680155Z copying build\lib.win-amd64-cpython-39\torch\onnx\errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6686041Z copying build\lib.win-amd64-cpython-39\torch\onnx\operators.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6691574Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_caffe2.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6697016Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_helper.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6710832Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset10.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6716929Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset11.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6723745Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset12.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6729266Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset13.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6735428Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset14.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6741289Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset15.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6747053Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset16.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6752700Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset17.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6758359Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset18.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6763907Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset19.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6769319Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset20.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6774792Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset7.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6780409Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset8.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6786635Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset9.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6795100Z copying build\lib.win-amd64-cpython-39\torch\onnx\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6801588Z copying build\lib.win-amd64-cpython-39\torch\onnx\verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6820362Z copying build\lib.win-amd64-cpython-39\torch\onnx\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6825855Z copying build\lib.win-amd64-cpython-39\torch\onnx\_deprecation.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6831482Z copying build\lib.win-amd64-cpython-39\torch\onnx\_experimental.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6837009Z copying build\lib.win-amd64-cpython-39\torch\onnx\_exporter_states.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6842259Z copying build\lib.win-amd64-cpython-39\torch\onnx\_flags.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6847718Z copying build\lib.win-amd64-cpython-39\torch\onnx\_globals.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:13:59.6853530Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal 2025-01-24T01:13:59.6859163Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics 2025-01-24T01:13:59.6864649Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:13:59.6870251Z 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-01-24T01:13:59.6876098Z 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-01-24T01:13:59.6881525Z 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-01-24T01:13:59.6887880Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:13:59.6893532Z 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-01-24T01:13:59.6899373Z 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-01-24T01:13:59.6904708Z 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-01-24T01:13:59.6910575Z 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-01-24T01:13:59.6938390Z 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-01-24T01:13:59.6953165Z 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-01-24T01:13:59.6958582Z 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-01-24T01:13:59.6963990Z 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-01-24T01:13:59.6969553Z 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-01-24T01:13:59.6975061Z 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-01-24T01:13:59.6980268Z 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-01-24T01:13:59.6985551Z 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-01-24T01:13:59.6991397Z 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-01-24T01:13:59.6997561Z 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-01-24T01:13:59.7004457Z 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-01-24T01:13:59.7014595Z 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-01-24T01:13:59.7019908Z 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-01-24T01:13:59.7025177Z 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-01-24T01:13:59.7030591Z 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-01-24T01:13:59.7036048Z 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-01-24T01:13:59.7041483Z 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-01-24T01:13:59.7053160Z 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-01-24T01:13:59.7058783Z 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-01-24T01:13:59.7073352Z 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-01-24T01:13:59.7078585Z 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-01-24T01:13:59.7084077Z 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-01-24T01:13:59.7089648Z 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-01-24T01:13:59.7095236Z 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-01-24T01:13:59.7100855Z 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-01-24T01:13:59.7106195Z 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-01-24T01:13:59.7112094Z 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-01-24T01:13:59.7540537Z 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-01-24T01:13:59.7546080Z 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-01-24T01:13:59.7551997Z 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-01-24T01:13:59.7557591Z 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-01-24T01:13:59.7563360Z 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-01-24T01:13:59.7569832Z 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-01-24T01:13:59.7575434Z 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-01-24T01:13:59.7580858Z 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-01-24T01:13:59.7586295Z 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-01-24T01:13:59.7592015Z 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-01-24T01:13:59.8240955Z 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-01-24T01:13:59.8246754Z 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-01-24T01:13:59.8252248Z 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-01-24T01:13:59.8257786Z 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-01-24T01:13:59.8263297Z 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-01-24T01:13:59.8269161Z 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-01-24T01:13:59.8275065Z 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-01-24T01:13:59.8280730Z 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-01-24T01:13:59.8286413Z 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-01-24T01:13:59.8291950Z 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-01-24T01:13:59.8985239Z 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-01-24T01:13:59.8990640Z 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-01-24T01:13:59.8996939Z 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-01-24T01:13:59.9002695Z 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-01-24T01:13:59.9008129Z 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-01-24T01:13:59.9741039Z 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-01-24T01:13:59.9746237Z 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-01-24T01:13:59.9751647Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_diagnostic.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2025-01-24T01:13:59.9757107Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_rules.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2025-01-24T01:13:59.9763019Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2025-01-24T01:13:59.9769333Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9774691Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_analysis.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9780994Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_building.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9787182Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_capture_strategies.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9792658Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_compat.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9805777Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_core.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9811973Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_decomp.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9817340Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_dispatching.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9822893Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9827914Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_fx_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9833332Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_ir_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9838671Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_isolated.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9844193Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_onnx_program.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9849572Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9854871Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_reporting.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9860219Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_schemas.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9908717Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_tensors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9913981Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_testing.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9920198Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter\_torchlib 2025-01-24T01:13:59.9926291Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter\_torchlib\ops 2025-01-24T01:13:59.9932850Z 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-01-24T01:13:59.9939215Z 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-01-24T01:13:59.9945250Z 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-01-24T01:13:59.9952437Z 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-01-24T01:13:59.9958247Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9964173Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:13:59.9969480Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx 2025-01-24T01:13:59.9975706Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\analysis 2025-01-24T01:13:59.9981058Z 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-01-24T01:13:59.9986591Z 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-01-24T01:13:59.9991799Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_skip.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:13:59.9997478Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_table.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:14:00.0003324Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\diagnostics.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:14:00.0016655Z 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-01-24T01:14:00.0022377Z 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-01-24T01:14:00.0029012Z 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-01-24T01:14:00.0034542Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:14:00.0042647Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\passes 2025-01-24T01:14:00.0047718Z 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-01-24T01:14:00.0053804Z 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-01-24T01:14:00.0058966Z 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-01-24T01:14:00.0065141Z 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-01-24T01:14:00.0077740Z 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-01-24T01:14:00.0084255Z 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-01-24T01:14:00.0089667Z 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-01-24T01:14:00.0094892Z 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-01-24T01:14:00.0099956Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\patcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:14:00.0105301Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:14:00.0110807Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\serialization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:14:00.0116316Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:14:00.0122359Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\_pass.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:14:00.0127644Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:14:00.0132727Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\io_adapter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:14:00.0147161Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:14:00.0152648Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnxruntime.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:14:00.0158885Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnx_proto_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:14:00.0164260Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:14:00.0169619Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_exporter_legacy.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:14:00.0175693Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_lazy_import.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:14:00.0181457Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:14:00.0186048Z copying build\lib.win-amd64-cpython-39\torch\onnx\_onnx_supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:14:00.0191676Z copying build\lib.win-amd64-cpython-39\torch\onnx\_type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:14:00.0197158Z copying build\lib.win-amd64-cpython-39\torch\onnx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:14:00.0210159Z creating build\bdist.win-amd64\wheel\torch\optim 2025-01-24T01:14:00.0214896Z copying build\lib.win-amd64-cpython-39\torch\optim\adadelta.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:14:00.0225866Z copying build\lib.win-amd64-cpython-39\torch\optim\adagrad.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:14:00.0231638Z copying build\lib.win-amd64-cpython-39\torch\optim\adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:14:00.0237388Z copying build\lib.win-amd64-cpython-39\torch\optim\adamax.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:14:00.0244098Z copying build\lib.win-amd64-cpython-39\torch\optim\adamw.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:14:00.0250100Z copying build\lib.win-amd64-cpython-39\torch\optim\asgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:14:00.0255899Z copying build\lib.win-amd64-cpython-39\torch\optim\lbfgs.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:14:00.0269497Z copying build\lib.win-amd64-cpython-39\torch\optim\lr_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:14:00.0276427Z copying build\lib.win-amd64-cpython-39\torch\optim\nadam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:14:00.0282332Z copying build\lib.win-amd64-cpython-39\torch\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:14:00.0288336Z copying build\lib.win-amd64-cpython-39\torch\optim\radam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:14:00.0294145Z copying build\lib.win-amd64-cpython-39\torch\optim\rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:14:00.0299762Z copying build\lib.win-amd64-cpython-39\torch\optim\rprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:14:00.0305287Z copying build\lib.win-amd64-cpython-39\torch\optim\sgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:14:00.0311036Z copying build\lib.win-amd64-cpython-39\torch\optim\sparse_adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:14:00.0317129Z copying build\lib.win-amd64-cpython-39\torch\optim\swa_utils.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:14:00.0322902Z copying build\lib.win-amd64-cpython-39\torch\optim\_adafactor.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:14:00.0328726Z copying build\lib.win-amd64-cpython-39\torch\optim\_functional.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:14:00.0334828Z creating build\bdist.win-amd64\wheel\torch\optim\_multi_tensor 2025-01-24T01:14:00.0339972Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2025-01-24T01:14:00.0345633Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2025-01-24T01:14:00.0350993Z copying build\lib.win-amd64-cpython-39\torch\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:14:00.0356353Z copying build\lib.win-amd64-cpython-39\torch\overrides.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:00.0364009Z creating build\bdist.win-amd64\wheel\torch\package 2025-01-24T01:14:00.0369036Z creating build\bdist.win-amd64\wheel\torch\package\analyze 2025-01-24T01:14:00.0374080Z 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-01-24T01:14:00.0379802Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\is_from_package.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-01-24T01:14:00.0385058Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\trace_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-01-24T01:14:00.0398291Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-01-24T01:14:00.0403611Z copying build\lib.win-amd64-cpython-39\torch\package\file_structure_representation.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:14:00.0409032Z copying build\lib.win-amd64-cpython-39\torch\package\find_file_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:14:00.0414505Z copying build\lib.win-amd64-cpython-39\torch\package\glob_group.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:14:00.0426728Z copying build\lib.win-amd64-cpython-39\torch\package\importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:14:00.0432260Z copying build\lib.win-amd64-cpython-39\torch\package\package_exporter.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:14:00.0439582Z copying build\lib.win-amd64-cpython-39\torch\package\package_importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:14:00.0446551Z copying build\lib.win-amd64-cpython-39\torch\package\_digraph.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:14:00.0452284Z copying build\lib.win-amd64-cpython-39\torch\package\_directory_reader.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:14:00.0457779Z copying build\lib.win-amd64-cpython-39\torch\package\_importlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:14:00.0463312Z copying build\lib.win-amd64-cpython-39\torch\package\_mangling.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:14:00.0468789Z copying build\lib.win-amd64-cpython-39\torch\package\_mock.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:14:00.0474418Z copying build\lib.win-amd64-cpython-39\torch\package\_package_pickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:14:00.0479760Z copying build\lib.win-amd64-cpython-39\torch\package\_package_unpickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:14:00.0485930Z copying build\lib.win-amd64-cpython-39\torch\package\_stdlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:14:00.0491229Z copying build\lib.win-amd64-cpython-39\torch\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:14:00.0496890Z creating build\bdist.win-amd64\wheel\torch\profiler 2025-01-24T01:14:00.0507506Z copying build\lib.win-amd64-cpython-39\torch\profiler\itt.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:14:00.0512867Z copying build\lib.win-amd64-cpython-39\torch\profiler\profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:14:00.0518650Z copying build\lib.win-amd64-cpython-39\torch\profiler\python_tracer.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:14:00.0523702Z copying build\lib.win-amd64-cpython-39\torch\profiler\_memory_profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:14:00.0529743Z copying build\lib.win-amd64-cpython-39\torch\profiler\_pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:14:00.0543730Z copying build\lib.win-amd64-cpython-39\torch\profiler\_utils.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:14:00.0548995Z copying build\lib.win-amd64-cpython-39\torch\profiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:14:00.0554755Z copying build\lib.win-amd64-cpython-39\torch\py.typed -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:00.0559793Z creating build\bdist.win-amd64\wheel\torch\quantization 2025-01-24T01:14:00.0564461Z copying build\lib.win-amd64-cpython-39\torch\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:14:00.0569910Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:14:00.0574985Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:14:00.0592419Z creating build\bdist.win-amd64\wheel\torch\quantization\fx 2025-01-24T01:14:00.0597150Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:14:00.0602211Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:14:00.0607364Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fusion_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:14:00.0612276Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:14:00.0617348Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:14:00.0630457Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:14:00.0635671Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:14:00.0640688Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:14:00.0646033Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_types.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:14:00.0651033Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:14:00.0656212Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:14:00.0661874Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:14:00.0666479Z copying build\lib.win-amd64-cpython-39\torch\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:14:00.0671933Z copying build\lib.win-amd64-cpython-39\torch\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:14:00.0677183Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:14:00.0682470Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:14:00.0687684Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:14:00.0693001Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:14:00.0698446Z copying build\lib.win-amd64-cpython-39\torch\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:14:00.0703969Z copying build\lib.win-amd64-cpython-39\torch\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:14:00.0709010Z copying build\lib.win-amd64-cpython-39\torch\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:14:00.0714441Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:14:00.0720154Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:14:00.0725726Z copying build\lib.win-amd64-cpython-39\torch\quantization\_quantized_conversions.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:14:00.0731120Z copying build\lib.win-amd64-cpython-39\torch\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:14:00.0736484Z copying build\lib.win-amd64-cpython-39\torch\quasirandom.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:00.0742024Z copying build\lib.win-amd64-cpython-39\torch\random.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:00.0747795Z copying build\lib.win-amd64-cpython-39\torch\return_types.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:00.0753475Z copying build\lib.win-amd64-cpython-39\torch\return_types.pyi -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:00.0759108Z copying build\lib.win-amd64-cpython-39\torch\serialization.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:00.0766345Z creating build\bdist.win-amd64\wheel\torch\share 2025-01-24T01:14:00.0771341Z creating build\bdist.win-amd64\wheel\torch\share\cmake 2025-01-24T01:14:00.0776445Z creating build\bdist.win-amd64\wheel\torch\share\cmake\ATen 2025-01-24T01:14:00.0781594Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\ATen\ATenConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\ATen 2025-01-24T01:14:00.0787259Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2 2025-01-24T01:14:00.0792472Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:14:00.0798130Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:14:00.0803561Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:14:00.0821010Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:14:00.0827052Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:14:00.0832690Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:14:00.0838408Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:14:00.0844812Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-01-24T01:14:00.0850338Z 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-01-24T01:14:00.0855650Z 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-01-24T01:14:00.0861499Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-01-24T01:14:00.0874634Z 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-01-24T01:14:00.0880504Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-01-24T01:14:00.0886470Z 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-01-24T01:14:00.0892171Z 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-01-24T01:14:00.0897623Z 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-01-24T01:14:00.0910049Z 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-01-24T01:14:00.0915627Z 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-01-24T01:14:00.0922555Z 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-01-24T01:14:00.0934210Z 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-01-24T01:14:00.0940785Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\public 2025-01-24T01:14:00.0946162Z 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-01-24T01:14:00.0952221Z 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-01-24T01:14:00.0957695Z 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-01-24T01:14:00.0963137Z 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-01-24T01:14:00.0975329Z 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-01-24T01:14:00.0980837Z 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-01-24T01:14:00.0985989Z 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-01-24T01:14:00.0991386Z 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-01-24T01:14:00.0997346Z 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-01-24T01:14:00.1003635Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Torch 2025-01-24T01:14:00.1008781Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2025-01-24T01:14:00.1014201Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2025-01-24T01:14:00.1019478Z creating build\bdist.win-amd64\wheel\torch\signal 2025-01-24T01:14:00.1024388Z creating build\bdist.win-amd64\wheel\torch\signal\windows 2025-01-24T01:14:00.1029079Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\windows.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2025-01-24T01:14:00.1034925Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2025-01-24T01:14:00.1040276Z copying build\lib.win-amd64-cpython-39\torch\signal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal 2025-01-24T01:14:00.1045703Z creating build\bdist.win-amd64\wheel\torch\sparse 2025-01-24T01:14:00.1050208Z copying build\lib.win-amd64-cpython-39\torch\sparse\semi_structured.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-01-24T01:14:00.1056100Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_conversions.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-01-24T01:14:00.1061405Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-01-24T01:14:00.1847688Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-01-24T01:14:00.1854225Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops_meta.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-01-24T01:14:00.1864677Z copying build\lib.win-amd64-cpython-39\torch\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-01-24T01:14:00.1871594Z creating build\bdist.win-amd64\wheel\torch\special 2025-01-24T01:14:00.1876364Z copying build\lib.win-amd64-cpython-39\torch\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\special 2025-01-24T01:14:00.1882538Z copying build\lib.win-amd64-cpython-39\torch\storage.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:00.1894854Z creating build\bdist.win-amd64\wheel\torch\test 2025-01-24T01:14:00.1909512Z copying build\lib.win-amd64-cpython-39\torch\test\apply_utils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.1918811Z copying build\lib.win-amd64-cpython-39\torch\test\atest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.1928105Z copying build\lib.win-amd64-cpython-39\torch\test\backend_fallback_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.1936899Z copying build\lib.win-amd64-cpython-39\torch\test\basic.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.1956004Z copying build\lib.win-amd64-cpython-39\torch\test\broadcast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.1965033Z copying build\lib.win-amd64-cpython-39\torch\test\c10_accumulate_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.1973899Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ArrayRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.1982126Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bfloat16_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.1990772Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Bitset_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.1999069Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bit_cast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2007303Z copying build\lib.win-amd64-cpython-39\torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2015498Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2024882Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2033348Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ConstexprCrc_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2041666Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2050444Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_1_var_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2061180Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_catches_stream.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2069892Z 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-01-24T01:14:00.2086136Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_from_2_processes.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2094899Z 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-01-24T01:14:00.2103898Z 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-01-24T01:14:00.2112496Z 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-01-24T01:14:00.2120658Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDATest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2129195Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeadlockDetection_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2148789Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2157216Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2165817Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DispatchKeySet_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2174584Z copying build\lib.win-amd64-cpython-39\torch\test\c10_error_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2183029Z copying build\lib.win-amd64-cpython-39\torch\test\c10_exception_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2191601Z copying build\lib.win-amd64-cpython-39\torch\test\c10_flags_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2200014Z copying build\lib.win-amd64-cpython-39\torch\test\c10_generic_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2208710Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2217474Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineDeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2226190Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineStreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2247091Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_benchmark.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2254934Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2270167Z copying build\lib.win-amd64-cpython-39\torch\test\c10_irange_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2278620Z copying build\lib.win-amd64-cpython-39\torch\test\c10_lazy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2287070Z copying build\lib.win-amd64-cpython-39\torch\test\c10_LeftRight_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2295964Z copying build\lib.win-amd64-cpython-39\torch\test\c10_logging_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2305400Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Metaprogramming_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2314121Z copying build\lib.win-amd64-cpython-39\torch\test\c10_NetworkFlow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2339216Z copying build\lib.win-amd64-cpython-39\torch\test\c10_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2349394Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ordered_preserving_dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2358923Z copying build\lib.win-amd64-cpython-39\torch\test\c10_registry_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2367614Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2376811Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SizesAndStrides_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2385808Z copying build\lib.win-amd64-cpython-39\torch\test\c10_small_vector_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2400959Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ssize_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2409684Z copying build\lib.win-amd64-cpython-39\torch\test\c10_StreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2418379Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_util_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2439355Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_view_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2448266Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SymInt_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2458387Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Synchronized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2468515Z copying build\lib.win-amd64-cpython-39\torch\test\c10_tempfile_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2477764Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ThreadLocal_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2486797Z copying build\lib.win-amd64-cpython-39\torch\test\c10_typeid_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2495886Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeIndex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2504788Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeList_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2524275Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeTraits_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2532847Z copying build\lib.win-amd64-cpython-39\torch\test\CppSignature_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2541242Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2549789Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2558927Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_profiling_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2567681Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_rng_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2579198Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_allocatorTraceTracker_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2587604Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2596396Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_apply_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2616017Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_atomic_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2625172Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_caching_host_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2634211Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2643631Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2652496Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_cub_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2661636Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_cudnn_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2670491Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2678637Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_distributions_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2689641Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2698484Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2707738Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2716697Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_integer_divider_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2725034Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2733885Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2742527Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2751563Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_stream_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2773369Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_vectorized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2782146Z copying build\lib.win-amd64-cpython-39\torch\test\Dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2792099Z copying build\lib.win-amd64-cpython-39\torch\test\Dimname_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2800844Z copying build\lib.win-amd64-cpython-39\torch\test\dispatch_key_set_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2809895Z copying build\lib.win-amd64-cpython-39\torch\test\dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2819560Z copying build\lib.win-amd64-cpython-39\torch\test\extension_backend_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2829354Z copying build\lib.win-amd64-cpython-39\torch\test\half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2838901Z copying build\lib.win-amd64-cpython-39\torch\test\IListRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2848712Z copying build\lib.win-amd64-cpython-39\torch\test\inline_container_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2859753Z copying build\lib.win-amd64-cpython-39\torch\test\ivalue_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2878872Z copying build\lib.win-amd64-cpython-39\torch\test\KernelFunction_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2889020Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2903342Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2919272Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2935210Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2954877Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_stackbased_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.2972554Z copying build\lib.win-amd64-cpython-39\torch\test\lazy_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.3002710Z copying build\lib.win-amd64-cpython-39\torch\test\legacy_vmap_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8122899Z copying build\lib.win-amd64-cpython-39\torch\test\List_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8135227Z copying build\lib.win-amd64-cpython-39\torch\test\make_boxed_from_unboxed_functor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8146982Z copying build\lib.win-amd64-cpython-39\torch\test\math_kernel_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8156828Z copying build\lib.win-amd64-cpython-39\torch\test\MaybeOwned_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8167304Z copying build\lib.win-amd64-cpython-39\torch\test\memory_format_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8176229Z copying build\lib.win-amd64-cpython-39\torch\test\memory_overlapping_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8186162Z copying build\lib.win-amd64-cpython-39\torch\test\mobile_memory_cleanup.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8195227Z copying build\lib.win-amd64-cpython-39\torch\test\NamedTensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8204990Z copying build\lib.win-amd64-cpython-39\torch\test\native_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8214108Z copying build\lib.win-amd64-cpython-39\torch\test\operators_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8222976Z copying build\lib.win-amd64-cpython-39\torch\test\operator_name_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8232133Z copying build\lib.win-amd64-cpython-39\torch\test\op_allowlist_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8241096Z copying build\lib.win-amd64-cpython-39\torch\test\op_registration_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8264118Z copying build\lib.win-amd64-cpython-39\torch\test\packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8273675Z copying build\lib.win-amd64-cpython-39\torch\test\pow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8284451Z copying build\lib.win-amd64-cpython-39\torch\test\quantized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8294111Z copying build\lib.win-amd64-cpython-39\torch\test\reduce_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8304837Z copying build\lib.win-amd64-cpython-39\torch\test\reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8314352Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8324131Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8334646Z copying build\lib.win-amd64-cpython-39\torch\test\StorageUtils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8343929Z copying build\lib.win-amd64-cpython-39\torch\test\stride_properties_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8353670Z copying build\lib.win-amd64-cpython-39\torch\test\tensor_iterator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8364972Z copying build\lib.win-amd64-cpython-39\torch\test\test_parallel.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8374621Z copying build\lib.win-amd64-cpython-39\torch\test\thread_init_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8382041Z copying build\lib.win-amd64-cpython-39\torch\test\type_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8391112Z copying build\lib.win-amd64-cpython-39\torch\test\type_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8401187Z copying build\lib.win-amd64-cpython-39\torch\test\undefined_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8411285Z copying build\lib.win-amd64-cpython-39\torch\test\verify_api_visibility.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8418207Z copying build\lib.win-amd64-cpython-39\torch\test\weakref_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8428344Z copying build\lib.win-amd64-cpython-39\torch\test\wrapdim_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8438274Z copying build\lib.win-amd64-cpython-39\torch\test\xla_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:14:00.8448880Z creating build\bdist.win-amd64\wheel\torch\testing 2025-01-24T01:14:00.8453565Z copying build\lib.win-amd64-cpython-39\torch\testing\_comparison.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-01-24T01:14:00.8460149Z copying build\lib.win-amd64-cpython-39\torch\testing\_creation.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-01-24T01:14:00.8467504Z creating build\bdist.win-amd64\wheel\torch\testing\_internal 2025-01-24T01:14:00.8472801Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autocast_test_lists.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:00.8479740Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autograd_function_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:00.8486722Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\check_kernel_launches.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:00.8544721Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\codegen 2025-01-24T01:14:00.8549794Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\codegen 2025-01-24T01:14:00.8555067Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_cuda.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:00.8560741Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_device_type.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:00.8567450Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_distributed.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:00.8574624Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dist_composable.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:00.8580196Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dtype.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:00.8585657Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_fsdp.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:00.8592352Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_jit.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:00.8598157Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_methods_invocations.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:00.8615695Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:00.8621210Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_modules.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:00.8629322Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_nn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:00.8637294Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_optimizers.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:00.8643987Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_pruning.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:00.8650219Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantization.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:00.8657471Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantized.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:01.3820093Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_subclass.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:01.3827012Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:01.3835929Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\composite_compliance.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:01.3841992Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_op_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:01.3848168Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:01.3854493Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\data 2025-01-24T01:14:01.3859907Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network1.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-01-24T01:14:01.3865242Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-01-24T01:14:01.3870297Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-01-24T01:14:01.3876105Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed 2025-01-24T01:14:01.3881548Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\checkpoint_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:14:01.3887249Z 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-01-24T01:14:01.3892920Z 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-01-24T01:14:01.3985784Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:14:01.3995502Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:14:01.4001369Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\fake_pg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:14:01.4007318Z 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-01-24T01:14:01.4014097Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn 2025-01-24T01:14:01.4020702Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn\api 2025-01-24T01:14:01.4026861Z 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-01-24T01:14:01.4033863Z 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-01-24T01:14:01.4039091Z 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-01-24T01:14:01.4044433Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc 2025-01-24T01:14:01.4050113Z 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-01-24T01:14:01.4057030Z 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-01-24T01:14:01.4062819Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\examples 2025-01-24T01:14:01.4068930Z 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-01-24T01:14:01.4074764Z 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-01-24T01:14:01.4080447Z 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-01-24T01:14:01.4084702Z 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-01-24T01:14:01.4165091Z 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-01-24T01:14:01.4170648Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:14:01.4176211Z 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-01-24T01:14:01.4181912Z 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-01-24T01:14:01.4187787Z 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-01-24T01:14:01.4193662Z 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-01-24T01:14:01.4198151Z 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-01-24T01:14:01.4203744Z 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-01-24T01:14:01.4211803Z 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-01-24T01:14:01.4217311Z 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-01-24T01:14:01.4221735Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:14:01.4227591Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard 2025-01-24T01:14:01.4233335Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-01-24T01:14:01.4239009Z 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-01-24T01:14:01.4244284Z 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-01-24T01:14:01.4249817Z 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-01-24T01:14:01.4255686Z 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-01-24T01:14:01.4260339Z 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-01-24T01:14:01.4265698Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_tensor 2025-01-24T01:14:01.4271239Z 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-01-24T01:14:01.4277249Z 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-01-24T01:14:01.4281526Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:14:01.4285645Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dist_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:01.4290998Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dynamo_test_failures.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:01.4296516Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:01.4302738Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:01.9668185Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module3.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:01.9674743Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\generated 2025-01-24T01:14:01.9681407Z 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-01-24T01:14:01.9693971Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2025-01-24T01:14:01.9698425Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hop_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:01.9704168Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hypothesis_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:01.9709910Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\inductor_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:01.9715550Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_metaprogramming_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:01.9721896Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:01.9728141Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:01.9733747Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:01.9740003Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo 2025-01-24T01:14:02.3008441Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\core.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-01-24T01:14:02.3017799Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo\definitions 2025-01-24T01:14:02.3024180Z 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-01-24T01:14:02.3031392Z 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-01-24T01:14:02.3038541Z 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-01-24T01:14:02.3044824Z 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-01-24T01:14:02.3050444Z 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-01-24T01:14:02.3056443Z 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-01-24T01:14:02.3158281Z 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-01-24T01:14:02.3164082Z 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-01-24T01:14:02.3169176Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\refs.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-01-24T01:14:02.3174668Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-01-24T01:14:02.3180125Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-01-24T01:14:02.3185826Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\optests 2025-01-24T01:14:02.3191710Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-01-24T01:14:02.3197358Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\autograd_registration.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-01-24T01:14:02.3202972Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-01-24T01:14:02.3208065Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\generate_tests.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-01-24T01:14:02.3278587Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\make_fx.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-01-24T01:14:02.3284073Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-01-24T01:14:02.3289247Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\quantization_torch_package_models.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:02.3294648Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\static_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:02.3300028Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\subclasses.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:02.3561905Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\test_module 2025-01-24T01:14:02.3567447Z 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-01-24T01:14:02.3572838Z 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-01-24T01:14:02.3578783Z 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-01-24T01:14:02.3583796Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\torchbind_impls.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:02.3589728Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:02.3595910Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\two_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:02.3601843Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:14:02.3606413Z copying build\lib.win-amd64-cpython-39\torch\testing\_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-01-24T01:14:02.3710602Z copying build\lib.win-amd64-cpython-39\torch\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-01-24T01:14:02.3715736Z copying build\lib.win-amd64-cpython-39\torch\torch_version.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:02.3721037Z copying build\lib.win-amd64-cpython-39\torch\types.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:02.3727676Z creating build\bdist.win-amd64\wheel\torch\utils 2025-01-24T01:14:02.3732781Z creating build\bdist.win-amd64\wheel\torch\utils\backcompat 2025-01-24T01:14:02.3737528Z copying build\lib.win-amd64-cpython-39\torch\utils\backcompat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\backcompat 2025-01-24T01:14:02.3742674Z copying build\lib.win-amd64-cpython-39\torch\utils\backend_registration.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.3749021Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark 2025-01-24T01:14:02.3754093Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\examples 2025-01-24T01:14:02.3759114Z 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-01-24T01:14:02.3764623Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-01-24T01:14:02.3769835Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-01-24T01:14:02.3775029Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\op_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-01-24T01:14:02.3780395Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\simple_timeit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-01-24T01:14:02.3905131Z 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-01-24T01:14:02.3910814Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-01-24T01:14:02.3915509Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\op_fuzzers 2025-01-24T01:14:02.3920519Z 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-01-24T01:14:02.3926049Z 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-01-24T01:14:02.3931636Z 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-01-24T01:14:02.3937000Z 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-01-24T01:14:02.4001797Z 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-01-24T01:14:02.4007066Z 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-01-24T01:14:02.4012017Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils 2025-01-24T01:14:02.4017249Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:14:02.4023070Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:14:02.4028490Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compile.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:14:02.4039484Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\cpp_jit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:14:02.4043594Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:14:02.4049938Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\sparse_fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:14:02.4102519Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timeit_template.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:14:02.4108070Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:14:02.4115137Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:14:02.4121137Z 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-01-24T01:14:02.4127220Z 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-01-24T01:14:02.4133305Z 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-01-24T01:14:02.4148652Z 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-01-24T01:14:02.4155047Z 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-01-24T01:14:02.4165401Z 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-01-24T01:14:02.4169874Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\_stubs.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:14:02.4175560Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:14:02.4180148Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark 2025-01-24T01:14:02.4185829Z creating build\bdist.win-amd64\wheel\torch\utils\bottleneck 2025-01-24T01:14:02.4202492Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2025-01-24T01:14:02.4206971Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2025-01-24T01:14:02.4212758Z copying build\lib.win-amd64-cpython-39\torch\utils\bundled_inputs.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4218710Z copying build\lib.win-amd64-cpython-39\torch\utils\checkpoint.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4224820Z copying build\lib.win-amd64-cpython-39\torch\utils\collect_env.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4230789Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_backtrace.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4236015Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_extension.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4243007Z creating build\bdist.win-amd64\wheel\torch\utils\data 2025-01-24T01:14:02.4248013Z copying build\lib.win-amd64-cpython-39\torch\utils\data\backward_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:14:02.4253108Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataloader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:14:02.4259861Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes 2025-01-24T01:14:02.4265287Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\dataframe 2025-01-24T01:14:02.4270723Z 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-01-24T01:14:02.4276448Z 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-01-24T01:14:02.4281714Z 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-01-24T01:14:02.4298943Z 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-01-24T01:14:02.4304299Z 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-01-24T01:14:02.4309183Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:14:02.4314941Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.pyi -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:14:02.4320796Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\gen_pyi.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:14:02.4326630Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\iter 2025-01-24T01:14:02.4340059Z 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-01-24T01:14:02.4347714Z 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-01-24T01:14:02.4351032Z 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-01-24T01:14:02.4356778Z 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-01-24T01:14:02.4379485Z 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-01-24T01:14:02.4384829Z 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-01-24T01:14:02.4475050Z 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-01-24T01:14:02.4480735Z 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-01-24T01:14:02.4486188Z 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-01-24T01:14:02.4491614Z 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-01-24T01:14:02.4497284Z 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-01-24T01:14:02.4503291Z 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-01-24T01:14:02.4509486Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\map 2025-01-24T01:14:02.4515452Z 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-01-24T01:14:02.4520829Z 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-01-24T01:14:02.4526249Z 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-01-24T01:14:02.4531693Z 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-01-24T01:14:02.4537000Z 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-01-24T01:14:02.4550835Z 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-01-24T01:14:02.4556379Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\utils 2025-01-24T01:14:02.4561883Z 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-01-24T01:14:02.4567938Z 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-01-24T01:14:02.4573389Z 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-01-24T01:14:02.4578885Z 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-01-24T01:14:02.4583669Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_decorator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:14:02.4590008Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_hook_iterator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:14:02.4596363Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_typing.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:14:02.4602286Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:14:02.4608337Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataset.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:14:02.4622905Z copying build\lib.win-amd64-cpython-39\torch\utils\data\distributed.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:14:02.4628310Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:14:02.4634225Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph_settings.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:14:02.4639515Z copying build\lib.win-amd64-cpython-39\torch\utils\data\sampler.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:14:02.4645325Z creating build\bdist.win-amd64\wheel\torch\utils\data\_utils 2025-01-24T01:14:02.4650892Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\collate.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-01-24T01:14:02.4656712Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\fetch.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-01-24T01:14:02.4661608Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\pin_memory.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-01-24T01:14:02.4666882Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\signal_handling.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-01-24T01:14:02.4672702Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\worker.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-01-24T01:14:02.4685704Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-01-24T01:14:02.4690892Z copying build\lib.win-amd64-cpython-39\torch\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:14:02.4696704Z copying build\lib.win-amd64-cpython-39\torch\utils\deterministic.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4701960Z copying build\lib.win-amd64-cpython-39\torch\utils\dlpack.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4707229Z copying build\lib.win-amd64-cpython-39\torch\utils\file_baton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4712600Z copying build\lib.win-amd64-cpython-39\torch\utils\flop_counter.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4718934Z creating build\bdist.win-amd64\wheel\torch\utils\hipify 2025-01-24T01:14:02.4723777Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\constants.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-01-24T01:14:02.4729215Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\cuda_to_hip_mappings.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-01-24T01:14:02.4738112Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\hipify_python.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-01-24T01:14:02.4743899Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\version.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-01-24T01:14:02.4761059Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-01-24T01:14:02.4765957Z copying build\lib.win-amd64-cpython-39\torch\utils\hooks.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4771722Z creating build\bdist.win-amd64\wheel\torch\utils\jit 2025-01-24T01:14:02.4776551Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\log_extract.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2025-01-24T01:14:02.4782031Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2025-01-24T01:14:02.4786406Z copying build\lib.win-amd64-cpython-39\torch\utils\mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4791834Z copying build\lib.win-amd64-cpython-39\torch\utils\mobile_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4797608Z creating build\bdist.win-amd64\wheel\torch\utils\model_dump 2025-01-24T01:14:02.4802954Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\code.js -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-01-24T01:14:02.4808683Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\htm.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-01-24T01:14:02.4814683Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\preact.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-01-24T01:14:02.4820118Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\skeleton.html -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-01-24T01:14:02.4825095Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-01-24T01:14:02.4838560Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-01-24T01:14:02.4843467Z copying build\lib.win-amd64-cpython-39\torch\utils\model_zoo.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4848653Z copying build\lib.win-amd64-cpython-39\torch\utils\module_tracker.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4863221Z creating build\bdist.win-amd64\wheel\torch\utils\serialization 2025-01-24T01:14:02.4868022Z copying build\lib.win-amd64-cpython-39\torch\utils\serialization\config.py -> build\bdist.win-amd64\wheel\.\torch\utils\serialization 2025-01-24T01:14:02.4873302Z copying build\lib.win-amd64-cpython-39\torch\utils\serialization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\serialization 2025-01-24T01:14:02.4878203Z copying build\lib.win-amd64-cpython-39\torch\utils\show_pickle.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4884028Z creating build\bdist.win-amd64\wheel\torch\utils\tensorboard 2025-01-24T01:14:02.4888836Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\summary.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:14:02.4894978Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\writer.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:14:02.4906048Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_convert_np.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:14:02.4911389Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_embedding.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:14:02.4923669Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_onnx_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:14:02.4928933Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_proto_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:14:02.4934239Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_pytorch_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:14:02.4939625Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:14:02.4945243Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:14:02.4950467Z copying build\lib.win-amd64-cpython-39\torch\utils\throughput_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4956450Z creating build\bdist.win-amd64\wheel\torch\utils\viz 2025-01-24T01:14:02.4961249Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\_cycles.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2025-01-24T01:14:02.4966637Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2025-01-24T01:14:02.4970968Z copying build\lib.win-amd64-cpython-39\torch\utils\weak.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4976265Z copying build\lib.win-amd64-cpython-39\torch\utils\_backport_slots.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4982425Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_module.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4988401Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_typing.pyi -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4994254Z copying build\lib.win-amd64-cpython-39\torch\utils\_content_store.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.4999574Z copying build\lib.win-amd64-cpython-39\torch\utils\_contextlib.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5017082Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_embed_headers.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5022871Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_extension_versioner.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5028351Z copying build\lib.win-amd64-cpython-39\torch\utils\_cxx_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5034625Z copying build\lib.win-amd64-cpython-39\torch\utils\_device.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5040139Z copying build\lib.win-amd64-cpython-39\torch\utils\_exposed_in.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5045611Z copying build\lib.win-amd64-cpython-39\torch\utils\_filelock.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5051135Z copying build\lib.win-amd64-cpython-39\torch\utils\_foreach_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5056563Z copying build\lib.win-amd64-cpython-39\torch\utils\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5062156Z copying build\lib.win-amd64-cpython-39\torch\utils\_functools.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5067695Z copying build\lib.win-amd64-cpython-39\torch\utils\_get_clean_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5082338Z copying build\lib.win-amd64-cpython-39\torch\utils\_import_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5088550Z copying build\lib.win-amd64-cpython-39\torch\utils\_mode_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5094658Z copying build\lib.win-amd64-cpython-39\torch\utils\_ordered_set.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5101186Z copying build\lib.win-amd64-cpython-39\torch\utils\_python_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5108229Z copying build\lib.win-amd64-cpython-39\torch\utils\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5114791Z copying build\lib.win-amd64-cpython-39\torch\utils\_stats.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5121002Z creating build\bdist.win-amd64\wheel\torch\utils\_strobelight 2025-01-24T01:14:02.5126207Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2025-01-24T01:14:02.5132001Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2025-01-24T01:14:02.5137192Z creating build\bdist.win-amd64\wheel\torch\utils\_sympy 2025-01-24T01:14:02.5142035Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\functions.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:14:02.5148675Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\interp.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:14:02.5153874Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\numbers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:14:02.5159171Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\printers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:14:02.5166972Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\reference.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:14:02.5179764Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\singleton_int.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:14:02.5185078Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\solve.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:14:02.5190373Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\symbol.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:14:02.5195823Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\value_ranges.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:14:02.5201993Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:14:02.5206290Z copying build\lib.win-amd64-cpython-39\torch\utils\_thunk.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5211446Z copying build\lib.win-amd64-cpython-39\torch\utils\_traceback.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5216873Z copying build\lib.win-amd64-cpython-39\torch\utils\_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5222140Z copying build\lib.win-amd64-cpython-39\torch\utils\_typing_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5236709Z copying build\lib.win-amd64-cpython-39\torch\utils\_zip.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5242045Z copying build\lib.win-amd64-cpython-39\torch\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:14:02.5247593Z copying build\lib.win-amd64-cpython-39\torch\version.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:02.5253335Z creating build\bdist.win-amd64\wheel\torch\xpu 2025-01-24T01:14:02.5258069Z copying build\lib.win-amd64-cpython-39\torch\xpu\memory.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-01-24T01:14:02.5263680Z copying build\lib.win-amd64-cpython-39\torch\xpu\random.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-01-24T01:14:02.5269338Z copying build\lib.win-amd64-cpython-39\torch\xpu\streams.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-01-24T01:14:02.5274643Z copying build\lib.win-amd64-cpython-39\torch\xpu\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-01-24T01:14:02.5280025Z copying build\lib.win-amd64-cpython-39\torch\xpu\_utils.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-01-24T01:14:02.5285197Z copying build\lib.win-amd64-cpython-39\torch\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-01-24T01:14:02.5299246Z copying build\lib.win-amd64-cpython-39\torch\_appdirs.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:02.5305567Z creating build\bdist.win-amd64\wheel\torch\_awaits 2025-01-24T01:14:02.5310207Z copying build\lib.win-amd64-cpython-39\torch\_awaits\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_awaits 2025-01-24T01:14:02.5316162Z creating build\bdist.win-amd64\wheel\torch\_C 2025-01-24T01:14:02.5320620Z copying build\lib.win-amd64-cpython-39\torch\_C\_aoti.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5326080Z copying build\lib.win-amd64-cpython-39\torch\_C\_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5331343Z copying build\lib.win-amd64-cpython-39\torch\_C\_cpu.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5337293Z copying build\lib.win-amd64-cpython-39\torch\_C\_cudnn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5342228Z copying build\lib.win-amd64-cpython-39\torch\_C\_cusparselt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5358669Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5364281Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_c10d.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5370363Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5375882Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc_testing.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5381328Z copying build\lib.win-amd64-cpython-39\torch\_C\_export.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5386609Z copying build\lib.win-amd64-cpython-39\torch\_C\_functions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5392124Z copying build\lib.win-amd64-cpython-39\torch\_C\_functorch.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5397698Z copying build\lib.win-amd64-cpython-39\torch\_C\_instruction_counter.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5402897Z copying build\lib.win-amd64-cpython-39\torch\_C\_itt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5408321Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5413239Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy_ts_backend.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5418374Z copying build\lib.win-amd64-cpython-39\torch\_C\_monitor.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5424479Z copying build\lib.win-amd64-cpython-39\torch\_C\_nn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5429996Z copying build\lib.win-amd64-cpython-39\torch\_C\_nvtx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5434986Z copying build\lib.win-amd64-cpython-39\torch\_C\_onnx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5465287Z copying build\lib.win-amd64-cpython-39\torch\_C\_profiler.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5471728Z copying build\lib.win-amd64-cpython-39\torch\_C\_VariableFunctions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5487992Z copying build\lib.win-amd64-cpython-39\torch\_C\_verbose.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.5493056Z copying build\lib.win-amd64-cpython-39\torch\_C\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:14:02.6393375Z copying build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:02.6398983Z copying build\lib.win-amd64-cpython-39\torch\_classes.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:02.6404337Z copying build\lib.win-amd64-cpython-39\torch\_compile.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:02.6410425Z creating build\bdist.win-amd64\wheel\torch\_custom_op 2025-01-24T01:14:02.6415730Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-01-24T01:14:02.6420822Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\impl.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-01-24T01:14:02.6426866Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-01-24T01:14:02.6431322Z copying build\lib.win-amd64-cpython-39\torch\_custom_ops.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:02.6437274Z creating build\bdist.win-amd64\wheel\torch\_decomp 2025-01-24T01:14:02.6441946Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-01-24T01:14:02.6449411Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_jvp.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-01-24T01:14:02.6454868Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_rng.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-01-24T01:14:02.6468662Z copying build\lib.win-amd64-cpython-39\torch\_decomp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-01-24T01:14:02.6474512Z copying build\lib.win-amd64-cpython-39\torch\_deploy.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:02.6487433Z creating build\bdist.win-amd64\wheel\torch\_dispatch 2025-01-24T01:14:02.6492156Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\python.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2025-01-24T01:14:02.6497872Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2025-01-24T01:14:02.6503053Z creating build\bdist.win-amd64\wheel\torch\_dynamo 2025-01-24T01:14:02.6507711Z creating build\bdist.win-amd64\wheel\torch\_dynamo\backends 2025-01-24T01:14:02.6512509Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:14:02.6518219Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:14:02.7464231Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\debugging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:14:02.7469968Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:14:02.7488569Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\inductor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:14:02.7495252Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\onnxrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:14:02.7500611Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\registry.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:14:02.7507113Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:14:02.7511840Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\torchxla.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:14:02.7517139Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tvm.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:14:02.7522540Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:14:02.7526874Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7532281Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_transformation.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7538789Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\cache_size.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7552464Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\callback.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7558107Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\codegen.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7563856Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\code_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7569453Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\compiled_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7575502Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\comptime.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7580938Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\config.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7594833Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\convert_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7607759Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\create_parameter_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7614364Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\current_scope_id.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7621658Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7628730Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\decorators.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7636163Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\device_interface.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7642000Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7647653Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\eval_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7654341Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\exc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7660368Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\external_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7666005Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\funcname_cache.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7671845Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_deduplication.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7685491Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_region_tracker.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7690988Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\guards.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7697751Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7702704Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\logging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7708264Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\metrics_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7713607Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\mutation_guard.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7718992Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\output_graph.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7726334Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\pgo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7732868Z creating build\bdist.win-amd64\wheel\torch\_dynamo\polyfills 2025-01-24T01:14:02.7737986Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\builtins.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:14:02.7743242Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\functools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:14:02.7748875Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\itertools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:14:02.7754167Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\loader.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:14:02.7784566Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\operator.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:14:02.7789787Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\os.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:14:02.7794986Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\pytree.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:14:02.7800150Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\sys.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:14:02.7805073Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:14:02.7810816Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\profiler.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7816073Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\replay_record.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7829767Z creating build\bdist.win-amd64\wheel\torch\_dynamo\repro 2025-01-24T01:14:02.7834894Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_aot.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-01-24T01:14:02.7845731Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_dynamo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-01-24T01:14:02.7851488Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\aoti.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-01-24T01:14:02.7857232Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-01-24T01:14:02.7861651Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\resume_execution.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7867389Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\side_effects.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7873485Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\source.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7879503Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\symbolic_convert.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7886857Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\tensor_version_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7892242Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\testing.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7897687Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7903246Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_minifier_common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7908852Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\trace_rules.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7916252Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\types.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7921616Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.7929725Z creating build\bdist.win-amd64\wheel\torch\_dynamo\variables 2025-01-24T01:14:02.7942803Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\base.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.7948681Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builder.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.7955768Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builtin.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.7962122Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\constant.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.7967584Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\ctx_manager.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.8003383Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\dicts.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.8009208Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.8014674Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\functions.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.8021107Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\higher_order_ops.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.8027794Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\iter.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.8033921Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lazy.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.8039780Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lists.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.8046300Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\misc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.8052816Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\nn_module.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.8058868Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.8064425Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\script_object.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.8069857Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.8075175Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\tensor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.8081412Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.8087847Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch_function.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.8093844Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\user_defined.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.8100205Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:14:02.8105816Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.8112289Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:14:02.8118430Z copying build\lib.win-amd64-cpython-39\torch\_environment.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:02.8124351Z creating build\bdist.win-amd64\wheel\torch\_export 2025-01-24T01:14:02.8129162Z copying build\lib.win-amd64-cpython-39\torch\_export\converter.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:14:02.8136245Z creating build\bdist.win-amd64\wheel\torch\_export\db 2025-01-24T01:14:02.8141150Z copying build\lib.win-amd64-cpython-39\torch\_export\db\case.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-01-24T01:14:02.8147625Z creating build\bdist.win-amd64\wheel\torch\_export\db\examples 2025-01-24T01:14:02.8154708Z 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-01-24T01:14:02.8221457Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:14:02.8226746Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\class_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:14:02.8239816Z 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-01-24T01:14:02.8245310Z 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-01-24T01:14:02.8250687Z 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-01-24T01:14:02.8261681Z 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-01-24T01:14:02.8267245Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_operands.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:14:02.8273150Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_predicate.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:14:02.8278558Z 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-01-24T01:14:02.8284017Z 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-01-24T01:14:02.8289823Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\decorator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:14:02.8294583Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dictionary.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:14:02.8299757Z 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-01-24T01:14:02.8305081Z 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-01-24T01:14:02.8310564Z 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-01-24T01:14:02.8315816Z 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-01-24T01:14:02.8321141Z 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-01-24T01:14:02.8334178Z 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-01-24T01:14:02.8339397Z 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-01-24T01:14:02.8344644Z 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-01-24T01:14:02.8350163Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_contains.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:14:02.8355502Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_unpack.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:14:02.8361044Z 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-01-24T01:14:02.8366916Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\nested_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:14:02.8372668Z 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-01-24T01:14:02.8385954Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\optional_input.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:14:02.8391218Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\pytree_flatten.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:14:02.8396526Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\scalar_output.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:14:02.8403060Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\specialized_attribute.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:14:02.8413590Z 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-01-24T01:14:02.8419864Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\static_if.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:14:02.8424171Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\tensor_setattr.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:14:02.8429491Z 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-01-24T01:14:02.8434786Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\unsupported_operator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:14:02.8450729Z 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-01-24T01:14:02.8455843Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:14:02.8461292Z copying build\lib.win-amd64-cpython-39\torch\_export\db\gen_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-01-24T01:14:02.8466567Z copying build\lib.win-amd64-cpython-39\torch\_export\db\logging.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-01-24T01:14:02.8473191Z copying build\lib.win-amd64-cpython-39\torch\_export\db\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-01-24T01:14:02.8478366Z copying build\lib.win-amd64-cpython-39\torch\_export\error.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:14:02.8483811Z copying build\lib.win-amd64-cpython-39\torch\_export\non_strict_utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:14:02.8490519Z creating build\bdist.win-amd64\wheel\torch\_export\passes 2025-01-24T01:14:02.8503652Z 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-01-24T01:14:02.8509516Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\collect_tracepoints_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:14:02.8514925Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:14:02.8530903Z 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-01-24T01:14:02.8536659Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\insert_custom_op_guards.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:14:02.8542417Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\lift_constants_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:14:02.8547827Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\remove_runtime_assertions.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:14:02.8553847Z 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-01-24T01:14:02.8559343Z 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-01-24T01:14:02.8565311Z 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-01-24T01:14:02.8571033Z 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-01-24T01:14:02.8576877Z 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-01-24T01:14:02.8582501Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\_node_metadata_hook.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:14:02.8587972Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:14:02.8593129Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:14:02.8599694Z creating build\bdist.win-amd64\wheel\torch\_export\pass_infra 2025-01-24T01:14:02.8604739Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\node_metadata.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-01-24T01:14:02.8610566Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\proxy_value.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-01-24T01:14:02.8616389Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-01-24T01:14:02.8621820Z creating build\bdist.win-amd64\wheel\torch\_export\serde 2025-01-24T01:14:02.8627269Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\aoti_schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:14:02.8632599Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:14:02.8638097Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\export_schema.thrift -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:14:02.8643904Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:14:02.8658949Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.yaml -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:14:02.8664591Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema_check.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:14:02.8670514Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\serialize.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:14:02.8677365Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\union.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:14:02.8682964Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:14:02.8687496Z copying build\lib.win-amd64-cpython-39\torch\_export\tools.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:14:02.8692659Z copying build\lib.win-amd64-cpython-39\torch\_export\utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:14:02.8698618Z copying build\lib.win-amd64-cpython-39\torch\_export\verifier.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:14:02.8704235Z copying build\lib.win-amd64-cpython-39\torch\_export\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:14:02.8709460Z copying build\lib.win-amd64-cpython-39\torch\_export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:14:02.8715435Z creating build\bdist.win-amd64\wheel\torch\_functorch 2025-01-24T01:14:02.8720101Z copying build\lib.win-amd64-cpython-39\torch\_functorch\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8726394Z copying build\lib.win-amd64-cpython-39\torch\_functorch\apis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8731996Z copying build\lib.win-amd64-cpython-39\torch\_functorch\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8737791Z copying build\lib.win-amd64-cpython-39\torch\_functorch\batch_norm_replacement.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8753081Z copying build\lib.win-amd64-cpython-39\torch\_functorch\benchmark_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8758393Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compilers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8763929Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compile_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8769983Z copying build\lib.win-amd64-cpython-39\torch\_functorch\config.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8775213Z copying build\lib.win-amd64-cpython-39\torch\_functorch\deprecated.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8780520Z copying build\lib.win-amd64-cpython-39\torch\_functorch\eager_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8786682Z copying build\lib.win-amd64-cpython-39\torch\_functorch\functional_call.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8792094Z copying build\lib.win-amd64-cpython-39\torch\_functorch\fx_minifier.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8797835Z copying build\lib.win-amd64-cpython-39\torch\_functorch\make_functional.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8803824Z copying build\lib.win-amd64-cpython-39\torch\_functorch\partitioners.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8810121Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pyfunctorch.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8815456Z copying build\lib.win-amd64-cpython-39\torch\_functorch\python_key.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8820578Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pytree_hacks.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8825968Z copying build\lib.win-amd64-cpython-39\torch\_functorch\top_operators_github_usage.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8831890Z copying build\lib.win-amd64-cpython-39\torch\_functorch\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8838151Z copying build\lib.win-amd64-cpython-39\torch\_functorch\vmap.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8844360Z creating build\bdist.win-amd64\wheel\torch\_functorch\_activation_checkpointing 2025-01-24T01:14:02.8858210Z 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-01-24T01:14:02.8863877Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\knapsack.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-01-24T01:14:02.8869471Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\knapsack_evaluator.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-01-24T01:14:02.8883412Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-01-24T01:14:02.8888969Z creating build\bdist.win-amd64\wheel\torch\_functorch\_aot_autograd 2025-01-24T01:14:02.8894812Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\autograd_cache.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:14:02.8902152Z 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-01-24T01:14:02.8909762Z 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-01-24T01:14:02.8924091Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\functional_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:14:02.8930358Z 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-01-24T01:14:02.8936597Z 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-01-24T01:14:02.8942619Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:14:02.8948162Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:14:02.8954750Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\schemas.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:14:02.8960898Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_parametrization.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:14:02.8966222Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:14:02.8972256Z 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-01-24T01:14:02.8978374Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:14:02.8983992Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:14:02.8989110Z copying build\lib.win-amd64-cpython-39\torch\_functorch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:14:02.8994166Z copying build\lib.win-amd64-cpython-39\torch\_guards.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:02.9000722Z creating build\bdist.win-amd64\wheel\torch\_higher_order_ops 2025-01-24T01:14:02.9005366Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\associative_scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:14:02.9011358Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\auto_functionalize.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:14:02.9017068Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\cond.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:14:02.9031645Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\effects.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:14:02.9036977Z 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-01-24T01:14:02.9043194Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:14:02.9049268Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\foreach_map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:14:02.9054604Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\hints_wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:14:02.9059849Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\invoke_subgraph.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:14:02.9065019Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:14:02.9070480Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\out_dtype.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:14:02.9075829Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\prim_hop_base.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:14:02.9081314Z 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-01-24T01:14:02.9086704Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:14:02.9092328Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\strict_mode.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:14:02.9097577Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\torchbind.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:14:02.9102979Z 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-01-24T01:14:02.9109399Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:14:02.9115257Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\while_loop.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:14:02.9121068Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:14:02.9126302Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:14:02.9132553Z creating build\bdist.win-amd64\wheel\torch\_inductor 2025-01-24T01:14:02.9138012Z copying build\lib.win-amd64-cpython-39\torch\_inductor\analyze_preserves_zero_mask.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9143337Z copying build\lib.win-amd64-cpython-39\torch\_inductor\aoti_eager.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9224460Z copying build\lib.win-amd64-cpython-39\torch\_inductor\async_compile.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9244159Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic 2025-01-24T01:14:02.9249568Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:14:02.9254672Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:14:02.9260145Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:14:02.9265607Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:14:02.9280502Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:14:02.9286402Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:14:02.9292049Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:14:02.9296574Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-01-24T01:14:02.9302048Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-01-24T01:14:02.9317391Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-01-24T01:14:02.9322782Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-01-24T01:14:02.9328365Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-01-24T01:14:02.9358879Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autotune_process.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9364886Z copying build\lib.win-amd64-cpython-39\torch\_inductor\bounds.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9370214Z copying build\lib.win-amd64-cpython-39\torch\_inductor\choices.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9381519Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codecache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9389581Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen 2025-01-24T01:14:02.9394646Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_hipify_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9400543Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\aoti_runtime 2025-01-24T01:14:02.9405666Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime\implementation.cpp -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\aoti_runtime 2025-01-24T01:14:02.9411154Z 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-01-24T01:14:02.9416494Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\block_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9421861Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9435666Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9443285Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_bmm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9448994Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_flex_attention_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9455268Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9461704Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_grouped_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9467759Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_micro_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9473942Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_prefix.h -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9479918Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9485511Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9491441Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9497492Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9504495Z 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-01-24T01:14:02.9510632Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9521087Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpu_device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9525402Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda 2025-01-24T01:14:02.9531546Z 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-01-24T01:14:02.9536769Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_env.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:14:02.9542378Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:14:02.9548213Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:14:02.9567000Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-01-24T01:14:02.9572491Z 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-01-24T01:14:02.9578561Z 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-01-24T01:14:02.9582809Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:14:02.9588333Z 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-01-24T01:14:02.9593814Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:14:02.9600331Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:14:02.9604856Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda_combined_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9622000Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9634763Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\halide.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9641088Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\memory_planning.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9646952Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mps.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9653114Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mps_device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9658638Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\multi_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9666248Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\rocm 2025-01-24T01:14:02.9672969Z 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-01-24T01:14:02.9679655Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:14:02.9686104Z 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-01-24T01:14:02.9703307Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\compile_command.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:14:02.9708885Z 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-01-24T01:14:02.9714433Z 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-01-24T01:14:02.9719805Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:14:02.9725199Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:14:02.9730894Z 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-01-24T01:14:02.9736282Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:14:02.9740576Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9747399Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd_kernel_features.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9753469Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9761440Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_combo_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9767393Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_split_scan.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9788475Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9793909Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\wrapper.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9800993Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\xpu 2025-01-24T01:14:02.9806561Z 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-01-24T01:14:02.9811617Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2025-01-24T01:14:02.9816088Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:14:02.9820429Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comms.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9826700Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9832751Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9838245Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compiler_bisector.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9844084Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9851228Z creating build\bdist.win-amd64\wheel\torch\_inductor\compile_worker 2025-01-24T01:14:02.9856309Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\subproc_pool.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-01-24T01:14:02.9861878Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\watchdog.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-01-24T01:14:02.9867427Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-01-24T01:14:02.9871696Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__main__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-01-24T01:14:02.9876993Z copying build\lib.win-amd64-cpython-39\torch\_inductor\config.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9888207Z copying build\lib.win-amd64-cpython-39\torch\_inductor\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9893694Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpp_builder.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9900011Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpu_vec_isa.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9905605Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_trees.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9912499Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9929503Z copying build\lib.win-amd64-cpython-39\torch\_inductor\custom_graph_pass.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9934901Z copying build\lib.win-amd64-cpython-39\torch\_inductor\debug.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9940911Z copying build\lib.win-amd64-cpython-39\torch\_inductor\decomposition.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9952922Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dependencies.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9959071Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dtype_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9964635Z copying build\lib.win-amd64-cpython-39\torch\_inductor\exc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9970266Z copying build\lib.win-amd64-cpython-39\torch\_inductor\extern_node_serializer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9975836Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9981261Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:02.9987939Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes 2025-01-24T01:14:02.9993265Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\b2b_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:14:02.9999304Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\binary_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:14:03.0005379Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\ddp_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:14:03.0011416Z 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-01-24T01:14:03.0025477Z 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-01-24T01:14:03.0031105Z 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-01-24T01:14:03.0036675Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\freezing_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:14:03.0042209Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\fuse_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:14:03.0048403Z 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-01-24T01:14:03.0055380Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\joint_graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:14:03.0061785Z 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-01-24T01:14:03.0067875Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\misc_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:14:03.0073575Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\mkldnn_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:14:03.0080046Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\numeric_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:14:03.0085595Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pad_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:14:03.0091925Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\post_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:14:03.0098000Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pre_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:14:03.0104121Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\quantization.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:14:03.0111599Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:14:03.0118093Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\replace_random.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:14:03.0136636Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:14:03.0142139Z 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-01-24T01:14:03.0147752Z 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-01-24T01:14:03.0153331Z 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-01-24T01:14:03.0167429Z 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-01-24T01:14:03.0178863Z 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-01-24T01:14:03.0184384Z 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-01-24T01:14:03.0190249Z 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-01-24T01:14:03.0195970Z 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-01-24T01:14:03.0201452Z 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-01-24T01:14:03.0207102Z 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-01-24T01:14:03.0212522Z 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-01-24T01:14:03.0218789Z 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-01-24T01:14:03.0224774Z 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-01-24T01:14:03.0231012Z 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-01-24T01:14:03.0236715Z 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-01-24T01:14:03.0242539Z 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-01-24T01:14:03.0248097Z 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-01-24T01:14:03.0253649Z 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-01-24T01:14:03.0259340Z 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-01-24T01:14:03.0275380Z 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-01-24T01:14:03.0286007Z 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-01-24T01:14:03.0291581Z 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-01-24T01:14:03.0297330Z 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-01-24T01:14:03.0301702Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\split_cat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:14:03.0308785Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:14:03.0313323Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0318630Z copying build\lib.win-amd64-cpython-39\torch\_inductor\graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0325072Z copying build\lib.win-amd64-cpython-39\torch\_inductor\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0338027Z copying build\lib.win-amd64-cpython-39\torch\_inductor\index_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0343457Z copying build\lib.win-amd64-cpython-39\torch\_inductor\inductor_prims.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0348918Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0357199Z copying build\lib.win-amd64-cpython-39\torch\_inductor\jagged_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0363663Z creating build\bdist.win-amd64\wheel\torch\_inductor\kernel 2025-01-24T01:14:03.0368641Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\bmm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:14:03.0374172Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\conv.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:14:03.0380169Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:14:03.0386927Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_decoding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:14:03.0392932Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:14:03.0411572Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:14:03.0417479Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_plus_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:14:03.0422974Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_scaled.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:14:03.0429049Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\unpack_mixed_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:14:03.0434593Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:14:03.0439998Z copying build\lib.win-amd64-cpython-39\torch\_inductor\loop_body.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0447333Z copying build\lib.win-amd64-cpython-39\torch\_inductor\lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0455017Z copying build\lib.win-amd64-cpython-39\torch\_inductor\memory.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0460937Z copying build\lib.win-amd64-cpython-39\torch\_inductor\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0466406Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0472780Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0479242Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mock_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0484843Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ops_handler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0503176Z copying build\lib.win-amd64-cpython-39\torch\_inductor\optimize_indexing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0508978Z copying build\lib.win-amd64-cpython-39\torch\_inductor\output_code.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0515646Z creating build\bdist.win-amd64\wheel\torch\_inductor\package 2025-01-24T01:14:03.0520647Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\build_package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-01-24T01:14:03.0525879Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-01-24T01:14:03.0531351Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\pt2_archive_constants.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-01-24T01:14:03.0536643Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-01-24T01:14:03.0541618Z copying build\lib.win-amd64-cpython-39\torch\_inductor\pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0548390Z copying build\lib.win-amd64-cpython-39\torch\_inductor\quantized_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0553919Z copying build\lib.win-amd64-cpython-39\torch\_inductor\remote_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0560340Z creating build\bdist.win-amd64\wheel\torch\_inductor\runtime 2025-01-24T01:14:03.0565361Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\autotune_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:14:03.0571398Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\benchmarking.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:14:03.0576932Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\cache_dir_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:14:03.0582256Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\compile_tasks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:14:03.0597746Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\coordinate_descent_tuner.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:14:03.0603220Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\halide_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:14:03.0608670Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\hints.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:14:03.0614103Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:14:03.0619711Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_compat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:14:03.0625799Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:14:03.0633237Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_heuristics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:14:03.0640108Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:14:03.0644535Z copying build\lib.win-amd64-cpython-39\torch\_inductor\scheduler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0652174Z copying build\lib.win-amd64-cpython-39\torch\_inductor\select_algorithm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0658966Z copying build\lib.win-amd64-cpython-39\torch\_inductor\sizevars.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0664995Z copying build\lib.win-amd64-cpython-39\torch\_inductor\subgraph_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0692574Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0698125Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_operators.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0703527Z copying build\lib.win-amd64-cpython-39\torch\_inductor\triton_bundler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0709043Z copying build\lib.win-amd64-cpython-39\torch\_inductor\utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0715729Z copying build\lib.win-amd64-cpython-39\torch\_inductor\virtualized.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0721384Z copying build\lib.win-amd64-cpython-39\torch\_inductor\wrapper_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0726823Z copying build\lib.win-amd64-cpython-39\torch\_inductor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:14:03.0732336Z copying build\lib.win-amd64-cpython-39\torch\_jit_internal.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.0739333Z creating build\bdist.win-amd64\wheel\torch\_lazy 2025-01-24T01:14:03.0744142Z copying build\lib.win-amd64-cpython-39\torch\_lazy\closure.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:14:03.0749529Z copying build\lib.win-amd64-cpython-39\torch\_lazy\computation.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:14:03.0755042Z copying build\lib.win-amd64-cpython-39\torch\_lazy\config.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:14:03.0760041Z copying build\lib.win-amd64-cpython-39\torch\_lazy\debug.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:14:03.0765248Z copying build\lib.win-amd64-cpython-39\torch\_lazy\device_context.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:14:03.0780274Z copying build\lib.win-amd64-cpython-39\torch\_lazy\extract_compiled_graph.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:14:03.0785760Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ir_cache.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:14:03.0790771Z copying build\lib.win-amd64-cpython-39\torch\_lazy\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:14:03.0795846Z copying build\lib.win-amd64-cpython-39\torch\_lazy\tensor_factory_functions.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:14:03.0801110Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ts_backend.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:14:03.0806396Z copying build\lib.win-amd64-cpython-39\torch\_lazy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:14:03.0812212Z creating build\bdist.win-amd64\wheel\torch\_library 2025-01-24T01:14:03.0816751Z copying build\lib.win-amd64-cpython-39\torch\_library\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:14:03.0822061Z copying build\lib.win-amd64-cpython-39\torch\_library\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:14:03.0828058Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_class_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:14:03.0833420Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_impl.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:14:03.0848395Z copying build\lib.win-amd64-cpython-39\torch\_library\infer_schema.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:14:03.0853699Z copying build\lib.win-amd64-cpython-39\torch\_library\simple_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:14:03.0864896Z copying build\lib.win-amd64-cpython-39\torch\_library\triton.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:14:03.0869862Z copying build\lib.win-amd64-cpython-39\torch\_library\utils.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:14:03.0875948Z copying build\lib.win-amd64-cpython-39\torch\_library\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:14:03.0881075Z copying build\lib.win-amd64-cpython-39\torch\_linalg_utils.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.0897740Z copying build\lib.win-amd64-cpython-39\torch\_lobpcg.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.0904464Z creating build\bdist.win-amd64\wheel\torch\_logging 2025-01-24T01:14:03.0909642Z copying build\lib.win-amd64-cpython-39\torch\_logging\scribe.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-01-24T01:14:03.0914778Z copying build\lib.win-amd64-cpython-39\torch\_logging\structured.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-01-24T01:14:03.0920577Z copying build\lib.win-amd64-cpython-39\torch\_logging\_internal.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-01-24T01:14:03.0927777Z copying build\lib.win-amd64-cpython-39\torch\_logging\_registrations.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-01-24T01:14:03.0956472Z copying build\lib.win-amd64-cpython-39\torch\_logging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-01-24T01:14:03.0961724Z copying build\lib.win-amd64-cpython-39\torch\_lowrank.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.0967391Z copying build\lib.win-amd64-cpython-39\torch\_meta_registrations.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.0975753Z copying build\lib.win-amd64-cpython-39\torch\_namedtensor_internals.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.0981631Z creating build\bdist.win-amd64\wheel\torch\_numpy 2025-01-24T01:14:03.0986124Z copying build\lib.win-amd64-cpython-39\torch\_numpy\fft.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:14:03.0991660Z copying build\lib.win-amd64-cpython-39\torch\_numpy\linalg.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:14:03.0996899Z copying build\lib.win-amd64-cpython-39\torch\_numpy\random.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:14:03.1002565Z creating build\bdist.win-amd64\wheel\torch\_numpy\testing 2025-01-24T01:14:03.1007527Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\utils.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2025-01-24T01:14:03.1014081Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2025-01-24T01:14:03.1019192Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_binary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:14:03.1025555Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_casting_dicts.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:14:03.1046524Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:14:03.1051949Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:14:03.1057398Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:14:03.1062759Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:14:03.1069301Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_getlimits.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:14:03.1074718Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ndarray.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:14:03.1080626Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_normalizations.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:14:03.1086273Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_reductions_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:14:03.1091902Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ufuncs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:14:03.1105650Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_unary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:14:03.1111205Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_util.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:14:03.1116571Z copying build\lib.win-amd64-cpython-39\torch\_numpy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:14:03.1121467Z copying build\lib.win-amd64-cpython-39\torch\_ops.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.1128052Z creating build\bdist.win-amd64\wheel\torch\_prims 2025-01-24T01:14:03.1133155Z copying build\lib.win-amd64-cpython-39\torch\_prims\context.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-01-24T01:14:03.2116374Z copying build\lib.win-amd64-cpython-39\torch\_prims\debug_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-01-24T01:14:03.2121695Z copying build\lib.win-amd64-cpython-39\torch\_prims\executor.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-01-24T01:14:03.2126785Z copying build\lib.win-amd64-cpython-39\torch\_prims\rng_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-01-24T01:14:03.2139155Z copying build\lib.win-amd64-cpython-39\torch\_prims\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-01-24T01:14:03.2155244Z creating build\bdist.win-amd64\wheel\torch\_prims_common 2025-01-24T01:14:03.2160052Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2025-01-24T01:14:03.2165824Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2025-01-24T01:14:03.2172292Z copying build\lib.win-amd64-cpython-39\torch\_python_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.2178305Z creating build\bdist.win-amd64\wheel\torch\_refs 2025-01-24T01:14:03.2182914Z copying build\lib.win-amd64-cpython-39\torch\_refs\fft.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-01-24T01:14:03.2189169Z creating build\bdist.win-amd64\wheel\torch\_refs\linalg 2025-01-24T01:14:03.2193915Z copying build\lib.win-amd64-cpython-39\torch\_refs\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\linalg 2025-01-24T01:14:03.2199590Z creating build\bdist.win-amd64\wheel\torch\_refs\nn 2025-01-24T01:14:03.2204801Z creating build\bdist.win-amd64\wheel\torch\_refs\nn\functional 2025-01-24T01:14:03.2210351Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\functional\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn\functional 2025-01-24T01:14:03.2222150Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn 2025-01-24T01:14:03.2228140Z creating build\bdist.win-amd64\wheel\torch\_refs\special 2025-01-24T01:14:03.2233004Z copying build\lib.win-amd64-cpython-39\torch\_refs\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\special 2025-01-24T01:14:03.2238362Z copying build\lib.win-amd64-cpython-39\torch\_refs\_conversions.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-01-24T01:14:03.2243581Z copying build\lib.win-amd64-cpython-39\torch\_refs\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-01-24T01:14:03.2267091Z copying build\lib.win-amd64-cpython-39\torch\_size_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.2272631Z copying build\lib.win-amd64-cpython-39\torch\_sources.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.2277865Z copying build\lib.win-amd64-cpython-39\torch\_storage_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.2301112Z copying build\lib.win-amd64-cpython-39\torch\_streambase.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.2306645Z creating build\bdist.win-amd64\wheel\torch\_strobelight 2025-01-24T01:14:03.2311611Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-01-24T01:14:03.2317303Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\compile_time_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-01-24T01:14:03.2322731Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-01-24T01:14:03.2335031Z creating build\bdist.win-amd64\wheel\torch\_subclasses 2025-01-24T01:14:03.2339711Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_impls.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:14:03.2345732Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:14:03.2352762Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:14:03.2367177Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\functional_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:14:03.2372654Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\meta_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:14:03.2378917Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\schema_check_mode.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:14:03.2384437Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\_fake_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:14:03.2389869Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:14:03.2394809Z copying build\lib.win-amd64-cpython-39\torch\_tensor.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.2401197Z copying build\lib.win-amd64-cpython-39\torch\_tensor_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.2408396Z copying build\lib.win-amd64-cpython-39\torch\_tensor_str.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.2414760Z copying build\lib.win-amd64-cpython-39\torch\_thread_safe_fork.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.2419191Z copying build\lib.win-amd64-cpython-39\torch\_torch_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.2428781Z copying build\lib.win-amd64-cpython-39\torch\_utils.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.2434817Z copying build\lib.win-amd64-cpython-39\torch\_utils_internal.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.2454249Z creating build\bdist.win-amd64\wheel\torch\_vendor 2025-01-24T01:14:03.2459136Z creating build\bdist.win-amd64\wheel\torch\_vendor\packaging 2025-01-24T01:14:03.2463811Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\version.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-01-24T01:14:03.2469577Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\_structures.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-01-24T01:14:03.2474699Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-01-24T01:14:03.2479907Z copying build\lib.win-amd64-cpython-39\torch\_vendor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor 2025-01-24T01:14:03.2484248Z copying build\lib.win-amd64-cpython-39\torch\_VF.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.2489379Z copying build\lib.win-amd64-cpython-39\torch\_VF.pyi -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.2505612Z copying build\lib.win-amd64-cpython-39\torch\_vmap_internals.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.2511407Z copying build\lib.win-amd64-cpython-39\torch\_weights_only_unpickler.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.2517524Z copying build\lib.win-amd64-cpython-39\torch\__config__.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.2523544Z copying build\lib.win-amd64-cpython-39\torch\__future__.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.2529090Z copying build\lib.win-amd64-cpython-39\torch\__init__.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:14:03.2546962Z creating build\bdist.win-amd64\wheel\torchgen 2025-01-24T01:14:03.2551685Z creating build\bdist.win-amd64\wheel\torchgen\aoti 2025-01-24T01:14:03.2556781Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\fallback_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2025-01-24T01:14:03.2562107Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2025-01-24T01:14:03.2567046Z creating build\bdist.win-amd64\wheel\torchgen\api 2025-01-24T01:14:03.2571595Z copying build\lib.win-amd64-cpython-39\torchgen\api\autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:14:03.2577531Z copying build\lib.win-amd64-cpython-39\torchgen\api\cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:14:03.2584231Z copying build\lib.win-amd64-cpython-39\torchgen\api\dispatcher.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:14:03.2589683Z copying build\lib.win-amd64-cpython-39\torchgen\api\functionalization.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:14:03.2595820Z copying build\lib.win-amd64-cpython-39\torchgen\api\lazy.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:14:03.2616343Z copying build\lib.win-amd64-cpython-39\torchgen\api\meta.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:14:03.2621673Z copying build\lib.win-amd64-cpython-39\torchgen\api\native.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:14:03.2626795Z copying build\lib.win-amd64-cpython-39\torchgen\api\python.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:14:03.2633363Z copying build\lib.win-amd64-cpython-39\torchgen\api\structured.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:14:03.2638846Z copying build\lib.win-amd64-cpython-39\torchgen\api\translate.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:14:03.2645281Z creating build\bdist.win-amd64\wheel\torchgen\api\types 2025-01-24T01:14:03.2650165Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-01-24T01:14:03.2656537Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-01-24T01:14:03.2662916Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types_base.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-01-24T01:14:03.2668267Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-01-24T01:14:03.2673601Z copying build\lib.win-amd64-cpython-39\torchgen\api\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:14:03.2678979Z copying build\lib.win-amd64-cpython-39\torchgen\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:14:03.2684429Z copying build\lib.win-amd64-cpython-39\torchgen\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:14:03.2689020Z copying build\lib.win-amd64-cpython-39\torchgen\code_template.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:14:03.2694320Z copying build\lib.win-amd64-cpython-39\torchgen\context.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:14:03.2700141Z creating build\bdist.win-amd64\wheel\torchgen\dest 2025-01-24T01:14:03.2704619Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ir.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-01-24T01:14:03.2710693Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ts_lowering.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-01-24T01:14:03.2716190Z copying build\lib.win-amd64-cpython-39\torchgen\dest\native_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-01-24T01:14:03.2721571Z copying build\lib.win-amd64-cpython-39\torchgen\dest\register_dispatch_key.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-01-24T01:14:03.2737173Z copying build\lib.win-amd64-cpython-39\torchgen\dest\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-01-24T01:14:03.2742728Z copying build\lib.win-amd64-cpython-39\torchgen\dest\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-01-24T01:14:03.2753163Z creating build\bdist.win-amd64\wheel\torchgen\executorch 2025-01-24T01:14:03.2765503Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api 2025-01-24T01:14:03.2770225Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\custom_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-01-24T01:14:03.2775623Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\et_cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-01-24T01:14:03.2781245Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api\types 2025-01-24T01:14:03.2786389Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2025-01-24T01:14:03.2791671Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2025-01-24T01:14:03.2796932Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2025-01-24T01:14:03.2802002Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-01-24T01:14:03.2807471Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-01-24T01:14:03.2811687Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\model.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2025-01-24T01:14:03.2816972Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\parse.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2025-01-24T01:14:03.2822289Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2025-01-24T01:14:03.2826886Z copying build\lib.win-amd64-cpython-39\torchgen\gen.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:14:03.2847565Z copying build\lib.win-amd64-cpython-39\torchgen\gen_aoti_c_shim.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:14:03.2848508Z copying build\lib.win-amd64-cpython-39\torchgen\gen_backend_stubs.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:14:03.2849367Z copying build\lib.win-amd64-cpython-39\torchgen\gen_executorch.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:14:03.2851803Z copying build\lib.win-amd64-cpython-39\torchgen\gen_functionalization_type.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:14:03.2857798Z copying build\lib.win-amd64-cpython-39\torchgen\gen_lazy_tensor.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:14:03.2863632Z copying build\lib.win-amd64-cpython-39\torchgen\gen_schema_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:14:03.2869049Z copying build\lib.win-amd64-cpython-39\torchgen\gen_vmap_plumbing.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:14:03.2874447Z copying build\lib.win-amd64-cpython-39\torchgen\local.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:14:03.2879549Z copying build\lib.win-amd64-cpython-39\torchgen\model.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:14:03.2887187Z copying build\lib.win-amd64-cpython-39\torchgen\native_function_generation.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:14:03.2893422Z creating build\bdist.win-amd64\wheel\torchgen\operator_versions 2025-01-24T01:14:03.2898218Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-01-24T01:14:03.2904417Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-01-24T01:14:03.2910496Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-01-24T01:14:03.2928505Z creating build\bdist.win-amd64\wheel\torchgen\packaged 2025-01-24T01:14:03.2933428Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen 2025-01-24T01:14:03.2938698Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\native 2025-01-24T01:14:03.2944524Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\native_functions.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2025-01-24T01:14:03.2962874Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\tags.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2025-01-24T01:14:03.2969914Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.2974916Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.2980639Z 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-01-24T01:14:03.2986259Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3003617Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3009188Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3014511Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3020043Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3025163Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3030317Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\enum_tag.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3035269Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Function.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3040670Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3046036Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3051700Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3057077Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3062173Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3067556Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3073105Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3078382Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3083833Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3097220Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3102873Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operator.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3108767Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3114217Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3119761Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3124929Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3130343Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3170123Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3175741Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3181304Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3194044Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3205679Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3211078Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3216217Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorBody.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3222216Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3227681Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3232978Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3238408Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3243692Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3256077Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:14:03.3262095Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd 2025-01-24T01:14:03.3267044Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\BUILD.bazel -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:14:03.3272354Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\build.bzl -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:14:03.3277302Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\context.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:14:03.3282521Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\deprecated.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:14:03.3287936Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\derivatives.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:14:03.3305145Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:14:03.3310660Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:14:03.3316156Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:14:03.3322378Z 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-01-24T01:14:03.3328465Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_python_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:14:03.3335206Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_trace_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:14:03.3341554Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_factories.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:14:03.3347193Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:14:03.3354457Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_view_funcs.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:14:03.3360314Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\load_derivatives.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:14:03.3366797Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\README.md -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:14:03.3373200Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd\templates 2025-01-24T01:14:03.3378854Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:14:03.3385038Z 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-01-24T01:14:03.3390026Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:14:03.3546746Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:14:03.3552540Z 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-01-24T01:14:03.3643975Z 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-01-24T01:14:03.3649336Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:14:03.3654792Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:14:03.3660042Z 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-01-24T01:14:03.3665531Z 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-01-24T01:14:03.3670703Z 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-01-24T01:14:03.3675860Z 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-01-24T01:14:03.3681227Z 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-01-24T01:14:03.3755785Z 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-01-24T01:14:03.3761485Z 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-01-24T01:14:03.3767259Z 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-01-24T01:14:03.3772912Z 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-01-24T01:14:03.7941521Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\TraceType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:14:03.7947177Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:14:03.7952949Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:14:03.7958867Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\variable_factories.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:14:03.7964642Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:14:03.7969967Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:14:03.7975660Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:14:03.7981319Z creating build\bdist.win-amd64\wheel\torchgen\selective_build 2025-01-24T01:14:03.7986459Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\operator.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-01-24T01:14:03.7992219Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\selector.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-01-24T01:14:03.7997789Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-01-24T01:14:03.8002841Z creating build\bdist.win-amd64\wheel\torchgen\static_runtime 2025-01-24T01:14:03.8007709Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\config.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-01-24T01:14:03.8013575Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\generator.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-01-24T01:14:03.8019742Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\gen_static_runtime_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-01-24T01:14:03.8102367Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-01-24T01:14:03.8106478Z copying build\lib.win-amd64-cpython-39\torchgen\utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:14:03.8112538Z copying build\lib.win-amd64-cpython-39\torchgen\yaml_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:14:03.9911214Z copying build\lib.win-amd64-cpython-39\torchgen\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:14:03.9923324Z running install_egg_info 2025-01-24T01:14:04.0096906Z running egg_info 2025-01-24T01:14:04.0098451Z creating torch.egg-info 2025-01-24T01:14:04.0207565Z writing torch.egg-info\PKG-INFO 2025-01-24T01:14:04.0236396Z writing dependency_links to torch.egg-info\dependency_links.txt 2025-01-24T01:14:04.0240635Z writing entry points to torch.egg-info\entry_points.txt 2025-01-24T01:14:04.0257833Z writing requirements to torch.egg-info\requires.txt 2025-01-24T01:14:04.0261885Z writing top-level names to torch.egg-info\top_level.txt 2025-01-24T01:14:04.0265160Z writing manifest file 'torch.egg-info\SOURCES.txt' 2025-01-24T01:14:04.9051773Z reading manifest file 'torch.egg-info\SOURCES.txt' 2025-01-24T01:14:04.9057780Z reading manifest template 'MANIFEST.in' 2025-01-24T01:14:08.1507379Z warning: no files found matching '*.*' under directory 'ios' 2025-01-24T01:14:35.1136444Z warning: no files found matching '*.*' under directory 'modules' 2025-01-24T01:14:35.2982170Z warning: no previously-included files matching '*.o' found anywhere in distribution 2025-01-24T01:14:35.4351198Z warning: no previously-included files matching '*.so' found anywhere in distribution 2025-01-24T01:14:35.5721932Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2025-01-24T01:14:35.7090863Z warning: no previously-included files matching '*.a' found anywhere in distribution 2025-01-24T01:14:36.0898966Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2025-01-24T01:14:36.0899574Z adding license file 'LICENSE' 2025-01-24T01:14:36.0899886Z adding license file 'NOTICE' 2025-01-24T01:14:42.8949117Z writing manifest file 'torch.egg-info\SOURCES.txt' 2025-01-24T01:14:42.9463816Z Copying torch.egg-info to build\bdist.win-amd64\wheel\.\torch-2.7.0a0+gitd087145-py3.9.egg-info 2025-01-24T01:14:42.9575335Z running install_scripts 2025-01-24T01:14:42.9598063Z 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-01-24T01:14:42.9598937Z if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")): 2025-01-24T01:14:42.9702622Z creating build\bdist.win-amd64\wheel\torch-2.7.0a0+gitd087145.dist-info\WHEEL 2025-01-24T01:14:42.9717801Z creating 'dist\torch-2.7.0a0+gitd087145-cp39-cp39-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it 2025-01-24T01:14:42.9954815Z adding 'functorch/_C.cp39-win_amd64.pyd' 2025-01-24T01:14:42.9979227Z adding 'functorch/__init__.py' 2025-01-24T01:14:42.9983131Z adding 'functorch/_src/__init__.py' 2025-01-24T01:14:42.9986765Z adding 'functorch/_src/aot_autograd/__init__.py' 2025-01-24T01:14:42.9990484Z adding 'functorch/_src/eager_transforms/__init__.py' 2025-01-24T01:14:42.9994011Z adding 'functorch/_src/make_functional/__init__.py' 2025-01-24T01:14:42.9997588Z adding 'functorch/_src/vmap/__init__.py' 2025-01-24T01:14:43.0001445Z adding 'functorch/compile/__init__.py' 2025-01-24T01:14:43.0006355Z adding 'functorch/dim/__init__.py' 2025-01-24T01:14:43.0009596Z adding 'functorch/dim/batch_tensor.py' 2025-01-24T01:14:43.0013223Z adding 'functorch/dim/delayed_mul_tensor.py' 2025-01-24T01:14:43.0017057Z adding 'functorch/dim/dim.py' 2025-01-24T01:14:43.0020544Z adding 'functorch/dim/magic_trace.py' 2025-01-24T01:14:43.0024861Z adding 'functorch/dim/op_properties.py' 2025-01-24T01:14:43.0034604Z adding 'functorch/dim/reference.py' 2025-01-24T01:14:43.0038166Z adding 'functorch/dim/tree_map.py' 2025-01-24T01:14:43.0041656Z adding 'functorch/dim/wrap_type.py' 2025-01-24T01:14:43.0045690Z adding 'functorch/einops/__init__.py' 2025-01-24T01:14:43.0051444Z adding 'functorch/einops/_parsing.py' 2025-01-24T01:14:43.0057119Z adding 'functorch/einops/rearrange.py' 2025-01-24T01:14:43.0060890Z adding 'functorch/experimental/__init__.py' 2025-01-24T01:14:43.0063853Z adding 'functorch/experimental/control_flow.py' 2025-01-24T01:14:43.0066621Z adding 'functorch/experimental/ops.py' 2025-01-24T01:14:43.0075475Z adding 'torch/_C.cp39-win_amd64.pyd' 2025-01-24T01:14:43.0078840Z adding 'torch/_VF.py' 2025-01-24T01:14:43.0302189Z adding 'torch/_VF.pyi' 2025-01-24T01:14:43.0332327Z adding 'torch/__config__.py' 2025-01-24T01:14:43.0335830Z adding 'torch/__future__.py' 2025-01-24T01:14:43.0372709Z adding 'torch/__init__.py' 2025-01-24T01:14:43.0383022Z adding 'torch/_appdirs.py' 2025-01-24T01:14:43.0386993Z adding 'torch/_classes.py' 2025-01-24T01:14:43.0390533Z adding 'torch/_compile.py' 2025-01-24T01:14:43.0396309Z adding 'torch/_custom_ops.py' 2025-01-24T01:14:43.0400276Z adding 'torch/_deploy.py' 2025-01-24T01:14:43.0403276Z adding 'torch/_environment.py' 2025-01-24T01:14:43.0417314Z adding 'torch/_guards.py' 2025-01-24T01:14:43.0440072Z adding 'torch/_jit_internal.py' 2025-01-24T01:14:43.0445385Z adding 'torch/_linalg_utils.py' 2025-01-24T01:14:43.0461170Z adding 'torch/_lobpcg.py' 2025-01-24T01:14:43.0467460Z adding 'torch/_lowrank.py' 2025-01-24T01:14:43.0535470Z adding 'torch/_meta_registrations.py' 2025-01-24T01:14:43.0544633Z adding 'torch/_namedtensor_internals.py' 2025-01-24T01:14:43.0565533Z adding 'torch/_ops.py' 2025-01-24T01:14:43.0571241Z adding 'torch/_python_dispatcher.py' 2025-01-24T01:14:43.0574493Z adding 'torch/_size_docs.py' 2025-01-24T01:14:43.0578561Z adding 'torch/_sources.py' 2025-01-24T01:14:43.0581946Z adding 'torch/_storage_docs.py' 2025-01-24T01:14:43.0584919Z adding 'torch/_streambase.py' 2025-01-24T01:14:43.0609312Z adding 'torch/_tensor.py' 2025-01-24T01:14:43.0654212Z adding 'torch/_tensor_docs.py' 2025-01-24T01:14:43.0667620Z adding 'torch/_tensor_str.py' 2025-01-24T01:14:43.0671335Z adding 'torch/_thread_safe_fork.py' 2025-01-24T01:14:43.0810437Z adding 'torch/_torch_docs.py' 2025-01-24T01:14:43.0835493Z adding 'torch/_utils.py' 2025-01-24T01:14:43.0841627Z adding 'torch/_utils_internal.py' 2025-01-24T01:14:43.0847008Z adding 'torch/_vmap_internals.py' 2025-01-24T01:14:43.0854835Z adding 'torch/_weights_only_unpickler.py' 2025-01-24T01:14:43.0885952Z adding 'torch/functional.py' 2025-01-24T01:14:43.0900436Z adding 'torch/hub.py' 2025-01-24T01:14:43.0921181Z adding 'torch/library.py' 2025-01-24T01:14:43.0948954Z adding 'torch/overrides.py' 2025-01-24T01:14:43.0954262Z adding 'torch/py.typed' 2025-01-24T01:14:43.0958862Z adding 'torch/quasirandom.py' 2025-01-24T01:14:43.0963627Z adding 'torch/random.py' 2025-01-24T01:14:43.0967075Z adding 'torch/return_types.py' 2025-01-24T01:14:43.0971152Z adding 'torch/return_types.pyi' 2025-01-24T01:14:43.0998856Z adding 'torch/serialization.py' 2025-01-24T01:14:43.1015381Z adding 'torch/storage.py' 2025-01-24T01:14:43.1020162Z adding 'torch/torch_version.py' 2025-01-24T01:14:43.1024429Z adding 'torch/types.py' 2025-01-24T01:14:43.1027248Z adding 'torch/version.py' 2025-01-24T01:14:43.1250117Z adding 'torch/_C/_VariableFunctions.pyi' 2025-01-24T01:14:43.1367146Z adding 'torch/_C/__init__.pyi' 2025-01-24T01:14:43.1379894Z adding 'torch/_C/_aoti.pyi' 2025-01-24T01:14:43.1383704Z adding 'torch/_C/_autograd.pyi' 2025-01-24T01:14:43.1386758Z adding 'torch/_C/_cpu.pyi' 2025-01-24T01:14:43.1389820Z adding 'torch/_C/_cudnn.pyi' 2025-01-24T01:14:43.1392597Z adding 'torch/_C/_cusparselt.pyi' 2025-01-24T01:14:43.1395612Z adding 'torch/_C/_distributed_autograd.pyi' 2025-01-24T01:14:43.1402475Z adding 'torch/_C/_distributed_c10d.pyi' 2025-01-24T01:14:43.1407102Z adding 'torch/_C/_distributed_rpc.pyi' 2025-01-24T01:14:43.1411051Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2025-01-24T01:14:43.1414259Z adding 'torch/_C/_export.pyi' 2025-01-24T01:14:43.1417425Z adding 'torch/_C/_functions.pyi' 2025-01-24T01:14:43.1420829Z adding 'torch/_C/_functorch.pyi' 2025-01-24T01:14:43.1423860Z adding 'torch/_C/_instruction_counter.pyi' 2025-01-24T01:14:43.1426708Z adding 'torch/_C/_itt.pyi' 2025-01-24T01:14:43.1429947Z adding 'torch/_C/_lazy.pyi' 2025-01-24T01:14:43.1432905Z adding 'torch/_C/_lazy_ts_backend.pyi' 2025-01-24T01:14:43.1436109Z adding 'torch/_C/_monitor.pyi' 2025-01-24T01:14:43.1439746Z adding 'torch/_C/_nn.pyi' 2025-01-24T01:14:43.1442974Z adding 'torch/_C/_nvtx.pyi' 2025-01-24T01:14:43.1445991Z adding 'torch/_C/_onnx.pyi' 2025-01-24T01:14:43.1450307Z adding 'torch/_C/_profiler.pyi' 2025-01-24T01:14:43.1453471Z adding 'torch/_C/_verbose.pyi' 2025-01-24T01:14:43.1457670Z adding 'torch/_awaits/__init__.py' 2025-01-24T01:14:43.1461433Z adding 'torch/_custom_op/__init__.py' 2025-01-24T01:14:43.1467273Z adding 'torch/_custom_op/autograd.py' 2025-01-24T01:14:43.1477353Z adding 'torch/_custom_op/impl.py' 2025-01-24T01:14:43.1486089Z adding 'torch/_decomp/__init__.py' 2025-01-24T01:14:43.1545116Z adding 'torch/_decomp/decompositions.py' 2025-01-24T01:14:43.1555077Z adding 'torch/_decomp/decompositions_for_jvp.py' 2025-01-24T01:14:43.1560460Z adding 'torch/_decomp/decompositions_for_rng.py' 2025-01-24T01:14:43.1564448Z adding 'torch/_dispatch/__init__.py' 2025-01-24T01:14:43.1568996Z adding 'torch/_dispatch/python.py' 2025-01-24T01:14:43.1574716Z adding 'torch/_dynamo/__init__.py' 2025-01-24T01:14:43.1580332Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2025-01-24T01:14:43.1585579Z adding 'torch/_dynamo/bytecode_analysis.py' 2025-01-24T01:14:43.1607097Z adding 'torch/_dynamo/bytecode_transformation.py' 2025-01-24T01:14:43.1613536Z adding 'torch/_dynamo/cache_size.py' 2025-01-24T01:14:43.1617240Z adding 'torch/_dynamo/callback.py' 2025-01-24T01:14:43.1620481Z adding 'torch/_dynamo/code_context.py' 2025-01-24T01:14:43.1628826Z adding 'torch/_dynamo/codegen.py' 2025-01-24T01:14:43.1641782Z adding 'torch/_dynamo/compiled_autograd.py' 2025-01-24T01:14:43.1648808Z adding 'torch/_dynamo/comptime.py' 2025-01-24T01:14:43.1661395Z adding 'torch/_dynamo/config.py' 2025-01-24T01:14:43.1682546Z adding 'torch/_dynamo/convert_frame.py' 2025-01-24T01:14:43.1687538Z adding 'torch/_dynamo/create_parameter_op.py' 2025-01-24T01:14:43.1690691Z adding 'torch/_dynamo/current_scope_id.py' 2025-01-24T01:14:43.1702978Z adding 'torch/_dynamo/debug_utils.py' 2025-01-24T01:14:43.1713212Z adding 'torch/_dynamo/decorators.py' 2025-01-24T01:14:43.1719466Z adding 'torch/_dynamo/device_interface.py' 2025-01-24T01:14:43.1723061Z adding 'torch/_dynamo/distributed.py' 2025-01-24T01:14:43.1748945Z adding 'torch/_dynamo/eval_frame.py' 2025-01-24T01:14:43.1758252Z adding 'torch/_dynamo/exc.py' 2025-01-24T01:14:43.1762926Z adding 'torch/_dynamo/external_utils.py' 2025-01-24T01:14:43.1766480Z adding 'torch/_dynamo/funcname_cache.py' 2025-01-24T01:14:43.1771872Z adding 'torch/_dynamo/graph_deduplication.py' 2025-01-24T01:14:43.1778609Z adding 'torch/_dynamo/graph_region_tracker.py' 2025-01-24T01:14:43.1820859Z adding 'torch/_dynamo/guards.py' 2025-01-24T01:14:43.1826820Z adding 'torch/_dynamo/hooks.py' 2025-01-24T01:14:43.1830303Z adding 'torch/_dynamo/logging.py' 2025-01-24T01:14:43.1834410Z adding 'torch/_dynamo/metrics_context.py' 2025-01-24T01:14:43.1838518Z adding 'torch/_dynamo/mutation_guard.py' 2025-01-24T01:14:43.1879570Z adding 'torch/_dynamo/output_graph.py' 2025-01-24T01:14:43.1892204Z adding 'torch/_dynamo/pgo.py' 2025-01-24T01:14:43.1896868Z adding 'torch/_dynamo/profiler.py' 2025-01-24T01:14:43.1900616Z adding 'torch/_dynamo/replay_record.py' 2025-01-24T01:14:43.1909872Z adding 'torch/_dynamo/resume_execution.py' 2025-01-24T01:14:43.1922619Z adding 'torch/_dynamo/side_effects.py' 2025-01-24T01:14:43.1930939Z adding 'torch/_dynamo/source.py' 2025-01-24T01:14:43.1977473Z adding 'torch/_dynamo/symbolic_convert.py' 2025-01-24T01:14:43.1983961Z adding 'torch/_dynamo/tensor_version_op.py' 2025-01-24T01:14:43.1987509Z adding 'torch/_dynamo/test_case.py' 2025-01-24T01:14:43.1993400Z adding 'torch/_dynamo/test_minifier_common.py' 2025-01-24T01:14:43.2000461Z adding 'torch/_dynamo/testing.py' 2025-01-24T01:14:43.2036832Z adding 'torch/_dynamo/trace_rules.py' 2025-01-24T01:14:43.2043480Z adding 'torch/_dynamo/types.py' 2025-01-24T01:14:43.2097823Z adding 'torch/_dynamo/utils.py' 2025-01-24T01:14:43.2104946Z adding 'torch/_dynamo/backends/__init__.py' 2025-01-24T01:14:43.2108964Z adding 'torch/_dynamo/backends/common.py' 2025-01-24T01:14:43.2113950Z adding 'torch/_dynamo/backends/cudagraphs.py' 2025-01-24T01:14:43.2120624Z adding 'torch/_dynamo/backends/debugging.py' 2025-01-24T01:14:43.2138908Z adding 'torch/_dynamo/backends/distributed.py' 2025-01-24T01:14:43.2142096Z adding 'torch/_dynamo/backends/inductor.py' 2025-01-24T01:14:43.2145393Z adding 'torch/_dynamo/backends/onnxrt.py' 2025-01-24T01:14:43.2149412Z adding 'torch/_dynamo/backends/registry.py' 2025-01-24T01:14:43.2152443Z adding 'torch/_dynamo/backends/tensorrt.py' 2025-01-24T01:14:43.2155596Z adding 'torch/_dynamo/backends/torchxla.py' 2025-01-24T01:14:43.2160124Z adding 'torch/_dynamo/backends/tvm.py' 2025-01-24T01:14:43.2165938Z adding 'torch/_dynamo/polyfills/__init__.py' 2025-01-24T01:14:43.2169358Z adding 'torch/_dynamo/polyfills/builtins.py' 2025-01-24T01:14:43.2172567Z adding 'torch/_dynamo/polyfills/functools.py' 2025-01-24T01:14:43.2176754Z adding 'torch/_dynamo/polyfills/itertools.py' 2025-01-24T01:14:43.2180328Z adding 'torch/_dynamo/polyfills/loader.py' 2025-01-24T01:14:43.2183878Z adding 'torch/_dynamo/polyfills/operator.py' 2025-01-24T01:14:43.2187076Z adding 'torch/_dynamo/polyfills/os.py' 2025-01-24T01:14:43.2193330Z adding 'torch/_dynamo/polyfills/pytree.py' 2025-01-24T01:14:43.2196695Z adding 'torch/_dynamo/polyfills/sys.py' 2025-01-24T01:14:43.2200350Z adding 'torch/_dynamo/repro/__init__.py' 2025-01-24T01:14:43.2213065Z adding 'torch/_dynamo/repro/after_aot.py' 2025-01-24T01:14:43.2221706Z adding 'torch/_dynamo/repro/after_dynamo.py' 2025-01-24T01:14:43.2230619Z adding 'torch/_dynamo/repro/aoti.py' 2025-01-24T01:14:43.2236194Z adding 'torch/_dynamo/variables/__init__.py' 2025-01-24T01:14:43.2243324Z adding 'torch/_dynamo/variables/base.py' 2025-01-24T01:14:43.2288655Z adding 'torch/_dynamo/variables/builder.py' 2025-01-24T01:14:43.2317081Z adding 'torch/_dynamo/variables/builtin.py' 2025-01-24T01:14:43.2324442Z adding 'torch/_dynamo/variables/constant.py' 2025-01-24T01:14:43.2336554Z adding 'torch/_dynamo/variables/ctx_manager.py' 2025-01-24T01:14:43.2347890Z adding 'torch/_dynamo/variables/dicts.py' 2025-01-24T01:14:43.2354650Z adding 'torch/_dynamo/variables/distributed.py' 2025-01-24T01:14:43.2371556Z adding 'torch/_dynamo/variables/functions.py' 2025-01-24T01:14:43.2405268Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2025-01-24T01:14:43.2415199Z adding 'torch/_dynamo/variables/iter.py' 2025-01-24T01:14:43.2419970Z adding 'torch/_dynamo/variables/lazy.py' 2025-01-24T01:14:43.2432668Z adding 'torch/_dynamo/variables/lists.py' 2025-01-24T01:14:43.2453464Z adding 'torch/_dynamo/variables/misc.py' 2025-01-24T01:14:43.2470608Z adding 'torch/_dynamo/variables/nn_module.py' 2025-01-24T01:14:43.2478306Z adding 'torch/_dynamo/variables/optimizer.py' 2025-01-24T01:14:43.2482293Z adding 'torch/_dynamo/variables/script_object.py' 2025-01-24T01:14:43.2485844Z adding 'torch/_dynamo/variables/sdpa.py' 2025-01-24T01:14:43.2504497Z adding 'torch/_dynamo/variables/tensor.py' 2025-01-24T01:14:43.2522701Z adding 'torch/_dynamo/variables/torch.py' 2025-01-24T01:14:43.2533234Z adding 'torch/_dynamo/variables/torch_function.py' 2025-01-24T01:14:43.2553185Z adding 'torch/_dynamo/variables/user_defined.py' 2025-01-24T01:14:43.2560186Z adding 'torch/_export/__init__.py' 2025-01-24T01:14:43.2583011Z adding 'torch/_export/converter.py' 2025-01-24T01:14:43.2587941Z adding 'torch/_export/error.py' 2025-01-24T01:14:43.2598214Z adding 'torch/_export/non_strict_utils.py' 2025-01-24T01:14:43.2605450Z adding 'torch/_export/pass_base.py' 2025-01-24T01:14:43.2610176Z adding 'torch/_export/tools.py' 2025-01-24T01:14:43.2629176Z adding 'torch/_export/utils.py' 2025-01-24T01:14:43.2637217Z adding 'torch/_export/verifier.py' 2025-01-24T01:14:43.2641310Z adding 'torch/_export/wrappers.py' 2025-01-24T01:14:43.2645236Z adding 'torch/_export/db/__init__.py' 2025-01-24T01:14:43.2649418Z adding 'torch/_export/db/case.py' 2025-01-24T01:14:43.2652657Z adding 'torch/_export/db/gen_example.py' 2025-01-24T01:14:43.2655983Z adding 'torch/_export/db/logging.py' 2025-01-24T01:14:43.2661005Z adding 'torch/_export/db/examples/__init__.py' 2025-01-24T01:14:43.2664168Z adding 'torch/_export/db/examples/assume_constant_result.py' 2025-01-24T01:14:43.2667396Z adding 'torch/_export/db/examples/autograd_function.py' 2025-01-24T01:14:43.2670536Z adding 'torch/_export/db/examples/class_method.py' 2025-01-24T01:14:43.2673778Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2025-01-24T01:14:43.2677024Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2025-01-24T01:14:43.2680467Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2025-01-24T01:14:43.2683500Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2025-01-24T01:14:43.2686585Z adding 'torch/_export/db/examples/cond_operands.py' 2025-01-24T01:14:43.2689719Z adding 'torch/_export/db/examples/cond_predicate.py' 2025-01-24T01:14:43.2692867Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2025-01-24T01:14:43.2695957Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2025-01-24T01:14:43.2724331Z adding 'torch/_export/db/examples/decorator.py' 2025-01-24T01:14:43.2727318Z adding 'torch/_export/db/examples/dictionary.py' 2025-01-24T01:14:43.2730362Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2025-01-24T01:14:43.2733352Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2025-01-24T01:14:43.2736378Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2025-01-24T01:14:43.2739359Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2025-01-24T01:14:43.2742361Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2025-01-24T01:14:43.2745353Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2025-01-24T01:14:43.2748452Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2025-01-24T01:14:43.2751512Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2025-01-24T01:14:43.2754488Z adding 'torch/_export/db/examples/list_contains.py' 2025-01-24T01:14:43.2757459Z adding 'torch/_export/db/examples/list_unpack.py' 2025-01-24T01:14:43.2760581Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2025-01-24T01:14:43.2763505Z adding 'torch/_export/db/examples/nested_function.py' 2025-01-24T01:14:43.2766505Z adding 'torch/_export/db/examples/null_context_manager.py' 2025-01-24T01:14:43.2769668Z adding 'torch/_export/db/examples/optional_input.py' 2025-01-24T01:14:43.2772614Z adding 'torch/_export/db/examples/pytree_flatten.py' 2025-01-24T01:14:43.2775610Z adding 'torch/_export/db/examples/scalar_output.py' 2025-01-24T01:14:43.2778640Z adding 'torch/_export/db/examples/specialized_attribute.py' 2025-01-24T01:14:43.2781599Z adding 'torch/_export/db/examples/static_for_loop.py' 2025-01-24T01:14:43.2784533Z adding 'torch/_export/db/examples/static_if.py' 2025-01-24T01:14:43.2787459Z adding 'torch/_export/db/examples/tensor_setattr.py' 2025-01-24T01:14:43.2790678Z adding 'torch/_export/db/examples/type_reflection_method.py' 2025-01-24T01:14:43.2793635Z adding 'torch/_export/db/examples/unsupported_operator.py' 2025-01-24T01:14:43.2796625Z adding 'torch/_export/db/examples/user_input_mutation.py' 2025-01-24T01:14:43.2800317Z adding 'torch/_export/pass_infra/__init__.py' 2025-01-24T01:14:43.2803353Z adding 'torch/_export/pass_infra/node_metadata.py' 2025-01-24T01:14:43.2806494Z adding 'torch/_export/pass_infra/proxy_value.py' 2025-01-24T01:14:43.2810313Z adding 'torch/_export/passes/__init__.py' 2025-01-24T01:14:43.2813918Z adding 'torch/_export/passes/_node_metadata_hook.py' 2025-01-24T01:14:43.2819190Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2025-01-24T01:14:43.2823584Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2025-01-24T01:14:43.2829526Z adding 'torch/_export/passes/constant_folding.py' 2025-01-24T01:14:43.2833560Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2025-01-24T01:14:43.2836880Z adding 'torch/_export/passes/insert_custom_op_guards.py' 2025-01-24T01:14:43.2843237Z adding 'torch/_export/passes/lift_constants_pass.py' 2025-01-24T01:14:43.2846844Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2025-01-24T01:14:43.2851353Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2025-01-24T01:14:43.2860460Z adding 'torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2025-01-24T01:14:43.2864869Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2025-01-24T01:14:43.2868772Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2025-01-24T01:14:43.2874068Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2025-01-24T01:14:43.2878168Z adding 'torch/_export/serde/__init__.py' 2025-01-24T01:14:43.2881325Z adding 'torch/_export/serde/aoti_schema.py' 2025-01-24T01:14:43.2887451Z adding 'torch/_export/serde/dynamic_shapes.py' 2025-01-24T01:14:43.2892924Z adding 'torch/_export/serde/export_schema.thrift' 2025-01-24T01:14:43.2899288Z adding 'torch/_export/serde/schema.py' 2025-01-24T01:14:43.2904713Z adding 'torch/_export/serde/schema.yaml' 2025-01-24T01:14:43.2913987Z adding 'torch/_export/serde/schema_check.py' 2025-01-24T01:14:43.2956417Z adding 'torch/_export/serde/serialize.py' 2025-01-24T01:14:43.2962856Z adding 'torch/_export/serde/union.py' 2025-01-24T01:14:43.2966900Z adding 'torch/_functorch/__init__.py' 2025-01-24T01:14:43.2994135Z adding 'torch/_functorch/aot_autograd.py' 2025-01-24T01:14:43.3003246Z adding 'torch/_functorch/apis.py' 2025-01-24T01:14:43.3014704Z adding 'torch/_functorch/autograd_function.py' 2025-01-24T01:14:43.3018540Z adding 'torch/_functorch/batch_norm_replacement.py' 2025-01-24T01:14:43.3022936Z adding 'torch/_functorch/benchmark_utils.py' 2025-01-24T01:14:43.3027567Z adding 'torch/_functorch/compile_utils.py' 2025-01-24T01:14:43.3034104Z adding 'torch/_functorch/compilers.py' 2025-01-24T01:14:43.3040251Z adding 'torch/_functorch/config.py' 2025-01-24T01:14:43.3044455Z adding 'torch/_functorch/deprecated.py' 2025-01-24T01:14:43.3069030Z adding 'torch/_functorch/eager_transforms.py' 2025-01-24T01:14:43.3076166Z adding 'torch/_functorch/functional_call.py' 2025-01-24T01:14:43.3083470Z adding 'torch/_functorch/fx_minifier.py' 2025-01-24T01:14:43.3091916Z adding 'torch/_functorch/make_functional.py' 2025-01-24T01:14:43.3119543Z adding 'torch/_functorch/partitioners.py' 2025-01-24T01:14:43.3126359Z adding 'torch/_functorch/pyfunctorch.py' 2025-01-24T01:14:43.3130060Z adding 'torch/_functorch/python_key.py' 2025-01-24T01:14:43.3133151Z adding 'torch/_functorch/pytree_hacks.py' 2025-01-24T01:14:43.3141328Z adding 'torch/_functorch/top_operators_github_usage.py' 2025-01-24T01:14:43.3144927Z adding 'torch/_functorch/utils.py' 2025-01-24T01:14:43.3153030Z adding 'torch/_functorch/vmap.py' 2025-01-24T01:14:43.3157553Z adding 'torch/_functorch/_activation_checkpointing/__init__.py' 2025-01-24T01:14:43.3163254Z adding 'torch/_functorch/_activation_checkpointing/graph_info_provider.py' 2025-01-24T01:14:43.3168055Z adding 'torch/_functorch/_activation_checkpointing/knapsack.py' 2025-01-24T01:14:43.3174118Z adding 'torch/_functorch/_activation_checkpointing/knapsack_evaluator.py' 2025-01-24T01:14:43.3178447Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2025-01-24T01:14:43.3194049Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2025-01-24T01:14:43.3213335Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2025-01-24T01:14:43.3220297Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2025-01-24T01:14:43.3229680Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2025-01-24T01:14:43.3237452Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2025-01-24T01:14:43.3251399Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2025-01-24T01:14:43.3256310Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2025-01-24T01:14:43.3290383Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2025-01-24T01:14:43.3308284Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2025-01-24T01:14:43.3313085Z adding 'torch/_functorch/_aot_autograd/subclass_parametrization.py' 2025-01-24T01:14:43.3320965Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2025-01-24T01:14:43.3337653Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2025-01-24T01:14:43.3346482Z adding 'torch/_functorch/_aot_autograd/utils.py' 2025-01-24T01:14:43.3351182Z adding 'torch/_higher_order_ops/__init__.py' 2025-01-24T01:14:43.3358461Z adding 'torch/_higher_order_ops/associative_scan.py' 2025-01-24T01:14:43.3368492Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2025-01-24T01:14:43.3377921Z adding 'torch/_higher_order_ops/cond.py' 2025-01-24T01:14:43.3383734Z adding 'torch/_higher_order_ops/effects.py' 2025-01-24T01:14:43.3388513Z adding 'torch/_higher_order_ops/executorch_call_delegate.py' 2025-01-24T01:14:43.3400024Z adding 'torch/_higher_order_ops/flex_attention.py' 2025-01-24T01:14:43.3404090Z adding 'torch/_higher_order_ops/foreach_map.py' 2025-01-24T01:14:43.3408128Z adding 'torch/_higher_order_ops/hints_wrap.py' 2025-01-24T01:14:43.3413788Z adding 'torch/_higher_order_ops/invoke_subgraph.py' 2025-01-24T01:14:43.3418935Z adding 'torch/_higher_order_ops/map.py' 2025-01-24T01:14:43.3423421Z adding 'torch/_higher_order_ops/out_dtype.py' 2025-01-24T01:14:43.3428715Z adding 'torch/_higher_order_ops/prim_hop_base.py' 2025-01-24T01:14:43.3432302Z adding 'torch/_higher_order_ops/run_const_graph.py' 2025-01-24T01:14:43.3440033Z adding 'torch/_higher_order_ops/scan.py' 2025-01-24T01:14:43.3444240Z adding 'torch/_higher_order_ops/strict_mode.py' 2025-01-24T01:14:43.3448507Z adding 'torch/_higher_order_ops/torchbind.py' 2025-01-24T01:14:43.3471354Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2025-01-24T01:14:43.3482208Z adding 'torch/_higher_order_ops/utils.py' 2025-01-24T01:14:43.3490700Z adding 'torch/_higher_order_ops/while_loop.py' 2025-01-24T01:14:43.3496368Z adding 'torch/_higher_order_ops/wrap.py' 2025-01-24T01:14:43.3503796Z adding 'torch/_inductor/__init__.py' 2025-01-24T01:14:43.3508319Z adding 'torch/_inductor/analyze_preserves_zero_mask.py' 2025-01-24T01:14:43.3513480Z adding 'torch/_inductor/aoti_eager.py' 2025-01-24T01:14:43.3519693Z adding 'torch/_inductor/async_compile.py' 2025-01-24T01:14:43.3530710Z adding 'torch/_inductor/autotune_process.py' 2025-01-24T01:14:43.3535835Z adding 'torch/_inductor/bounds.py' 2025-01-24T01:14:43.3541766Z adding 'torch/_inductor/choices.py' 2025-01-24T01:14:43.3585193Z adding 'torch/_inductor/codecache.py' 2025-01-24T01:14:43.3593302Z adding 'torch/_inductor/comm_analysis.py' 2025-01-24T01:14:43.3599174Z adding 'torch/_inductor/comm_lowering.py' 2025-01-24T01:14:43.3611193Z adding 'torch/_inductor/comms.py' 2025-01-24T01:14:43.3642245Z adding 'torch/_inductor/compile_fx.py' 2025-01-24T01:14:43.3652296Z adding 'torch/_inductor/compiler_bisector.py' 2025-01-24T01:14:43.3679087Z adding 'torch/_inductor/config.py' 2025-01-24T01:14:43.3687415Z adding 'torch/_inductor/constant_folding.py' 2025-01-24T01:14:43.3708171Z adding 'torch/_inductor/cpp_builder.py' 2025-01-24T01:14:43.3716464Z adding 'torch/_inductor/cpu_vec_isa.py' 2025-01-24T01:14:43.3755575Z adding 'torch/_inductor/cudagraph_trees.py' 2025-01-24T01:14:43.3763422Z adding 'torch/_inductor/cudagraph_utils.py' 2025-01-24T01:14:43.3767349Z adding 'torch/_inductor/custom_graph_pass.py' 2025-01-24T01:14:43.3777604Z adding 'torch/_inductor/debug.py' 2025-01-24T01:14:43.3790680Z adding 'torch/_inductor/decomposition.py' 2025-01-24T01:14:43.3803917Z adding 'torch/_inductor/dependencies.py' 2025-01-24T01:14:43.3808511Z adding 'torch/_inductor/dtype_propagation.py' 2025-01-24T01:14:43.3812671Z adding 'torch/_inductor/exc.py' 2025-01-24T01:14:43.3815899Z adding 'torch/_inductor/extern_node_serializer.py' 2025-01-24T01:14:43.3821155Z adding 'torch/_inductor/freezing.py' 2025-01-24T01:14:43.3833903Z adding 'torch/_inductor/fuzzer.py' 2025-01-24T01:14:43.3839872Z adding 'torch/_inductor/fx_utils.py' 2025-01-24T01:14:43.3871925Z adding 'torch/_inductor/graph.py' 2025-01-24T01:14:43.3877095Z adding 'torch/_inductor/hooks.py' 2025-01-24T01:14:43.3883128Z adding 'torch/_inductor/index_propagation.py' 2025-01-24T01:14:43.3887771Z adding 'torch/_inductor/inductor_prims.py' 2025-01-24T01:14:43.3975782Z adding 'torch/_inductor/ir.py' 2025-01-24T01:14:43.3987037Z adding 'torch/_inductor/jagged_lowerings.py' 2025-01-24T01:14:43.3996612Z adding 'torch/_inductor/loop_body.py' 2025-01-24T01:14:43.4070253Z adding 'torch/_inductor/lowering.py' 2025-01-24T01:14:43.4084655Z adding 'torch/_inductor/memory.py' 2025-01-24T01:14:43.4091529Z adding 'torch/_inductor/metrics.py' 2025-01-24T01:14:43.4101833Z adding 'torch/_inductor/mkldnn_ir.py' 2025-01-24T01:14:43.4113741Z adding 'torch/_inductor/mkldnn_lowerings.py' 2025-01-24T01:14:43.4119406Z adding 'torch/_inductor/mock_cache.py' 2025-01-24T01:14:43.4130057Z adding 'torch/_inductor/ops_handler.py' 2025-01-24T01:14:43.4134842Z adding 'torch/_inductor/optimize_indexing.py' 2025-01-24T01:14:43.4143714Z adding 'torch/_inductor/output_code.py' 2025-01-24T01:14:43.4172031Z adding 'torch/_inductor/pattern_matcher.py' 2025-01-24T01:14:43.4177457Z adding 'torch/_inductor/quantized_lowerings.py' 2025-01-24T01:14:43.4183449Z adding 'torch/_inductor/remote_cache.py' 2025-01-24T01:14:43.4239072Z adding 'torch/_inductor/scheduler.py' 2025-01-24T01:14:43.4271403Z adding 'torch/_inductor/select_algorithm.py' 2025-01-24T01:14:43.4286096Z adding 'torch/_inductor/sizevars.py' 2025-01-24T01:14:43.4292121Z adding 'torch/_inductor/subgraph_lowering.py' 2025-01-24T01:14:43.4295627Z adding 'torch/_inductor/test_case.py' 2025-01-24T01:14:43.4299322Z adding 'torch/_inductor/test_operators.py' 2025-01-24T01:14:43.4305314Z adding 'torch/_inductor/triton_bundler.py' 2025-01-24T01:14:43.4338909Z adding 'torch/_inductor/utils.py' 2025-01-24T01:14:43.4347442Z adding 'torch/_inductor/virtualized.py' 2025-01-24T01:14:43.4360011Z adding 'torch/_inductor/wrapper_benchmark.py' 2025-01-24T01:14:43.4364649Z adding 'torch/_inductor/autoheuristic/__init__.py' 2025-01-24T01:14:43.4371176Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2025-01-24T01:14:43.4376604Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2025-01-24T01:14:43.4381120Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2025-01-24T01:14:43.4384805Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2025-01-24T01:14:43.4392954Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2025-01-24T01:14:43.4401467Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2025-01-24T01:14:43.4406354Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2025-01-24T01:14:43.4410737Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2025-01-24T01:14:43.4414715Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2025-01-24T01:14:43.4417834Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2025-01-24T01:14:43.4421948Z adding 'torch/_inductor/codegen/__init__.py' 2025-01-24T01:14:43.4425246Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2025-01-24T01:14:43.4429804Z adding 'torch/_inductor/codegen/block_analysis.py' 2025-01-24T01:14:43.4456630Z adding 'torch/_inductor/codegen/common.py' 2025-01-24T01:14:43.4523793Z adding 'torch/_inductor/codegen/cpp.py' 2025-01-24T01:14:43.4533652Z adding 'torch/_inductor/codegen/cpp_bmm_template.py' 2025-01-24T01:14:43.4547961Z adding 'torch/_inductor/codegen/cpp_flex_attention_template.py' 2025-01-24T01:14:43.4568742Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2025-01-24T01:14:43.4577540Z adding 'torch/_inductor/codegen/cpp_grouped_gemm_template.py' 2025-01-24T01:14:43.4588269Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2025-01-24T01:14:43.4599671Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2025-01-24T01:14:43.4604554Z adding 'torch/_inductor/codegen/cpp_template.py' 2025-01-24T01:14:43.4613155Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2025-01-24T01:14:43.4624308Z adding 'torch/_inductor/codegen/cpp_utils.py' 2025-01-24T01:14:43.4656281Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2025-01-24T01:14:43.4673526Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py' 2025-01-24T01:14:43.4683318Z adding 'torch/_inductor/codegen/cpp_wrapper_gpu.py' 2025-01-24T01:14:43.4687200Z adding 'torch/_inductor/codegen/cpu_device_op_overrides.py' 2025-01-24T01:14:43.4690941Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2025-01-24T01:14:43.4696077Z adding 'torch/_inductor/codegen/debug_utils.py' 2025-01-24T01:14:43.4717214Z adding 'torch/_inductor/codegen/halide.py' 2025-01-24T01:14:43.4728008Z adding 'torch/_inductor/codegen/memory_planning.py' 2025-01-24T01:14:43.4735095Z adding 'torch/_inductor/codegen/mps.py' 2025-01-24T01:14:43.4738605Z adding 'torch/_inductor/codegen/mps_device_op_overrides.py' 2025-01-24T01:14:43.4745678Z adding 'torch/_inductor/codegen/multi_kernel.py' 2025-01-24T01:14:43.4775416Z adding 'torch/_inductor/codegen/simd.py' 2025-01-24T01:14:43.4781880Z adding 'torch/_inductor/codegen/simd_kernel_features.py' 2025-01-24T01:14:43.4840329Z adding 'torch/_inductor/codegen/triton.py' 2025-01-24T01:14:43.4859648Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2025-01-24T01:14:43.4865454Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2025-01-24T01:14:43.4870262Z adding 'torch/_inductor/codegen/triton_utils.py' 2025-01-24T01:14:43.4905264Z adding 'torch/_inductor/codegen/wrapper.py' 2025-01-24T01:14:43.4912249Z adding 'torch/_inductor/codegen/aoti_runtime/implementation.cpp' 2025-01-24T01:14:43.4917485Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2025-01-24T01:14:43.4921653Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2025-01-24T01:14:43.4925969Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2025-01-24T01:14:43.4929285Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2025-01-24T01:14:43.4937009Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2025-01-24T01:14:43.4942500Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2025-01-24T01:14:43.4949087Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2025-01-24T01:14:43.4953799Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2025-01-24T01:14:43.4971878Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2025-01-24T01:14:43.4977052Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2025-01-24T01:14:43.4981962Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2025-01-24T01:14:43.4985902Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2025-01-24T01:14:43.4993861Z adding 'torch/_inductor/codegen/rocm/ck_conv_template.py' 2025-01-24T01:14:43.4998279Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2025-01-24T01:14:43.5008875Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2025-01-24T01:14:43.5013594Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2025-01-24T01:14:43.5017853Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2025-01-24T01:14:43.5021891Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2025-01-24T01:14:43.5027308Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2025-01-24T01:14:43.5032084Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2025-01-24T01:14:43.5035485Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2025-01-24T01:14:43.5039071Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2025-01-24T01:14:43.5043275Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2025-01-24T01:14:43.5046385Z adding 'torch/_inductor/compile_worker/__init__.py' 2025-01-24T01:14:43.5049493Z adding 'torch/_inductor/compile_worker/__main__.py' 2025-01-24T01:14:43.5055717Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2025-01-24T01:14:43.5059326Z adding 'torch/_inductor/compile_worker/watchdog.py' 2025-01-24T01:14:43.5063282Z adding 'torch/_inductor/fx_passes/__init__.py' 2025-01-24T01:14:43.5072629Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2025-01-24T01:14:43.5079491Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2025-01-24T01:14:43.5088757Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2025-01-24T01:14:43.5093439Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2025-01-24T01:14:43.5097277Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2025-01-24T01:14:43.5102943Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2025-01-24T01:14:43.5107899Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2025-01-24T01:14:43.5116971Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2025-01-24T01:14:43.5133186Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2025-01-24T01:14:43.5144949Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2025-01-24T01:14:43.5156063Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2025-01-24T01:14:43.5160917Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2025-01-24T01:14:43.5176501Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2025-01-24T01:14:43.5182475Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2025-01-24T01:14:43.5192896Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2025-01-24T01:14:43.5210558Z adding 'torch/_inductor/fx_passes/post_grad.py' 2025-01-24T01:14:43.5221331Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2025-01-24T01:14:43.5254740Z adding 'torch/_inductor/fx_passes/quantization.py' 2025-01-24T01:14:43.5268787Z adding 'torch/_inductor/fx_passes/reinplace.py' 2025-01-24T01:14:43.5273539Z adding 'torch/_inductor/fx_passes/replace_random.py' 2025-01-24T01:14:43.5305073Z adding 'torch/_inductor/fx_passes/split_cat.py' 2025-01-24T01:14:43.5312962Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2025-01-24T01:14:43.5317156Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2025-01-24T01:14:43.5322397Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2025-01-24T01:14:43.5327419Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2025-01-24T01:14:43.5332424Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2025-01-24T01:14:43.5336757Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2025-01-24T01:14:43.5341252Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2025-01-24T01:14:43.5346369Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2025-01-24T01:14:43.5353117Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2025-01-24T01:14:43.5358710Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2025-01-24T01:14:43.5364779Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2025-01-24T01:14:43.5369868Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2025-01-24T01:14:43.5374266Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2025-01-24T01:14:43.5378964Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2025-01-24T01:14:43.5383417Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2025-01-24T01:14:43.5387903Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2025-01-24T01:14:43.5392379Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2025-01-24T01:14:43.5397018Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2025-01-24T01:14:43.5402347Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2025-01-24T01:14:43.5407104Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2025-01-24T01:14:43.5410801Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2025-01-24T01:14:43.5414006Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2025-01-24T01:14:43.5417176Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2025-01-24T01:14:43.5420965Z adding 'torch/_inductor/kernel/__init__.py' 2025-01-24T01:14:43.5425728Z adding 'torch/_inductor/kernel/bmm.py' 2025-01-24T01:14:43.5434261Z adding 'torch/_inductor/kernel/conv.py' 2025-01-24T01:14:43.5462930Z adding 'torch/_inductor/kernel/flex_attention.py' 2025-01-24T01:14:43.5474140Z adding 'torch/_inductor/kernel/flex_decoding.py' 2025-01-24T01:14:43.5485312Z adding 'torch/_inductor/kernel/mm.py' 2025-01-24T01:14:43.5493272Z adding 'torch/_inductor/kernel/mm_common.py' 2025-01-24T01:14:43.5498529Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2025-01-24T01:14:43.5505984Z adding 'torch/_inductor/kernel/mm_scaled.py' 2025-01-24T01:14:43.5510387Z adding 'torch/_inductor/kernel/unpack_mixed_mm.py' 2025-01-24T01:14:43.5514149Z adding 'torch/_inductor/package/__init__.py' 2025-01-24T01:14:43.5517136Z adding 'torch/_inductor/package/build_package.py' 2025-01-24T01:14:43.5522623Z adding 'torch/_inductor/package/package.py' 2025-01-24T01:14:43.5526115Z adding 'torch/_inductor/package/pt2_archive_constants.py' 2025-01-24T01:14:43.5529887Z adding 'torch/_inductor/runtime/__init__.py' 2025-01-24T01:14:43.5537112Z adding 'torch/_inductor/runtime/autotune_cache.py' 2025-01-24T01:14:43.5543044Z adding 'torch/_inductor/runtime/benchmarking.py' 2025-01-24T01:14:43.5546538Z adding 'torch/_inductor/runtime/cache_dir_utils.py' 2025-01-24T01:14:43.5550205Z adding 'torch/_inductor/runtime/compile_tasks.py' 2025-01-24T01:14:43.5555505Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2025-01-24T01:14:43.5559517Z adding 'torch/_inductor/runtime/halide_helpers.py' 2025-01-24T01:14:43.5565097Z adding 'torch/_inductor/runtime/hints.py' 2025-01-24T01:14:43.5569643Z adding 'torch/_inductor/runtime/runtime_utils.py' 2025-01-24T01:14:43.5573562Z adding 'torch/_inductor/runtime/triton_compat.py' 2025-01-24T01:14:43.5581556Z adding 'torch/_inductor/runtime/triton_helpers.py' 2025-01-24T01:14:43.5610088Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2025-01-24T01:14:43.5616637Z adding 'torch/_lazy/__init__.py' 2025-01-24T01:14:43.5621018Z adding 'torch/_lazy/closure.py' 2025-01-24T01:14:43.5624321Z adding 'torch/_lazy/computation.py' 2025-01-24T01:14:43.5627442Z adding 'torch/_lazy/config.py' 2025-01-24T01:14:43.5630674Z adding 'torch/_lazy/debug.py' 2025-01-24T01:14:43.5633930Z adding 'torch/_lazy/device_context.py' 2025-01-24T01:14:43.5639270Z adding 'torch/_lazy/extract_compiled_graph.py' 2025-01-24T01:14:43.5642483Z adding 'torch/_lazy/ir_cache.py' 2025-01-24T01:14:43.5645696Z adding 'torch/_lazy/metrics.py' 2025-01-24T01:14:43.5649048Z adding 'torch/_lazy/tensor_factory_functions.py' 2025-01-24T01:14:43.5651989Z adding 'torch/_lazy/ts_backend.py' 2025-01-24T01:14:43.5655909Z adding 'torch/_library/__init__.py' 2025-01-24T01:14:43.5660897Z adding 'torch/_library/autograd.py' 2025-01-24T01:14:43.5672993Z adding 'torch/_library/custom_ops.py' 2025-01-24T01:14:43.5679996Z adding 'torch/_library/fake_class_registry.py' 2025-01-24T01:14:43.5685346Z adding 'torch/_library/fake_impl.py' 2025-01-24T01:14:43.5691717Z adding 'torch/_library/infer_schema.py' 2025-01-24T01:14:43.5695409Z adding 'torch/_library/simple_registry.py' 2025-01-24T01:14:43.5701414Z adding 'torch/_library/triton.py' 2025-01-24T01:14:43.5709509Z adding 'torch/_library/utils.py' 2025-01-24T01:14:43.5714097Z adding 'torch/_logging/__init__.py' 2025-01-24T01:14:43.5732034Z adding 'torch/_logging/_internal.py' 2025-01-24T01:14:43.5737710Z adding 'torch/_logging/_registrations.py' 2025-01-24T01:14:43.5741786Z adding 'torch/_logging/scribe.py' 2025-01-24T01:14:43.5745014Z adding 'torch/_logging/structured.py' 2025-01-24T01:14:43.5749356Z adding 'torch/_numpy/__init__.py' 2025-01-24T01:14:43.5752960Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2025-01-24T01:14:43.5759212Z adding 'torch/_numpy/_casting_dicts.py' 2025-01-24T01:14:43.5765984Z adding 'torch/_numpy/_dtypes.py' 2025-01-24T01:14:43.5770929Z adding 'torch/_numpy/_dtypes_impl.py' 2025-01-24T01:14:43.5774730Z adding 'torch/_numpy/_funcs.py' 2025-01-24T01:14:43.5796806Z adding 'torch/_numpy/_funcs_impl.py' 2025-01-24T01:14:43.5801090Z adding 'torch/_numpy/_getlimits.py' 2025-01-24T01:14:43.5808855Z adding 'torch/_numpy/_ndarray.py' 2025-01-24T01:14:43.5815919Z adding 'torch/_numpy/_normalizations.py' 2025-01-24T01:14:43.5821683Z adding 'torch/_numpy/_reductions_impl.py' 2025-01-24T01:14:43.5826890Z adding 'torch/_numpy/_ufuncs.py' 2025-01-24T01:14:43.5830848Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2025-01-24T01:14:43.5836193Z adding 'torch/_numpy/_util.py' 2025-01-24T01:14:43.5839730Z adding 'torch/_numpy/fft.py' 2025-01-24T01:14:43.5844015Z adding 'torch/_numpy/linalg.py' 2025-01-24T01:14:43.5848424Z adding 'torch/_numpy/random.py' 2025-01-24T01:14:43.5852331Z adding 'torch/_numpy/testing/__init__.py' 2025-01-24T01:14:43.5878963Z adding 'torch/_numpy/testing/utils.py' 2025-01-24T01:14:43.5906841Z adding 'torch/_prims/__init__.py' 2025-01-24T01:14:43.5913296Z adding 'torch/_prims/context.py' 2025-01-24T01:14:43.5916968Z adding 'torch/_prims/debug_prims.py' 2025-01-24T01:14:43.5920498Z adding 'torch/_prims/executor.py' 2025-01-24T01:14:43.5925720Z adding 'torch/_prims/rng_prims.py' 2025-01-24T01:14:43.5952479Z adding 'torch/_prims_common/__init__.py' 2025-01-24T01:14:43.5961858Z adding 'torch/_prims_common/wrappers.py' 2025-01-24T01:14:43.6033429Z adding 'torch/_refs/__init__.py' 2025-01-24T01:14:43.6041985Z adding 'torch/_refs/_conversions.py' 2025-01-24T01:14:43.6048463Z adding 'torch/_refs/fft.py' 2025-01-24T01:14:43.6055046Z adding 'torch/_refs/linalg/__init__.py' 2025-01-24T01:14:43.6058933Z adding 'torch/_refs/nn/__init__.py' 2025-01-24T01:14:43.6073179Z adding 'torch/_refs/nn/functional/__init__.py' 2025-01-24T01:14:43.6079061Z adding 'torch/_refs/special/__init__.py' 2025-01-24T01:14:43.6082922Z adding 'torch/_strobelight/__init__.py' 2025-01-24T01:14:43.6088899Z adding 'torch/_strobelight/cli_function_profiler.py' 2025-01-24T01:14:43.6093773Z adding 'torch/_strobelight/compile_time_profiler.py' 2025-01-24T01:14:43.6097757Z adding 'torch/_subclasses/__init__.py' 2025-01-24T01:14:43.6102641Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2025-01-24T01:14:43.6115809Z adding 'torch/_subclasses/fake_impls.py' 2025-01-24T01:14:43.6159473Z adding 'torch/_subclasses/fake_tensor.py' 2025-01-24T01:14:43.6167192Z adding 'torch/_subclasses/fake_utils.py' 2025-01-24T01:14:43.6180237Z adding 'torch/_subclasses/functional_tensor.py' 2025-01-24T01:14:43.6209995Z adding 'torch/_subclasses/meta_utils.py' 2025-01-24T01:14:43.6216846Z adding 'torch/_subclasses/schema_check_mode.py' 2025-01-24T01:14:43.6220711Z adding 'torch/_vendor/__init__.py' 2025-01-24T01:14:43.6224540Z adding 'torch/_vendor/packaging/__init__.py' 2025-01-24T01:14:43.6227748Z adding 'torch/_vendor/packaging/_structures.py' 2025-01-24T01:14:43.6234606Z adding 'torch/_vendor/packaging/version.py' 2025-01-24T01:14:43.6239790Z adding 'torch/accelerator/__init__.py' 2025-01-24T01:14:43.6243086Z adding 'torch/accelerator/_utils.py' 2025-01-24T01:14:43.6247296Z adding 'torch/amp/__init__.py' 2025-01-24T01:14:43.6255824Z adding 'torch/amp/autocast_mode.py' 2025-01-24T01:14:43.6267730Z adding 'torch/amp/grad_scaler.py' 2025-01-24T01:14:43.6272523Z adding 'torch/ao/__init__.py' 2025-01-24T01:14:43.6276480Z adding 'torch/ao/nn/__init__.py' 2025-01-24T01:14:43.6280519Z adding 'torch/ao/nn/intrinsic/__init__.py' 2025-01-24T01:14:43.6284374Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2025-01-24T01:14:43.6288492Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2025-01-24T01:14:43.6292221Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2025-01-24T01:14:43.6296052Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2025-01-24T01:14:43.6304564Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2025-01-24T01:14:43.6310024Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2025-01-24T01:14:43.6313616Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2025-01-24T01:14:43.6318114Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2025-01-24T01:14:43.6322290Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2025-01-24T01:14:43.6325819Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-01-24T01:14:43.6329999Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-01-24T01:14:43.6334667Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2025-01-24T01:14:43.6338695Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2025-01-24T01:14:43.6343032Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2025-01-24T01:14:43.6348036Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2025-01-24T01:14:43.6353054Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2025-01-24T01:14:43.6357495Z adding 'torch/ao/nn/qat/__init__.py' 2025-01-24T01:14:43.6361459Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2025-01-24T01:14:43.6365101Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2025-01-24T01:14:43.6368544Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2025-01-24T01:14:43.6372456Z adding 'torch/ao/nn/qat/modules/__init__.py' 2025-01-24T01:14:43.6377007Z adding 'torch/ao/nn/qat/modules/conv.py' 2025-01-24T01:14:43.6381556Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2025-01-24T01:14:43.6385650Z adding 'torch/ao/nn/qat/modules/linear.py' 2025-01-24T01:14:43.6389454Z adding 'torch/ao/nn/quantizable/__init__.py' 2025-01-24T01:14:43.6393087Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2025-01-24T01:14:43.6402943Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2025-01-24T01:14:43.6409761Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2025-01-24T01:14:43.6414501Z adding 'torch/ao/nn/quantized/__init__.py' 2025-01-24T01:14:43.6422846Z adding 'torch/ao/nn/quantized/functional.py' 2025-01-24T01:14:43.6427229Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2025-01-24T01:14:43.6431154Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2025-01-24T01:14:43.6436155Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2025-01-24T01:14:43.6441167Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2025-01-24T01:14:43.6455264Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2025-01-24T01:14:43.6461571Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2025-01-24T01:14:43.6466824Z adding 'torch/ao/nn/quantized/modules/activation.py' 2025-01-24T01:14:43.6471051Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2025-01-24T01:14:43.6487445Z adding 'torch/ao/nn/quantized/modules/conv.py' 2025-01-24T01:14:43.6491555Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2025-01-24T01:14:43.6497205Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2025-01-24T01:14:43.6502141Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2025-01-24T01:14:43.6508520Z adding 'torch/ao/nn/quantized/modules/linear.py' 2025-01-24T01:14:43.6512913Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2025-01-24T01:14:43.6516600Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2025-01-24T01:14:43.6520690Z adding 'torch/ao/nn/quantized/modules/utils.py' 2025-01-24T01:14:43.6524634Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2025-01-24T01:14:43.6528578Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2025-01-24T01:14:43.6533246Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2025-01-24T01:14:43.6537155Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2025-01-24T01:14:43.6545135Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2025-01-24T01:14:43.6549715Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2025-01-24T01:14:43.6555465Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2025-01-24T01:14:43.6559077Z adding 'torch/ao/nn/sparse/__init__.py' 2025-01-24T01:14:43.6562793Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2025-01-24T01:14:43.6567510Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2025-01-24T01:14:43.6571169Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2025-01-24T01:14:43.6574975Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2025-01-24T01:14:43.6579421Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2025-01-24T01:14:43.6583677Z adding 'torch/ao/ns/__init__.py' 2025-01-24T01:14:43.6590577Z adding 'torch/ao/ns/_numeric_suite.py' 2025-01-24T01:14:43.6604581Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2025-01-24T01:14:43.6609476Z adding 'torch/ao/ns/fx/__init__.py' 2025-01-24T01:14:43.6617536Z adding 'torch/ao/ns/fx/graph_matcher.py' 2025-01-24T01:14:43.6632497Z adding 'torch/ao/ns/fx/graph_passes.py' 2025-01-24T01:14:43.6639739Z adding 'torch/ao/ns/fx/mappings.py' 2025-01-24T01:14:43.6657737Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2025-01-24T01:14:43.6662674Z adding 'torch/ao/ns/fx/ns_types.py' 2025-01-24T01:14:43.6667594Z adding 'torch/ao/ns/fx/pattern_utils.py' 2025-01-24T01:14:43.6673262Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2025-01-24T01:14:43.6681304Z adding 'torch/ao/ns/fx/utils.py' 2025-01-24T01:14:43.6687264Z adding 'torch/ao/ns/fx/weight_utils.py' 2025-01-24T01:14:43.6691633Z adding 'torch/ao/pruning/__init__.py' 2025-01-24T01:14:43.6694639Z adding 'torch/ao/pruning/_mappings.py' 2025-01-24T01:14:43.6698546Z adding 'torch/ao/pruning/_experimental/__init__.py' 2025-01-24T01:14:43.6702370Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2025-01-24T01:14:43.6710487Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2025-01-24T01:14:43.6714770Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2025-01-24T01:14:43.6719741Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2025-01-24T01:14:43.6723842Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2025-01-24T01:14:43.6730591Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2025-01-24T01:14:43.6735890Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2025-01-24T01:14:43.6741040Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2025-01-24T01:14:43.6745216Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2025-01-24T01:14:43.6749168Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2025-01-24T01:14:43.6752771Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2025-01-24T01:14:43.6756956Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2025-01-24T01:14:43.6762004Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2025-01-24T01:14:43.6765214Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2025-01-24T01:14:43.6770624Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2025-01-24T01:14:43.6774483Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2025-01-24T01:14:43.6778049Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2025-01-24T01:14:43.6781923Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2025-01-24T01:14:43.6788837Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2025-01-24T01:14:43.6792866Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2025-01-24T01:14:43.6796601Z adding 'torch/ao/pruning/scheduler/__init__.py' 2025-01-24T01:14:43.6801267Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2025-01-24T01:14:43.6805773Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2025-01-24T01:14:43.6809283Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2025-01-24T01:14:43.6813204Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2025-01-24T01:14:43.6819649Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2025-01-24T01:14:43.6824210Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2025-01-24T01:14:43.6829121Z adding 'torch/ao/pruning/sparsifier/utils.py' 2025-01-24T01:14:43.6834755Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2025-01-24T01:14:43.6841353Z adding 'torch/ao/quantization/__init__.py' 2025-01-24T01:14:43.6846116Z adding 'torch/ao/quantization/_correct_bias.py' 2025-01-24T01:14:43.6851746Z adding 'torch/ao/quantization/_equalize.py' 2025-01-24T01:14:43.6857051Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2025-01-24T01:14:43.6864657Z adding 'torch/ao/quantization/fake_quantize.py' 2025-01-24T01:14:43.6870191Z adding 'torch/ao/quantization/fuse_modules.py' 2025-01-24T01:14:43.6875313Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2025-01-24T01:14:43.6901079Z adding 'torch/ao/quantization/observer.py' 2025-01-24T01:14:43.6911534Z adding 'torch/ao/quantization/qconfig.py' 2025-01-24T01:14:43.6918273Z adding 'torch/ao/quantization/qconfig_mapping.py' 2025-01-24T01:14:43.6921819Z adding 'torch/ao/quantization/quant_type.py' 2025-01-24T01:14:43.6927376Z adding 'torch/ao/quantization/quantization_mappings.py' 2025-01-24T01:14:43.6938767Z adding 'torch/ao/quantization/quantize.py' 2025-01-24T01:14:43.6949303Z adding 'torch/ao/quantization/quantize_fx.py' 2025-01-24T01:14:43.6956153Z adding 'torch/ao/quantization/quantize_jit.py' 2025-01-24T01:14:43.6961810Z adding 'torch/ao/quantization/quantize_pt2e.py' 2025-01-24T01:14:43.6965291Z adding 'torch/ao/quantization/stubs.py' 2025-01-24T01:14:43.6976318Z adding 'torch/ao/quantization/utils.py' 2025-01-24T01:14:43.6981143Z adding 'torch/ao/quantization/backend_config/__init__.py' 2025-01-24T01:14:43.6989475Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2025-01-24T01:14:43.6993915Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2025-01-24T01:14:43.7004088Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2025-01-24T01:14:43.7010427Z adding 'torch/ao/quantization/backend_config/executorch.py' 2025-01-24T01:14:43.7014558Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2025-01-24T01:14:43.7018694Z adding 'torch/ao/quantization/backend_config/native.py' 2025-01-24T01:14:43.7021887Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2025-01-24T01:14:43.7027870Z adding 'torch/ao/quantization/backend_config/onednn.py' 2025-01-24T01:14:43.7032199Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2025-01-24T01:14:43.7035981Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2025-01-24T01:14:43.7041799Z adding 'torch/ao/quantization/backend_config/utils.py' 2025-01-24T01:14:43.7045632Z adding 'torch/ao/quantization/backend_config/x86.py' 2025-01-24T01:14:43.7049660Z adding 'torch/ao/quantization/fx/__init__.py' 2025-01-24T01:14:43.7060387Z adding 'torch/ao/quantization/fx/_decomposed.py' 2025-01-24T01:14:43.7075501Z adding 'torch/ao/quantization/fx/_equalize.py' 2025-01-24T01:14:43.7093108Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2025-01-24T01:14:43.7113983Z adding 'torch/ao/quantization/fx/convert.py' 2025-01-24T01:14:43.7121910Z adding 'torch/ao/quantization/fx/custom_config.py' 2025-01-24T01:14:43.7127299Z adding 'torch/ao/quantization/fx/fuse.py' 2025-01-24T01:14:43.7131497Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2025-01-24T01:14:43.7136037Z adding 'torch/ao/quantization/fx/graph_module.py' 2025-01-24T01:14:43.7139476Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2025-01-24T01:14:43.7142516Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2025-01-24T01:14:43.7147911Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2025-01-24T01:14:43.7153589Z adding 'torch/ao/quantization/fx/match_utils.py' 2025-01-24T01:14:43.7157623Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2025-01-24T01:14:43.7188698Z adding 'torch/ao/quantization/fx/prepare.py' 2025-01-24T01:14:43.7197396Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2025-01-24T01:14:43.7202399Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2025-01-24T01:14:43.7205977Z adding 'torch/ao/quantization/fx/tracer.py' 2025-01-24T01:14:43.7219757Z adding 'torch/ao/quantization/fx/utils.py' 2025-01-24T01:14:43.7224683Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2025-01-24T01:14:43.7247970Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2025-01-24T01:14:43.7260546Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2025-01-24T01:14:43.7267030Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2025-01-24T01:14:43.7279101Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2025-01-24T01:14:43.7283809Z adding 'torch/ao/quantization/pt2e/__init__.py' 2025-01-24T01:14:43.7294126Z adding 'torch/ao/quantization/pt2e/_affine_quantization.py' 2025-01-24T01:14:43.7300984Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2025-01-24T01:14:43.7305151Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2025-01-24T01:14:43.7311027Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2025-01-24T01:14:43.7316377Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2025-01-24T01:14:43.7322136Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2025-01-24T01:14:43.7331605Z adding 'torch/ao/quantization/pt2e/prepare.py' 2025-01-24T01:14:43.7344725Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2025-01-24T01:14:43.7354584Z adding 'torch/ao/quantization/pt2e/utils.py' 2025-01-24T01:14:43.7358990Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2025-01-24T01:14:43.7366637Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2025-01-24T01:14:43.7371409Z adding 'torch/ao/quantization/quantizer/__init__.py' 2025-01-24T01:14:43.7375140Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2025-01-24T01:14:43.7378933Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2025-01-24T01:14:43.7383633Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2025-01-24T01:14:43.7387599Z adding 'torch/ao/quantization/quantizer/utils.py' 2025-01-24T01:14:43.7404671Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2025-01-24T01:14:43.7412325Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2025-01-24T01:14:43.7423795Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2025-01-24T01:14:43.7428829Z adding 'torch/ao/quantization/quantizer/xpu_inductor_quantizer.py' 2025-01-24T01:14:43.7439593Z adding 'torch/autograd/__init__.py' 2025-01-24T01:14:43.7444468Z adding 'torch/autograd/anomaly_mode.py' 2025-01-24T01:14:43.7449364Z adding 'torch/autograd/forward_ad.py' 2025-01-24T01:14:43.7461679Z adding 'torch/autograd/function.py' 2025-01-24T01:14:43.7478092Z adding 'torch/autograd/functional.py' 2025-01-24T01:14:43.7484726Z adding 'torch/autograd/grad_mode.py' 2025-01-24T01:14:43.7517226Z adding 'torch/autograd/gradcheck.py' 2025-01-24T01:14:43.7530583Z adding 'torch/autograd/graph.py' 2025-01-24T01:14:43.7548237Z adding 'torch/autograd/profiler.py' 2025-01-24T01:14:43.7554828Z adding 'torch/autograd/profiler_legacy.py' 2025-01-24T01:14:43.7569161Z adding 'torch/autograd/profiler_util.py' 2025-01-24T01:14:43.7573143Z adding 'torch/autograd/variable.py' 2025-01-24T01:14:43.7576805Z adding 'torch/autograd/_functions/__init__.py' 2025-01-24T01:14:43.7580153Z adding 'torch/autograd/_functions/tensor.py' 2025-01-24T01:14:43.7583596Z adding 'torch/autograd/_functions/utils.py' 2025-01-24T01:14:43.7588077Z adding 'torch/backends/__init__.py' 2025-01-24T01:14:43.7591717Z adding 'torch/backends/_coreml/__init__.py' 2025-01-24T01:14:43.7595642Z adding 'torch/backends/_coreml/preprocess.py' 2025-01-24T01:14:43.7599577Z adding 'torch/backends/_nnapi/__init__.py' 2025-01-24T01:14:43.7603774Z adding 'torch/backends/_nnapi/prepare.py' 2025-01-24T01:14:43.7627506Z adding 'torch/backends/_nnapi/serializer.py' 2025-01-24T01:14:43.7633387Z adding 'torch/backends/cpu/__init__.py' 2025-01-24T01:14:43.7640363Z adding 'torch/backends/cuda/__init__.py' 2025-01-24T01:14:43.7646031Z adding 'torch/backends/cudnn/__init__.py' 2025-01-24T01:14:43.7649669Z adding 'torch/backends/cudnn/rnn.py' 2025-01-24T01:14:43.7653706Z adding 'torch/backends/cusparselt/__init__.py' 2025-01-24T01:14:43.7657336Z adding 'torch/backends/kleidiai/__init__.py' 2025-01-24T01:14:43.7661326Z adding 'torch/backends/mha/__init__.py' 2025-01-24T01:14:43.7665418Z adding 'torch/backends/mkl/__init__.py' 2025-01-24T01:14:43.7669956Z adding 'torch/backends/mkldnn/__init__.py' 2025-01-24T01:14:43.7674059Z adding 'torch/backends/mps/__init__.py' 2025-01-24T01:14:43.7678809Z adding 'torch/backends/nnpack/__init__.py' 2025-01-24T01:14:43.7682398Z adding 'torch/backends/openmp/__init__.py' 2025-01-24T01:14:43.7686869Z adding 'torch/backends/opt_einsum/__init__.py' 2025-01-24T01:14:43.7691059Z adding 'torch/backends/quantized/__init__.py' 2025-01-24T01:14:43.7694639Z adding 'torch/backends/xeon/__init__.py' 2025-01-24T01:14:43.7706473Z adding 'torch/backends/xeon/run_cpu.py' 2025-01-24T01:14:43.7711407Z adding 'torch/backends/xnnpack/__init__.py' 2025-01-24T01:14:43.7922345Z adding 'torch/bin/FileStoreTest.exe' 2025-01-24T01:14:43.8113217Z adding 'torch/bin/ProcessGroupGlooAsyncTest.exe' 2025-01-24T01:14:43.8362588Z adding 'torch/bin/ProcessGroupGlooTest.exe' 2025-01-24T01:14:43.8589013Z adding 'torch/bin/TCPStoreTest.exe' 2025-01-24T01:14:43.8801299Z adding 'torch/bin/asmjit.dll' 2025-01-24T01:14:44.0345453Z adding 'torch/bin/fbgemm.dll' 2025-01-24T01:14:44.1879153Z adding 'torch/bin/protoc.exe' 2025-01-24T01:14:44.6199367Z adding 'torch/bin/test_api.exe' 2025-01-24T01:14:44.6593383Z adding 'torch/bin/test_edge_op_registration.exe' 2025-01-24T01:14:44.9057241Z adding 'torch/bin/test_jit.exe' 2025-01-24T01:14:45.0169734Z adding 'torch/bin/test_lazy.exe' 2025-01-24T01:14:45.3424274Z adding 'torch/bin/test_tensorexpr.exe' 2025-01-24T01:14:45.3636847Z adding 'torch/bin/tutorial_tensorexpr.exe' 2025-01-24T01:14:45.3649335Z adding 'torch/compiler/__init__.py' 2025-01-24T01:14:45.3654044Z adding 'torch/compiler/_cache.py' 2025-01-24T01:14:45.3657878Z adding 'torch/compiler/config.py' 2025-01-24T01:14:45.3661800Z adding 'torch/contrib/__init__.py' 2025-01-24T01:14:45.3666217Z adding 'torch/contrib/_tensorboard_vis.py' 2025-01-24T01:14:45.3671073Z adding 'torch/cpu/__init__.py' 2025-01-24T01:14:45.3674805Z adding 'torch/cpu/amp/__init__.py' 2025-01-24T01:14:45.3678005Z adding 'torch/cpu/amp/autocast_mode.py' 2025-01-24T01:14:45.3681114Z adding 'torch/cpu/amp/grad_scaler.py' 2025-01-24T01:14:45.3701068Z adding 'torch/cuda/__init__.py' 2025-01-24T01:14:45.3705789Z adding 'torch/cuda/_gpu_trace.py' 2025-01-24T01:14:45.3716137Z adding 'torch/cuda/_memory_viz.py' 2025-01-24T01:14:45.3725128Z adding 'torch/cuda/_sanitizer.py' 2025-01-24T01:14:45.3729024Z adding 'torch/cuda/_utils.py' 2025-01-24T01:14:45.3731983Z adding 'torch/cuda/comm.py' 2025-01-24T01:14:45.3734990Z adding 'torch/cuda/error.py' 2025-01-24T01:14:45.3738843Z adding 'torch/cuda/gds.py' 2025-01-24T01:14:45.3747828Z adding 'torch/cuda/graphs.py' 2025-01-24T01:14:45.3752999Z adding 'torch/cuda/jiterator.py' 2025-01-24T01:14:45.3768351Z adding 'torch/cuda/memory.py' 2025-01-24T01:14:45.3773432Z adding 'torch/cuda/nccl.py' 2025-01-24T01:14:45.3777290Z adding 'torch/cuda/nvtx.py' 2025-01-24T01:14:45.3781134Z adding 'torch/cuda/profiler.py' 2025-01-24T01:14:45.3785222Z adding 'torch/cuda/random.py' 2025-01-24T01:14:45.3788352Z adding 'torch/cuda/sparse.py' 2025-01-24T01:14:45.3793369Z adding 'torch/cuda/streams.py' 2025-01-24T01:14:45.3802150Z adding 'torch/cuda/tunable.py' 2025-01-24T01:14:45.3806524Z adding 'torch/cuda/amp/__init__.py' 2025-01-24T01:14:45.3810246Z adding 'torch/cuda/amp/autocast_mode.py' 2025-01-24T01:14:45.3813251Z adding 'torch/cuda/amp/common.py' 2025-01-24T01:14:45.3816370Z adding 'torch/cuda/amp/grad_scaler.py' 2025-01-24T01:14:45.3822038Z adding 'torch/distributed/__init__.py' 2025-01-24T01:14:45.3825592Z adding 'torch/distributed/_checkpointable.py' 2025-01-24T01:14:45.3828998Z adding 'torch/distributed/_composable_state.py' 2025-01-24T01:14:45.3844489Z adding 'torch/distributed/_functional_collectives.py' 2025-01-24T01:14:45.3849105Z adding 'torch/distributed/_functional_collectives_impl.py' 2025-01-24T01:14:45.3859196Z adding 'torch/distributed/_state_dict_utils.py' 2025-01-24T01:14:45.3863717Z adding 'torch/distributed/argparse_util.py' 2025-01-24T01:14:45.3867454Z adding 'torch/distributed/c10d_logger.py' 2025-01-24T01:14:45.3872595Z adding 'torch/distributed/collective_utils.py' 2025-01-24T01:14:45.3876229Z adding 'torch/distributed/constants.py' 2025-01-24T01:14:45.3892645Z adding 'torch/distributed/device_mesh.py' 2025-01-24T01:14:45.3964869Z adding 'torch/distributed/distributed_c10d.py' 2025-01-24T01:14:45.3974644Z adding 'torch/distributed/launch.py' 2025-01-24T01:14:45.3977957Z adding 'torch/distributed/logging_handlers.py' 2025-01-24T01:14:45.3982005Z adding 'torch/distributed/remote_device.py' 2025-01-24T01:14:45.3987352Z adding 'torch/distributed/rendezvous.py' 2025-01-24T01:14:45.4000870Z adding 'torch/distributed/run.py' 2025-01-24T01:14:45.4007850Z adding 'torch/distributed/utils.py' 2025-01-24T01:14:45.4018551Z adding 'torch/distributed/_composable/__init__.py' 2025-01-24T01:14:45.4022319Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2025-01-24T01:14:45.4028425Z adding 'torch/distributed/_composable/contract.py' 2025-01-24T01:14:45.4033727Z adding 'torch/distributed/_composable/replicate.py' 2025-01-24T01:14:45.4037925Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2025-01-24T01:14:45.4040845Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2025-01-24T01:14:45.4044582Z adding 'torch/distributed/_shard/__init__.py' 2025-01-24T01:14:45.4047688Z adding 'torch/distributed/_shard/_utils.py' 2025-01-24T01:14:45.4053490Z adding 'torch/distributed/_shard/api.py' 2025-01-24T01:14:45.4057313Z adding 'torch/distributed/_shard/common_op_utils.py' 2025-01-24T01:14:45.4060763Z adding 'torch/distributed/_shard/metadata.py' 2025-01-24T01:14:45.4065459Z adding 'torch/distributed/_shard/op_registry_utils.py' 2025-01-24T01:14:45.4068733Z adding 'torch/distributed/_shard/sharder.py' 2025-01-24T01:14:45.4072566Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2025-01-24T01:14:45.4076731Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2025-01-24T01:14:45.4081000Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2025-01-24T01:14:45.4088223Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2025-01-24T01:14:45.4105570Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2025-01-24T01:14:45.4110284Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2025-01-24T01:14:45.4113336Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2025-01-24T01:14:45.4116825Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2025-01-24T01:14:45.4121920Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2025-01-24T01:14:45.4125763Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2025-01-24T01:14:45.4131134Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2025-01-24T01:14:45.4135148Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2025-01-24T01:14:45.4138919Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2025-01-24T01:14:45.4142519Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2025-01-24T01:14:45.4146686Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2025-01-24T01:14:45.4150027Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2025-01-24T01:14:45.4154747Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2025-01-24T01:14:45.4158458Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2025-01-24T01:14:45.4162126Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2025-01-24T01:14:45.4166023Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2025-01-24T01:14:45.4171006Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2025-01-24T01:14:45.4176562Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2025-01-24T01:14:45.4182017Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2025-01-24T01:14:45.4186100Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2025-01-24T01:14:45.4192381Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2025-01-24T01:14:45.4198700Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2025-01-24T01:14:45.4206127Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2025-01-24T01:14:45.4210292Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2025-01-24T01:14:45.4214063Z adding 'torch/distributed/_sharding_spec/__init__.py' 2025-01-24T01:14:45.4232928Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2025-01-24T01:14:45.4238412Z adding 'torch/distributed/_tensor/__init__.py' 2025-01-24T01:14:45.4241353Z adding 'torch/distributed/_tensor/api.py' 2025-01-24T01:14:45.4244356Z adding 'torch/distributed/_tensor/placement_types.py' 2025-01-24T01:14:45.4248128Z adding 'torch/distributed/_tools/__init__.py' 2025-01-24T01:14:45.4256818Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2025-01-24T01:14:45.4262809Z adding 'torch/distributed/_tools/ilp_utils.py' 2025-01-24T01:14:45.4277777Z adding 'torch/distributed/_tools/mem_tracker.py' 2025-01-24T01:14:45.4284196Z adding 'torch/distributed/_tools/memory_tracker.py' 2025-01-24T01:14:45.4289515Z adding 'torch/distributed/_tools/mod_tracker.py' 2025-01-24T01:14:45.4297716Z adding 'torch/distributed/_tools/runtime_estimator.py' 2025-01-24T01:14:45.4313273Z adding 'torch/distributed/_tools/sac_estimator.py' 2025-01-24T01:14:45.4319889Z adding 'torch/distributed/_tools/sac_ilp.py' 2025-01-24T01:14:45.4323954Z adding 'torch/distributed/algorithms/__init__.py' 2025-01-24T01:14:45.4330207Z adding 'torch/distributed/algorithms/join.py' 2025-01-24T01:14:45.4334389Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2025-01-24T01:14:45.4340524Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2025-01-24T01:14:45.4344682Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2025-01-24T01:14:45.4349434Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2025-01-24T01:14:45.4353749Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2025-01-24T01:14:45.4357658Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2025-01-24T01:14:45.4361575Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2025-01-24T01:14:45.4365694Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2025-01-24T01:14:45.4370440Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2025-01-24T01:14:45.4378151Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2025-01-24T01:14:45.4381967Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2025-01-24T01:14:45.4386504Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2025-01-24T01:14:45.4390813Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2025-01-24T01:14:45.4395389Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2025-01-24T01:14:45.4399835Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2025-01-24T01:14:45.4414079Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2025-01-24T01:14:45.4419767Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2025-01-24T01:14:45.4423828Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2025-01-24T01:14:45.4428724Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2025-01-24T01:14:45.4434897Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2025-01-24T01:14:45.4439420Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2025-01-24T01:14:45.4444241Z adding 'torch/distributed/autograd/__init__.py' 2025-01-24T01:14:45.4449087Z adding 'torch/distributed/checkpoint/__init__.py' 2025-01-24T01:14:45.4453362Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2025-01-24T01:14:45.4457055Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2025-01-24T01:14:45.4460766Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2025-01-24T01:14:45.4464779Z adding 'torch/distributed/checkpoint/_extension.py' 2025-01-24T01:14:45.4469287Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2025-01-24T01:14:45.4473160Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2025-01-24T01:14:45.4477224Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2025-01-24T01:14:45.4480611Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2025-01-24T01:14:45.4484952Z adding 'torch/distributed/checkpoint/_traverse.py' 2025-01-24T01:14:45.4488240Z adding 'torch/distributed/checkpoint/_version.py' 2025-01-24T01:14:45.4491503Z adding 'torch/distributed/checkpoint/api.py' 2025-01-24T01:14:45.4499457Z adding 'torch/distributed/checkpoint/default_planner.py' 2025-01-24T01:14:45.4511150Z adding 'torch/distributed/checkpoint/filesystem.py' 2025-01-24T01:14:45.4517150Z adding 'torch/distributed/checkpoint/format_utils.py' 2025-01-24T01:14:45.4521038Z adding 'torch/distributed/checkpoint/logger.py' 2025-01-24T01:14:45.4524124Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2025-01-24T01:14:45.4528202Z adding 'torch/distributed/checkpoint/metadata.py' 2025-01-24T01:14:45.4534370Z adding 'torch/distributed/checkpoint/optimizer.py' 2025-01-24T01:14:45.4541333Z adding 'torch/distributed/checkpoint/planner.py' 2025-01-24T01:14:45.4547593Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2025-01-24T01:14:45.4551450Z adding 'torch/distributed/checkpoint/resharding.py' 2025-01-24T01:14:45.4555689Z adding 'torch/distributed/checkpoint/staging.py' 2025-01-24T01:14:45.4572754Z adding 'torch/distributed/checkpoint/state_dict.py' 2025-01-24T01:14:45.4579706Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2025-01-24T01:14:45.4585922Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2025-01-24T01:14:45.4589605Z adding 'torch/distributed/checkpoint/stateful.py' 2025-01-24T01:14:45.4594397Z adding 'torch/distributed/checkpoint/storage.py' 2025-01-24T01:14:45.4600824Z adding 'torch/distributed/checkpoint/utils.py' 2025-01-24T01:14:45.4606057Z adding 'torch/distributed/elastic/__init__.py' 2025-01-24T01:14:45.4609533Z adding 'torch/distributed/elastic/control_plane.py' 2025-01-24T01:14:45.4613171Z adding 'torch/distributed/elastic/agent/__init__.py' 2025-01-24T01:14:45.4617249Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2025-01-24T01:14:45.4631651Z adding 'torch/distributed/elastic/agent/server/api.py' 2025-01-24T01:14:45.4636021Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2025-01-24T01:14:45.4642860Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2025-01-24T01:14:45.4648371Z adding 'torch/distributed/elastic/events/__init__.py' 2025-01-24T01:14:45.4652654Z adding 'torch/distributed/elastic/events/api.py' 2025-01-24T01:14:45.4655859Z adding 'torch/distributed/elastic/events/handlers.py' 2025-01-24T01:14:45.4661217Z adding 'torch/distributed/elastic/metrics/__init__.py' 2025-01-24T01:14:45.4665646Z adding 'torch/distributed/elastic/metrics/api.py' 2025-01-24T01:14:45.4671660Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2025-01-24T01:14:45.4684355Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2025-01-24T01:14:45.4688802Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2025-01-24T01:14:45.4693082Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2025-01-24T01:14:45.4700857Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2025-01-24T01:14:45.4705782Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2025-01-24T01:14:45.4709165Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2025-01-24T01:14:45.4713122Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2025-01-24T01:14:45.4716319Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2025-01-24T01:14:45.4719903Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2025-01-24T01:14:45.4725308Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2025-01-24T01:14:45.4728894Z adding 'torch/distributed/elastic/rendezvous/_etcd_stub.py' 2025-01-24T01:14:45.4734913Z adding 'torch/distributed/elastic/rendezvous/api.py' 2025-01-24T01:14:45.4741084Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2025-01-24T01:14:45.4756868Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2025-01-24T01:14:45.4772974Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2025-01-24T01:14:45.4778809Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2025-01-24T01:14:45.4784187Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2025-01-24T01:14:45.4789479Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2025-01-24T01:14:45.4793258Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2025-01-24T01:14:45.4797327Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2025-01-24T01:14:45.4802531Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2025-01-24T01:14:45.4807121Z adding 'torch/distributed/elastic/timer/__init__.py' 2025-01-24T01:14:45.4812682Z adding 'torch/distributed/elastic/timer/api.py' 2025-01-24T01:14:45.4816150Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2025-01-24T01:14:45.4823305Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2025-01-24T01:14:45.4827736Z adding 'torch/distributed/elastic/timer/local_timer.py' 2025-01-24T01:14:45.4831949Z adding 'torch/distributed/elastic/utils/__init__.py' 2025-01-24T01:14:45.4835413Z adding 'torch/distributed/elastic/utils/api.py' 2025-01-24T01:14:45.4839950Z adding 'torch/distributed/elastic/utils/distributed.py' 2025-01-24T01:14:45.4843242Z adding 'torch/distributed/elastic/utils/log_level.py' 2025-01-24T01:14:45.4847029Z adding 'torch/distributed/elastic/utils/logging.py' 2025-01-24T01:14:45.4851896Z adding 'torch/distributed/elastic/utils/store.py' 2025-01-24T01:14:45.4855914Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2025-01-24T01:14:45.4859484Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2025-01-24T01:14:45.4863242Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2025-01-24T01:14:45.4867432Z adding 'torch/distributed/fsdp/__init__.py' 2025-01-24T01:14:45.4877244Z adding 'torch/distributed/fsdp/_common_utils.py' 2025-01-24T01:14:45.4882287Z adding 'torch/distributed/fsdp/_debug_utils.py' 2025-01-24T01:14:45.4886182Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2025-01-24T01:14:45.4892746Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2025-01-24T01:14:45.4935898Z adding 'torch/distributed/fsdp/_flat_param.py' 2025-01-24T01:14:45.4943508Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2025-01-24T01:14:45.4961112Z adding 'torch/distributed/fsdp/_init_utils.py' 2025-01-24T01:14:45.4965439Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2025-01-24T01:14:45.4997616Z adding 'torch/distributed/fsdp/_optim_utils.py' 2025-01-24T01:14:45.5023241Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2025-01-24T01:14:45.5029272Z adding 'torch/distributed/fsdp/_shard_utils.py' 2025-01-24T01:14:45.5040404Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2025-01-24T01:14:45.5046543Z adding 'torch/distributed/fsdp/_trace_utils.py' 2025-01-24T01:14:45.5050887Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2025-01-24T01:14:45.5056557Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2025-01-24T01:14:45.5062317Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2025-01-24T01:14:45.5070435Z adding 'torch/distributed/fsdp/api.py' 2025-01-24T01:14:45.5103530Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2025-01-24T01:14:45.5112707Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2025-01-24T01:14:45.5122108Z adding 'torch/distributed/fsdp/wrap.py' 2025-01-24T01:14:45.5126703Z adding 'torch/distributed/fsdp/_fully_shard/__init__.py' 2025-01-24T01:14:45.5130352Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_api.py' 2025-01-24T01:14:45.5138955Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py' 2025-01-24T01:14:45.5143682Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_common.py' 2025-01-24T01:14:45.5148522Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_init.py' 2025-01-24T01:14:45.5163701Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param.py' 2025-01-24T01:14:45.5176125Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py' 2025-01-24T01:14:45.5183775Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_state.py' 2025-01-24T01:14:45.5193405Z adding 'torch/distributed/fsdp/_fully_shard/_fully_shard.py' 2025-01-24T01:14:45.5197731Z adding 'torch/distributed/launcher/__init__.py' 2025-01-24T01:14:45.5203381Z adding 'torch/distributed/launcher/api.py' 2025-01-24T01:14:45.5207377Z adding 'torch/distributed/nn/__init__.py' 2025-01-24T01:14:45.5213417Z adding 'torch/distributed/nn/functional.py' 2025-01-24T01:14:45.5217423Z adding 'torch/distributed/nn/api/__init__.py' 2025-01-24T01:14:45.5227333Z adding 'torch/distributed/nn/api/remote_module.py' 2025-01-24T01:14:45.5231790Z adding 'torch/distributed/nn/jit/__init__.py' 2025-01-24T01:14:45.5235873Z adding 'torch/distributed/nn/jit/instantiator.py' 2025-01-24T01:14:45.5239613Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2025-01-24T01:14:45.5243306Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2025-01-24T01:14:45.5247508Z adding 'torch/distributed/optim/__init__.py' 2025-01-24T01:14:45.5250605Z adding 'torch/distributed/optim/_deprecation_warning.py' 2025-01-24T01:14:45.5254734Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2025-01-24T01:14:45.5258616Z adding 'torch/distributed/optim/functional_adadelta.py' 2025-01-24T01:14:45.5262586Z adding 'torch/distributed/optim/functional_adagrad.py' 2025-01-24T01:14:45.5266995Z adding 'torch/distributed/optim/functional_adam.py' 2025-01-24T01:14:45.5271252Z adding 'torch/distributed/optim/functional_adamax.py' 2025-01-24T01:14:45.5275690Z adding 'torch/distributed/optim/functional_adamw.py' 2025-01-24T01:14:45.5279820Z adding 'torch/distributed/optim/functional_rmsprop.py' 2025-01-24T01:14:45.5283890Z adding 'torch/distributed/optim/functional_rprop.py' 2025-01-24T01:14:45.5288230Z adding 'torch/distributed/optim/functional_sgd.py' 2025-01-24T01:14:45.5294725Z adding 'torch/distributed/optim/named_optimizer.py' 2025-01-24T01:14:45.5300680Z adding 'torch/distributed/optim/optimizer.py' 2025-01-24T01:14:45.5305098Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2025-01-24T01:14:45.5308734Z adding 'torch/distributed/optim/utils.py' 2025-01-24T01:14:45.5334016Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2025-01-24T01:14:45.5339337Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2025-01-24T01:14:45.5360044Z adding 'torch/distributed/pipelining/_IR.py' 2025-01-24T01:14:45.5364308Z adding 'torch/distributed/pipelining/__init__.py' 2025-01-24T01:14:45.5371462Z adding 'torch/distributed/pipelining/_backward.py' 2025-01-24T01:14:45.5375272Z adding 'torch/distributed/pipelining/_debug.py' 2025-01-24T01:14:45.5378237Z adding 'torch/distributed/pipelining/_unflatten.py' 2025-01-24T01:14:45.5381825Z adding 'torch/distributed/pipelining/_utils.py' 2025-01-24T01:14:45.5389331Z adding 'torch/distributed/pipelining/microbatch.py' 2025-01-24T01:14:45.5420478Z adding 'torch/distributed/pipelining/schedules.py' 2025-01-24T01:14:45.5447046Z adding 'torch/distributed/pipelining/stage.py' 2025-01-24T01:14:45.5455670Z adding 'torch/distributed/rpc/__init__.py' 2025-01-24T01:14:45.5459855Z adding 'torch/distributed/rpc/_utils.py' 2025-01-24T01:14:45.5472521Z adding 'torch/distributed/rpc/api.py' 2025-01-24T01:14:45.5481944Z adding 'torch/distributed/rpc/backend_registry.py' 2025-01-24T01:14:45.5485807Z adding 'torch/distributed/rpc/constants.py' 2025-01-24T01:14:45.5490191Z adding 'torch/distributed/rpc/functions.py' 2025-01-24T01:14:45.5495955Z adding 'torch/distributed/rpc/internal.py' 2025-01-24T01:14:45.5500796Z adding 'torch/distributed/rpc/options.py' 2025-01-24T01:14:45.5504538Z adding 'torch/distributed/rpc/rref_proxy.py' 2025-01-24T01:14:45.5509479Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2025-01-24T01:14:45.5513754Z adding 'torch/distributed/rpc/_testing/__init__.py' 2025-01-24T01:14:45.5517153Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2025-01-24T01:14:45.5521487Z adding 'torch/distributed/tensor/__init__.py' 2025-01-24T01:14:45.5539206Z adding 'torch/distributed/tensor/_api.py' 2025-01-24T01:14:45.5547135Z adding 'torch/distributed/tensor/_collective_utils.py' 2025-01-24T01:14:45.5555987Z adding 'torch/distributed/tensor/_dispatch.py' 2025-01-24T01:14:45.5561791Z adding 'torch/distributed/tensor/_dtensor_spec.py' 2025-01-24T01:14:45.5569318Z adding 'torch/distributed/tensor/_op_schema.py' 2025-01-24T01:14:45.5576854Z adding 'torch/distributed/tensor/_random.py' 2025-01-24T01:14:45.5583538Z adding 'torch/distributed/tensor/_redistribute.py' 2025-01-24T01:14:45.5591990Z adding 'torch/distributed/tensor/_sharding_prop.py' 2025-01-24T01:14:45.5597990Z adding 'torch/distributed/tensor/_shards_wrapper.py' 2025-01-24T01:14:45.5602806Z adding 'torch/distributed/tensor/_tp_conv.py' 2025-01-24T01:14:45.5609142Z adding 'torch/distributed/tensor/_utils.py' 2025-01-24T01:14:45.5612451Z adding 'torch/distributed/tensor/device_mesh.py' 2025-01-24T01:14:45.5621502Z adding 'torch/distributed/tensor/placement_types.py' 2025-01-24T01:14:45.5626016Z adding 'torch/distributed/tensor/_ops/__init__.py' 2025-01-24T01:14:45.5632176Z adding 'torch/distributed/tensor/_ops/_common_rules.py' 2025-01-24T01:14:45.5636039Z adding 'torch/distributed/tensor/_ops/_conv_ops.py' 2025-01-24T01:14:45.5640479Z adding 'torch/distributed/tensor/_ops/_einsum_strategy.py' 2025-01-24T01:14:45.5645746Z adding 'torch/distributed/tensor/_ops/_embedding_ops.py' 2025-01-24T01:14:45.5649188Z adding 'torch/distributed/tensor/_ops/_experimental_ops.py' 2025-01-24T01:14:45.5660546Z adding 'torch/distributed/tensor/_ops/_math_ops.py' 2025-01-24T01:14:45.5667838Z adding 'torch/distributed/tensor/_ops/_matrix_ops.py' 2025-01-24T01:14:45.5675342Z adding 'torch/distributed/tensor/_ops/_pointwise_ops.py' 2025-01-24T01:14:45.5679048Z adding 'torch/distributed/tensor/_ops/_random_ops.py' 2025-01-24T01:14:45.5689660Z adding 'torch/distributed/tensor/_ops/_tensor_ops.py' 2025-01-24T01:14:45.5700305Z adding 'torch/distributed/tensor/_ops/_view_ops.py' 2025-01-24T01:14:45.5706407Z adding 'torch/distributed/tensor/_ops/utils.py' 2025-01-24T01:14:45.5710724Z adding 'torch/distributed/tensor/debug/__init__.py' 2025-01-24T01:14:45.5719847Z adding 'torch/distributed/tensor/debug/_comm_mode.py' 2025-01-24T01:14:45.5724323Z adding 'torch/distributed/tensor/debug/_op_coverage.py' 2025-01-24T01:14:45.5728957Z adding 'torch/distributed/tensor/debug/_visualize_sharding.py' 2025-01-24T01:14:45.5733168Z adding 'torch/distributed/tensor/experimental/__init__.py' 2025-01-24T01:14:45.5748889Z adding 'torch/distributed/tensor/experimental/_attention.py' 2025-01-24T01:14:45.5756027Z adding 'torch/distributed/tensor/experimental/_func_map.py' 2025-01-24T01:14:45.5760032Z adding 'torch/distributed/tensor/experimental/_register_sharding.py' 2025-01-24T01:14:45.5767874Z adding 'torch/distributed/tensor/experimental/_tp_transform.py' 2025-01-24T01:14:45.5772280Z adding 'torch/distributed/tensor/parallel/__init__.py' 2025-01-24T01:14:45.5775585Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2025-01-24T01:14:45.5779095Z adding 'torch/distributed/tensor/parallel/_utils.py' 2025-01-24T01:14:45.5783476Z adding 'torch/distributed/tensor/parallel/api.py' 2025-01-24T01:14:45.5787455Z adding 'torch/distributed/tensor/parallel/ddp.py' 2025-01-24T01:14:45.5793866Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2025-01-24T01:14:45.5798126Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2025-01-24T01:14:45.5805305Z adding 'torch/distributed/tensor/parallel/loss.py' 2025-01-24T01:14:45.5814697Z adding 'torch/distributed/tensor/parallel/style.py' 2025-01-24T01:14:45.5821393Z adding 'torch/distributions/__init__.py' 2025-01-24T01:14:45.5825509Z adding 'torch/distributions/bernoulli.py' 2025-01-24T01:14:45.5829464Z adding 'torch/distributions/beta.py' 2025-01-24T01:14:45.5833945Z adding 'torch/distributions/binomial.py' 2025-01-24T01:14:45.5838527Z adding 'torch/distributions/categorical.py' 2025-01-24T01:14:45.5842376Z adding 'torch/distributions/cauchy.py' 2025-01-24T01:14:45.5845678Z adding 'torch/distributions/chi2.py' 2025-01-24T01:14:45.5850777Z adding 'torch/distributions/constraint_registry.py' 2025-01-24T01:14:45.5858190Z adding 'torch/distributions/constraints.py' 2025-01-24T01:14:45.5863730Z adding 'torch/distributions/continuous_bernoulli.py' 2025-01-24T01:14:45.5868012Z adding 'torch/distributions/dirichlet.py' 2025-01-24T01:14:45.5873913Z adding 'torch/distributions/distribution.py' 2025-01-24T01:14:45.5877914Z adding 'torch/distributions/exp_family.py' 2025-01-24T01:14:45.5881443Z adding 'torch/distributions/exponential.py' 2025-01-24T01:14:45.5885415Z adding 'torch/distributions/fishersnedecor.py' 2025-01-24T01:14:45.5889271Z adding 'torch/distributions/gamma.py' 2025-01-24T01:14:45.5893430Z adding 'torch/distributions/geometric.py' 2025-01-24T01:14:45.5897187Z adding 'torch/distributions/gumbel.py' 2025-01-24T01:14:45.5900792Z adding 'torch/distributions/half_cauchy.py' 2025-01-24T01:14:45.5904314Z adding 'torch/distributions/half_normal.py' 2025-01-24T01:14:45.5908444Z adding 'torch/distributions/independent.py' 2025-01-24T01:14:45.5912086Z adding 'torch/distributions/inverse_gamma.py' 2025-01-24T01:14:45.5922557Z adding 'torch/distributions/kl.py' 2025-01-24T01:14:45.5927111Z adding 'torch/distributions/kumaraswamy.py' 2025-01-24T01:14:45.5931008Z adding 'torch/distributions/laplace.py' 2025-01-24T01:14:45.5935756Z adding 'torch/distributions/lkj_cholesky.py' 2025-01-24T01:14:45.5939884Z adding 'torch/distributions/log_normal.py' 2025-01-24T01:14:45.5943863Z adding 'torch/distributions/logistic_normal.py' 2025-01-24T01:14:45.5949815Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2025-01-24T01:14:45.5955472Z adding 'torch/distributions/mixture_same_family.py' 2025-01-24T01:14:45.5959932Z adding 'torch/distributions/multinomial.py' 2025-01-24T01:14:45.5965615Z adding 'torch/distributions/multivariate_normal.py' 2025-01-24T01:14:45.5970085Z adding 'torch/distributions/negative_binomial.py' 2025-01-24T01:14:45.5974080Z adding 'torch/distributions/normal.py' 2025-01-24T01:14:45.5978199Z adding 'torch/distributions/one_hot_categorical.py' 2025-01-24T01:14:45.5981940Z adding 'torch/distributions/pareto.py' 2025-01-24T01:14:45.5985428Z adding 'torch/distributions/poisson.py' 2025-01-24T01:14:45.5989738Z adding 'torch/distributions/relaxed_bernoulli.py' 2025-01-24T01:14:45.5994039Z adding 'torch/distributions/relaxed_categorical.py' 2025-01-24T01:14:45.5997924Z adding 'torch/distributions/studentT.py' 2025-01-24T01:14:45.6003351Z adding 'torch/distributions/transformed_distribution.py' 2025-01-24T01:14:45.6016086Z adding 'torch/distributions/transforms.py' 2025-01-24T01:14:45.6020632Z adding 'torch/distributions/uniform.py' 2025-01-24T01:14:45.6025513Z adding 'torch/distributions/utils.py' 2025-01-24T01:14:45.6030257Z adding 'torch/distributions/von_mises.py' 2025-01-24T01:14:45.6034040Z adding 'torch/distributions/weibull.py' 2025-01-24T01:14:45.6040048Z adding 'torch/distributions/wishart.py' 2025-01-24T01:14:45.6049764Z adding 'torch/export/__init__.py' 2025-01-24T01:14:45.6056076Z adding 'torch/export/_draft_export.py' 2025-01-24T01:14:45.6059970Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2025-01-24T01:14:45.6064155Z adding 'torch/export/_remove_effect_tokens_pass.py' 2025-01-24T01:14:45.6067767Z adding 'torch/export/_safeguard.py' 2025-01-24T01:14:45.6074922Z adding 'torch/export/_swap.py' 2025-01-24T01:14:45.6105076Z adding 'torch/export/_trace.py' 2025-01-24T01:14:45.6110581Z adding 'torch/export/_tree_utils.py' 2025-01-24T01:14:45.6117357Z adding 'torch/export/_unlift.py' 2025-01-24T01:14:45.6120712Z adding 'torch/export/custom_obj.py' 2025-01-24T01:14:45.6124659Z adding 'torch/export/decomp_utils.py' 2025-01-24T01:14:45.6140766Z adding 'torch/export/dynamic_shapes.py' 2025-01-24T01:14:45.6163214Z adding 'torch/export/exported_program.py' 2025-01-24T01:14:45.6172307Z adding 'torch/export/graph_signature.py' 2025-01-24T01:14:45.6198296Z adding 'torch/export/unflatten.py' 2025-01-24T01:14:45.6204271Z adding 'torch/export/experimental/__init__.py' 2025-01-24T01:14:45.6208555Z adding 'torch/export/passes/__init__.py' 2025-01-24T01:14:45.6221435Z adding 'torch/fft/__init__.py' 2025-01-24T01:14:45.6226496Z adding 'torch/func/__init__.py' 2025-01-24T01:14:45.6233673Z adding 'torch/futures/__init__.py' 2025-01-24T01:14:45.6238982Z adding 'torch/fx/__init__.py' 2025-01-24T01:14:45.6242246Z adding 'torch/fx/_compatibility.py' 2025-01-24T01:14:45.6246770Z adding 'torch/fx/_lazy_graph_module.py' 2025-01-24T01:14:45.6250581Z adding 'torch/fx/_pytree.py' 2025-01-24T01:14:45.6270050Z adding 'torch/fx/_symbolic_trace.py' 2025-01-24T01:14:45.6274559Z adding 'torch/fx/_utils.py' 2025-01-24T01:14:45.6277821Z adding 'torch/fx/annotate.py' 2025-01-24T01:14:45.6280780Z adding 'torch/fx/config.py' 2025-01-24T01:14:45.6315288Z adding 'torch/fx/graph.py' 2025-01-24T01:14:45.6332463Z adding 'torch/fx/graph_module.py' 2025-01-24T01:14:45.6337863Z adding 'torch/fx/immutable_collections.py' 2025-01-24T01:14:45.6345901Z adding 'torch/fx/interpreter.py' 2025-01-24T01:14:45.6360304Z adding 'torch/fx/node.py' 2025-01-24T01:14:45.6369796Z adding 'torch/fx/operator_schemas.py' 2025-01-24T01:14:45.6380592Z adding 'torch/fx/proxy.py' 2025-01-24T01:14:45.6388610Z adding 'torch/fx/subgraph_rewriter.py' 2025-01-24T01:14:45.6392559Z adding 'torch/fx/tensor_type.py' 2025-01-24T01:14:45.6397584Z adding 'torch/fx/traceback.py' 2025-01-24T01:14:45.6402123Z adding 'torch/fx/experimental/__init__.py' 2025-01-24T01:14:45.6405218Z adding 'torch/fx/experimental/_backward_state.py' 2025-01-24T01:14:45.6409102Z adding 'torch/fx/experimental/_config.py' 2025-01-24T01:14:45.6412446Z adding 'torch/fx/experimental/_constant_symnode.py' 2025-01-24T01:14:45.6428598Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2025-01-24T01:14:45.6435816Z adding 'torch/fx/experimental/const_fold.py' 2025-01-24T01:14:45.6439324Z adding 'torch/fx/experimental/debug.py' 2025-01-24T01:14:45.6450994Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2025-01-24T01:14:45.6456426Z adding 'torch/fx/experimental/merge_matmul.py' 2025-01-24T01:14:45.6462097Z adding 'torch/fx/experimental/meta_tracer.py' 2025-01-24T01:14:45.6466637Z adding 'torch/fx/experimental/normalize.py' 2025-01-24T01:14:45.6474634Z adding 'torch/fx/experimental/optimization.py' 2025-01-24T01:14:45.6480906Z adding 'torch/fx/experimental/partitioner_utils.py' 2025-01-24T01:14:45.6514619Z adding 'torch/fx/experimental/proxy_tensor.py' 2025-01-24T01:14:45.6525866Z adding 'torch/fx/experimental/recording.py' 2025-01-24T01:14:45.6530405Z adding 'torch/fx/experimental/refinement_types.py' 2025-01-24T01:14:45.6533995Z adding 'torch/fx/experimental/rewriter.py' 2025-01-24T01:14:45.6538534Z adding 'torch/fx/experimental/schema_type_annotation.py' 2025-01-24T01:14:45.6559409Z adding 'torch/fx/experimental/sym_node.py' 2025-01-24T01:14:45.6677018Z adding 'torch/fx/experimental/symbolic_shapes.py' 2025-01-24T01:14:45.6687470Z adding 'torch/fx/experimental/unify_refinements.py' 2025-01-24T01:14:45.6700365Z adding 'torch/fx/experimental/validator.py' 2025-01-24T01:14:45.6705288Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2025-01-24T01:14:45.6711392Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2025-01-24T01:14:45.6726587Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2025-01-24T01:14:45.6741650Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2025-01-24T01:14:45.6745566Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2025-01-24T01:14:45.6751784Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2025-01-24T01:14:45.6755440Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2025-01-24T01:14:45.6758617Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2025-01-24T01:14:45.6762465Z adding 'torch/fx/experimental/unification/__init__.py' 2025-01-24T01:14:45.6766069Z adding 'torch/fx/experimental/unification/core.py' 2025-01-24T01:14:45.6769077Z adding 'torch/fx/experimental/unification/dispatch.py' 2025-01-24T01:14:45.6772816Z adding 'torch/fx/experimental/unification/match.py' 2025-01-24T01:14:45.6776532Z adding 'torch/fx/experimental/unification/more.py' 2025-01-24T01:14:45.6782157Z adding 'torch/fx/experimental/unification/unification_tools.py' 2025-01-24T01:14:45.6786365Z adding 'torch/fx/experimental/unification/utils.py' 2025-01-24T01:14:45.6790070Z adding 'torch/fx/experimental/unification/variable.py' 2025-01-24T01:14:45.6794109Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2025-01-24T01:14:45.6797992Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2025-01-24T01:14:45.6801691Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2025-01-24T01:14:45.6808306Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2025-01-24T01:14:45.6812673Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2025-01-24T01:14:45.6816482Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2025-01-24T01:14:45.6820563Z adding 'torch/fx/passes/__init__.py' 2025-01-24T01:14:45.6827577Z adding 'torch/fx/passes/_tensorify_python_scalars.py' 2025-01-24T01:14:45.6831541Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2025-01-24T01:14:45.6835198Z adding 'torch/fx/passes/fake_tensor_prop.py' 2025-01-24T01:14:45.6842193Z adding 'torch/fx/passes/graph_drawer.py' 2025-01-24T01:14:45.6846673Z adding 'torch/fx/passes/graph_manipulation.py' 2025-01-24T01:14:45.6851245Z adding 'torch/fx/passes/graph_transform_observer.py' 2025-01-24T01:14:45.6863021Z adding 'torch/fx/passes/net_min_base.py' 2025-01-24T01:14:45.6868596Z adding 'torch/fx/passes/operator_support.py' 2025-01-24T01:14:45.6872600Z adding 'torch/fx/passes/param_fetch.py' 2025-01-24T01:14:45.6877423Z adding 'torch/fx/passes/pass_manager.py' 2025-01-24T01:14:45.6891524Z adding 'torch/fx/passes/reinplace.py' 2025-01-24T01:14:45.6902696Z adding 'torch/fx/passes/runtime_assert.py' 2025-01-24T01:14:45.6908493Z adding 'torch/fx/passes/shape_prop.py' 2025-01-24T01:14:45.6918664Z adding 'torch/fx/passes/split_module.py' 2025-01-24T01:14:45.6925336Z adding 'torch/fx/passes/split_utils.py' 2025-01-24T01:14:45.6938256Z adding 'torch/fx/passes/splitter_base.py' 2025-01-24T01:14:45.6945085Z adding 'torch/fx/passes/tools_common.py' 2025-01-24T01:14:45.6949923Z adding 'torch/fx/passes/backends/__init__.py' 2025-01-24T01:14:45.6953925Z adding 'torch/fx/passes/backends/cudagraphs.py' 2025-01-24T01:14:45.6959021Z adding 'torch/fx/passes/dialect/__init__.py' 2025-01-24T01:14:45.6963429Z adding 'torch/fx/passes/dialect/common/__init__.py' 2025-01-24T01:14:45.6968427Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2025-01-24T01:14:45.6973036Z adding 'torch/fx/passes/infra/__init__.py' 2025-01-24T01:14:45.6980884Z adding 'torch/fx/passes/infra/partitioner.py' 2025-01-24T01:14:45.6984824Z adding 'torch/fx/passes/infra/pass_base.py' 2025-01-24T01:14:45.6990832Z adding 'torch/fx/passes/infra/pass_manager.py' 2025-01-24T01:14:45.6994939Z adding 'torch/fx/passes/tests/__init__.py' 2025-01-24T01:14:45.6998344Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2025-01-24T01:14:45.7002046Z adding 'torch/fx/passes/utils/__init__.py' 2025-01-24T01:14:45.7005923Z adding 'torch/fx/passes/utils/common.py' 2025-01-24T01:14:45.7011516Z adding 'torch/fx/passes/utils/fuser_utils.py' 2025-01-24T01:14:45.7019319Z adding 'torch/fx/passes/utils/matcher_utils.py' 2025-01-24T01:14:45.7023771Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2025-01-24T01:14:45.7028300Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2025-01-24T01:14:45.7042519Z adding 'torch/include/cpuinfo.h' 2025-01-24T01:14:45.7046972Z adding 'torch/include/dnnl.h' 2025-01-24T01:14:45.7050034Z adding 'torch/include/dnnl_config.h' 2025-01-24T01:14:45.7053098Z adding 'torch/include/dnnl_debug.h' 2025-01-24T01:14:45.7056260Z adding 'torch/include/dnnl_ocl.h' 2025-01-24T01:14:45.7059226Z adding 'torch/include/dnnl_sycl.h' 2025-01-24T01:14:45.7062452Z adding 'torch/include/dnnl_sycl_types.h' 2025-01-24T01:14:45.7065533Z adding 'torch/include/dnnl_threadpool.h' 2025-01-24T01:14:45.7068682Z adding 'torch/include/dnnl_types.h' 2025-01-24T01:14:45.7071716Z adding 'torch/include/dnnl_version.h' 2025-01-24T01:14:45.7074735Z adding 'torch/include/experiments-config.h' 2025-01-24T01:14:45.7077484Z adding 'torch/include/fp16.h' 2025-01-24T01:14:45.7082653Z adding 'torch/include/fxdiv.h' 2025-01-24T01:14:45.7086112Z adding 'torch/include/libshm.h' 2025-01-24T01:14:45.7096060Z adding 'torch/include/psimd.h' 2025-01-24T01:14:45.7110878Z adding 'torch/include/pthreadpool.h' 2025-01-24T01:14:45.7149897Z adding 'torch/include/sleef.h' 2025-01-24T01:14:45.7191407Z adding 'torch/include/xnnpack.h' 2025-01-24T01:14:45.7202327Z adding 'torch/include/ATen/ATen.h' 2025-01-24T01:14:45.7206467Z adding 'torch/include/ATen/AccumulateType.h' 2025-01-24T01:14:45.7209473Z adding 'torch/include/ATen/ArrayRef.h' 2025-01-24T01:14:45.7212141Z adding 'torch/include/ATen/Backend.h' 2025-01-24T01:14:45.7214835Z adding 'torch/include/ATen/Backtrace.h' 2025-01-24T01:14:45.7217894Z adding 'torch/include/ATen/BlasBackend.h' 2025-01-24T01:14:45.7223065Z adding 'torch/include/ATen/CPUApplyUtils.h' 2025-01-24T01:14:45.7226487Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2025-01-24T01:14:45.7229994Z adding 'torch/include/ATen/CPUFunctions.h' 2025-01-24T01:14:45.7236102Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2025-01-24T01:14:45.7239996Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2025-01-24T01:14:45.7243448Z adding 'torch/include/ATen/CUDAFunctions.h' 2025-01-24T01:14:45.7250192Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2025-01-24T01:14:45.7254576Z adding 'torch/include/ATen/CachedTensorUtils.h' 2025-01-24T01:14:45.7258197Z adding 'torch/include/ATen/CollapseDims.h' 2025-01-24T01:14:45.7261939Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2025-01-24T01:14:45.7269323Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2025-01-24T01:14:45.7273940Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2025-01-24T01:14:45.7279302Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2025-01-24T01:14:45.7283297Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2025-01-24T01:14:45.7289926Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2025-01-24T01:14:45.7295095Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2025-01-24T01:14:45.7297725Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2025-01-24T01:14:45.7300614Z adding 'torch/include/ATen/Config.h' 2025-01-24T01:14:45.7308515Z adding 'torch/include/ATen/Context.h' 2025-01-24T01:14:45.7312194Z adding 'torch/include/ATen/DLConvertor.h' 2025-01-24T01:14:45.7315187Z adding 'torch/include/ATen/Device.h' 2025-01-24T01:14:45.7318636Z adding 'torch/include/ATen/DeviceAccelerator.h' 2025-01-24T01:14:45.7322001Z adding 'torch/include/ATen/DeviceGuard.h' 2025-01-24T01:14:45.7324894Z adding 'torch/include/ATen/DimVector.h' 2025-01-24T01:14:45.7327564Z adding 'torch/include/ATen/Dimname.h' 2025-01-24T01:14:45.7336486Z adding 'torch/include/ATen/Dispatch.h' 2025-01-24T01:14:45.7345487Z adding 'torch/include/ATen/Dispatch_v2.h' 2025-01-24T01:14:45.7350235Z adding 'torch/include/ATen/DynamicLibrary.h' 2025-01-24T01:14:45.7353784Z adding 'torch/include/ATen/EmptyTensor.h' 2025-01-24T01:14:45.7356938Z adding 'torch/include/ATen/ExpandBase.h' 2025-01-24T01:14:45.7362811Z adding 'torch/include/ATen/ExpandUtils.h' 2025-01-24T01:14:45.7366286Z adding 'torch/include/ATen/Formatting.h' 2025-01-24T01:14:45.7369547Z adding 'torch/include/ATen/FuncTorchTLS.h' 2025-01-24T01:14:45.7374746Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2025-01-24T01:14:45.7382574Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2025-01-24T01:14:45.7394809Z adding 'torch/include/ATen/Functions.h' 2025-01-24T01:14:45.7398985Z adding 'torch/include/ATen/Generator.h' 2025-01-24T01:14:45.7402664Z adding 'torch/include/ATen/InferSize.h' 2025-01-24T01:14:45.7405890Z adding 'torch/include/ATen/InitialTensorOptions.h' 2025-01-24T01:14:45.7408629Z adding 'torch/include/ATen/Layout.h' 2025-01-24T01:14:45.7412076Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2025-01-24T01:14:45.7416483Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2025-01-24T01:14:45.7419912Z adding 'torch/include/ATen/LegacyVmapMode.h' 2025-01-24T01:14:45.7425366Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2025-01-24T01:14:45.7428518Z adding 'torch/include/ATen/LinalgBackend.h' 2025-01-24T01:14:45.7432251Z adding 'torch/include/ATen/MapAllocator.h' 2025-01-24T01:14:45.7436151Z adding 'torch/include/ATen/MatrixRef.h' 2025-01-24T01:14:45.7439411Z adding 'torch/include/ATen/MemoryOverlap.h' 2025-01-24T01:14:45.7442946Z adding 'torch/include/ATen/MetaFunctions.h' 2025-01-24T01:14:45.7447904Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2025-01-24T01:14:45.7453879Z adding 'torch/include/ATen/MethodOperators.h' 2025-01-24T01:14:45.7457615Z adding 'torch/include/ATen/NamedTensor.h' 2025-01-24T01:14:45.7462471Z adding 'torch/include/ATen/NamedTensorUtils.h' 2025-01-24T01:14:45.7473795Z adding 'torch/include/ATen/NativeFunctions.h' 2025-01-24T01:14:45.7485754Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2025-01-24T01:14:45.7492494Z adding 'torch/include/ATen/NestedTensorImpl.h' 2025-01-24T01:14:45.7496427Z adding 'torch/include/ATen/NumericUtils.h' 2025-01-24T01:14:45.7499982Z adding 'torch/include/ATen/OpMathType.h' 2025-01-24T01:14:45.7504097Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2025-01-24T01:14:45.7515567Z adding 'torch/include/ATen/Operators.h' 2025-01-24T01:14:45.7519978Z adding 'torch/include/ATen/PTThreadPool.h' 2025-01-24T01:14:45.7522812Z adding 'torch/include/ATen/PadNd.h' 2025-01-24T01:14:45.7526160Z adding 'torch/include/ATen/Parallel-inl.h' 2025-01-24T01:14:45.7530172Z adding 'torch/include/ATen/Parallel.h' 2025-01-24T01:14:45.7533283Z adding 'torch/include/ATen/ParallelFuture.h' 2025-01-24T01:14:45.7536201Z adding 'torch/include/ATen/ParallelNative.h' 2025-01-24T01:14:45.7539360Z adding 'torch/include/ATen/ParallelOpenMP.h' 2025-01-24T01:14:45.7542524Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2025-01-24T01:14:45.7546277Z adding 'torch/include/ATen/ROCmFABackend.h' 2025-01-24T01:14:45.7811629Z adding 'torch/include/ATen/RedispatchFunctions.h' 2025-01-24T01:14:45.8002550Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2025-01-24T01:14:45.8025042Z adding 'torch/include/ATen/SDPBackend.h' 2025-01-24T01:14:45.8028699Z adding 'torch/include/ATen/SavedTensorHooks.h' 2025-01-24T01:14:45.8031732Z adding 'torch/include/ATen/Scalar.h' 2025-01-24T01:14:45.8035065Z adding 'torch/include/ATen/ScalarOps.h' 2025-01-24T01:14:45.8037912Z adding 'torch/include/ATen/ScalarType.h' 2025-01-24T01:14:45.8040818Z adding 'torch/include/ATen/SequenceNumber.h' 2025-01-24T01:14:45.8043648Z adding 'torch/include/ATen/SmallVector.h' 2025-01-24T01:14:45.8048095Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2025-01-24T01:14:45.8054150Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2025-01-24T01:14:45.8060901Z adding 'torch/include/ATen/SparseTensorImpl.h' 2025-01-24T01:14:45.8064087Z adding 'torch/include/ATen/Storage.h' 2025-01-24T01:14:45.8067314Z adding 'torch/include/ATen/StorageUtils.h' 2025-01-24T01:14:45.8070199Z adding 'torch/include/ATen/Tensor.h' 2025-01-24T01:14:45.8072891Z adding 'torch/include/ATen/TensorAccessor.h' 2025-01-24T01:14:45.8076455Z adding 'torch/include/ATen/TensorGeometry.h' 2025-01-24T01:14:45.8085936Z adding 'torch/include/ATen/TensorIndexing.h' 2025-01-24T01:14:45.8101217Z adding 'torch/include/ATen/TensorIterator.h' 2025-01-24T01:14:45.8105635Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2025-01-24T01:14:45.8109759Z adding 'torch/include/ATen/TensorMeta.h' 2025-01-24T01:14:45.8113572Z adding 'torch/include/ATen/TensorNames.h' 2025-01-24T01:14:45.8116941Z adding 'torch/include/ATen/TensorOperators.h' 2025-01-24T01:14:45.8119756Z adding 'torch/include/ATen/TensorOptions.h' 2025-01-24T01:14:45.8123548Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2025-01-24T01:14:45.8127498Z adding 'torch/include/ATen/TensorUtils.h' 2025-01-24T01:14:45.8138842Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2025-01-24T01:14:45.8139377Z adding 'torch/include/ATen/ThreadLocalState.h' 2025-01-24T01:14:45.8139734Z adding 'torch/include/ATen/TracerMode.h' 2025-01-24T01:14:45.8142195Z adding 'torch/include/ATen/TypeDefault.h' 2025-01-24T01:14:45.8145707Z adding 'torch/include/ATen/Utils.h' 2025-01-24T01:14:45.8148867Z adding 'torch/include/ATen/Version.h' 2025-01-24T01:14:45.8322133Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2025-01-24T01:14:45.8366890Z adding 'torch/include/ATen/WrapDimUtils.h' 2025-01-24T01:14:45.8370413Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2025-01-24T01:14:45.8381471Z adding 'torch/include/ATen/autocast_mode.h' 2025-01-24T01:14:45.8385478Z adding 'torch/include/ATen/ceil_div.h' 2025-01-24T01:14:45.8390329Z adding 'torch/include/ATen/code_template.h' 2025-01-24T01:14:45.8394411Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2025-01-24T01:14:45.8397453Z adding 'torch/include/ATen/div_rtn.h' 2025-01-24T01:14:45.8402449Z adding 'torch/include/ATen/dlpack.h' 2025-01-24T01:14:45.8405727Z adding 'torch/include/ATen/jit_macros.h' 2025-01-24T01:14:45.8409001Z adding 'torch/include/ATen/jiterator_macros.h' 2025-01-24T01:14:45.8418380Z adding 'torch/include/ATen/record_function.h' 2025-01-24T01:14:45.8424062Z adding 'torch/include/ATen/core/ATenGeneral.h' 2025-01-24T01:14:45.8426944Z adding 'torch/include/ATen/core/ATenOpList.h' 2025-01-24T01:14:45.8430257Z adding 'torch/include/ATen/core/ATen_fwd.h' 2025-01-24T01:14:45.8434370Z adding 'torch/include/ATen/core/ATen_pch.h' 2025-01-24T01:14:45.8437677Z adding 'torch/include/ATen/core/Array.h' 2025-01-24T01:14:45.8440640Z adding 'torch/include/ATen/core/Backtrace.h' 2025-01-24T01:14:45.8448083Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2025-01-24T01:14:45.8452077Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2025-01-24T01:14:45.8456328Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2025-01-24T01:14:45.8460099Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2025-01-24T01:14:45.8467359Z adding 'torch/include/ATen/core/Dict.h' 2025-01-24T01:14:45.8473066Z adding 'torch/include/ATen/core/Dict_inl.h' 2025-01-24T01:14:45.8476126Z adding 'torch/include/ATen/core/DimVector.h' 2025-01-24T01:14:45.8479465Z adding 'torch/include/ATen/core/Dimname.h' 2025-01-24T01:14:45.8484573Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2025-01-24T01:14:45.8488067Z adding 'torch/include/ATen/core/Formatting.h' 2025-01-24T01:14:45.8492874Z adding 'torch/include/ATen/core/Generator.h' 2025-01-24T01:14:45.8496374Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2025-01-24T01:14:45.8504646Z adding 'torch/include/ATen/core/IListRef.h' 2025-01-24T01:14:45.8509429Z adding 'torch/include/ATen/core/IListRef_inl.h' 2025-01-24T01:14:45.8513802Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2025-01-24T01:14:45.8520463Z adding 'torch/include/ATen/core/List.h' 2025-01-24T01:14:45.8526045Z adding 'torch/include/ATen/core/List_inl.h' 2025-01-24T01:14:45.8530954Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2025-01-24T01:14:45.8535374Z adding 'torch/include/ATen/core/NamedTensor.h' 2025-01-24T01:14:45.8539842Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2025-01-24T01:14:45.8544755Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2025-01-24T01:14:45.8548170Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2025-01-24T01:14:45.8551260Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2025-01-24T01:14:45.8554693Z adding 'torch/include/ATen/core/QuantizerBase.h' 2025-01-24T01:14:45.8558407Z adding 'torch/include/ATen/core/Range.h' 2025-01-24T01:14:45.8561031Z adding 'torch/include/ATen/core/Reduction.h' 2025-01-24T01:14:45.8564074Z adding 'torch/include/ATen/core/Scalar.h' 2025-01-24T01:14:45.8567282Z adding 'torch/include/ATen/core/ScalarType.h' 2025-01-24T01:14:45.8571263Z adding 'torch/include/ATen/core/Tensor.h' 2025-01-24T01:14:45.8576718Z adding 'torch/include/ATen/core/TensorAccessor.h' 2025-01-24T01:14:45.8593696Z adding 'torch/include/ATen/core/TensorBase.h' 2025-01-24T01:14:45.8652128Z adding 'torch/include/ATen/core/TensorBody.h' 2025-01-24T01:14:45.8661643Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2025-01-24T01:14:45.8665745Z adding 'torch/include/ATen/core/TransformationHelper.h' 2025-01-24T01:14:45.8668935Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2025-01-24T01:14:45.8671950Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2025-01-24T01:14:45.8675686Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2025-01-24T01:14:45.8679430Z adding 'torch/include/ATen/core/Variadic.h' 2025-01-24T01:14:45.8683024Z adding 'torch/include/ATen/core/Vitals.h' 2025-01-24T01:14:45.8686958Z adding 'torch/include/ATen/core/alias_info.h' 2025-01-24T01:14:45.8702161Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2025-01-24T01:14:45.8707823Z adding 'torch/include/ATen/core/blob.h' 2025-01-24T01:14:45.8711388Z adding 'torch/include/ATen/core/builtin_function.h' 2025-01-24T01:14:45.8717691Z adding 'torch/include/ATen/core/class_type.h' 2025-01-24T01:14:45.8721238Z adding 'torch/include/ATen/core/custom_class.h' 2025-01-24T01:14:45.8726667Z adding 'torch/include/ATen/core/dynamic_type.h' 2025-01-24T01:14:45.8729996Z adding 'torch/include/ATen/core/enum_tag.h' 2025-01-24T01:14:45.8733798Z adding 'torch/include/ATen/core/enum_type.h' 2025-01-24T01:14:45.8737749Z adding 'torch/include/ATen/core/function.h' 2025-01-24T01:14:45.8747654Z adding 'torch/include/ATen/core/function_schema.h' 2025-01-24T01:14:45.8751820Z adding 'torch/include/ATen/core/function_schema_inl.h' 2025-01-24T01:14:45.8755091Z adding 'torch/include/ATen/core/functional.h' 2025-01-24T01:14:45.8758006Z adding 'torch/include/ATen/core/grad_mode.h' 2025-01-24T01:14:45.8764320Z adding 'torch/include/ATen/core/interned_strings.h' 2025-01-24T01:14:45.8767897Z adding 'torch/include/ATen/core/interned_strings_class.h' 2025-01-24T01:14:45.8786885Z adding 'torch/include/ATen/core/ivalue.h' 2025-01-24T01:14:45.8817296Z adding 'torch/include/ATen/core/ivalue_inl.h' 2025-01-24T01:14:45.8822567Z adding 'torch/include/ATen/core/ivalue_to.h' 2025-01-24T01:14:45.8845319Z adding 'torch/include/ATen/core/jit_type.h' 2025-01-24T01:14:45.8855693Z adding 'torch/include/ATen/core/jit_type_base.h' 2025-01-24T01:14:45.8860000Z adding 'torch/include/ATen/core/operator_name.h' 2025-01-24T01:14:45.8865534Z adding 'torch/include/ATen/core/qualified_name.h' 2025-01-24T01:14:45.8869051Z adding 'torch/include/ATen/core/rref_interface.h' 2025-01-24T01:14:45.8873646Z adding 'torch/include/ATen/core/stack.h' 2025-01-24T01:14:45.8878225Z adding 'torch/include/ATen/core/symbol.h' 2025-01-24T01:14:45.8882113Z adding 'torch/include/ATen/core/type_factory.h' 2025-01-24T01:14:45.8885526Z adding 'torch/include/ATen/core/type_ptr.h' 2025-01-24T01:14:45.8888320Z adding 'torch/include/ATen/core/typeid.h' 2025-01-24T01:14:45.8894476Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2025-01-24T01:14:45.8898456Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2025-01-24T01:14:45.8903368Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2025-01-24T01:14:45.8909037Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2025-01-24T01:14:45.8912540Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2025-01-24T01:14:45.8916916Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2025-01-24T01:14:45.8920466Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2025-01-24T01:14:45.8926610Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2025-01-24T01:14:45.8937142Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2025-01-24T01:14:45.8941812Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2025-01-24T01:14:45.8946474Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2025-01-24T01:14:45.8952312Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2025-01-24T01:14:45.8966809Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2025-01-24T01:14:45.8971395Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2025-01-24T01:14:45.8978388Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2025-01-24T01:14:45.8982091Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2025-01-24T01:14:45.8985249Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2025-01-24T01:14:45.8989925Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2025-01-24T01:14:45.8994509Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2025-01-24T01:14:45.8999330Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2025-01-24T01:14:45.9008191Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2025-01-24T01:14:45.9012757Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2025-01-24T01:14:45.9015801Z adding 'torch/include/ATen/cpu/Utils.h' 2025-01-24T01:14:45.9020317Z adding 'torch/include/ATen/cpu/vml.h' 2025-01-24T01:14:45.9024318Z adding 'torch/include/ATen/cpu/vec/functional.h' 2025-01-24T01:14:45.9029102Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2025-01-24T01:14:45.9035703Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2025-01-24T01:14:45.9039662Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2025-01-24T01:14:45.9042893Z adding 'torch/include/ATen/cpu/vec/vec.h' 2025-01-24T01:14:45.9054509Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2025-01-24T01:14:45.9058905Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2025-01-24T01:14:45.9062203Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2025-01-24T01:14:45.9067253Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2025-01-24T01:14:45.9072737Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2025-01-24T01:14:45.9077359Z adding 'torch/include/ATen/cpu/vec/sve/sve_helper.h' 2025-01-24T01:14:45.9081601Z adding 'torch/include/ATen/cpu/vec/sve/vec_common_sve.h' 2025-01-24T01:14:45.9087307Z adding 'torch/include/ATen/cpu/vec/sve/vec_double.h' 2025-01-24T01:14:45.9093658Z adding 'torch/include/ATen/cpu/vec/sve/vec_float.h' 2025-01-24T01:14:45.9100519Z adding 'torch/include/ATen/cpu/vec/sve/vec_int.h' 2025-01-24T01:14:45.9106955Z adding 'torch/include/ATen/cpu/vec/sve/vec_qint.h' 2025-01-24T01:14:45.9111522Z adding 'torch/include/ATen/cpu/vec/vec128/vec128.h' 2025-01-24T01:14:45.9118275Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h' 2025-01-24T01:14:45.9123747Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_convert.h' 2025-01-24T01:14:45.9130386Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h' 2025-01-24T01:14:45.9137252Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h' 2025-01-24T01:14:45.9142275Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h' 2025-01-24T01:14:45.9147551Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2025-01-24T01:14:45.9150951Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2025-01-24T01:14:45.9156031Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2025-01-24T01:14:45.9166424Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2025-01-24T01:14:45.9174265Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2025-01-24T01:14:45.9181960Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2025-01-24T01:14:45.9186964Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2025-01-24T01:14:45.9192607Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2025-01-24T01:14:45.9200442Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2025-01-24T01:14:45.9214620Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2025-01-24T01:14:45.9220731Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2025-01-24T01:14:45.9232464Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2025-01-24T01:14:45.9238093Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2025-01-24T01:14:45.9242562Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2025-01-24T01:14:45.9249815Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2025-01-24T01:14:45.9257681Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2025-01-24T01:14:45.9263750Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2025-01-24T01:14:45.9269962Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2025-01-24T01:14:45.9275675Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2025-01-24T01:14:45.9281001Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2025-01-24T01:14:45.9286038Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2025-01-24T01:14:45.9291110Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2025-01-24T01:14:45.9297267Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2025-01-24T01:14:45.9303655Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2025-01-24T01:14:45.9311046Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2025-01-24T01:14:45.9335743Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2025-01-24T01:14:45.9343819Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2025-01-24T01:14:45.9358821Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2025-01-24T01:14:45.9368063Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2025-01-24T01:14:45.9378227Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2025-01-24T01:14:45.9383607Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2025-01-24T01:14:45.9390303Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2025-01-24T01:14:45.9399784Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2025-01-24T01:14:45.9413505Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2025-01-24T01:14:45.9420851Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2025-01-24T01:14:45.9433795Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2025-01-24T01:14:45.9441231Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2025-01-24T01:14:45.9444417Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2025-01-24T01:14:45.9448129Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2025-01-24T01:14:45.9455137Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2025-01-24T01:14:45.9463713Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2025-01-24T01:14:45.9469337Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2025-01-24T01:14:45.9472815Z adding 'torch/include/ATen/cuda/CUDAConfig.h' 2025-01-24T01:14:45.9475891Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2025-01-24T01:14:45.9479433Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2025-01-24T01:14:45.9482950Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2025-01-24T01:14:45.9486275Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2025-01-24T01:14:45.9490836Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2025-01-24T01:14:45.9495723Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2025-01-24T01:14:45.9499648Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2025-01-24T01:14:45.9503131Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2025-01-24T01:14:45.9506427Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2025-01-24T01:14:45.9511031Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2025-01-24T01:14:45.9515690Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2025-01-24T01:14:45.9518882Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2025-01-24T01:14:45.9521877Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2025-01-24T01:14:45.9525266Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2025-01-24T01:14:45.9528718Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2025-01-24T01:14:45.9531832Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2025-01-24T01:14:45.9536472Z adding 'torch/include/ATen/cuda/Exceptions.h' 2025-01-24T01:14:45.9540437Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2025-01-24T01:14:45.9543576Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2025-01-24T01:14:45.9546360Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2025-01-24T01:14:45.9549244Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2025-01-24T01:14:45.9552142Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2025-01-24T01:14:45.9555527Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2025-01-24T01:14:45.9558515Z adding 'torch/include/ATen/cuda/Sleep.h' 2025-01-24T01:14:45.9561528Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2025-01-24T01:14:45.9569110Z adding 'torch/include/ATen/cuda/cub.cuh' 2025-01-24T01:14:45.9573306Z adding 'torch/include/ATen/cuda/cub.h' 2025-01-24T01:14:45.9576639Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2025-01-24T01:14:45.9579900Z adding 'torch/include/ATen/cuda/jiterator.h' 2025-01-24T01:14:45.9584108Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2025-01-24T01:14:45.9587210Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2025-01-24T01:14:45.9591652Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2025-01-24T01:14:45.9596681Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2025-01-24T01:14:45.9599989Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2025-01-24T01:14:45.9604017Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2025-01-24T01:14:45.9607426Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2025-01-24T01:14:45.9611357Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2025-01-24T01:14:45.9616069Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2025-01-24T01:14:45.9620746Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2025-01-24T01:14:45.9625597Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2025-01-24T01:14:45.9630601Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2025-01-24T01:14:45.9638081Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2025-01-24T01:14:45.9646631Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2025-01-24T01:14:45.9651669Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2025-01-24T01:14:45.9655259Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2025-01-24T01:14:45.9659581Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2025-01-24T01:14:45.9664021Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2025-01-24T01:14:45.9669565Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2025-01-24T01:14:45.9677119Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2025-01-24T01:14:45.9680456Z adding 'torch/include/ATen/cudnn/Handle.h' 2025-01-24T01:14:45.9683230Z adding 'torch/include/ATen/cudnn/Handles.h' 2025-01-24T01:14:45.9686101Z adding 'torch/include/ATen/cudnn/Types.h' 2025-01-24T01:14:45.9689126Z adding 'torch/include/ATen/cudnn/Utils.h' 2025-01-24T01:14:45.9692180Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2025-01-24T01:14:45.9696528Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2025-01-24T01:14:45.9700888Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2025-01-24T01:14:45.9704601Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2025-01-24T01:14:45.9708173Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2025-01-24T01:14:45.9711494Z adding 'torch/include/ATen/detail/HPUHooksInterface.h' 2025-01-24T01:14:45.9714680Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2025-01-24T01:14:45.9717936Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2025-01-24T01:14:45.9721449Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2025-01-24T01:14:45.9725148Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2025-01-24T01:14:45.9728709Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2025-01-24T01:14:45.9732110Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2025-01-24T01:14:45.9736289Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2025-01-24T01:14:45.9742826Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2025-01-24T01:14:45.9746993Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2025-01-24T01:14:45.9751771Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2025-01-24T01:14:45.9755859Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2025-01-24T01:14:45.9760218Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2025-01-24T01:14:45.9763588Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2025-01-24T01:14:45.9768473Z adding 'torch/include/ATen/functorch/Interpreter.h' 2025-01-24T01:14:45.9774077Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2025-01-24T01:14:45.9777192Z adding 'torch/include/ATen/functorch/Macros.h' 2025-01-24T01:14:45.9780953Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2025-01-24T01:14:45.9785160Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2025-01-24T01:14:45.9788617Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2025-01-24T01:14:45.9793445Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2025-01-24T01:14:45.9796664Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2025-01-24T01:14:45.9802828Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2025-01-24T01:14:45.9807220Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2025-01-24T01:14:45.9812243Z adding 'torch/include/ATen/miopen/Descriptors.h' 2025-01-24T01:14:45.9815624Z adding 'torch/include/ATen/miopen/Exceptions.h' 2025-01-24T01:14:45.9818939Z adding 'torch/include/ATen/miopen/Handle.h' 2025-01-24T01:14:45.9821514Z adding 'torch/include/ATen/miopen/Types.h' 2025-01-24T01:14:45.9824563Z adding 'torch/include/ATen/miopen/Utils.h' 2025-01-24T01:14:45.9827338Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2025-01-24T01:14:45.9831560Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2025-01-24T01:14:45.9835612Z adding 'torch/include/ATen/mps/IndexKernels.h' 2025-01-24T01:14:45.9844463Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2025-01-24T01:14:45.9848728Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2025-01-24T01:14:45.9852223Z adding 'torch/include/ATen/mps/MPSDevice.h' 2025-01-24T01:14:45.9856242Z adding 'torch/include/ATen/mps/MPSEvent.h' 2025-01-24T01:14:45.9859739Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2025-01-24T01:14:45.9863965Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2025-01-24T01:14:45.9867559Z adding 'torch/include/ATen/mps/MPSHooks.h' 2025-01-24T01:14:45.9875215Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2025-01-24T01:14:45.9879636Z adding 'torch/include/ATen/mps/MPSStream.h' 2025-01-24T01:14:45.9886171Z adding 'torch/include/ATen/native/Activation.h' 2025-01-24T01:14:45.9889692Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2025-01-24T01:14:45.9892935Z adding 'torch/include/ATen/native/AmpKernels.h' 2025-01-24T01:14:45.9897497Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2025-01-24T01:14:45.9901459Z adding 'torch/include/ATen/native/BinaryOps.h' 2025-01-24T01:14:45.9906389Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2025-01-24T01:14:45.9910958Z adding 'torch/include/ATen/native/CPUBlas.h' 2025-01-24T01:14:45.9914785Z adding 'torch/include/ATen/native/CPUFallback.h' 2025-01-24T01:14:45.9917889Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2025-01-24T01:14:45.9921877Z adding 'torch/include/ATen/native/ComplexHelper.h' 2025-01-24T01:14:45.9925183Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2025-01-24T01:14:45.9929592Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2025-01-24T01:14:45.9936516Z adding 'torch/include/ATen/native/ConvUtils.h' 2025-01-24T01:14:45.9940142Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2025-01-24T01:14:45.9943264Z adding 'torch/include/ATen/native/Copy.h' 2025-01-24T01:14:45.9946241Z adding 'torch/include/ATen/native/Cross.h' 2025-01-24T01:14:45.9950758Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2025-01-24T01:14:45.9957169Z adding 'torch/include/ATen/native/DispatchStub.h' 2025-01-24T01:14:45.9961224Z adding 'torch/include/ATen/native/Distance.h' 2025-01-24T01:14:45.9968232Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2025-01-24T01:14:45.9978041Z adding 'torch/include/ATen/native/Distributions.h' 2025-01-24T01:14:45.9982796Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2025-01-24T01:14:45.9986097Z adding 'torch/include/ATen/native/Fill.h' 2025-01-24T01:14:45.9992903Z adding 'torch/include/ATen/native/ForeachUtils.h' 2025-01-24T01:14:45.9996956Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2025-01-24T01:14:46.0000139Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2025-01-24T01:14:46.0003021Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2025-01-24T01:14:46.0006126Z adding 'torch/include/ATen/native/FusedAdam.h' 2025-01-24T01:14:46.0009365Z adding 'torch/include/ATen/native/FusedSGD.h' 2025-01-24T01:14:46.0012572Z adding 'torch/include/ATen/native/Gelu.h' 2025-01-24T01:14:46.0017417Z adding 'torch/include/ATen/native/GridSampler.h' 2025-01-24T01:14:46.0021357Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2025-01-24T01:14:46.0024718Z adding 'torch/include/ATen/native/Histogram.h' 2025-01-24T01:14:46.0027991Z adding 'torch/include/ATen/native/IndexKernel.h' 2025-01-24T01:14:46.0032205Z adding 'torch/include/ATen/native/IndexingUtils.h' 2025-01-24T01:14:46.0035648Z adding 'torch/include/ATen/native/Lerp.h' 2025-01-24T01:14:46.0038632Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2025-01-24T01:14:46.0049306Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2025-01-24T01:14:46.0053259Z adding 'torch/include/ATen/native/LossMulti.h' 2025-01-24T01:14:46.0099367Z adding 'torch/include/ATen/native/Math.h' 2025-01-24T01:14:46.0105994Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2025-01-24T01:14:46.0111037Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2025-01-24T01:14:46.0114894Z adding 'torch/include/ATen/native/MaxPooling.h' 2025-01-24T01:14:46.0118049Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2025-01-24T01:14:46.0121423Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2025-01-24T01:14:46.0124627Z adding 'torch/include/ATen/native/Normalization.h' 2025-01-24T01:14:46.0127768Z adding 'torch/include/ATen/native/Padding.h' 2025-01-24T01:14:46.0130995Z adding 'torch/include/ATen/native/PixelShuffle.h' 2025-01-24T01:14:46.0134050Z adding 'torch/include/ATen/native/PointwiseOps.h' 2025-01-24T01:14:46.0139462Z adding 'torch/include/ATen/native/Pool.h' 2025-01-24T01:14:46.0143094Z adding 'torch/include/ATen/native/Pow.h' 2025-01-24T01:14:46.0146480Z adding 'torch/include/ATen/native/RNN.h' 2025-01-24T01:14:46.0149674Z adding 'torch/include/ATen/native/RangeFactories.h' 2025-01-24T01:14:46.0152576Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2025-01-24T01:14:46.0155786Z adding 'torch/include/ATen/native/ReduceOps.h' 2025-01-24T01:14:46.0162089Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2025-01-24T01:14:46.0165697Z adding 'torch/include/ATen/native/ReductionType.h' 2025-01-24T01:14:46.0168959Z adding 'torch/include/ATen/native/Repeat.h' 2025-01-24T01:14:46.0173653Z adding 'torch/include/ATen/native/Resize.h' 2025-01-24T01:14:46.0177448Z adding 'torch/include/ATen/native/ResizeCommon.h' 2025-01-24T01:14:46.0181188Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2025-01-24T01:14:46.0184328Z adding 'torch/include/ATen/native/SegmentReduce.h' 2025-01-24T01:14:46.0190004Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2025-01-24T01:14:46.0193845Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2025-01-24T01:14:46.0196896Z adding 'torch/include/ATen/native/Sorting.h' 2025-01-24T01:14:46.0200262Z adding 'torch/include/ATen/native/SortingUtils.h' 2025-01-24T01:14:46.0204800Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2025-01-24T01:14:46.0208698Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2025-01-24T01:14:46.0213020Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2025-01-24T01:14:46.0216659Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2025-01-24T01:14:46.0220653Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2025-01-24T01:14:46.0224019Z adding 'torch/include/ATen/native/TensorCompare.h' 2025-01-24T01:14:46.0227115Z adding 'torch/include/ATen/native/TensorConversions.h' 2025-01-24T01:14:46.0230654Z adding 'torch/include/ATen/native/TensorDimApply.h' 2025-01-24T01:14:46.0235065Z adding 'torch/include/ATen/native/TensorFactories.h' 2025-01-24T01:14:46.0238063Z adding 'torch/include/ATen/native/TensorIterator.h' 2025-01-24T01:14:46.0241619Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2025-01-24T01:14:46.0244480Z adding 'torch/include/ATen/native/TensorProperties.h' 2025-01-24T01:14:46.0248628Z adding 'torch/include/ATen/native/TensorShape.h' 2025-01-24T01:14:46.0252080Z adding 'torch/include/ATen/native/TensorTransformations.h' 2025-01-24T01:14:46.0255556Z adding 'torch/include/ATen/native/TopKImpl.h' 2025-01-24T01:14:46.0258878Z adding 'torch/include/ATen/native/TransposeType.h' 2025-01-24T01:14:46.0262321Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2025-01-24T01:14:46.0265528Z adding 'torch/include/ATen/native/TypeProperties.h' 2025-01-24T01:14:46.0269366Z adding 'torch/include/ATen/native/UnaryOps.h' 2025-01-24T01:14:46.0272584Z adding 'torch/include/ATen/native/Unfold2d.h' 2025-01-24T01:14:46.0275773Z adding 'torch/include/ATen/native/Unfold3d.h' 2025-01-24T01:14:46.0279575Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2025-01-24T01:14:46.0286924Z adding 'torch/include/ATen/native/UpSample.h' 2025-01-24T01:14:46.0290651Z adding 'torch/include/ATen/native/batch_norm.h' 2025-01-24T01:14:46.0293900Z adding 'torch/include/ATen/native/group_norm.h' 2025-01-24T01:14:46.0297753Z adding 'torch/include/ATen/native/im2col.h' 2025-01-24T01:14:46.0302092Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2025-01-24T01:14:46.0306090Z adding 'torch/include/ATen/native/layer_norm.h' 2025-01-24T01:14:46.0309342Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2025-01-24T01:14:46.0312800Z adding 'torch/include/ATen/native/vol2col.h' 2025-01-24T01:14:46.0317683Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2025-01-24T01:14:46.0320667Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2025-01-24T01:14:46.0323642Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2025-01-24T01:14:46.0326648Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2025-01-24T01:14:46.0329669Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2025-01-24T01:14:46.0335427Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2025-01-24T01:14:46.0339373Z adding 'torch/include/ATen/native/cpu/Gelu.h' 2025-01-24T01:14:46.0342731Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2025-01-24T01:14:46.0346430Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2025-01-24T01:14:46.0350016Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2025-01-24T01:14:46.0353464Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2025-01-24T01:14:46.0357088Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2025-01-24T01:14:46.0363190Z adding 'torch/include/ATen/native/cpu/Loops.h' 2025-01-24T01:14:46.0366758Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2025-01-24T01:14:46.0369728Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2025-01-24T01:14:46.0375712Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2025-01-24T01:14:46.0380676Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2025-01-24T01:14:46.0384380Z adding 'torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h' 2025-01-24T01:14:46.0387254Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2025-01-24T01:14:46.0391751Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2025-01-24T01:14:46.0395117Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2025-01-24T01:14:46.0398229Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2025-01-24T01:14:46.0401436Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2025-01-24T01:14:46.0417284Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2025-01-24T01:14:46.0421658Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2025-01-24T01:14:46.0428464Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2025-01-24T01:14:46.0432096Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2025-01-24T01:14:46.0435498Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2025-01-24T01:14:46.0440105Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2025-01-24T01:14:46.0444808Z adding 'torch/include/ATen/native/cpu/utils.h' 2025-01-24T01:14:46.0448927Z adding 'torch/include/ATen/native/cpu/zmath.h' 2025-01-24T01:14:46.0454207Z adding 'torch/include/ATen/native/cuda/Activation.h' 2025-01-24T01:14:46.0457756Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2025-01-24T01:14:46.0463929Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2025-01-24T01:14:46.0470202Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2025-01-24T01:14:46.0473857Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2025-01-24T01:14:46.0476907Z adding 'torch/include/ATen/native/cuda/Copy.h' 2025-01-24T01:14:46.0484938Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2025-01-24T01:14:46.0489069Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2025-01-24T01:14:46.0492145Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2025-01-24T01:14:46.0501150Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2025-01-24T01:14:46.0504864Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2025-01-24T01:14:46.0508070Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2025-01-24T01:14:46.0513640Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2025-01-24T01:14:46.0517345Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2025-01-24T01:14:46.0522168Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2025-01-24T01:14:46.0525551Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2025-01-24T01:14:46.0528637Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2025-01-24T01:14:46.0533109Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2025-01-24T01:14:46.0537625Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2025-01-24T01:14:46.0540800Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2025-01-24T01:14:46.0546116Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2025-01-24T01:14:46.0580266Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2025-01-24T01:14:46.0589096Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2025-01-24T01:14:46.0592654Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2025-01-24T01:14:46.0598033Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2025-01-24T01:14:46.0617379Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2025-01-24T01:14:46.0625299Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2025-01-24T01:14:46.0629388Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2025-01-24T01:14:46.0633111Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2025-01-24T01:14:46.0650129Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2025-01-24T01:14:46.0654312Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2025-01-24T01:14:46.0657844Z adding 'torch/include/ATen/native/cuda/Resize.h' 2025-01-24T01:14:46.0661045Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2025-01-24T01:14:46.0664059Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2025-01-24T01:14:46.0671431Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2025-01-24T01:14:46.0675170Z adding 'torch/include/ATen/native/cuda/Sort.h' 2025-01-24T01:14:46.0678308Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2025-01-24T01:14:46.0683900Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2025-01-24T01:14:46.0687268Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2025-01-24T01:14:46.0691518Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2025-01-24T01:14:46.0697741Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2025-01-24T01:14:46.0705380Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2025-01-24T01:14:46.0709010Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2025-01-24T01:14:46.0711973Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2025-01-24T01:14:46.0715033Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2025-01-24T01:14:46.0720451Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2025-01-24T01:14:46.0724578Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2025-01-24T01:14:46.0727828Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2025-01-24T01:14:46.0730961Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2025-01-24T01:14:46.0735587Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2025-01-24T01:14:46.0738849Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2025-01-24T01:14:46.0741990Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2025-01-24T01:14:46.0747068Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2025-01-24T01:14:46.0751894Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2025-01-24T01:14:46.0760305Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2025-01-24T01:14:46.0764058Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2025-01-24T01:14:46.0768993Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2025-01-24T01:14:46.0773229Z adding 'torch/include/ATen/native/hip/ck_bgemm.h' 2025-01-24T01:14:46.0776449Z adding 'torch/include/ATen/native/hip/ck_gemm.h' 2025-01-24T01:14:46.0781142Z adding 'torch/include/ATen/native/hip/ck_gemm_template.h' 2025-01-24T01:14:46.0784583Z adding 'torch/include/ATen/native/hip/ck_types.h' 2025-01-24T01:14:46.0788931Z adding 'torch/include/ATen/native/kleidiai/kai_kernels.h' 2025-01-24T01:14:46.0792467Z adding 'torch/include/ATen/native/kleidiai/kai_pack.h' 2025-01-24T01:14:46.0796162Z adding 'torch/include/ATen/native/kleidiai/kai_ukernel_interface.h' 2025-01-24T01:14:46.0805123Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Attr.h' 2025-01-24T01:14:46.0809022Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Utils.h' 2025-01-24T01:14:46.0812777Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h' 2025-01-24T01:14:46.0816669Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h' 2025-01-24T01:14:46.0820600Z adding 'torch/include/ATen/native/mps/Copy.h' 2025-01-24T01:14:46.0823992Z adding 'torch/include/ATen/native/mps/MPSGraphSequoiaOps.h' 2025-01-24T01:14:46.0827611Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2025-01-24T01:14:46.0832063Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2025-01-24T01:14:46.0871898Z adding 'torch/include/ATen/native/mps/MetalShaderLibrary.h' 2025-01-24T01:14:46.0880421Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2025-01-24T01:14:46.0883972Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2025-01-24T01:14:46.0888175Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2025-01-24T01:14:46.0891866Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2025-01-24T01:14:46.0895740Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2025-01-24T01:14:46.0899116Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2025-01-24T01:14:46.0905962Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2025-01-24T01:14:46.0910983Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2025-01-24T01:14:46.0914561Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2025-01-24T01:14:46.0917967Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2025-01-24T01:14:46.0922194Z adding 'torch/include/ATen/native/quantized/Copy.h' 2025-01-24T01:14:46.0924444Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2025-01-24T01:14:46.0927511Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2025-01-24T01:14:46.0931365Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2025-01-24T01:14:46.0935141Z adding 'torch/include/ATen/native/quantized/library.h' 2025-01-24T01:14:46.0939259Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2025-01-24T01:14:46.0942568Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2025-01-24T01:14:46.0948483Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2025-01-24T01:14:46.0955802Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2025-01-24T01:14:46.0961636Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2025-01-24T01:14:46.0966204Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2025-01-24T01:14:46.0969524Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2025-01-24T01:14:46.0974968Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2025-01-24T01:14:46.0981047Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2025-01-24T01:14:46.0986735Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2025-01-24T01:14:46.0990175Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2025-01-24T01:14:46.0993472Z adding 'torch/include/ATen/native/quantized/cpu/qconv.h' 2025-01-24T01:14:46.0996761Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2025-01-24T01:14:46.0999853Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2025-01-24T01:14:46.1002942Z adding 'torch/include/ATen/native/quantized/cpu/qlinear.h' 2025-01-24T01:14:46.1007187Z adding 'torch/include/ATen/native/transformers/attention.h' 2025-01-24T01:14:46.1013798Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2025-01-24T01:14:46.1018055Z adding 'torch/include/ATen/native/utils/Factory.h' 2025-01-24T01:14:46.1021318Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2025-01-24T01:14:46.1024902Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2025-01-24T01:14:46.1209296Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2025-01-24T01:14:46.1212769Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2025-01-24T01:14:46.1216199Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1219403Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2025-01-24T01:14:46.1222549Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2025-01-24T01:14:46.1225755Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2025-01-24T01:14:46.1229148Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2025-01-24T01:14:46.1232652Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1235767Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2025-01-24T01:14:46.1239075Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2025-01-24T01:14:46.1242258Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2025-01-24T01:14:46.1245529Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2025-01-24T01:14:46.1249090Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2025-01-24T01:14:46.1252421Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2025-01-24T01:14:46.1255877Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1258913Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-01-24T01:14:46.1262704Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-01-24T01:14:46.1265441Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2025-01-24T01:14:46.1268838Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2025-01-24T01:14:46.1272187Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1275349Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2025-01-24T01:14:46.1278528Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2025-01-24T01:14:46.1281576Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2025-01-24T01:14:46.1284979Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2025-01-24T01:14:46.1288096Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2025-01-24T01:14:46.1291483Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.1294533Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2025-01-24T01:14:46.1297728Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2025-01-24T01:14:46.1301163Z adding 'torch/include/ATen/ops/_add_relu.h' 2025-01-24T01:14:46.1304559Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1307828Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2025-01-24T01:14:46.1311163Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2025-01-24T01:14:46.1314303Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2025-01-24T01:14:46.1317843Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2025-01-24T01:14:46.1321234Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2025-01-24T01:14:46.1324882Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.1327897Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2025-01-24T01:14:46.1331209Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2025-01-24T01:14:46.1334309Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2025-01-24T01:14:46.1337634Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2025-01-24T01:14:46.1340746Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2025-01-24T01:14:46.1344122Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2025-01-24T01:14:46.1347651Z adding 'torch/include/ATen/ops/_aminmax.h' 2025-01-24T01:14:46.1351319Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1354474Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2025-01-24T01:14:46.1357651Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2025-01-24T01:14:46.1360817Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2025-01-24T01:14:46.1364306Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2025-01-24T01:14:46.1367831Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2025-01-24T01:14:46.1371731Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1374680Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2025-01-24T01:14:46.1377815Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2025-01-24T01:14:46.1380920Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2025-01-24T01:14:46.1384433Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2025-01-24T01:14:46.1387813Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2025-01-24T01:14:46.1391317Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1394544Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2025-01-24T01:14:46.1397681Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2025-01-24T01:14:46.1401181Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2025-01-24T01:14:46.1404224Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2025-01-24T01:14:46.1407743Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2025-01-24T01:14:46.1410923Z adding 'torch/include/ATen/ops/_assert_async.h' 2025-01-24T01:14:46.1414119Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2025-01-24T01:14:46.1417357Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2025-01-24T01:14:46.1420364Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2025-01-24T01:14:46.1423678Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2025-01-24T01:14:46.1426848Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2025-01-24T01:14:46.1430437Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1433523Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2025-01-24T01:14:46.1436660Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2025-01-24T01:14:46.1440116Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2025-01-24T01:14:46.1443543Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1446871Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_meta_dispatch.h' 2025-01-24T01:14:46.1450078Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2025-01-24T01:14:46.1453415Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2025-01-24T01:14:46.1456580Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2025-01-24T01:14:46.1459897Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.1462916Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2025-01-24T01:14:46.1466047Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2025-01-24T01:14:46.1469572Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2025-01-24T01:14:46.1473414Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.1476901Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2025-01-24T01:14:46.1480113Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2025-01-24T01:14:46.1483255Z adding 'torch/include/ATen/ops/_backward.h' 2025-01-24T01:14:46.1486552Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.1489843Z adding 'torch/include/ATen/ops/_backward_native.h' 2025-01-24T01:14:46.1492852Z adding 'torch/include/ATen/ops/_backward_ops.h' 2025-01-24T01:14:46.1496260Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2025-01-24T01:14:46.1499505Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2025-01-24T01:14:46.1503233Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.1506448Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2025-01-24T01:14:46.1509901Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2025-01-24T01:14:46.1513232Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.1516249Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2025-01-24T01:14:46.1519721Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2025-01-24T01:14:46.1523086Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2025-01-24T01:14:46.1526546Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1529549Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2025-01-24T01:14:46.1532986Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2025-01-24T01:14:46.1536595Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2025-01-24T01:14:46.1540008Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1543125Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2025-01-24T01:14:46.1546396Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2025-01-24T01:14:46.1549731Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2025-01-24T01:14:46.1553278Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2025-01-24T01:14:46.1556414Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2025-01-24T01:14:46.1559682Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.1562558Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2025-01-24T01:14:46.1565895Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2025-01-24T01:14:46.1569012Z adding 'torch/include/ATen/ops/_cast_Char.h' 2025-01-24T01:14:46.1572282Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.1575155Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2025-01-24T01:14:46.1578279Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2025-01-24T01:14:46.1581400Z adding 'torch/include/ATen/ops/_cast_Double.h' 2025-01-24T01:14:46.1584679Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.1587662Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2025-01-24T01:14:46.1590849Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2025-01-24T01:14:46.1593914Z adding 'torch/include/ATen/ops/_cast_Float.h' 2025-01-24T01:14:46.1597207Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.1600151Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2025-01-24T01:14:46.1603240Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2025-01-24T01:14:46.1606353Z adding 'torch/include/ATen/ops/_cast_Half.h' 2025-01-24T01:14:46.1609619Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.1612448Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2025-01-24T01:14:46.1615561Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2025-01-24T01:14:46.1618582Z adding 'torch/include/ATen/ops/_cast_Int.h' 2025-01-24T01:14:46.1621785Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.1624722Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2025-01-24T01:14:46.1628116Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2025-01-24T01:14:46.1631318Z adding 'torch/include/ATen/ops/_cast_Long.h' 2025-01-24T01:14:46.1634389Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.1637225Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2025-01-24T01:14:46.1640313Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2025-01-24T01:14:46.1643352Z adding 'torch/include/ATen/ops/_cast_Short.h' 2025-01-24T01:14:46.1646612Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.1649481Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2025-01-24T01:14:46.1652600Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2025-01-24T01:14:46.1655721Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2025-01-24T01:14:46.1659140Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1662011Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2025-01-24T01:14:46.1665128Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2025-01-24T01:14:46.1668285Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2025-01-24T01:14:46.1671525Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2025-01-24T01:14:46.1674710Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2025-01-24T01:14:46.1678059Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1681082Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2025-01-24T01:14:46.1684185Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2025-01-24T01:14:46.1687198Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2025-01-24T01:14:46.1690430Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2025-01-24T01:14:46.1693591Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2025-01-24T01:14:46.1696890Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1699865Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2025-01-24T01:14:46.1702938Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2025-01-24T01:14:46.1705941Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2025-01-24T01:14:46.1709304Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2025-01-24T01:14:46.1712426Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2025-01-24T01:14:46.1715693Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.1718589Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2025-01-24T01:14:46.1721713Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2025-01-24T01:14:46.1724758Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2025-01-24T01:14:46.1728333Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1731366Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2025-01-24T01:14:46.1734372Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2025-01-24T01:14:46.1737568Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2025-01-24T01:14:46.1740682Z adding 'torch/include/ATen/ops/_coalesce.h' 2025-01-24T01:14:46.1743949Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1746861Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2025-01-24T01:14:46.1750211Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2025-01-24T01:14:46.1753340Z adding 'torch/include/ATen/ops/_coalesced.h' 2025-01-24T01:14:46.1756618Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1759631Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2025-01-24T01:14:46.1762635Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2025-01-24T01:14:46.1765857Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2025-01-24T01:14:46.1769108Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2025-01-24T01:14:46.1772499Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2025-01-24T01:14:46.1775498Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2025-01-24T01:14:46.1778510Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2025-01-24T01:14:46.1781711Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2025-01-24T01:14:46.1784712Z adding 'torch/include/ATen/ops/_conj.h' 2025-01-24T01:14:46.1787973Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1790971Z adding 'torch/include/ATen/ops/_conj_copy.h' 2025-01-24T01:14:46.1794247Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1797415Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.1800203Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2025-01-24T01:14:46.1803365Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2025-01-24T01:14:46.1806413Z adding 'torch/include/ATen/ops/_conj_native.h' 2025-01-24T01:14:46.1809526Z adding 'torch/include/ATen/ops/_conj_ops.h' 2025-01-24T01:14:46.1812620Z adding 'torch/include/ATen/ops/_conj_physical.h' 2025-01-24T01:14:46.1815900Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1818943Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2025-01-24T01:14:46.1822147Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2025-01-24T01:14:46.1825725Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2025-01-24T01:14:46.1829635Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2025-01-24T01:14:46.1832757Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2025-01-24T01:14:46.1836243Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2025-01-24T01:14:46.1839673Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2025-01-24T01:14:46.1843117Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.1846272Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2025-01-24T01:14:46.1849467Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2025-01-24T01:14:46.1852682Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2025-01-24T01:14:46.1855970Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2025-01-24T01:14:46.1859074Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2025-01-24T01:14:46.1862486Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2025-01-24T01:14:46.1865729Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2025-01-24T01:14:46.1869414Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.1872485Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2025-01-24T01:14:46.1875774Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2025-01-24T01:14:46.1879334Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2025-01-24T01:14:46.1882223Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2025-01-24T01:14:46.1885433Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2025-01-24T01:14:46.1888733Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2025-01-24T01:14:46.1891971Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2025-01-24T01:14:46.1895171Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2025-01-24T01:14:46.1898338Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu.h' 2025-01-24T01:14:46.1901611Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h' 2025-01-24T01:14:46.1906898Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_native.h' 2025-01-24T01:14:46.1910247Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_ops.h' 2025-01-24T01:14:46.1913411Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2025-01-24T01:14:46.1916565Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2025-01-24T01:14:46.1920552Z adding 'torch/include/ATen/ops/_convolution.h' 2025-01-24T01:14:46.1924479Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1927744Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.1931251Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2025-01-24T01:14:46.1934829Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.1937970Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2025-01-24T01:14:46.1941424Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2025-01-24T01:14:46.1944727Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2025-01-24T01:14:46.1948380Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.1951409Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2025-01-24T01:14:46.1954827Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2025-01-24T01:14:46.1958119Z adding 'torch/include/ATen/ops/_convolution_native.h' 2025-01-24T01:14:46.1961638Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2025-01-24T01:14:46.1964998Z adding 'torch/include/ATen/ops/_copy_from.h' 2025-01-24T01:14:46.1968151Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2025-01-24T01:14:46.1971677Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1974608Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2025-01-24T01:14:46.1978426Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2025-01-24T01:14:46.1982271Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.1985681Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2025-01-24T01:14:46.1989506Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2025-01-24T01:14:46.1992690Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2025-01-24T01:14:46.1995975Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2025-01-24T01:14:46.1998943Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2025-01-24T01:14:46.2002282Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2025-01-24T01:14:46.2006006Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2025-01-24T01:14:46.2009705Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2025-01-24T01:14:46.2012779Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2025-01-24T01:14:46.2016229Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2025-01-24T01:14:46.2019479Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2025-01-24T01:14:46.2022830Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2025-01-24T01:14:46.2025957Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2025-01-24T01:14:46.2029417Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2025-01-24T01:14:46.2032933Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2025-01-24T01:14:46.2036357Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2025-01-24T01:14:46.2039785Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2043000Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2025-01-24T01:14:46.2046266Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2025-01-24T01:14:46.2049385Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2025-01-24T01:14:46.2052876Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2025-01-24T01:14:46.2056433Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2059518Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2025-01-24T01:14:46.2062653Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2025-01-24T01:14:46.2065791Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2025-01-24T01:14:46.2068986Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2025-01-24T01:14:46.2072524Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2025-01-24T01:14:46.2075969Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2025-01-24T01:14:46.2079331Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2082383Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2025-01-24T01:14:46.2085497Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2025-01-24T01:14:46.2088893Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2025-01-24T01:14:46.2092443Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2025-01-24T01:14:46.2095803Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2099006Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2025-01-24T01:14:46.2102077Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2025-01-24T01:14:46.2105417Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2025-01-24T01:14:46.2109476Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2025-01-24T01:14:46.2114005Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2025-01-24T01:14:46.2117911Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2121201Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2025-01-24T01:14:46.2124468Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2025-01-24T01:14:46.2128136Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2025-01-24T01:14:46.2131867Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2135155Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2025-01-24T01:14:46.2138749Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2025-01-24T01:14:46.2142267Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2145374Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2025-01-24T01:14:46.2148563Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2025-01-24T01:14:46.2151894Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2025-01-24T01:14:46.2155127Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2025-01-24T01:14:46.2158666Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2025-01-24T01:14:46.2161899Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2025-01-24T01:14:46.2165174Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.2168071Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2025-01-24T01:14:46.2171815Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2025-01-24T01:14:46.2174931Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2025-01-24T01:14:46.2178203Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.2181124Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2025-01-24T01:14:46.2184321Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2025-01-24T01:14:46.2187346Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2025-01-24T01:14:46.2190755Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.2193625Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2025-01-24T01:14:46.2196872Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2025-01-24T01:14:46.2199787Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2025-01-24T01:14:46.2203092Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.2206060Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2025-01-24T01:14:46.2218666Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2025-01-24T01:14:46.2219263Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2025-01-24T01:14:46.2219700Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2025-01-24T01:14:46.2220163Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2025-01-24T01:14:46.2221363Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2025-01-24T01:14:46.2224348Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2025-01-24T01:14:46.2227533Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2025-01-24T01:14:46.2230773Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2025-01-24T01:14:46.2233931Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2025-01-24T01:14:46.2237017Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2025-01-24T01:14:46.2240100Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2025-01-24T01:14:46.2243205Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2025-01-24T01:14:46.2246490Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.2249374Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2025-01-24T01:14:46.2252439Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2025-01-24T01:14:46.2255391Z adding 'torch/include/ATen/ops/_dimI.h' 2025-01-24T01:14:46.2258418Z adding 'torch/include/ATen/ops/_dimI_native.h' 2025-01-24T01:14:46.2261521Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2025-01-24T01:14:46.2264504Z adding 'torch/include/ATen/ops/_dimV.h' 2025-01-24T01:14:46.2267544Z adding 'torch/include/ATen/ops/_dimV_native.h' 2025-01-24T01:14:46.2270649Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2025-01-24T01:14:46.2273653Z adding 'torch/include/ATen/ops/_dim_arange.h' 2025-01-24T01:14:46.2276880Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.2279786Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2025-01-24T01:14:46.2282857Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2025-01-24T01:14:46.2285965Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2025-01-24T01:14:46.2289527Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2292608Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2025-01-24T01:14:46.2295789Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2025-01-24T01:14:46.2298876Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2025-01-24T01:14:46.2302174Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2025-01-24T01:14:46.2305408Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit.h' 2025-01-24T01:14:46.2308771Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_cpu_dispatch.h' 2025-01-24T01:14:46.2312012Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_native.h' 2025-01-24T01:14:46.2315255Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_ops.h' 2025-01-24T01:14:46.2318550Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight.h' 2025-01-24T01:14:46.2321912Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_cpu_dispatch.h' 2025-01-24T01:14:46.2324979Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_native.h' 2025-01-24T01:14:46.2328329Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_ops.h' 2025-01-24T01:14:46.2331872Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2025-01-24T01:14:46.2336695Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2025-01-24T01:14:46.2340295Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2025-01-24T01:14:46.2343616Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2025-01-24T01:14:46.2347315Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2025-01-24T01:14:46.2351046Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2025-01-24T01:14:46.2354201Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2025-01-24T01:14:46.2357732Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2025-01-24T01:14:46.2361333Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2025-01-24T01:14:46.2364981Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2368115Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2025-01-24T01:14:46.2371392Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2025-01-24T01:14:46.2374626Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2025-01-24T01:14:46.2377792Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2025-01-24T01:14:46.2381197Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2025-01-24T01:14:46.2384618Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2025-01-24T01:14:46.2388324Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2025-01-24T01:14:46.2391667Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2025-01-24T01:14:46.2395047Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2025-01-24T01:14:46.2398275Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2025-01-24T01:14:46.2401599Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2025-01-24T01:14:46.2405101Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2408171Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2025-01-24T01:14:46.2411521Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2025-01-24T01:14:46.2415221Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2025-01-24T01:14:46.2418877Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2422153Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2025-01-24T01:14:46.2425388Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2025-01-24T01:14:46.2428699Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2025-01-24T01:14:46.2432083Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2025-01-24T01:14:46.2435678Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2025-01-24T01:14:46.2439282Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2442449Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2025-01-24T01:14:46.2445747Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2025-01-24T01:14:46.2448915Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2025-01-24T01:14:46.2452455Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2025-01-24T01:14:46.2455692Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2025-01-24T01:14:46.2459200Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2025-01-24T01:14:46.2462757Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2025-01-24T01:14:46.2466200Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2469533Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2025-01-24T01:14:46.2472733Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2025-01-24T01:14:46.2476176Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2025-01-24T01:14:46.2479381Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2025-01-24T01:14:46.2483244Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2025-01-24T01:14:46.2487231Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.2490689Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2025-01-24T01:14:46.2494406Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2025-01-24T01:14:46.2498434Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2025-01-24T01:14:46.2502169Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2505402Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2025-01-24T01:14:46.2508842Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2025-01-24T01:14:46.2513060Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2025-01-24T01:14:46.2517262Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2025-01-24T01:14:46.2521119Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2524322Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2025-01-24T01:14:46.2527521Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2025-01-24T01:14:46.2531064Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2025-01-24T01:14:46.2534204Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2025-01-24T01:14:46.2537492Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2540409Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2025-01-24T01:14:46.2543581Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2025-01-24T01:14:46.2546979Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2025-01-24T01:14:46.2550521Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2025-01-24T01:14:46.2553882Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2025-01-24T01:14:46.2556991Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2025-01-24T01:14:46.2560082Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2025-01-24T01:14:46.2563293Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2025-01-24T01:14:46.2566599Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2569665Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2025-01-24T01:14:46.2572814Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2025-01-24T01:14:46.2575853Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2025-01-24T01:14:46.2579288Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2025-01-24T01:14:46.2582552Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2025-01-24T01:14:46.2585783Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2025-01-24T01:14:46.2589102Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2025-01-24T01:14:46.2592259Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2025-01-24T01:14:46.2595312Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2025-01-24T01:14:46.2598716Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2025-01-24T01:14:46.2602151Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2605069Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2025-01-24T01:14:46.2608207Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2025-01-24T01:14:46.2611254Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2025-01-24T01:14:46.2614532Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2025-01-24T01:14:46.2617905Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2025-01-24T01:14:46.2621417Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2624518Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2025-01-24T01:14:46.2627737Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2025-01-24T01:14:46.2630869Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2025-01-24T01:14:46.2634296Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2025-01-24T01:14:46.2637647Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2025-01-24T01:14:46.2641138Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2025-01-24T01:14:46.2644378Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2025-01-24T01:14:46.2647643Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2025-01-24T01:14:46.2650945Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2025-01-24T01:14:46.2654547Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2025-01-24T01:14:46.2658019Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2025-01-24T01:14:46.2661242Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2025-01-24T01:14:46.2664443Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2025-01-24T01:14:46.2667823Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2025-01-24T01:14:46.2671970Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2025-01-24T01:14:46.2675374Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2025-01-24T01:14:46.2678530Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2025-01-24T01:14:46.2681765Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2025-01-24T01:14:46.2685070Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2025-01-24T01:14:46.2688407Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2025-01-24T01:14:46.2691687Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2025-01-24T01:14:46.2694949Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2025-01-24T01:14:46.2698007Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2025-01-24T01:14:46.2701237Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2025-01-24T01:14:46.2704859Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2025-01-24T01:14:46.2708390Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2025-01-24T01:14:46.2711681Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2025-01-24T01:14:46.2715194Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2025-01-24T01:14:46.2718770Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2025-01-24T01:14:46.2722376Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2025-01-24T01:14:46.2725567Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2025-01-24T01:14:46.2729069Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2025-01-24T01:14:46.2732394Z adding 'torch/include/ATen/ops/_foobar.h' 2025-01-24T01:14:46.2735688Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2738911Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2025-01-24T01:14:46.2741952Z adding 'torch/include/ATen/ops/_foobar_native.h' 2025-01-24T01:14:46.2745257Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2025-01-24T01:14:46.2748537Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2025-01-24T01:14:46.2752003Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2755139Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2025-01-24T01:14:46.2758180Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2025-01-24T01:14:46.2761569Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2025-01-24T01:14:46.2764742Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2025-01-24T01:14:46.2768195Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2771248Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2025-01-24T01:14:46.2774389Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2025-01-24T01:14:46.2777836Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2025-01-24T01:14:46.2781380Z adding 'torch/include/ATen/ops/_foreach_add.h' 2025-01-24T01:14:46.2785164Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2788489Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2025-01-24T01:14:46.2791818Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2025-01-24T01:14:46.2795858Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2025-01-24T01:14:46.2799655Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2025-01-24T01:14:46.2803405Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2806713Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2025-01-24T01:14:46.2809972Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2025-01-24T01:14:46.2813919Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2025-01-24T01:14:46.2817688Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2025-01-24T01:14:46.2821266Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2824636Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2025-01-24T01:14:46.2828090Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2025-01-24T01:14:46.2831975Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2025-01-24T01:14:46.2835384Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2025-01-24T01:14:46.2838688Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2841908Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2025-01-24T01:14:46.2845809Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2025-01-24T01:14:46.2849166Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2025-01-24T01:14:46.2852492Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2025-01-24T01:14:46.2855814Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2859047Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2025-01-24T01:14:46.2862040Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2025-01-24T01:14:46.2865476Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2025-01-24T01:14:46.2868842Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2025-01-24T01:14:46.2872182Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2875354Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2025-01-24T01:14:46.2878421Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2025-01-24T01:14:46.2881870Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2025-01-24T01:14:46.2885398Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2025-01-24T01:14:46.2888872Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2892075Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2025-01-24T01:14:46.2895380Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2025-01-24T01:14:46.2899051Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2025-01-24T01:14:46.2902659Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2025-01-24T01:14:46.2906327Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2909699Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2025-01-24T01:14:46.2912920Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2025-01-24T01:14:46.2916889Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2025-01-24T01:14:46.2920197Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2025-01-24T01:14:46.2923815Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2926900Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2025-01-24T01:14:46.2930082Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2025-01-24T01:14:46.2933522Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2025-01-24T01:14:46.2936665Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2025-01-24T01:14:46.2940126Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2943185Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2025-01-24T01:14:46.2946295Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2025-01-24T01:14:46.2949689Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2025-01-24T01:14:46.2952874Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2025-01-24T01:14:46.2956327Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2959338Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2025-01-24T01:14:46.2962350Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2025-01-24T01:14:46.2965608Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2025-01-24T01:14:46.2969046Z adding 'torch/include/ATen/ops/_foreach_div.h' 2025-01-24T01:14:46.2972747Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2975915Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2025-01-24T01:14:46.2979165Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2025-01-24T01:14:46.2982964Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2025-01-24T01:14:46.2986274Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2025-01-24T01:14:46.2989755Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.2992792Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2025-01-24T01:14:46.2995801Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2025-01-24T01:14:46.2999042Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2025-01-24T01:14:46.3002161Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2025-01-24T01:14:46.3005653Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3008691Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2025-01-24T01:14:46.3011705Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2025-01-24T01:14:46.3014905Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2025-01-24T01:14:46.3018014Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2025-01-24T01:14:46.3021362Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3024344Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2025-01-24T01:14:46.3027341Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2025-01-24T01:14:46.3030682Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2025-01-24T01:14:46.3033819Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2025-01-24T01:14:46.3037137Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3040095Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2025-01-24T01:14:46.3043231Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2025-01-24T01:14:46.3046312Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2025-01-24T01:14:46.3049444Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2025-01-24T01:14:46.3052734Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3055750Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2025-01-24T01:14:46.3058791Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2025-01-24T01:14:46.3062097Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2025-01-24T01:14:46.3065224Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2025-01-24T01:14:46.3068634Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3071872Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2025-01-24T01:14:46.3075018Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2025-01-24T01:14:46.3078220Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2025-01-24T01:14:46.3081595Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2025-01-24T01:14:46.3085130Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3088269Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2025-01-24T01:14:46.3091477Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2025-01-24T01:14:46.3095155Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2025-01-24T01:14:46.3098502Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2025-01-24T01:14:46.3101795Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3104789Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2025-01-24T01:14:46.3107883Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2025-01-24T01:14:46.3111166Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2025-01-24T01:14:46.3114353Z adding 'torch/include/ATen/ops/_foreach_log.h' 2025-01-24T01:14:46.3117511Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2025-01-24T01:14:46.3120822Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3123809Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2025-01-24T01:14:46.3126783Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2025-01-24T01:14:46.3129999Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2025-01-24T01:14:46.3133147Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2025-01-24T01:14:46.3136579Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3139601Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2025-01-24T01:14:46.3142706Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2025-01-24T01:14:46.3145933Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2025-01-24T01:14:46.3149184Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2025-01-24T01:14:46.3152466Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3155481Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2025-01-24T01:14:46.3158528Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2025-01-24T01:14:46.3161897Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2025-01-24T01:14:46.3165186Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3168362Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2025-01-24T01:14:46.3171369Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2025-01-24T01:14:46.3174775Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2025-01-24T01:14:46.3177888Z adding 'torch/include/ATen/ops/_foreach_max.h' 2025-01-24T01:14:46.3181435Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3185160Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2025-01-24T01:14:46.3193363Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2025-01-24T01:14:46.3193776Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2025-01-24T01:14:46.3197313Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2025-01-24T01:14:46.3200715Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3203813Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2025-01-24T01:14:46.3207209Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2025-01-24T01:14:46.3211222Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2025-01-24T01:14:46.3214611Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2025-01-24T01:14:46.3218542Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3222258Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2025-01-24T01:14:46.3225941Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2025-01-24T01:14:46.3230260Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2025-01-24T01:14:46.3234331Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2025-01-24T01:14:46.3238409Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3242084Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2025-01-24T01:14:46.3245931Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2025-01-24T01:14:46.3249865Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2025-01-24T01:14:46.3253353Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2025-01-24T01:14:46.3256657Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3259922Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2025-01-24T01:14:46.3262938Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2025-01-24T01:14:46.3266409Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2025-01-24T01:14:46.3269925Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2025-01-24T01:14:46.3273295Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3276349Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2025-01-24T01:14:46.3279511Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2025-01-24T01:14:46.3282884Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2025-01-24T01:14:46.3286265Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2025-01-24T01:14:46.3289858Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3293025Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2025-01-24T01:14:46.3296607Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2025-01-24T01:14:46.3300083Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2025-01-24T01:14:46.3303378Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2025-01-24T01:14:46.3306703Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3309849Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2025-01-24T01:14:46.3312951Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2025-01-24T01:14:46.3316190Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2025-01-24T01:14:46.3319331Z adding 'torch/include/ATen/ops/_foreach_round.h' 2025-01-24T01:14:46.3322710Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3325732Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2025-01-24T01:14:46.3328749Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2025-01-24T01:14:46.3331987Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2025-01-24T01:14:46.3335135Z adding 'torch/include/ATen/ops/_foreach_rsqrt.h' 2025-01-24T01:14:46.3338435Z adding 'torch/include/ATen/ops/_foreach_rsqrt_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3341471Z adding 'torch/include/ATen/ops/_foreach_rsqrt_cuda_dispatch.h' 2025-01-24T01:14:46.3344710Z adding 'torch/include/ATen/ops/_foreach_rsqrt_native.h' 2025-01-24T01:14:46.3347783Z adding 'torch/include/ATen/ops/_foreach_rsqrt_ops.h' 2025-01-24T01:14:46.3350973Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2025-01-24T01:14:46.3354262Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3357285Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2025-01-24T01:14:46.3360254Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2025-01-24T01:14:46.3363503Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2025-01-24T01:14:46.3366668Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2025-01-24T01:14:46.3369988Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3372959Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2025-01-24T01:14:46.3375945Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2025-01-24T01:14:46.3379140Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2025-01-24T01:14:46.3382221Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2025-01-24T01:14:46.3385495Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3388606Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2025-01-24T01:14:46.3391660Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2025-01-24T01:14:46.3394875Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2025-01-24T01:14:46.3397961Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2025-01-24T01:14:46.3401248Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3404211Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2025-01-24T01:14:46.3407195Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2025-01-24T01:14:46.3410403Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2025-01-24T01:14:46.3413561Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2025-01-24T01:14:46.3416874Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3419867Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2025-01-24T01:14:46.3422866Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2025-01-24T01:14:46.3426034Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2025-01-24T01:14:46.3429483Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2025-01-24T01:14:46.3433799Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3436943Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2025-01-24T01:14:46.3440155Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2025-01-24T01:14:46.3443842Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2025-01-24T01:14:46.3447105Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2025-01-24T01:14:46.3450393Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3453385Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2025-01-24T01:14:46.3456409Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2025-01-24T01:14:46.3459603Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2025-01-24T01:14:46.3462752Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2025-01-24T01:14:46.3466059Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3469148Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2025-01-24T01:14:46.3472127Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2025-01-24T01:14:46.3475316Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2025-01-24T01:14:46.3478559Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2025-01-24T01:14:46.3481850Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3485738Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2025-01-24T01:14:46.3489286Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2025-01-24T01:14:46.3493549Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2025-01-24T01:14:46.3496084Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2025-01-24T01:14:46.3499548Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3502687Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2025-01-24T01:14:46.3505755Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2025-01-24T01:14:46.3509169Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2025-01-24T01:14:46.3512361Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2025-01-24T01:14:46.3515866Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2025-01-24T01:14:46.3518884Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2025-01-24T01:14:46.3522158Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2025-01-24T01:14:46.3525364Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2025-01-24T01:14:46.3528750Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3531800Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2025-01-24T01:14:46.3535538Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2025-01-24T01:14:46.3539109Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2025-01-24T01:14:46.3543053Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3546612Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2025-01-24T01:14:46.3550616Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3554068Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2025-01-24T01:14:46.3557828Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2025-01-24T01:14:46.3561294Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2025-01-24T01:14:46.3564605Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2025-01-24T01:14:46.3568126Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2025-01-24T01:14:46.3571638Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3574891Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2025-01-24T01:14:46.3578099Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2025-01-24T01:14:46.3581663Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2025-01-24T01:14:46.3585588Z adding 'torch/include/ATen/ops/_fused_adam.h' 2025-01-24T01:14:46.3589417Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3592666Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2025-01-24T01:14:46.3596017Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2025-01-24T01:14:46.3599296Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2025-01-24T01:14:46.3603269Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2025-01-24T01:14:46.3607203Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2025-01-24T01:14:46.3610986Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3614282Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2025-01-24T01:14:46.3617456Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2025-01-24T01:14:46.3620723Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2025-01-24T01:14:46.3624668Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2025-01-24T01:14:46.3628225Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2025-01-24T01:14:46.3631589Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3634641Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2025-01-24T01:14:46.3637892Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2025-01-24T01:14:46.3641221Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2025-01-24T01:14:46.3644625Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2025-01-24T01:14:46.3648162Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3651353Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2025-01-24T01:14:46.3654497Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2025-01-24T01:14:46.3657695Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2025-01-24T01:14:46.3661298Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2025-01-24T01:14:46.3664503Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2025-01-24T01:14:46.3667752Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2025-01-24T01:14:46.3670984Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2025-01-24T01:14:46.3680790Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2025-01-24T01:14:46.3684148Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2025-01-24T01:14:46.3687453Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2025-01-24T01:14:46.3691043Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2025-01-24T01:14:46.3694904Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3698042Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2025-01-24T01:14:46.3701270Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2025-01-24T01:14:46.3704517Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2025-01-24T01:14:46.3708458Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2025-01-24T01:14:46.3711727Z adding 'torch/include/ATen/ops/_fw_primal.h' 2025-01-24T01:14:46.3715010Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3717976Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2025-01-24T01:14:46.3721242Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3724434Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.3727255Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2025-01-24T01:14:46.3730420Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2025-01-24T01:14:46.3733407Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2025-01-24T01:14:46.3736978Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2025-01-24T01:14:46.3741069Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2025-01-24T01:14:46.3744360Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.3747233Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2025-01-24T01:14:46.3750523Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2025-01-24T01:14:46.3753738Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2025-01-24T01:14:46.3756941Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2025-01-24T01:14:46.3760276Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.3763208Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2025-01-24T01:14:46.3766418Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2025-01-24T01:14:46.3769737Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3772653Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2025-01-24T01:14:46.3775952Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2025-01-24T01:14:46.3779055Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2025-01-24T01:14:46.3782953Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.3785176Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2025-01-24T01:14:46.3788342Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2025-01-24T01:14:46.3791335Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2025-01-24T01:14:46.3794802Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3797728Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2025-01-24T01:14:46.3801031Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2025-01-24T01:14:46.3804229Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2025-01-24T01:14:46.3807740Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3810908Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2025-01-24T01:14:46.3813998Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2025-01-24T01:14:46.3817415Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2025-01-24T01:14:46.3820796Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2025-01-24T01:14:46.3824326Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3827437Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2025-01-24T01:14:46.3830702Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2025-01-24T01:14:46.3834104Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2025-01-24T01:14:46.3837324Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2025-01-24T01:14:46.3840810Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3843844Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2025-01-24T01:14:46.3847420Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2025-01-24T01:14:46.3850707Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2025-01-24T01:14:46.3854007Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2025-01-24T01:14:46.3857488Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3860515Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2025-01-24T01:14:46.3863817Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2025-01-24T01:14:46.3866893Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2025-01-24T01:14:46.3870254Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2025-01-24T01:14:46.3873573Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2025-01-24T01:14:46.3876790Z adding 'torch/include/ATen/ops/_indices.h' 2025-01-24T01:14:46.3879937Z adding 'torch/include/ATen/ops/_indices_copy.h' 2025-01-24T01:14:46.3883267Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3886796Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.3889411Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2025-01-24T01:14:46.3892686Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2025-01-24T01:14:46.3895699Z adding 'torch/include/ATen/ops/_indices_native.h' 2025-01-24T01:14:46.3899040Z adding 'torch/include/ATen/ops/_indices_ops.h' 2025-01-24T01:14:46.3902176Z adding 'torch/include/ATen/ops/_int_mm.h' 2025-01-24T01:14:46.3905475Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2025-01-24T01:14:46.3908699Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2025-01-24T01:14:46.3911843Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2025-01-24T01:14:46.3915053Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2025-01-24T01:14:46.3918255Z adding 'torch/include/ATen/ops/_is_all_true.h' 2025-01-24T01:14:46.3921752Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3924541Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2025-01-24T01:14:46.3927829Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2025-01-24T01:14:46.3930850Z adding 'torch/include/ATen/ops/_is_any_true.h' 2025-01-24T01:14:46.3934240Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3937115Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2025-01-24T01:14:46.3940331Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2025-01-24T01:14:46.3943367Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2025-01-24T01:14:46.3946783Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.3949872Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2025-01-24T01:14:46.3953083Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2025-01-24T01:14:46.3956510Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2025-01-24T01:14:46.3959830Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2025-01-24T01:14:46.3963095Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2025-01-24T01:14:46.3966115Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2025-01-24T01:14:46.3969481Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2025-01-24T01:14:46.3972401Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2025-01-24T01:14:46.3975809Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3978689Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2025-01-24T01:14:46.3981984Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2025-01-24T01:14:46.3985025Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2025-01-24T01:14:46.3988618Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.3991627Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2025-01-24T01:14:46.3994761Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2025-01-24T01:14:46.3998005Z adding 'torch/include/ATen/ops/_linalg_det.h' 2025-01-24T01:14:46.4001374Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.4004714Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2025-01-24T01:14:46.4008336Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2025-01-24T01:14:46.4011901Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2025-01-24T01:14:46.4015519Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2025-01-24T01:14:46.4018890Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2025-01-24T01:14:46.4022136Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2025-01-24T01:14:46.4025565Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2025-01-24T01:14:46.4029118Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.4032255Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2025-01-24T01:14:46.4035485Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2025-01-24T01:14:46.4038672Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2025-01-24T01:14:46.4041935Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2025-01-24T01:14:46.4045081Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2025-01-24T01:14:46.4048299Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2025-01-24T01:14:46.4051369Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2025-01-24T01:14:46.4054718Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2025-01-24T01:14:46.4057786Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2025-01-24T01:14:46.4060768Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2025-01-24T01:14:46.4063966Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2025-01-24T01:14:46.4067223Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2025-01-24T01:14:46.4070822Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.4073792Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2025-01-24T01:14:46.4076977Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2025-01-24T01:14:46.4079981Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2025-01-24T01:14:46.4083130Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2025-01-24T01:14:46.4086170Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2025-01-24T01:14:46.4089407Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2025-01-24T01:14:46.4092645Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2025-01-24T01:14:46.4096010Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.4098967Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2025-01-24T01:14:46.4102293Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2025-01-24T01:14:46.4105319Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2025-01-24T01:14:46.4108707Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2025-01-24T01:14:46.4111727Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2025-01-24T01:14:46.4115010Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2025-01-24T01:14:46.4118252Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2025-01-24T01:14:46.4121704Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.4124721Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2025-01-24T01:14:46.4127845Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2025-01-24T01:14:46.4130929Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2025-01-24T01:14:46.4134155Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2025-01-24T01:14:46.4137176Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2025-01-24T01:14:46.4140478Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2025-01-24T01:14:46.4143729Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2025-01-24T01:14:46.4146868Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2025-01-24T01:14:46.4150041Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2025-01-24T01:14:46.4152967Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2025-01-24T01:14:46.4156099Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2025-01-24T01:14:46.4159331Z adding 'torch/include/ATen/ops/_log_softmax.h' 2025-01-24T01:14:46.4162603Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2025-01-24T01:14:46.4166062Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.4169629Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2025-01-24T01:14:46.4172817Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2025-01-24T01:14:46.4175817Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2025-01-24T01:14:46.4178981Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2025-01-24T01:14:46.4182079Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2025-01-24T01:14:46.4185378Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2025-01-24T01:14:46.4188808Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.4192530Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2025-01-24T01:14:46.4195719Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2025-01-24T01:14:46.4198770Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2025-01-24T01:14:46.4201884Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2025-01-24T01:14:46.4204874Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2025-01-24T01:14:46.4208192Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2025-01-24T01:14:46.4211609Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2025-01-24T01:14:46.4214408Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2025-01-24T01:14:46.4217431Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2025-01-24T01:14:46.4220485Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2025-01-24T01:14:46.4223695Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2025-01-24T01:14:46.4226997Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2025-01-24T01:14:46.4230562Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4233584Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2025-01-24T01:14:46.4236962Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2025-01-24T01:14:46.4240085Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2025-01-24T01:14:46.4243336Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.4246257Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2025-01-24T01:14:46.4249365Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2025-01-24T01:14:46.4252556Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2025-01-24T01:14:46.4255794Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2025-01-24T01:14:46.4258960Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2025-01-24T01:14:46.4262139Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2025-01-24T01:14:46.4265327Z adding 'torch/include/ATen/ops/_make_dual.h' 2025-01-24T01:14:46.4268705Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4271856Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2025-01-24T01:14:46.4275231Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4278555Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.4281553Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2025-01-24T01:14:46.4284804Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2025-01-24T01:14:46.4288007Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2025-01-24T01:14:46.4291113Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2025-01-24T01:14:46.4294514Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2025-01-24T01:14:46.4297895Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4301034Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2025-01-24T01:14:46.4304403Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2025-01-24T01:14:46.4307549Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2025-01-24T01:14:46.4311000Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2025-01-24T01:14:46.4314185Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2025-01-24T01:14:46.4317654Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4320744Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2025-01-24T01:14:46.4323866Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2025-01-24T01:14:46.4327061Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2025-01-24T01:14:46.4330289Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2025-01-24T01:14:46.4333478Z adding 'torch/include/ATen/ops/_masked_scale.h' 2025-01-24T01:14:46.4336728Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4339906Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2025-01-24T01:14:46.4342913Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2025-01-24T01:14:46.4346420Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2025-01-24T01:14:46.4349736Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2025-01-24T01:14:46.4352978Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2025-01-24T01:14:46.4356487Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4359512Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2025-01-24T01:14:46.4362764Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2025-01-24T01:14:46.4365791Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2025-01-24T01:14:46.4369204Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2025-01-24T01:14:46.4372596Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4375618Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2025-01-24T01:14:46.4378908Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2025-01-24T01:14:46.4381944Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2025-01-24T01:14:46.4385323Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2025-01-24T01:14:46.4388624Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2025-01-24T01:14:46.4391946Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2025-01-24T01:14:46.4395113Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2025-01-24T01:14:46.4398279Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2025-01-24T01:14:46.4401530Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2025-01-24T01:14:46.4404818Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4407879Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2025-01-24T01:14:46.4411107Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2025-01-24T01:14:46.4414417Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2025-01-24T01:14:46.4417879Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4420862Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2025-01-24T01:14:46.4423967Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2025-01-24T01:14:46.4427261Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2025-01-24T01:14:46.4431125Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2025-01-24T01:14:46.4434802Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4437762Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2025-01-24T01:14:46.4441230Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2025-01-24T01:14:46.4444870Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2025-01-24T01:14:46.4448528Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4451592Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2025-01-24T01:14:46.4454960Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2025-01-24T01:14:46.4458590Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2025-01-24T01:14:46.4462083Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4465346Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2025-01-24T01:14:46.4468708Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2025-01-24T01:14:46.4472125Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2025-01-24T01:14:46.4475578Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2025-01-24T01:14:46.4479119Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4482226Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2025-01-24T01:14:46.4485725Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2025-01-24T01:14:46.4489700Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2025-01-24T01:14:46.4493773Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2025-01-24T01:14:46.4497818Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4501412Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2025-01-24T01:14:46.4504784Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2025-01-24T01:14:46.4508141Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2025-01-24T01:14:46.4511725Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2025-01-24T01:14:46.4514953Z adding 'torch/include/ATen/ops/_neg_view.h' 2025-01-24T01:14:46.4518216Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4521385Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2025-01-24T01:14:46.4524659Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4528030Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.4530833Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2025-01-24T01:14:46.4534000Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2025-01-24T01:14:46.4537015Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2025-01-24T01:14:46.4540307Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2025-01-24T01:14:46.4543504Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2025-01-24T01:14:46.4546676Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2025-01-24T01:14:46.4549943Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2025-01-24T01:14:46.4552983Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2025-01-24T01:14:46.4556406Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2025-01-24T01:14:46.4559467Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2025-01-24T01:14:46.4562849Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2025-01-24T01:14:46.4566031Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4568947Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2025-01-24T01:14:46.4572193Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2025-01-24T01:14:46.4575426Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4578445Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2025-01-24T01:14:46.4581461Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2025-01-24T01:14:46.4584565Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2025-01-24T01:14:46.4587992Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2025-01-24T01:14:46.4591354Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor.h' 2025-01-24T01:14:46.4594442Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_native.h' 2025-01-24T01:14:46.4597623Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_ops.h' 2025-01-24T01:14:46.4600631Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2025-01-24T01:14:46.4603667Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2025-01-24T01:14:46.4606625Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2025-01-24T01:14:46.4609595Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2025-01-24T01:14:46.4612495Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2025-01-24T01:14:46.4615551Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2025-01-24T01:14:46.4618669Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2025-01-24T01:14:46.4621479Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2025-01-24T01:14:46.4624684Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2025-01-24T01:14:46.4627623Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2025-01-24T01:14:46.4630656Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2025-01-24T01:14:46.4633723Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2025-01-24T01:14:46.4636686Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2025-01-24T01:14:46.4639629Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2025-01-24T01:14:46.4642841Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2025-01-24T01:14:46.4645969Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2025-01-24T01:14:46.4649033Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2025-01-24T01:14:46.4652113Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2025-01-24T01:14:46.4655339Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2025-01-24T01:14:46.4658513Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2025-01-24T01:14:46.4661888Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4665192Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.4668162Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2025-01-24T01:14:46.4671497Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2025-01-24T01:14:46.4674512Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2025-01-24T01:14:46.4677739Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2025-01-24T01:14:46.4680947Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2025-01-24T01:14:46.4684150Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2025-01-24T01:14:46.4687400Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2025-01-24T01:14:46.4690506Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2025-01-24T01:14:46.4693661Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2025-01-24T01:14:46.4696791Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2025-01-24T01:14:46.4700073Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2025-01-24T01:14:46.4703541Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4706631Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2025-01-24T01:14:46.4710069Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2025-01-24T01:14:46.4713130Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2025-01-24T01:14:46.4716412Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2025-01-24T01:14:46.4719547Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2025-01-24T01:14:46.4722673Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2025-01-24T01:14:46.4725787Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2025-01-24T01:14:46.4728928Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2025-01-24T01:14:46.4732244Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2025-01-24T01:14:46.4735593Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2025-01-24T01:14:46.4739141Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4742106Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2025-01-24T01:14:46.4745840Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2025-01-24T01:14:46.4748921Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2025-01-24T01:14:46.4752659Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4755893Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2025-01-24T01:14:46.4759102Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2025-01-24T01:14:46.4762403Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2025-01-24T01:14:46.4765480Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2025-01-24T01:14:46.4768746Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2025-01-24T01:14:46.4771809Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2025-01-24T01:14:46.4775256Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4778280Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2025-01-24T01:14:46.4781472Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2025-01-24T01:14:46.4784657Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2025-01-24T01:14:46.4788044Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4791158Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2025-01-24T01:14:46.4794317Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2025-01-24T01:14:46.4797587Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2025-01-24T01:14:46.4800871Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2025-01-24T01:14:46.4804228Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4807609Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.4810499Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2025-01-24T01:14:46.4813929Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2025-01-24T01:14:46.4817207Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2025-01-24T01:14:46.4820502Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2025-01-24T01:14:46.4823575Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2025-01-24T01:14:46.4826749Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2025-01-24T01:14:46.4830146Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2025-01-24T01:14:46.4833414Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2025-01-24T01:14:46.4836991Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4840337Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.4843518Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2025-01-24T01:14:46.4846960Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2025-01-24T01:14:46.4849928Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2025-01-24T01:14:46.4853213Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2025-01-24T01:14:46.4856415Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2025-01-24T01:14:46.4859981Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4862934Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2025-01-24T01:14:46.4866459Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2025-01-24T01:14:46.4869751Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2025-01-24T01:14:46.4872975Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.4875997Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2025-01-24T01:14:46.4878999Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2025-01-24T01:14:46.4882775Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2025-01-24T01:14:46.4886204Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4889590Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2025-01-24T01:14:46.4892789Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2025-01-24T01:14:46.4895705Z adding 'torch/include/ATen/ops/_nnz.h' 2025-01-24T01:14:46.4898987Z adding 'torch/include/ATen/ops/_nnz_native.h' 2025-01-24T01:14:46.4901998Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2025-01-24T01:14:46.4905491Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2025-01-24T01:14:46.4908664Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2025-01-24T01:14:46.4912132Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.4915061Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2025-01-24T01:14:46.4918352Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2025-01-24T01:14:46.4921701Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4924757Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2025-01-24T01:14:46.4928090Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2025-01-24T01:14:46.4931273Z adding 'torch/include/ATen/ops/_pad_circular.h' 2025-01-24T01:14:46.4935436Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.4938436Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2025-01-24T01:14:46.4941718Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2025-01-24T01:14:46.4944934Z adding 'torch/include/ATen/ops/_pad_enum.h' 2025-01-24T01:14:46.4948487Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.4951490Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2025-01-24T01:14:46.4954648Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2025-01-24T01:14:46.4957874Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2025-01-24T01:14:46.4961230Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.4964317Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2025-01-24T01:14:46.4967482Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2025-01-24T01:14:46.4970903Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2025-01-24T01:14:46.4974127Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2025-01-24T01:14:46.4977238Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2025-01-24T01:14:46.4980441Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2025-01-24T01:14:46.4983556Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2025-01-24T01:14:46.4986668Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2025-01-24T01:14:46.4990135Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.4993104Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2025-01-24T01:14:46.4996369Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2025-01-24T01:14:46.4999372Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2025-01-24T01:14:46.5002559Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2025-01-24T01:14:46.5005627Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2025-01-24T01:14:46.5008871Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5011846Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2025-01-24T01:14:46.5014875Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2025-01-24T01:14:46.5017828Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2025-01-24T01:14:46.5021092Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2025-01-24T01:14:46.5024054Z adding 'torch/include/ATen/ops/_pin_memory.h' 2025-01-24T01:14:46.5027543Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5030638Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2025-01-24T01:14:46.5033850Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2025-01-24T01:14:46.5036969Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2025-01-24T01:14:46.5040068Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2025-01-24T01:14:46.5043255Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2025-01-24T01:14:46.5046342Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2025-01-24T01:14:46.5049325Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2025-01-24T01:14:46.5052457Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2025-01-24T01:14:46.5055526Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2025-01-24T01:14:46.5058557Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2025-01-24T01:14:46.5061650Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2025-01-24T01:14:46.5064645Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2025-01-24T01:14:46.5067685Z adding 'torch/include/ATen/ops/_print.h' 2025-01-24T01:14:46.5071232Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5074160Z adding 'torch/include/ATen/ops/_print_native.h' 2025-01-24T01:14:46.5077211Z adding 'torch/include/ATen/ops/_print_ops.h' 2025-01-24T01:14:46.5080333Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2025-01-24T01:14:46.5083732Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5086629Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2025-01-24T01:14:46.5089765Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2025-01-24T01:14:46.5092914Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2025-01-24T01:14:46.5096208Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5099111Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2025-01-24T01:14:46.5102296Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2025-01-24T01:14:46.5105511Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2025-01-24T01:14:46.5109055Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2025-01-24T01:14:46.5113196Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5116461Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.5119295Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2025-01-24T01:14:46.5122486Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2025-01-24T01:14:46.5125653Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2025-01-24T01:14:46.5128698Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2025-01-24T01:14:46.5131750Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2025-01-24T01:14:46.5134696Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2025-01-24T01:14:46.5137876Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2025-01-24T01:14:46.5141042Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2025-01-24T01:14:46.5144298Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5147294Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2025-01-24T01:14:46.5150515Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2025-01-24T01:14:46.5153548Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2025-01-24T01:14:46.5156847Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5159712Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2025-01-24T01:14:46.5162909Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2025-01-24T01:14:46.5166260Z adding 'torch/include/ATen/ops/_resize_output.h' 2025-01-24T01:14:46.5169937Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5172976Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2025-01-24T01:14:46.5175946Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2025-01-24T01:14:46.5179184Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2025-01-24T01:14:46.5182251Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2025-01-24T01:14:46.5185486Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5188449Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2025-01-24T01:14:46.5191925Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2025-01-24T01:14:46.5194826Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2025-01-24T01:14:46.5198261Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5200885Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2025-01-24T01:14:46.5204013Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2025-01-24T01:14:46.5207106Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2025-01-24T01:14:46.5210412Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5213464Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2025-01-24T01:14:46.5216525Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2025-01-24T01:14:46.5219559Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2025-01-24T01:14:46.5222698Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2025-01-24T01:14:46.5225797Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2025-01-24T01:14:46.5229178Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5232038Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2025-01-24T01:14:46.5235514Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2025-01-24T01:14:46.5238475Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2025-01-24T01:14:46.5241782Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5244791Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2025-01-24T01:14:46.5247810Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2025-01-24T01:14:46.5251052Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2025-01-24T01:14:46.5254230Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2025-01-24T01:14:46.5257457Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2025-01-24T01:14:46.5260667Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2025-01-24T01:14:46.5264128Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2025-01-24T01:14:46.5267576Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2025-01-24T01:14:46.5270727Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2025-01-24T01:14:46.5274036Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2025-01-24T01:14:46.5277249Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2025-01-24T01:14:46.5280286Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2025-01-24T01:14:46.5283689Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2025-01-24T01:14:46.5286825Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2025-01-24T01:14:46.5290138Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2025-01-24T01:14:46.5293473Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2025-01-24T01:14:46.5296428Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2025-01-24T01:14:46.5299742Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2025-01-24T01:14:46.5302992Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2025-01-24T01:14:46.5306246Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2025-01-24T01:14:46.5309682Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2025-01-24T01:14:46.5313045Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2025-01-24T01:14:46.5316522Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2025-01-24T01:14:46.5320035Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2025-01-24T01:14:46.5323303Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2025-01-24T01:14:46.5326671Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2025-01-24T01:14:46.5330033Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2025-01-24T01:14:46.5333189Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2025-01-24T01:14:46.5336631Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2025-01-24T01:14:46.5339911Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2025-01-24T01:14:46.5343121Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2025-01-24T01:14:46.5346515Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2025-01-24T01:14:46.5349888Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2025-01-24T01:14:46.5353071Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2025-01-24T01:14:46.5356339Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2025-01-24T01:14:46.5359576Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2025-01-24T01:14:46.5362877Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2025-01-24T01:14:46.5366301Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2025-01-24T01:14:46.5369953Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2025-01-24T01:14:46.5373730Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5376858Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2025-01-24T01:14:46.5380223Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2025-01-24T01:14:46.5383756Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5386782Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2025-01-24T01:14:46.5390341Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2025-01-24T01:14:46.5393633Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2025-01-24T01:14:46.5396983Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2025-01-24T01:14:46.5400204Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2025-01-24T01:14:46.5403544Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2025-01-24T01:14:46.5407067Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2025-01-24T01:14:46.5410629Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5413983Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2025-01-24T01:14:46.5417119Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2025-01-24T01:14:46.5420176Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2025-01-24T01:14:46.5423642Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2025-01-24T01:14:46.5426673Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2025-01-24T01:14:46.5430914Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5433996Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2025-01-24T01:14:46.5437170Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2025-01-24T01:14:46.5441409Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2025-01-24T01:14:46.5445190Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5448534Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2025-01-24T01:14:46.5451999Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2025-01-24T01:14:46.5455206Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2025-01-24T01:14:46.5458864Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2025-01-24T01:14:46.5462476Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2025-01-24T01:14:46.5466062Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2025-01-24T01:14:46.5469522Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2025-01-24T01:14:46.5473510Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2025-01-24T01:14:46.5477771Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2025-01-24T01:14:46.5481572Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2025-01-24T01:14:46.5484926Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5488034Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2025-01-24T01:14:46.5491239Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2025-01-24T01:14:46.5494471Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2025-01-24T01:14:46.5497796Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5500814Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2025-01-24T01:14:46.5504145Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2025-01-24T01:14:46.5507824Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2025-01-24T01:14:46.5511845Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5515339Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2025-01-24T01:14:46.5518590Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2025-01-24T01:14:46.5521618Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2025-01-24T01:14:46.5525071Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5527975Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2025-01-24T01:14:46.5531256Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2025-01-24T01:14:46.5534464Z adding 'torch/include/ATen/ops/_softmax.h' 2025-01-24T01:14:46.5537712Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2025-01-24T01:14:46.5541291Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.5544232Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2025-01-24T01:14:46.5552430Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2025-01-24T01:14:46.5556064Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2025-01-24T01:14:46.5559550Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2025-01-24T01:14:46.5562805Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2025-01-24T01:14:46.5565701Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2025-01-24T01:14:46.5569213Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.5572189Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2025-01-24T01:14:46.5575286Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2025-01-24T01:14:46.5578283Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2025-01-24T01:14:46.5581408Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2025-01-24T01:14:46.5584427Z adding 'torch/include/ATen/ops/_softmax_native.h' 2025-01-24T01:14:46.5587721Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2025-01-24T01:14:46.5590980Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2025-01-24T01:14:46.5594289Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5597201Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2025-01-24T01:14:46.5600555Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2025-01-24T01:14:46.5603659Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2025-01-24T01:14:46.5606811Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2025-01-24T01:14:46.5610195Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5613338Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.5616132Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2025-01-24T01:14:46.5619329Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2025-01-24T01:14:46.5622336Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2025-01-24T01:14:46.5625432Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2025-01-24T01:14:46.5628723Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2025-01-24T01:14:46.5632126Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5635066Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2025-01-24T01:14:46.5638324Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2025-01-24T01:14:46.5641506Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2025-01-24T01:14:46.5644856Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5647742Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2025-01-24T01:14:46.5651069Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2025-01-24T01:14:46.5654587Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2025-01-24T01:14:46.5658077Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5661059Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2025-01-24T01:14:46.5664232Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2025-01-24T01:14:46.5667469Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2025-01-24T01:14:46.5670910Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5673862Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2025-01-24T01:14:46.5677137Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2025-01-24T01:14:46.5680558Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2025-01-24T01:14:46.5684820Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5687869Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2025-01-24T01:14:46.5691098Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2025-01-24T01:14:46.5694965Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2025-01-24T01:14:46.5698402Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2025-01-24T01:14:46.5702072Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5705260Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2025-01-24T01:14:46.5708460Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2025-01-24T01:14:46.5711908Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2025-01-24T01:14:46.5715196Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5718249Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2025-01-24T01:14:46.5721316Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2025-01-24T01:14:46.5724616Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2025-01-24T01:14:46.5727859Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2025-01-24T01:14:46.5731229Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5734140Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2025-01-24T01:14:46.5737327Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2025-01-24T01:14:46.5740483Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2025-01-24T01:14:46.5743821Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5746740Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2025-01-24T01:14:46.5750152Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2025-01-24T01:14:46.5753248Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2025-01-24T01:14:46.5756621Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5759599Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2025-01-24T01:14:46.5762823Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2025-01-24T01:14:46.5766053Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2025-01-24T01:14:46.5769438Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5772345Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2025-01-24T01:14:46.5775539Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2025-01-24T01:14:46.5778736Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2025-01-24T01:14:46.5781935Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2025-01-24T01:14:46.5785244Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5788270Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2025-01-24T01:14:46.5791585Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2025-01-24T01:14:46.5794747Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5797849Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5800796Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2025-01-24T01:14:46.5804094Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2025-01-24T01:14:46.5807760Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2025-01-24T01:14:46.5811118Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5814177Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2025-01-24T01:14:46.5817419Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2025-01-24T01:14:46.5820616Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2025-01-24T01:14:46.5824357Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5827005Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2025-01-24T01:14:46.5830430Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2025-01-24T01:14:46.5833624Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2025-01-24T01:14:46.5836900Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2025-01-24T01:14:46.5839957Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2025-01-24T01:14:46.5852702Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2025-01-24T01:14:46.5853127Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2025-01-24T01:14:46.5853366Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2025-01-24T01:14:46.5853575Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2025-01-24T01:14:46.5855947Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2025-01-24T01:14:46.5858947Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2025-01-24T01:14:46.5862239Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2025-01-24T01:14:46.5865418Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2025-01-24T01:14:46.5868687Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2025-01-24T01:14:46.5871872Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2025-01-24T01:14:46.5875058Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2025-01-24T01:14:46.5878177Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2025-01-24T01:14:46.5881274Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2025-01-24T01:14:46.5884440Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2025-01-24T01:14:46.5887666Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2025-01-24T01:14:46.5890789Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2025-01-24T01:14:46.5894082Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2025-01-24T01:14:46.5897087Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2025-01-24T01:14:46.5900356Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2025-01-24T01:14:46.5903376Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2025-01-24T01:14:46.5906697Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2025-01-24T01:14:46.5909895Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2025-01-24T01:14:46.5913166Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2025-01-24T01:14:46.5916682Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2025-01-24T01:14:46.5919630Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2025-01-24T01:14:46.5922754Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2025-01-24T01:14:46.5925852Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2025-01-24T01:14:46.5929152Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2025-01-24T01:14:46.5932436Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2025-01-24T01:14:46.5935884Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5938934Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2025-01-24T01:14:46.5942219Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2025-01-24T01:14:46.5945605Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5948830Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5951947Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2025-01-24T01:14:46.5955294Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2025-01-24T01:14:46.5959473Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2025-01-24T01:14:46.5962033Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5964891Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2025-01-24T01:14:46.5968173Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2025-01-24T01:14:46.5971333Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2025-01-24T01:14:46.5974671Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2025-01-24T01:14:46.5977987Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5981141Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2025-01-24T01:14:46.5984224Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2025-01-24T01:14:46.5987959Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.5991207Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.5994115Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2025-01-24T01:14:46.5997746Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2025-01-24T01:14:46.6001426Z adding 'torch/include/ATen/ops/_spdiags.h' 2025-01-24T01:14:46.6005206Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6008655Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2025-01-24T01:14:46.6012159Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2025-01-24T01:14:46.6015637Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2025-01-24T01:14:46.6018742Z adding 'torch/include/ATen/ops/_spsolve.h' 2025-01-24T01:14:46.6021895Z adding 'torch/include/ATen/ops/_spsolve_native.h' 2025-01-24T01:14:46.6025024Z adding 'torch/include/ATen/ops/_spsolve_ops.h' 2025-01-24T01:14:46.6028404Z adding 'torch/include/ATen/ops/_stack.h' 2025-01-24T01:14:46.6031763Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6034893Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2025-01-24T01:14:46.6037907Z adding 'torch/include/ATen/ops/_stack_native.h' 2025-01-24T01:14:46.6041295Z adding 'torch/include/ATen/ops/_stack_ops.h' 2025-01-24T01:14:46.6044415Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2025-01-24T01:14:46.6047742Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6050963Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2025-01-24T01:14:46.6054023Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2025-01-24T01:14:46.6057178Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2025-01-24T01:14:46.6060359Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6063341Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2025-01-24T01:14:46.6066560Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2025-01-24T01:14:46.6069744Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2025-01-24T01:14:46.6072949Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2025-01-24T01:14:46.6075935Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2025-01-24T01:14:46.6079126Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2025-01-24T01:14:46.6082237Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2025-01-24T01:14:46.6085491Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.6088396Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2025-01-24T01:14:46.6091574Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2025-01-24T01:14:46.6094734Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2025-01-24T01:14:46.6098197Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6102164Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.6104400Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2025-01-24T01:14:46.6107594Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2025-01-24T01:14:46.6110747Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2025-01-24T01:14:46.6114046Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6117000Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2025-01-24T01:14:46.6120314Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6123539Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.6126454Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2025-01-24T01:14:46.6129542Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2025-01-24T01:14:46.6132540Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2025-01-24T01:14:46.6135697Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2025-01-24T01:14:46.6138652Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2025-01-24T01:14:46.6141866Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.6144693Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2025-01-24T01:14:46.6147835Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2025-01-24T01:14:46.6151037Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2025-01-24T01:14:46.6154443Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6157478Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2025-01-24T01:14:46.6160453Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2025-01-24T01:14:46.6163668Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2025-01-24T01:14:46.6166872Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2025-01-24T01:14:46.6170153Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6173214Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2025-01-24T01:14:46.6176111Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2025-01-24T01:14:46.6179284Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2025-01-24T01:14:46.6182423Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2025-01-24T01:14:46.6185665Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6188834Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2025-01-24T01:14:46.6191814Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2025-01-24T01:14:46.6195031Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2025-01-24T01:14:46.6198165Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2025-01-24T01:14:46.6201431Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6204361Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2025-01-24T01:14:46.6207247Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2025-01-24T01:14:46.6210737Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2025-01-24T01:14:46.6213879Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2025-01-24T01:14:46.6217237Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6220316Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2025-01-24T01:14:46.6223754Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2025-01-24T01:14:46.6226321Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2025-01-24T01:14:46.6229695Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.6232539Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2025-01-24T01:14:46.6235703Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2025-01-24T01:14:46.6238729Z adding 'torch/include/ATen/ops/_test_string_default.h' 2025-01-24T01:14:46.6241922Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.6244795Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2025-01-24T01:14:46.6247956Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2025-01-24T01:14:46.6250942Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2025-01-24T01:14:46.6254328Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6257223Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2025-01-24T01:14:46.6260405Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2025-01-24T01:14:46.6263582Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2025-01-24T01:14:46.6266911Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.6269959Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2025-01-24T01:14:46.6273176Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2025-01-24T01:14:46.6276322Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2025-01-24T01:14:46.6279670Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.6282596Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2025-01-24T01:14:46.6285814Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2025-01-24T01:14:46.6289016Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2025-01-24T01:14:46.6292339Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2025-01-24T01:14:46.6295660Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6298679Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2025-01-24T01:14:46.6301694Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2025-01-24T01:14:46.6305002Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2025-01-24T01:14:46.6308422Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6311483Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2025-01-24T01:14:46.6314531Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2025-01-24T01:14:46.6317792Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2025-01-24T01:14:46.6321175Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2025-01-24T01:14:46.6324418Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2025-01-24T01:14:46.6327706Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.6330867Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2025-01-24T01:14:46.6334196Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6337262Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2025-01-24T01:14:46.6340268Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2025-01-24T01:14:46.6343688Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2025-01-24T01:14:46.6347253Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2025-01-24T01:14:46.6350056Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2025-01-24T01:14:46.6353343Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6356645Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2025-01-24T01:14:46.6359688Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2025-01-24T01:14:46.6363189Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2025-01-24T01:14:46.6366663Z adding 'torch/include/ATen/ops/_to_copy.h' 2025-01-24T01:14:46.6370043Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6373190Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2025-01-24T01:14:46.6376530Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2025-01-24T01:14:46.6379778Z adding 'torch/include/ATen/ops/_to_cpu.h' 2025-01-24T01:14:46.6383109Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.6386099Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2025-01-24T01:14:46.6389352Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2025-01-24T01:14:46.6392440Z adding 'torch/include/ATen/ops/_to_dense.h' 2025-01-24T01:14:46.6395855Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6398838Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2025-01-24T01:14:46.6402497Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2025-01-24T01:14:46.6405502Z adding 'torch/include/ATen/ops/_to_sparse.h' 2025-01-24T01:14:46.6408839Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2025-01-24T01:14:46.6412071Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6415177Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2025-01-24T01:14:46.6419133Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2025-01-24T01:14:46.6422225Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2025-01-24T01:14:46.6425605Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2025-01-24T01:14:46.6428882Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2025-01-24T01:14:46.6432319Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6435373Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2025-01-24T01:14:46.6438540Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2025-01-24T01:14:46.6441694Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2025-01-24T01:14:46.6444904Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2025-01-24T01:14:46.6448353Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6451418Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2025-01-24T01:14:46.6454642Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2025-01-24T01:14:46.6457911Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6461063Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2025-01-24T01:14:46.6464223Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2025-01-24T01:14:46.6467414Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2025-01-24T01:14:46.6470856Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2025-01-24T01:14:46.6473967Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2025-01-24T01:14:46.6477375Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6480380Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2025-01-24T01:14:46.6483587Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2025-01-24T01:14:46.6486595Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2025-01-24T01:14:46.6489895Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2025-01-24T01:14:46.6493183Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2025-01-24T01:14:46.6496299Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2025-01-24T01:14:46.6499763Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2025-01-24T01:14:46.6503473Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2025-01-24T01:14:46.6507109Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2025-01-24T01:14:46.6510642Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2025-01-24T01:14:46.6514201Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2025-01-24T01:14:46.6517790Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2025-01-24T01:14:46.6521745Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6524923Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2025-01-24T01:14:46.6528049Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2025-01-24T01:14:46.6531267Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2025-01-24T01:14:46.6534537Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2025-01-24T01:14:46.6538154Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2025-01-24T01:14:46.6541795Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6544974Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2025-01-24T01:14:46.6548447Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2025-01-24T01:14:46.6551648Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2025-01-24T01:14:46.6555254Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2025-01-24T01:14:46.6558463Z adding 'torch/include/ATen/ops/_trilinear.h' 2025-01-24T01:14:46.6561900Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6565093Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.6567980Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2025-01-24T01:14:46.6571227Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2025-01-24T01:14:46.6574624Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2025-01-24T01:14:46.6578144Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6581187Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2025-01-24T01:14:46.6584185Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2025-01-24T01:14:46.6587562Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2025-01-24T01:14:46.6590778Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2025-01-24T01:14:46.6594438Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6597470Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2025-01-24T01:14:46.6600504Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2025-01-24T01:14:46.6603741Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2025-01-24T01:14:46.6606946Z adding 'torch/include/ATen/ops/_unique.h' 2025-01-24T01:14:46.6610168Z adding 'torch/include/ATen/ops/_unique2.h' 2025-01-24T01:14:46.6613435Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6616444Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2025-01-24T01:14:46.6619500Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2025-01-24T01:14:46.6622515Z adding 'torch/include/ATen/ops/_unique2_native.h' 2025-01-24T01:14:46.6625775Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2025-01-24T01:14:46.6629265Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6632243Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2025-01-24T01:14:46.6635221Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2025-01-24T01:14:46.6638173Z adding 'torch/include/ATen/ops/_unique_native.h' 2025-01-24T01:14:46.6641375Z adding 'torch/include/ATen/ops/_unique_ops.h' 2025-01-24T01:14:46.6644462Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2025-01-24T01:14:46.6647683Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.6650559Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2025-01-24T01:14:46.6653672Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2025-01-24T01:14:46.6656730Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2025-01-24T01:14:46.6660089Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6663083Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2025-01-24T01:14:46.6666203Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2025-01-24T01:14:46.6669362Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2025-01-24T01:14:46.6672631Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6675523Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2025-01-24T01:14:46.6678686Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2025-01-24T01:14:46.6683358Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2025-01-24T01:14:46.6686640Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6689526Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2025-01-24T01:14:46.6692681Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2025-01-24T01:14:46.6695853Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2025-01-24T01:14:46.6699152Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6702038Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2025-01-24T01:14:46.6705163Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2025-01-24T01:14:46.6708606Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2025-01-24T01:14:46.6712008Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.6714890Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2025-01-24T01:14:46.6718035Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2025-01-24T01:14:46.6721709Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2025-01-24T01:14:46.6725475Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2025-01-24T01:14:46.6729068Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.6732146Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2025-01-24T01:14:46.6735404Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2025-01-24T01:14:46.6738491Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2025-01-24T01:14:46.6741764Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2025-01-24T01:14:46.6744887Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2025-01-24T01:14:46.6748256Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2025-01-24T01:14:46.6751686Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.6754763Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.6757871Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2025-01-24T01:14:46.6761096Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2025-01-24T01:14:46.6764416Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2025-01-24T01:14:46.6767549Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2025-01-24T01:14:46.6770665Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2025-01-24T01:14:46.6773995Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2025-01-24T01:14:46.6777686Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2025-01-24T01:14:46.6781567Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2025-01-24T01:14:46.6785138Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.6788312Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2025-01-24T01:14:46.6791588Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2025-01-24T01:14:46.6794667Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2025-01-24T01:14:46.6797927Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2025-01-24T01:14:46.6801094Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2025-01-24T01:14:46.6804425Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2025-01-24T01:14:46.6807783Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.6810835Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.6813911Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2025-01-24T01:14:46.6817102Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2025-01-24T01:14:46.6820146Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2025-01-24T01:14:46.6823358Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2025-01-24T01:14:46.6826456Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2025-01-24T01:14:46.6829919Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2025-01-24T01:14:46.6833499Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2025-01-24T01:14:46.6837193Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2025-01-24T01:14:46.6840746Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.6843799Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2025-01-24T01:14:46.6847038Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2025-01-24T01:14:46.6850117Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2025-01-24T01:14:46.6853369Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2025-01-24T01:14:46.6856443Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2025-01-24T01:14:46.6859712Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2025-01-24T01:14:46.6863108Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.6866343Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.6869609Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2025-01-24T01:14:46.6872984Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2025-01-24T01:14:46.6876041Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2025-01-24T01:14:46.6879394Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2025-01-24T01:14:46.6882473Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2025-01-24T01:14:46.6885977Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2025-01-24T01:14:46.6889736Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2025-01-24T01:14:46.6893618Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2025-01-24T01:14:46.6897217Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.6900411Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2025-01-24T01:14:46.6903719Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2025-01-24T01:14:46.6906920Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2025-01-24T01:14:46.6910339Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2025-01-24T01:14:46.6913575Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2025-01-24T01:14:46.6916856Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2025-01-24T01:14:46.6920429Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.6923563Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.6926799Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2025-01-24T01:14:46.6930194Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2025-01-24T01:14:46.6933259Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2025-01-24T01:14:46.6936592Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2025-01-24T01:14:46.6939743Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2025-01-24T01:14:46.6943234Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2025-01-24T01:14:46.6947730Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2025-01-24T01:14:46.6951757Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2025-01-24T01:14:46.6955520Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.6958774Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2025-01-24T01:14:46.6962080Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2025-01-24T01:14:46.6965318Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2025-01-24T01:14:46.6968594Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2025-01-24T01:14:46.6971997Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2025-01-24T01:14:46.6975321Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2025-01-24T01:14:46.6978879Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.6982000Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.6985313Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2025-01-24T01:14:46.6988823Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2025-01-24T01:14:46.6991971Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2025-01-24T01:14:46.6995326Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2025-01-24T01:14:46.6998442Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2025-01-24T01:14:46.7001964Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2025-01-24T01:14:46.7005146Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2025-01-24T01:14:46.7008840Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2025-01-24T01:14:46.7012442Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2025-01-24T01:14:46.7016160Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2025-01-24T01:14:46.7019679Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2025-01-24T01:14:46.7023651Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7026907Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2025-01-24T01:14:46.7030174Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2025-01-24T01:14:46.7033457Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2025-01-24T01:14:46.7036637Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2025-01-24T01:14:46.7039915Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2025-01-24T01:14:46.7042969Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2025-01-24T01:14:46.7046345Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2025-01-24T01:14:46.7049430Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2025-01-24T01:14:46.7052858Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7055849Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2025-01-24T01:14:46.7058981Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2025-01-24T01:14:46.7062082Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2025-01-24T01:14:46.7065572Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7068581Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2025-01-24T01:14:46.7071748Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2025-01-24T01:14:46.7074843Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2025-01-24T01:14:46.7078282Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7081271Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2025-01-24T01:14:46.7084424Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2025-01-24T01:14:46.7087444Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2025-01-24T01:14:46.7090794Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7093739Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2025-01-24T01:14:46.7096911Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2025-01-24T01:14:46.7099922Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2025-01-24T01:14:46.7103159Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7106032Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2025-01-24T01:14:46.7109292Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2025-01-24T01:14:46.7112436Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2025-01-24T01:14:46.7115654Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7118538Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2025-01-24T01:14:46.7121663Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2025-01-24T01:14:46.7124483Z adding 'torch/include/ATen/ops/_values.h' 2025-01-24T01:14:46.7127531Z adding 'torch/include/ATen/ops/_values_copy.h' 2025-01-24T01:14:46.7130766Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.7133883Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.7136662Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2025-01-24T01:14:46.7139756Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2025-01-24T01:14:46.7142707Z adding 'torch/include/ATen/ops/_values_native.h' 2025-01-24T01:14:46.7145956Z adding 'torch/include/ATen/ops/_values_ops.h' 2025-01-24T01:14:46.7148960Z adding 'torch/include/ATen/ops/_version.h' 2025-01-24T01:14:46.7152191Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7155537Z adding 'torch/include/ATen/ops/_version_native.h' 2025-01-24T01:14:46.7158636Z adding 'torch/include/ATen/ops/_version_ops.h' 2025-01-24T01:14:46.7161813Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2025-01-24T01:14:46.7164961Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2025-01-24T01:14:46.7168734Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu.h' 2025-01-24T01:14:46.7172041Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_cpu_dispatch.h' 2025-01-24T01:14:46.7175067Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_native.h' 2025-01-24T01:14:46.7178189Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_ops.h' 2025-01-24T01:14:46.7181277Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2025-01-24T01:14:46.7184295Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2025-01-24T01:14:46.7187295Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2025-01-24T01:14:46.7190659Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2025-01-24T01:14:46.7193635Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2025-01-24T01:14:46.7196734Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2025-01-24T01:14:46.7199764Z adding 'torch/include/ATen/ops/_weight_norm.h' 2025-01-24T01:14:46.7203021Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7206092Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2025-01-24T01:14:46.7209365Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7212280Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2025-01-24T01:14:46.7215455Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2025-01-24T01:14:46.7218554Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2025-01-24T01:14:46.7221757Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2025-01-24T01:14:46.7225086Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.7228207Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2025-01-24T01:14:46.7231312Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2025-01-24T01:14:46.7234331Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2025-01-24T01:14:46.7237607Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2025-01-24T01:14:46.7240885Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.7243883Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2025-01-24T01:14:46.7246963Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2025-01-24T01:14:46.7249959Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2025-01-24T01:14:46.7253209Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2025-01-24T01:14:46.7256159Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2025-01-24T01:14:46.7259292Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2025-01-24T01:14:46.7262358Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack.h' 2025-01-24T01:14:46.7265609Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7268570Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_native.h' 2025-01-24T01:14:46.7271807Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_ops.h' 2025-01-24T01:14:46.7274977Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h' 2025-01-24T01:14:46.7278368Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7281129Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h' 2025-01-24T01:14:46.7284292Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h' 2025-01-24T01:14:46.7287279Z adding 'torch/include/ATen/ops/abs.h' 2025-01-24T01:14:46.7290488Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.7293423Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2025-01-24T01:14:46.7296496Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2025-01-24T01:14:46.7299565Z adding 'torch/include/ATen/ops/abs_native.h' 2025-01-24T01:14:46.7302663Z adding 'torch/include/ATen/ops/abs_ops.h' 2025-01-24T01:14:46.7305753Z adding 'torch/include/ATen/ops/absolute.h' 2025-01-24T01:14:46.7309077Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7311927Z adding 'torch/include/ATen/ops/absolute_native.h' 2025-01-24T01:14:46.7315152Z adding 'torch/include/ATen/ops/absolute_ops.h' 2025-01-24T01:14:46.7318426Z adding 'torch/include/ATen/ops/acos.h' 2025-01-24T01:14:46.7321765Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.7324852Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2025-01-24T01:14:46.7327989Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2025-01-24T01:14:46.7331212Z adding 'torch/include/ATen/ops/acos_meta.h' 2025-01-24T01:14:46.7334417Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2025-01-24T01:14:46.7337417Z adding 'torch/include/ATen/ops/acos_native.h' 2025-01-24T01:14:46.7340726Z adding 'torch/include/ATen/ops/acos_ops.h' 2025-01-24T01:14:46.7343859Z adding 'torch/include/ATen/ops/acosh.h' 2025-01-24T01:14:46.7347289Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.7350746Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2025-01-24T01:14:46.7354082Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2025-01-24T01:14:46.7357180Z adding 'torch/include/ATen/ops/acosh_meta.h' 2025-01-24T01:14:46.7360329Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2025-01-24T01:14:46.7363451Z adding 'torch/include/ATen/ops/acosh_native.h' 2025-01-24T01:14:46.7366646Z adding 'torch/include/ATen/ops/acosh_ops.h' 2025-01-24T01:14:46.7369983Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2025-01-24T01:14:46.7373307Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.7376584Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7379522Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2025-01-24T01:14:46.7382897Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2025-01-24T01:14:46.7386431Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2025-01-24T01:14:46.7390006Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7393143Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2025-01-24T01:14:46.7396304Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2025-01-24T01:14:46.7399533Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2025-01-24T01:14:46.7402826Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2025-01-24T01:14:46.7406398Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2025-01-24T01:14:46.7409764Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2025-01-24T01:14:46.7412960Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-01-24T01:14:46.7416189Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-01-24T01:14:46.7419198Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2025-01-24T01:14:46.7422467Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2025-01-24T01:14:46.7425895Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7429107Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2025-01-24T01:14:46.7432361Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2025-01-24T01:14:46.7435406Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2025-01-24T01:14:46.7438750Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2025-01-24T01:14:46.7441819Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2025-01-24T01:14:46.7445216Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7448114Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2025-01-24T01:14:46.7451407Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2025-01-24T01:14:46.7454587Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2025-01-24T01:14:46.7457988Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2025-01-24T01:14:46.7461535Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.7464556Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2025-01-24T01:14:46.7467867Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2025-01-24T01:14:46.7470968Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2025-01-24T01:14:46.7474265Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2025-01-24T01:14:46.7477351Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2025-01-24T01:14:46.7480725Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2025-01-24T01:14:46.7484134Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.7487224Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2025-01-24T01:14:46.7490444Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2025-01-24T01:14:46.7493502Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2025-01-24T01:14:46.7496841Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2025-01-24T01:14:46.7499904Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2025-01-24T01:14:46.7503284Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2025-01-24T01:14:46.7506524Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2025-01-24T01:14:46.7509964Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2025-01-24T01:14:46.7513403Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.7516498Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2025-01-24T01:14:46.7519656Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2025-01-24T01:14:46.7523261Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2025-01-24T01:14:46.7527015Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2025-01-24T01:14:46.7530553Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2025-01-24T01:14:46.7534324Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2025-01-24T01:14:46.7538188Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.7541479Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2025-01-24T01:14:46.7544643Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2025-01-24T01:14:46.7547927Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2025-01-24T01:14:46.7551150Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2025-01-24T01:14:46.7554408Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2025-01-24T01:14:46.7557770Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2025-01-24T01:14:46.7561045Z adding 'torch/include/ATen/ops/add.h' 2025-01-24T01:14:46.7564581Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.7567766Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.7570730Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2025-01-24T01:14:46.7573833Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2025-01-24T01:14:46.7577060Z adding 'torch/include/ATen/ops/add_meta.h' 2025-01-24T01:14:46.7580238Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2025-01-24T01:14:46.7583465Z adding 'torch/include/ATen/ops/add_native.h' 2025-01-24T01:14:46.7586966Z adding 'torch/include/ATen/ops/add_ops.h' 2025-01-24T01:14:46.7590386Z adding 'torch/include/ATen/ops/addbmm.h' 2025-01-24T01:14:46.7593888Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2025-01-24T01:14:46.7597007Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2025-01-24T01:14:46.7600161Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2025-01-24T01:14:46.7603173Z adding 'torch/include/ATen/ops/addbmm_native.h' 2025-01-24T01:14:46.7606468Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2025-01-24T01:14:46.7609643Z adding 'torch/include/ATen/ops/addcdiv.h' 2025-01-24T01:14:46.7612991Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.7615936Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2025-01-24T01:14:46.7619091Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2025-01-24T01:14:46.7622061Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2025-01-24T01:14:46.7625407Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2025-01-24T01:14:46.7628565Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2025-01-24T01:14:46.7631818Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2025-01-24T01:14:46.7634999Z adding 'torch/include/ATen/ops/addcmul.h' 2025-01-24T01:14:46.7638396Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.7641313Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2025-01-24T01:14:46.7644420Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2025-01-24T01:14:46.7647465Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2025-01-24T01:14:46.7650620Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2025-01-24T01:14:46.7653638Z adding 'torch/include/ATen/ops/addcmul_native.h' 2025-01-24T01:14:46.7656960Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2025-01-24T01:14:46.7660136Z adding 'torch/include/ATen/ops/addmm.h' 2025-01-24T01:14:46.7663547Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.7666558Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2025-01-24T01:14:46.7669832Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2025-01-24T01:14:46.7672837Z adding 'torch/include/ATen/ops/addmm_meta.h' 2025-01-24T01:14:46.7676020Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2025-01-24T01:14:46.7679283Z adding 'torch/include/ATen/ops/addmm_native.h' 2025-01-24T01:14:46.7682620Z adding 'torch/include/ATen/ops/addmm_ops.h' 2025-01-24T01:14:46.7685822Z adding 'torch/include/ATen/ops/addmv.h' 2025-01-24T01:14:46.7689180Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.7692146Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2025-01-24T01:14:46.7695233Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2025-01-24T01:14:46.7698228Z adding 'torch/include/ATen/ops/addmv_meta.h' 2025-01-24T01:14:46.7701372Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2025-01-24T01:14:46.7704433Z adding 'torch/include/ATen/ops/addmv_native.h' 2025-01-24T01:14:46.7707800Z adding 'torch/include/ATen/ops/addmv_ops.h' 2025-01-24T01:14:46.7711059Z adding 'torch/include/ATen/ops/addr.h' 2025-01-24T01:14:46.7714472Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.7717360Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2025-01-24T01:14:46.7720441Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2025-01-24T01:14:46.7723464Z adding 'torch/include/ATen/ops/addr_native.h' 2025-01-24T01:14:46.7726746Z adding 'torch/include/ATen/ops/addr_ops.h' 2025-01-24T01:14:46.7729847Z adding 'torch/include/ATen/ops/adjoint.h' 2025-01-24T01:14:46.7733068Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7735930Z adding 'torch/include/ATen/ops/adjoint_native.h' 2025-01-24T01:14:46.7738982Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2025-01-24T01:14:46.7742382Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2025-01-24T01:14:46.7745660Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2025-01-24T01:14:46.7749120Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7752455Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2025-01-24T01:14:46.7755672Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2025-01-24T01:14:46.7758996Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.7761917Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2025-01-24T01:14:46.7765165Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2025-01-24T01:14:46.7768139Z adding 'torch/include/ATen/ops/alias.h' 2025-01-24T01:14:46.7771343Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.7774276Z adding 'torch/include/ATen/ops/alias_copy.h' 2025-01-24T01:14:46.7777560Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.7780723Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.7783504Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2025-01-24T01:14:46.7786655Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2025-01-24T01:14:46.7789804Z adding 'torch/include/ATen/ops/alias_native.h' 2025-01-24T01:14:46.7792865Z adding 'torch/include/ATen/ops/alias_ops.h' 2025-01-24T01:14:46.7795828Z adding 'torch/include/ATen/ops/align_as.h' 2025-01-24T01:14:46.7799055Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7801906Z adding 'torch/include/ATen/ops/align_as_native.h' 2025-01-24T01:14:46.7805024Z adding 'torch/include/ATen/ops/align_as_ops.h' 2025-01-24T01:14:46.7808082Z adding 'torch/include/ATen/ops/align_tensors.h' 2025-01-24T01:14:46.7811349Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7814183Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2025-01-24T01:14:46.7817219Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2025-01-24T01:14:46.7820154Z adding 'torch/include/ATen/ops/align_to.h' 2025-01-24T01:14:46.7823569Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7826473Z adding 'torch/include/ATen/ops/align_to_native.h' 2025-01-24T01:14:46.7829916Z adding 'torch/include/ATen/ops/align_to_ops.h' 2025-01-24T01:14:46.7833424Z adding 'torch/include/ATen/ops/all.h' 2025-01-24T01:14:46.7836809Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.7840190Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.7843268Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7846520Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2025-01-24T01:14:46.7849709Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2025-01-24T01:14:46.7852935Z adding 'torch/include/ATen/ops/all_meta.h' 2025-01-24T01:14:46.7856247Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2025-01-24T01:14:46.7859474Z adding 'torch/include/ATen/ops/all_native.h' 2025-01-24T01:14:46.7863261Z adding 'torch/include/ATen/ops/all_ops.h' 2025-01-24T01:14:46.7866412Z adding 'torch/include/ATen/ops/allclose.h' 2025-01-24T01:14:46.7869903Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.7872790Z adding 'torch/include/ATen/ops/allclose_native.h' 2025-01-24T01:14:46.7876084Z adding 'torch/include/ATen/ops/allclose_ops.h' 2025-01-24T01:14:46.7879171Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2025-01-24T01:14:46.7882572Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7885594Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2025-01-24T01:14:46.7888779Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2025-01-24T01:14:46.7892071Z adding 'torch/include/ATen/ops/amax.h' 2025-01-24T01:14:46.7895385Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.7898647Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2025-01-24T01:14:46.7902499Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2025-01-24T01:14:46.7905705Z adding 'torch/include/ATen/ops/amax_meta.h' 2025-01-24T01:14:46.7909088Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2025-01-24T01:14:46.7912208Z adding 'torch/include/ATen/ops/amax_native.h' 2025-01-24T01:14:46.7915567Z adding 'torch/include/ATen/ops/amax_ops.h' 2025-01-24T01:14:46.7918712Z adding 'torch/include/ATen/ops/amin.h' 2025-01-24T01:14:46.7922161Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.7925079Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2025-01-24T01:14:46.7928295Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2025-01-24T01:14:46.7931378Z adding 'torch/include/ATen/ops/amin_meta.h' 2025-01-24T01:14:46.7934684Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2025-01-24T01:14:46.7937818Z adding 'torch/include/ATen/ops/amin_native.h' 2025-01-24T01:14:46.7941091Z adding 'torch/include/ATen/ops/amin_ops.h' 2025-01-24T01:14:46.7944432Z adding 'torch/include/ATen/ops/aminmax.h' 2025-01-24T01:14:46.7947820Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.7951015Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2025-01-24T01:14:46.7954170Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2025-01-24T01:14:46.7957334Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2025-01-24T01:14:46.7960588Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2025-01-24T01:14:46.7963734Z adding 'torch/include/ATen/ops/aminmax_native.h' 2025-01-24T01:14:46.7967126Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2025-01-24T01:14:46.7970221Z adding 'torch/include/ATen/ops/and.h' 2025-01-24T01:14:46.7973604Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.7976645Z adding 'torch/include/ATen/ops/and_native.h' 2025-01-24T01:14:46.7980132Z adding 'torch/include/ATen/ops/and_ops.h' 2025-01-24T01:14:46.7983238Z adding 'torch/include/ATen/ops/angle.h' 2025-01-24T01:14:46.7986766Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2025-01-24T01:14:46.7990159Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2025-01-24T01:14:46.7993194Z adding 'torch/include/ATen/ops/angle_native.h' 2025-01-24T01:14:46.7996483Z adding 'torch/include/ATen/ops/angle_ops.h' 2025-01-24T01:14:46.7999818Z adding 'torch/include/ATen/ops/any.h' 2025-01-24T01:14:46.8003273Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.8006530Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8009761Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.8012930Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2025-01-24T01:14:46.8016677Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2025-01-24T01:14:46.8020284Z adding 'torch/include/ATen/ops/any_meta.h' 2025-01-24T01:14:46.8024197Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2025-01-24T01:14:46.8027815Z adding 'torch/include/ATen/ops/any_native.h' 2025-01-24T01:14:46.8031489Z adding 'torch/include/ATen/ops/any_ops.h' 2025-01-24T01:14:46.8035279Z adding 'torch/include/ATen/ops/arange.h' 2025-01-24T01:14:46.8038826Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.8041991Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2025-01-24T01:14:46.8045202Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2025-01-24T01:14:46.8048412Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2025-01-24T01:14:46.8051723Z adding 'torch/include/ATen/ops/arange_native.h' 2025-01-24T01:14:46.8055255Z adding 'torch/include/ATen/ops/arange_ops.h' 2025-01-24T01:14:46.8058462Z adding 'torch/include/ATen/ops/arccos.h' 2025-01-24T01:14:46.8061757Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.8064921Z adding 'torch/include/ATen/ops/arccos_native.h' 2025-01-24T01:14:46.8068237Z adding 'torch/include/ATen/ops/arccos_ops.h' 2025-01-24T01:14:46.8071419Z adding 'torch/include/ATen/ops/arccosh.h' 2025-01-24T01:14:46.8074750Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.8077605Z adding 'torch/include/ATen/ops/arccosh_native.h' 2025-01-24T01:14:46.8081062Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2025-01-24T01:14:46.8084192Z adding 'torch/include/ATen/ops/arcsin.h' 2025-01-24T01:14:46.8087473Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.8090443Z adding 'torch/include/ATen/ops/arcsin_native.h' 2025-01-24T01:14:46.8093710Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2025-01-24T01:14:46.8096883Z adding 'torch/include/ATen/ops/arcsinh.h' 2025-01-24T01:14:46.8100100Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.8102976Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2025-01-24T01:14:46.8106197Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2025-01-24T01:14:46.8109444Z adding 'torch/include/ATen/ops/arctan.h' 2025-01-24T01:14:46.8112676Z adding 'torch/include/ATen/ops/arctan2.h' 2025-01-24T01:14:46.8116005Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.8118896Z adding 'torch/include/ATen/ops/arctan2_native.h' 2025-01-24T01:14:46.8122196Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2025-01-24T01:14:46.8125487Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.8128376Z adding 'torch/include/ATen/ops/arctan_native.h' 2025-01-24T01:14:46.8131636Z adding 'torch/include/ATen/ops/arctan_ops.h' 2025-01-24T01:14:46.8134759Z adding 'torch/include/ATen/ops/arctanh.h' 2025-01-24T01:14:46.8138038Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.8140883Z adding 'torch/include/ATen/ops/arctanh_native.h' 2025-01-24T01:14:46.8144199Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2025-01-24T01:14:46.8147475Z adding 'torch/include/ATen/ops/argmax.h' 2025-01-24T01:14:46.8150916Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8154670Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2025-01-24T01:14:46.8164758Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2025-01-24T01:14:46.8167999Z adding 'torch/include/ATen/ops/argmax_meta.h' 2025-01-24T01:14:46.8171057Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2025-01-24T01:14:46.8174122Z adding 'torch/include/ATen/ops/argmax_native.h' 2025-01-24T01:14:46.8177865Z adding 'torch/include/ATen/ops/argmax_ops.h' 2025-01-24T01:14:46.8181114Z adding 'torch/include/ATen/ops/argmin.h' 2025-01-24T01:14:46.8184560Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8187916Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2025-01-24T01:14:46.8190999Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2025-01-24T01:14:46.8193866Z adding 'torch/include/ATen/ops/argmin_meta.h' 2025-01-24T01:14:46.8197048Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2025-01-24T01:14:46.8200105Z adding 'torch/include/ATen/ops/argmin_native.h' 2025-01-24T01:14:46.8203359Z adding 'torch/include/ATen/ops/argmin_ops.h' 2025-01-24T01:14:46.8206584Z adding 'torch/include/ATen/ops/argsort.h' 2025-01-24T01:14:46.8209945Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.8212913Z adding 'torch/include/ATen/ops/argsort_native.h' 2025-01-24T01:14:46.8216269Z adding 'torch/include/ATen/ops/argsort_ops.h' 2025-01-24T01:14:46.8219355Z adding 'torch/include/ATen/ops/argwhere.h' 2025-01-24T01:14:46.8222610Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.8225483Z adding 'torch/include/ATen/ops/argwhere_native.h' 2025-01-24T01:14:46.8228743Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2025-01-24T01:14:46.8232234Z adding 'torch/include/ATen/ops/as_strided.h' 2025-01-24T01:14:46.8235677Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8239107Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2025-01-24T01:14:46.8242544Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.8245876Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8248765Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2025-01-24T01:14:46.8252091Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2025-01-24T01:14:46.8255282Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2025-01-24T01:14:46.8258380Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2025-01-24T01:14:46.8261529Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2025-01-24T01:14:46.8264623Z adding 'torch/include/ATen/ops/as_strided_native.h' 2025-01-24T01:14:46.8268208Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2025-01-24T01:14:46.8271835Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2025-01-24T01:14:46.8275403Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.8278708Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8281574Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2025-01-24T01:14:46.8284905Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2025-01-24T01:14:46.8288061Z adding 'torch/include/ATen/ops/asin.h' 2025-01-24T01:14:46.8291432Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8294401Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2025-01-24T01:14:46.8297533Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2025-01-24T01:14:46.8300566Z adding 'torch/include/ATen/ops/asin_meta.h' 2025-01-24T01:14:46.8303706Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2025-01-24T01:14:46.8306737Z adding 'torch/include/ATen/ops/asin_native.h' 2025-01-24T01:14:46.8310117Z adding 'torch/include/ATen/ops/asin_ops.h' 2025-01-24T01:14:46.8313242Z adding 'torch/include/ATen/ops/asinh.h' 2025-01-24T01:14:46.8316619Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8319662Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2025-01-24T01:14:46.8322784Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2025-01-24T01:14:46.8325834Z adding 'torch/include/ATen/ops/asinh_meta.h' 2025-01-24T01:14:46.8328966Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2025-01-24T01:14:46.8332051Z adding 'torch/include/ATen/ops/asinh_native.h' 2025-01-24T01:14:46.8335305Z adding 'torch/include/ATen/ops/asinh_ops.h' 2025-01-24T01:14:46.8338429Z adding 'torch/include/ATen/ops/atan.h' 2025-01-24T01:14:46.8341636Z adding 'torch/include/ATen/ops/atan2.h' 2025-01-24T01:14:46.8344941Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8356726Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2025-01-24T01:14:46.8360118Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2025-01-24T01:14:46.8363186Z adding 'torch/include/ATen/ops/atan2_meta.h' 2025-01-24T01:14:46.8366339Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2025-01-24T01:14:46.8369361Z adding 'torch/include/ATen/ops/atan2_native.h' 2025-01-24T01:14:46.8372628Z adding 'torch/include/ATen/ops/atan2_ops.h' 2025-01-24T01:14:46.8376029Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8378942Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2025-01-24T01:14:46.8382053Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2025-01-24T01:14:46.8385090Z adding 'torch/include/ATen/ops/atan_meta.h' 2025-01-24T01:14:46.8388281Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2025-01-24T01:14:46.8391373Z adding 'torch/include/ATen/ops/atan_native.h' 2025-01-24T01:14:46.8394586Z adding 'torch/include/ATen/ops/atan_ops.h' 2025-01-24T01:14:46.8397721Z adding 'torch/include/ATen/ops/atanh.h' 2025-01-24T01:14:46.8401049Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8403924Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2025-01-24T01:14:46.8407012Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2025-01-24T01:14:46.8410131Z adding 'torch/include/ATen/ops/atanh_meta.h' 2025-01-24T01:14:46.8413247Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2025-01-24T01:14:46.8416256Z adding 'torch/include/ATen/ops/atanh_native.h' 2025-01-24T01:14:46.8419435Z adding 'torch/include/ATen/ops/atanh_ops.h' 2025-01-24T01:14:46.8422541Z adding 'torch/include/ATen/ops/atleast_1d.h' 2025-01-24T01:14:46.8425846Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.8428834Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2025-01-24T01:14:46.8432023Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2025-01-24T01:14:46.8435096Z adding 'torch/include/ATen/ops/atleast_2d.h' 2025-01-24T01:14:46.8438386Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.8441267Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2025-01-24T01:14:46.8444404Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2025-01-24T01:14:46.8447504Z adding 'torch/include/ATen/ops/atleast_3d.h' 2025-01-24T01:14:46.8450766Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.8453713Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2025-01-24T01:14:46.8456968Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2025-01-24T01:14:46.8460179Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2025-01-24T01:14:46.8463526Z adding 'torch/include/ATen/ops/avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.8466662Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.8469697Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2025-01-24T01:14:46.8473017Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2025-01-24T01:14:46.8476430Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2025-01-24T01:14:46.8479775Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2025-01-24T01:14:46.8483391Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8486413Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2025-01-24T01:14:46.8489788Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2025-01-24T01:14:46.8492915Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2025-01-24T01:14:46.8496278Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2025-01-24T01:14:46.8499648Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2025-01-24T01:14:46.8502856Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2025-01-24T01:14:46.8506989Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8510190Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2025-01-24T01:14:46.8513910Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2025-01-24T01:14:46.8517937Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2025-01-24T01:14:46.8521689Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2025-01-24T01:14:46.8525378Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2025-01-24T01:14:46.8529286Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2025-01-24T01:14:46.8533126Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2025-01-24T01:14:46.8536951Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2025-01-24T01:14:46.8540947Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8544262Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2025-01-24T01:14:46.8547462Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2025-01-24T01:14:46.8550781Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2025-01-24T01:14:46.8554081Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2025-01-24T01:14:46.8557442Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2025-01-24T01:14:46.8560962Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2025-01-24T01:14:46.8564348Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8567487Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2025-01-24T01:14:46.8570648Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2025-01-24T01:14:46.8573687Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2025-01-24T01:14:46.8578559Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2025-01-24T01:14:46.8581844Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2025-01-24T01:14:46.8585173Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2025-01-24T01:14:46.8588490Z adding 'torch/include/ATen/ops/baddbmm.h' 2025-01-24T01:14:46.8591887Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8595061Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2025-01-24T01:14:46.8598241Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2025-01-24T01:14:46.8601281Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2025-01-24T01:14:46.8604432Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2025-01-24T01:14:46.8607457Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2025-01-24T01:14:46.8610748Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2025-01-24T01:14:46.8614154Z adding 'torch/include/ATen/ops/bartlett_window.h' 2025-01-24T01:14:46.8617617Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.8620594Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2025-01-24T01:14:46.8623989Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2025-01-24T01:14:46.8627309Z adding 'torch/include/ATen/ops/batch_norm.h' 2025-01-24T01:14:46.8630704Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2025-01-24T01:14:46.8633953Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2025-01-24T01:14:46.8637120Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2025-01-24T01:14:46.8640365Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2025-01-24T01:14:46.8643746Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.8646810Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2025-01-24T01:14:46.8649868Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2025-01-24T01:14:46.8653296Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2025-01-24T01:14:46.8656326Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2025-01-24T01:14:46.8659581Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2025-01-24T01:14:46.8662887Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2025-01-24T01:14:46.8667054Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.8670550Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2025-01-24T01:14:46.8673701Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2025-01-24T01:14:46.8677096Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2025-01-24T01:14:46.8680374Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.8683555Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2025-01-24T01:14:46.8686834Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2025-01-24T01:14:46.8690003Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2025-01-24T01:14:46.8693403Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2025-01-24T01:14:46.8696773Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2025-01-24T01:14:46.8700289Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.8703376Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2025-01-24T01:14:46.8706563Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2025-01-24T01:14:46.8710017Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2025-01-24T01:14:46.8713545Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2025-01-24T01:14:46.8717048Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.8720256Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2025-01-24T01:14:46.8723461Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2025-01-24T01:14:46.8726793Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2025-01-24T01:14:46.8729950Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2025-01-24T01:14:46.8733155Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2025-01-24T01:14:46.8736488Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2025-01-24T01:14:46.8739904Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.8743022Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2025-01-24T01:14:46.8746169Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2025-01-24T01:14:46.8749490Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2025-01-24T01:14:46.8752883Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2025-01-24T01:14:46.8756301Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.8759473Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2025-01-24T01:14:46.8768721Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2025-01-24T01:14:46.8771990Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2025-01-24T01:14:46.8775379Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2025-01-24T01:14:46.8778730Z adding 'torch/include/ATen/ops/bernoulli.h' 2025-01-24T01:14:46.8782250Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.8785482Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8788719Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2025-01-24T01:14:46.8791900Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2025-01-24T01:14:46.8795237Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2025-01-24T01:14:46.8798542Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2025-01-24T01:14:46.8802126Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2025-01-24T01:14:46.8805461Z adding 'torch/include/ATen/ops/bilinear.h' 2025-01-24T01:14:46.8808755Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.8811779Z adding 'torch/include/ATen/ops/bilinear_native.h' 2025-01-24T01:14:46.8814937Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2025-01-24T01:14:46.8818441Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2025-01-24T01:14:46.8821695Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2025-01-24T01:14:46.8825687Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2025-01-24T01:14:46.8829098Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2025-01-24T01:14:46.8832209Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2025-01-24T01:14:46.8835698Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2025-01-24T01:14:46.8838913Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2025-01-24T01:14:46.8842170Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2025-01-24T01:14:46.8845389Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2025-01-24T01:14:46.8848663Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2025-01-24T01:14:46.8852101Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2025-01-24T01:14:46.8855550Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.8858634Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2025-01-24T01:14:46.8862089Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2025-01-24T01:14:46.8865239Z adding 'torch/include/ATen/ops/bincount.h' 2025-01-24T01:14:46.8868812Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.8871776Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2025-01-24T01:14:46.8881477Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2025-01-24T01:14:46.8884778Z adding 'torch/include/ATen/ops/bincount_native.h' 2025-01-24T01:14:46.8888114Z adding 'torch/include/ATen/ops/bincount_ops.h' 2025-01-24T01:14:46.8891426Z adding 'torch/include/ATen/ops/binomial.h' 2025-01-24T01:14:46.8894737Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.8897947Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2025-01-24T01:14:46.8901119Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2025-01-24T01:14:46.8904348Z adding 'torch/include/ATen/ops/binomial_native.h' 2025-01-24T01:14:46.8907853Z adding 'torch/include/ATen/ops/binomial_ops.h' 2025-01-24T01:14:46.8911237Z adding 'torch/include/ATen/ops/bitwise_and.h' 2025-01-24T01:14:46.8914779Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.8918040Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8921118Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2025-01-24T01:14:46.8924344Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2025-01-24T01:14:46.8927405Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2025-01-24T01:14:46.8930652Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2025-01-24T01:14:46.8933749Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2025-01-24T01:14:46.8937387Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2025-01-24T01:14:46.8940970Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2025-01-24T01:14:46.8944452Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.8947864Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8951070Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2025-01-24T01:14:46.8954200Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2025-01-24T01:14:46.8957298Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2025-01-24T01:14:46.8960674Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2025-01-24T01:14:46.8963908Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2025-01-24T01:14:46.8967445Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2025-01-24T01:14:46.8971329Z adding 'torch/include/ATen/ops/bitwise_not.h' 2025-01-24T01:14:46.8974796Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.8977863Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2025-01-24T01:14:46.8981064Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2025-01-24T01:14:46.8984060Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2025-01-24T01:14:46.8987334Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2025-01-24T01:14:46.8990469Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2025-01-24T01:14:46.8993880Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2025-01-24T01:14:46.8997179Z adding 'torch/include/ATen/ops/bitwise_or.h' 2025-01-24T01:14:46.9000834Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9004230Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.9007168Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2025-01-24T01:14:46.9010394Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2025-01-24T01:14:46.9013373Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2025-01-24T01:14:46.9016648Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2025-01-24T01:14:46.9019723Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2025-01-24T01:14:46.9023297Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2025-01-24T01:14:46.9026958Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2025-01-24T01:14:46.9030482Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9033733Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.9036671Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2025-01-24T01:14:46.9039760Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2025-01-24T01:14:46.9042989Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2025-01-24T01:14:46.9046212Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2025-01-24T01:14:46.9049296Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2025-01-24T01:14:46.9052852Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2025-01-24T01:14:46.9056172Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2025-01-24T01:14:46.9059590Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9062792Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.9065775Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2025-01-24T01:14:46.9068996Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2025-01-24T01:14:46.9072118Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2025-01-24T01:14:46.9075462Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2025-01-24T01:14:46.9078530Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2025-01-24T01:14:46.9082004Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2025-01-24T01:14:46.9085480Z adding 'torch/include/ATen/ops/blackman_window.h' 2025-01-24T01:14:46.9088946Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9091952Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2025-01-24T01:14:46.9095465Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2025-01-24T01:14:46.9098551Z adding 'torch/include/ATen/ops/block_diag.h' 2025-01-24T01:14:46.9101819Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9104663Z adding 'torch/include/ATen/ops/block_diag_native.h' 2025-01-24T01:14:46.9107941Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2025-01-24T01:14:46.9111113Z adding 'torch/include/ATen/ops/bmm.h' 2025-01-24T01:14:46.9114392Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.9117330Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2025-01-24T01:14:46.9120442Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2025-01-24T01:14:46.9123505Z adding 'torch/include/ATen/ops/bmm_meta.h' 2025-01-24T01:14:46.9126609Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2025-01-24T01:14:46.9129832Z adding 'torch/include/ATen/ops/bmm_native.h' 2025-01-24T01:14:46.9133033Z adding 'torch/include/ATen/ops/bmm_ops.h' 2025-01-24T01:14:46.9136093Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2025-01-24T01:14:46.9139365Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9142225Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2025-01-24T01:14:46.9145315Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2025-01-24T01:14:46.9148616Z adding 'torch/include/ATen/ops/broadcast_to.h' 2025-01-24T01:14:46.9151886Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9154732Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2025-01-24T01:14:46.9157822Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2025-01-24T01:14:46.9161135Z adding 'torch/include/ATen/ops/bucketize.h' 2025-01-24T01:14:46.9164433Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9167476Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2025-01-24T01:14:46.9170612Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2025-01-24T01:14:46.9184805Z adding 'torch/include/ATen/ops/bucketize_native.h' 2025-01-24T01:14:46.9188374Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2025-01-24T01:14:46.9191540Z adding 'torch/include/ATen/ops/can_cast.h' 2025-01-24T01:14:46.9194789Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9197593Z adding 'torch/include/ATen/ops/can_cast_native.h' 2025-01-24T01:14:46.9200665Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2025-01-24T01:14:46.9203691Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2025-01-24T01:14:46.9206936Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9209856Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2025-01-24T01:14:46.9212940Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2025-01-24T01:14:46.9216072Z adding 'torch/include/ATen/ops/cat.h' 2025-01-24T01:14:46.9219407Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.9222466Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9225502Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2025-01-24T01:14:46.9228743Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2025-01-24T01:14:46.9232612Z adding 'torch/include/ATen/ops/cat_meta.h' 2025-01-24T01:14:46.9236023Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2025-01-24T01:14:46.9239215Z adding 'torch/include/ATen/ops/cat_native.h' 2025-01-24T01:14:46.9242726Z adding 'torch/include/ATen/ops/cat_ops.h' 2025-01-24T01:14:46.9245926Z adding 'torch/include/ATen/ops/cauchy.h' 2025-01-24T01:14:46.9249379Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9252392Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2025-01-24T01:14:46.9255669Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2025-01-24T01:14:46.9258934Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2025-01-24T01:14:46.9262014Z adding 'torch/include/ATen/ops/cauchy_native.h' 2025-01-24T01:14:46.9265393Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2025-01-24T01:14:46.9268736Z adding 'torch/include/ATen/ops/ccol_indices.h' 2025-01-24T01:14:46.9272148Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9275133Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2025-01-24T01:14:46.9278532Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9281838Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.9285500Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2025-01-24T01:14:46.9288811Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2025-01-24T01:14:46.9291842Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2025-01-24T01:14:46.9295095Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2025-01-24T01:14:46.9298137Z adding 'torch/include/ATen/ops/cdist.h' 2025-01-24T01:14:46.9301535Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9304438Z adding 'torch/include/ATen/ops/cdist_native.h' 2025-01-24T01:14:46.9307796Z adding 'torch/include/ATen/ops/cdist_ops.h' 2025-01-24T01:14:46.9310967Z adding 'torch/include/ATen/ops/ceil.h' 2025-01-24T01:14:46.9314468Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.9317482Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2025-01-24T01:14:46.9320676Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2025-01-24T01:14:46.9323796Z adding 'torch/include/ATen/ops/ceil_meta.h' 2025-01-24T01:14:46.9326949Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2025-01-24T01:14:46.9330200Z adding 'torch/include/ATen/ops/ceil_native.h' 2025-01-24T01:14:46.9334029Z adding 'torch/include/ATen/ops/ceil_ops.h' 2025-01-24T01:14:46.9337641Z adding 'torch/include/ATen/ops/celu.h' 2025-01-24T01:14:46.9341572Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9344986Z adding 'torch/include/ATen/ops/celu_native.h' 2025-01-24T01:14:46.9348807Z adding 'torch/include/ATen/ops/celu_ops.h' 2025-01-24T01:14:46.9352549Z adding 'torch/include/ATen/ops/chain_matmul.h' 2025-01-24T01:14:46.9356008Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9358959Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2025-01-24T01:14:46.9362307Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2025-01-24T01:14:46.9365440Z adding 'torch/include/ATen/ops/chalf.h' 2025-01-24T01:14:46.9368812Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9371874Z adding 'torch/include/ATen/ops/chalf_native.h' 2025-01-24T01:14:46.9375103Z adding 'torch/include/ATen/ops/chalf_ops.h' 2025-01-24T01:14:46.9378641Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2025-01-24T01:14:46.9381945Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9384951Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2025-01-24T01:14:46.9388106Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2025-01-24T01:14:46.9391292Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2025-01-24T01:14:46.9394943Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2025-01-24T01:14:46.9398071Z adding 'torch/include/ATen/ops/cholesky.h' 2025-01-24T01:14:46.9401223Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2025-01-24T01:14:46.9404318Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2025-01-24T01:14:46.9407566Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2025-01-24T01:14:46.9410761Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2025-01-24T01:14:46.9413945Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2025-01-24T01:14:46.9416835Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2025-01-24T01:14:46.9420132Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2025-01-24T01:14:46.9423142Z adding 'torch/include/ATen/ops/cholesky_native.h' 2025-01-24T01:14:46.9426311Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2025-01-24T01:14:46.9429574Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2025-01-24T01:14:46.9432861Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9435818Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2025-01-24T01:14:46.9440053Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2025-01-24T01:14:46.9443463Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2025-01-24T01:14:46.9446913Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9449902Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2025-01-24T01:14:46.9453647Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2025-01-24T01:14:46.9457204Z adding 'torch/include/ATen/ops/chunk.h' 2025-01-24T01:14:46.9461092Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9464462Z adding 'torch/include/ATen/ops/chunk_native.h' 2025-01-24T01:14:46.9468264Z adding 'torch/include/ATen/ops/chunk_ops.h' 2025-01-24T01:14:46.9472072Z adding 'torch/include/ATen/ops/clamp.h' 2025-01-24T01:14:46.9476118Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.9479242Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2025-01-24T01:14:46.9482631Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2025-01-24T01:14:46.9485898Z adding 'torch/include/ATen/ops/clamp_max.h' 2025-01-24T01:14:46.9489460Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.9492476Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2025-01-24T01:14:46.9495752Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2025-01-24T01:14:46.9498858Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2025-01-24T01:14:46.9511485Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2025-01-24T01:14:46.9511829Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2025-01-24T01:14:46.9511965Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2025-01-24T01:14:46.9512399Z adding 'torch/include/ATen/ops/clamp_meta.h' 2025-01-24T01:14:46.9515378Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2025-01-24T01:14:46.9518796Z adding 'torch/include/ATen/ops/clamp_min.h' 2025-01-24T01:14:46.9522272Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.9525606Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2025-01-24T01:14:46.9528825Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2025-01-24T01:14:46.9532050Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2025-01-24T01:14:46.9535192Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2025-01-24T01:14:46.9538421Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2025-01-24T01:14:46.9541872Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2025-01-24T01:14:46.9545257Z adding 'torch/include/ATen/ops/clamp_native.h' 2025-01-24T01:14:46.9549060Z adding 'torch/include/ATen/ops/clamp_ops.h' 2025-01-24T01:14:46.9552560Z adding 'torch/include/ATen/ops/clip.h' 2025-01-24T01:14:46.9556017Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9559011Z adding 'torch/include/ATen/ops/clip_native.h' 2025-01-24T01:14:46.9562764Z adding 'torch/include/ATen/ops/clip_ops.h' 2025-01-24T01:14:46.9566007Z adding 'torch/include/ATen/ops/clone.h' 2025-01-24T01:14:46.9569318Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9572268Z adding 'torch/include/ATen/ops/clone_native.h' 2025-01-24T01:14:46.9575797Z adding 'torch/include/ATen/ops/clone_ops.h' 2025-01-24T01:14:46.9578694Z adding 'torch/include/ATen/ops/coalesce.h' 2025-01-24T01:14:46.9587906Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9590808Z adding 'torch/include/ATen/ops/coalesce_native.h' 2025-01-24T01:14:46.9593961Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2025-01-24T01:14:46.9597387Z adding 'torch/include/ATen/ops/col2im.h' 2025-01-24T01:14:46.9600798Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2025-01-24T01:14:46.9603956Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2025-01-24T01:14:46.9607179Z adding 'torch/include/ATen/ops/col2im_native.h' 2025-01-24T01:14:46.9610565Z adding 'torch/include/ATen/ops/col2im_ops.h' 2025-01-24T01:14:46.9613563Z adding 'torch/include/ATen/ops/col_indices.h' 2025-01-24T01:14:46.9616795Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9619738Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2025-01-24T01:14:46.9622984Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9626153Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.9629091Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2025-01-24T01:14:46.9632234Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2025-01-24T01:14:46.9635279Z adding 'torch/include/ATen/ops/col_indices_native.h' 2025-01-24T01:14:46.9638368Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2025-01-24T01:14:46.9641565Z adding 'torch/include/ATen/ops/column_stack.h' 2025-01-24T01:14:46.9644737Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9647566Z adding 'torch/include/ATen/ops/column_stack_native.h' 2025-01-24T01:14:46.9650720Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2025-01-24T01:14:46.9653783Z adding 'torch/include/ATen/ops/combinations.h' 2025-01-24T01:14:46.9657016Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9659845Z adding 'torch/include/ATen/ops/combinations_native.h' 2025-01-24T01:14:46.9663098Z adding 'torch/include/ATen/ops/combinations_ops.h' 2025-01-24T01:14:46.9666834Z adding 'torch/include/ATen/ops/complex.h' 2025-01-24T01:14:46.9670772Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9673778Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2025-01-24T01:14:46.9677126Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2025-01-24T01:14:46.9680031Z adding 'torch/include/ATen/ops/complex_native.h' 2025-01-24T01:14:46.9683143Z adding 'torch/include/ATen/ops/complex_ops.h' 2025-01-24T01:14:46.9686438Z adding 'torch/include/ATen/ops/concat.h' 2025-01-24T01:14:46.9689781Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9692870Z adding 'torch/include/ATen/ops/concat_native.h' 2025-01-24T01:14:46.9696182Z adding 'torch/include/ATen/ops/concat_ops.h' 2025-01-24T01:14:46.9699614Z adding 'torch/include/ATen/ops/concatenate.h' 2025-01-24T01:14:46.9702963Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9705998Z adding 'torch/include/ATen/ops/concatenate_native.h' 2025-01-24T01:14:46.9709539Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2025-01-24T01:14:46.9712636Z adding 'torch/include/ATen/ops/conj.h' 2025-01-24T01:14:46.9716013Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9718908Z adding 'torch/include/ATen/ops/conj_native.h' 2025-01-24T01:14:46.9722144Z adding 'torch/include/ATen/ops/conj_ops.h' 2025-01-24T01:14:46.9725288Z adding 'torch/include/ATen/ops/conj_physical.h' 2025-01-24T01:14:46.9728670Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9731952Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9734947Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2025-01-24T01:14:46.9738116Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2025-01-24T01:14:46.9741392Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2025-01-24T01:14:46.9744540Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2025-01-24T01:14:46.9748061Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2025-01-24T01:14:46.9751647Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9754590Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2025-01-24T01:14:46.9758059Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2025-01-24T01:14:46.9761212Z adding 'torch/include/ATen/ops/contiguous.h' 2025-01-24T01:14:46.9764439Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9767433Z adding 'torch/include/ATen/ops/contiguous_native.h' 2025-01-24T01:14:46.9770573Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2025-01-24T01:14:46.9774104Z adding 'torch/include/ATen/ops/conv1d.h' 2025-01-24T01:14:46.9777549Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9780674Z adding 'torch/include/ATen/ops/conv1d_native.h' 2025-01-24T01:14:46.9784214Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2025-01-24T01:14:46.9787737Z adding 'torch/include/ATen/ops/conv2d.h' 2025-01-24T01:14:46.9791339Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9794341Z adding 'torch/include/ATen/ops/conv2d_native.h' 2025-01-24T01:14:46.9797775Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2025-01-24T01:14:46.9801273Z adding 'torch/include/ATen/ops/conv3d.h' 2025-01-24T01:14:46.9804836Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9807976Z adding 'torch/include/ATen/ops/conv3d_native.h' 2025-01-24T01:14:46.9811257Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2025-01-24T01:14:46.9815445Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2025-01-24T01:14:46.9819184Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9822273Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2025-01-24T01:14:46.9825446Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2025-01-24T01:14:46.9828954Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2025-01-24T01:14:46.9832190Z adding 'torch/include/ATen/ops/conv_tbc.h' 2025-01-24T01:14:46.9835270Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2025-01-24T01:14:46.9838694Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9842111Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2025-01-24T01:14:46.9845237Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2025-01-24T01:14:46.9848614Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9851517Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2025-01-24T01:14:46.9854883Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2025-01-24T01:14:46.9858319Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2025-01-24T01:14:46.9861901Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9865024Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2025-01-24T01:14:46.9868423Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2025-01-24T01:14:46.9871881Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2025-01-24T01:14:46.9875378Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9878434Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2025-01-24T01:14:46.9881775Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2025-01-24T01:14:46.9885260Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2025-01-24T01:14:46.9888704Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:46.9891595Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2025-01-24T01:14:46.9894979Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2025-01-24T01:14:46.9898701Z adding 'torch/include/ATen/ops/convolution.h' 2025-01-24T01:14:46.9902737Z adding 'torch/include/ATen/ops/convolution_backward.h' 2025-01-24T01:14:46.9906658Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9910011Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2025-01-24T01:14:46.9913123Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2025-01-24T01:14:46.9916629Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2025-01-24T01:14:46.9920660Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2025-01-24T01:14:46.9924564Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9927755Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2025-01-24T01:14:46.9931151Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2025-01-24T01:14:46.9934658Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9937685Z adding 'torch/include/ATen/ops/convolution_native.h' 2025-01-24T01:14:46.9941139Z adding 'torch/include/ATen/ops/convolution_ops.h' 2025-01-24T01:14:46.9944938Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2025-01-24T01:14:46.9948735Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9951884Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2025-01-24T01:14:46.9955242Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2025-01-24T01:14:46.9958404Z adding 'torch/include/ATen/ops/copy.h' 2025-01-24T01:14:46.9967534Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9970753Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:46.9973814Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2025-01-24T01:14:46.9976873Z adding 'torch/include/ATen/ops/copy_native.h' 2025-01-24T01:14:46.9980340Z adding 'torch/include/ATen/ops/copy_ops.h' 2025-01-24T01:14:46.9983665Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2025-01-24T01:14:46.9986999Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:46.9990264Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2025-01-24T01:14:46.9993258Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2025-01-24T01:14:46.9996629Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2025-01-24T01:14:46.9999807Z adding 'torch/include/ATen/ops/copysign.h' 2025-01-24T01:14:47.0003299Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0006466Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.0009454Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2025-01-24T01:14:47.0012644Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2025-01-24T01:14:47.0015669Z adding 'torch/include/ATen/ops/copysign_meta.h' 2025-01-24T01:14:47.0018902Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2025-01-24T01:14:47.0021882Z adding 'torch/include/ATen/ops/copysign_native.h' 2025-01-24T01:14:47.0025435Z adding 'torch/include/ATen/ops/copysign_ops.h' 2025-01-24T01:14:47.0028675Z adding 'torch/include/ATen/ops/corrcoef.h' 2025-01-24T01:14:47.0032456Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0035758Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2025-01-24T01:14:47.0039001Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2025-01-24T01:14:47.0042201Z adding 'torch/include/ATen/ops/cos.h' 2025-01-24T01:14:47.0046132Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.0049625Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2025-01-24T01:14:47.0053192Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2025-01-24T01:14:47.0056728Z adding 'torch/include/ATen/ops/cos_meta.h' 2025-01-24T01:14:47.0059999Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2025-01-24T01:14:47.0063222Z adding 'torch/include/ATen/ops/cos_native.h' 2025-01-24T01:14:47.0066414Z adding 'torch/include/ATen/ops/cos_ops.h' 2025-01-24T01:14:47.0069862Z adding 'torch/include/ATen/ops/cosh.h' 2025-01-24T01:14:47.0073165Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.0076235Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2025-01-24T01:14:47.0079294Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2025-01-24T01:14:47.0082479Z adding 'torch/include/ATen/ops/cosh_meta.h' 2025-01-24T01:14:47.0085604Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2025-01-24T01:14:47.0088537Z adding 'torch/include/ATen/ops/cosh_native.h' 2025-01-24T01:14:47.0091792Z adding 'torch/include/ATen/ops/cosh_ops.h' 2025-01-24T01:14:47.0095094Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2025-01-24T01:14:47.0098372Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0101201Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2025-01-24T01:14:47.0104316Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2025-01-24T01:14:47.0107474Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2025-01-24T01:14:47.0110958Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0113771Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2025-01-24T01:14:47.0116900Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2025-01-24T01:14:47.0120097Z adding 'torch/include/ATen/ops/count_nonzero.h' 2025-01-24T01:14:47.0123348Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0126337Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2025-01-24T01:14:47.0129331Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2025-01-24T01:14:47.0132326Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2025-01-24T01:14:47.0135598Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2025-01-24T01:14:47.0143558Z adding 'torch/include/ATen/ops/cov.h' 2025-01-24T01:14:47.0145752Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0149294Z adding 'torch/include/ATen/ops/cov_native.h' 2025-01-24T01:14:47.0152432Z adding 'torch/include/ATen/ops/cov_ops.h' 2025-01-24T01:14:47.0155686Z adding 'torch/include/ATen/ops/cross.h' 2025-01-24T01:14:47.0158969Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0162244Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2025-01-24T01:14:47.0165648Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0168595Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2025-01-24T01:14:47.0171782Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2025-01-24T01:14:47.0174799Z adding 'torch/include/ATen/ops/cross_native.h' 2025-01-24T01:14:47.0178010Z adding 'torch/include/ATen/ops/cross_ops.h' 2025-01-24T01:14:47.0181040Z adding 'torch/include/ATen/ops/crow_indices.h' 2025-01-24T01:14:47.0184676Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0187817Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2025-01-24T01:14:47.0191098Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0194418Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.0197036Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2025-01-24T01:14:47.0200189Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2025-01-24T01:14:47.0203210Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2025-01-24T01:14:47.0206258Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2025-01-24T01:14:47.0217655Z adding 'torch/include/ATen/ops/ctc_loss.h' 2025-01-24T01:14:47.0222792Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0226101Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2025-01-24T01:14:47.0229558Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2025-01-24T01:14:47.0232802Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2025-01-24T01:14:47.0235985Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2025-01-24T01:14:47.0239336Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0242286Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2025-01-24T01:14:47.0245286Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2025-01-24T01:14:47.0248501Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2025-01-24T01:14:47.0251728Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0254683Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2025-01-24T01:14:47.0264215Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2025-01-24T01:14:47.0267485Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2025-01-24T01:14:47.0270825Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2025-01-24T01:14:47.0274231Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2025-01-24T01:14:47.0277669Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0280676Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2025-01-24T01:14:47.0283694Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2025-01-24T01:14:47.0287052Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2025-01-24T01:14:47.0290400Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0293422Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2025-01-24T01:14:47.0296468Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2025-01-24T01:14:47.0299876Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2025-01-24T01:14:47.0303453Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2025-01-24T01:14:47.0307217Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2025-01-24T01:14:47.0310954Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0314015Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2025-01-24T01:14:47.0317066Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2025-01-24T01:14:47.0320351Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2025-01-24T01:14:47.0323644Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2025-01-24T01:14:47.0326606Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2025-01-24T01:14:47.0329840Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2025-01-24T01:14:47.0333406Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2025-01-24T01:14:47.0336931Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0339955Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2025-01-24T01:14:47.0343636Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2025-01-24T01:14:47.0346504Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2025-01-24T01:14:47.0350211Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2025-01-24T01:14:47.0353848Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0356888Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2025-01-24T01:14:47.0359934Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2025-01-24T01:14:47.0363187Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2025-01-24T01:14:47.0366292Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2025-01-24T01:14:47.0369423Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2025-01-24T01:14:47.0372829Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0375772Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2025-01-24T01:14:47.0378737Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2025-01-24T01:14:47.0381937Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2025-01-24T01:14:47.0385144Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0388210Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2025-01-24T01:14:47.0391195Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2025-01-24T01:14:47.0394335Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2025-01-24T01:14:47.0397344Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2025-01-24T01:14:47.0400534Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0403404Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2025-01-24T01:14:47.0406450Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2025-01-24T01:14:47.0409629Z adding 'torch/include/ATen/ops/cummax.h' 2025-01-24T01:14:47.0412931Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0415995Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0419015Z adding 'torch/include/ATen/ops/cummax_native.h' 2025-01-24T01:14:47.0422302Z adding 'torch/include/ATen/ops/cummax_ops.h' 2025-01-24T01:14:47.0425434Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2025-01-24T01:14:47.0428798Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0431718Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2025-01-24T01:14:47.0434819Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2025-01-24T01:14:47.0437988Z adding 'torch/include/ATen/ops/cummin.h' 2025-01-24T01:14:47.0441273Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0444519Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0447436Z adding 'torch/include/ATen/ops/cummin_native.h' 2025-01-24T01:14:47.0450961Z adding 'torch/include/ATen/ops/cummin_ops.h' 2025-01-24T01:14:47.0454259Z adding 'torch/include/ATen/ops/cumprod.h' 2025-01-24T01:14:47.0463239Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2025-01-24T01:14:47.0466612Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0469747Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2025-01-24T01:14:47.0472982Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2025-01-24T01:14:47.0476320Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.0479487Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0482512Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2025-01-24T01:14:47.0485745Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2025-01-24T01:14:47.0488928Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2025-01-24T01:14:47.0492086Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2025-01-24T01:14:47.0495084Z adding 'torch/include/ATen/ops/cumprod_native.h' 2025-01-24T01:14:47.0498704Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2025-01-24T01:14:47.0502180Z adding 'torch/include/ATen/ops/cumsum.h' 2025-01-24T01:14:47.0505542Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.0508833Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0511874Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2025-01-24T01:14:47.0515109Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2025-01-24T01:14:47.0518105Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2025-01-24T01:14:47.0521365Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2025-01-24T01:14:47.0524417Z adding 'torch/include/ATen/ops/cumsum_native.h' 2025-01-24T01:14:47.0528027Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2025-01-24T01:14:47.0531723Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2025-01-24T01:14:47.0535313Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0538191Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2025-01-24T01:14:47.0541895Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2025-01-24T01:14:47.0545366Z adding 'torch/include/ATen/ops/data.h' 2025-01-24T01:14:47.0549124Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0558367Z adding 'torch/include/ATen/ops/data_native.h' 2025-01-24T01:14:47.0562073Z adding 'torch/include/ATen/ops/data_ops.h' 2025-01-24T01:14:47.0565662Z adding 'torch/include/ATen/ops/deg2rad.h' 2025-01-24T01:14:47.0569444Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0572834Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2025-01-24T01:14:47.0576092Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2025-01-24T01:14:47.0579246Z adding 'torch/include/ATen/ops/dense_dim.h' 2025-01-24T01:14:47.0582463Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0585489Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2025-01-24T01:14:47.0588683Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2025-01-24T01:14:47.0592121Z adding 'torch/include/ATen/ops/dequantize.h' 2025-01-24T01:14:47.0595508Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0598653Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2025-01-24T01:14:47.0601736Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2025-01-24T01:14:47.0604688Z adding 'torch/include/ATen/ops/dequantize_native.h' 2025-01-24T01:14:47.0608129Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2025-01-24T01:14:47.0611154Z adding 'torch/include/ATen/ops/det.h' 2025-01-24T01:14:47.0614354Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0617142Z adding 'torch/include/ATen/ops/det_native.h' 2025-01-24T01:14:47.0620179Z adding 'torch/include/ATen/ops/det_ops.h' 2025-01-24T01:14:47.0623380Z adding 'torch/include/ATen/ops/detach.h' 2025-01-24T01:14:47.0626935Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0630052Z adding 'torch/include/ATen/ops/detach_copy.h' 2025-01-24T01:14:47.0633265Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0636420Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.0639177Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2025-01-24T01:14:47.0642268Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2025-01-24T01:14:47.0645225Z adding 'torch/include/ATen/ops/detach_native.h' 2025-01-24T01:14:47.0654220Z adding 'torch/include/ATen/ops/detach_ops.h' 2025-01-24T01:14:47.0656803Z adding 'torch/include/ATen/ops/diag.h' 2025-01-24T01:14:47.0660049Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0663139Z adding 'torch/include/ATen/ops/diag_embed.h' 2025-01-24T01:14:47.0666422Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0669739Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.0672499Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2025-01-24T01:14:47.0675639Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2025-01-24T01:14:47.0678630Z adding 'torch/include/ATen/ops/diag_native.h' 2025-01-24T01:14:47.0681731Z adding 'torch/include/ATen/ops/diag_ops.h' 2025-01-24T01:14:47.0684766Z adding 'torch/include/ATen/ops/diagflat.h' 2025-01-24T01:14:47.0687968Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0690903Z adding 'torch/include/ATen/ops/diagflat_native.h' 2025-01-24T01:14:47.0694014Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2025-01-24T01:14:47.0697034Z adding 'torch/include/ATen/ops/diagonal.h' 2025-01-24T01:14:47.0700488Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2025-01-24T01:14:47.0703882Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0706790Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2025-01-24T01:14:47.0710146Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2025-01-24T01:14:47.0713362Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0716461Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0719441Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2025-01-24T01:14:47.0722664Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0725814Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.0728567Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2025-01-24T01:14:47.0731751Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2025-01-24T01:14:47.0734787Z adding 'torch/include/ATen/ops/diagonal_native.h' 2025-01-24T01:14:47.0737984Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2025-01-24T01:14:47.0741124Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2025-01-24T01:14:47.0744482Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0747785Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.0750646Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2025-01-24T01:14:47.0753869Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2025-01-24T01:14:47.0757055Z adding 'torch/include/ATen/ops/diff.h' 2025-01-24T01:14:47.0760379Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0763298Z adding 'torch/include/ATen/ops/diff_native.h' 2025-01-24T01:14:47.0766585Z adding 'torch/include/ATen/ops/diff_ops.h' 2025-01-24T01:14:47.0769668Z adding 'torch/include/ATen/ops/digamma.h' 2025-01-24T01:14:47.0773014Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.0775905Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2025-01-24T01:14:47.0778949Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2025-01-24T01:14:47.0781940Z adding 'torch/include/ATen/ops/digamma_meta.h' 2025-01-24T01:14:47.0785087Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2025-01-24T01:14:47.0788165Z adding 'torch/include/ATen/ops/digamma_native.h' 2025-01-24T01:14:47.0791407Z adding 'torch/include/ATen/ops/digamma_ops.h' 2025-01-24T01:14:47.0794415Z adding 'torch/include/ATen/ops/dist.h' 2025-01-24T01:14:47.0798304Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0800550Z adding 'torch/include/ATen/ops/dist_native.h' 2025-01-24T01:14:47.0803698Z adding 'torch/include/ATen/ops/dist_ops.h' 2025-01-24T01:14:47.0807024Z adding 'torch/include/ATen/ops/div.h' 2025-01-24T01:14:47.0810436Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0813636Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.0816600Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2025-01-24T01:14:47.0819735Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2025-01-24T01:14:47.0822757Z adding 'torch/include/ATen/ops/div_meta.h' 2025-01-24T01:14:47.0825897Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2025-01-24T01:14:47.0829273Z adding 'torch/include/ATen/ops/div_native.h' 2025-01-24T01:14:47.0833034Z adding 'torch/include/ATen/ops/div_ops.h' 2025-01-24T01:14:47.0836496Z adding 'torch/include/ATen/ops/divide.h' 2025-01-24T01:14:47.0839880Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0842824Z adding 'torch/include/ATen/ops/divide_native.h' 2025-01-24T01:14:47.0851916Z adding 'torch/include/ATen/ops/divide_ops.h' 2025-01-24T01:14:47.0855440Z adding 'torch/include/ATen/ops/dot.h' 2025-01-24T01:14:47.0858872Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.0861885Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2025-01-24T01:14:47.0865064Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2025-01-24T01:14:47.0868174Z adding 'torch/include/ATen/ops/dot_native.h' 2025-01-24T01:14:47.0871496Z adding 'torch/include/ATen/ops/dot_ops.h' 2025-01-24T01:14:47.0874625Z adding 'torch/include/ATen/ops/dropout.h' 2025-01-24T01:14:47.0878016Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0880988Z adding 'torch/include/ATen/ops/dropout_native.h' 2025-01-24T01:14:47.0884247Z adding 'torch/include/ATen/ops/dropout_ops.h' 2025-01-24T01:14:47.0887783Z adding 'torch/include/ATen/ops/dsplit.h' 2025-01-24T01:14:47.0891036Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0894085Z adding 'torch/include/ATen/ops/dsplit_native.h' 2025-01-24T01:14:47.0897281Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2025-01-24T01:14:47.0900529Z adding 'torch/include/ATen/ops/dstack.h' 2025-01-24T01:14:47.0903798Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0906807Z adding 'torch/include/ATen/ops/dstack_native.h' 2025-01-24T01:14:47.0910129Z adding 'torch/include/ATen/ops/dstack_ops.h' 2025-01-24T01:14:47.0913366Z adding 'torch/include/ATen/ops/einsum.h' 2025-01-24T01:14:47.0916753Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0919688Z adding 'torch/include/ATen/ops/einsum_native.h' 2025-01-24T01:14:47.0922924Z adding 'torch/include/ATen/ops/einsum_ops.h' 2025-01-24T01:14:47.0932434Z adding 'torch/include/ATen/ops/elu.h' 2025-01-24T01:14:47.0935878Z adding 'torch/include/ATen/ops/elu_backward.h' 2025-01-24T01:14:47.0939313Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.0942462Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2025-01-24T01:14:47.0945651Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2025-01-24T01:14:47.0948950Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2025-01-24T01:14:47.0952277Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2025-01-24T01:14:47.0955464Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2025-01-24T01:14:47.0958899Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2025-01-24T01:14:47.0962244Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.0965403Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2025-01-24T01:14:47.0969306Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2025-01-24T01:14:47.0971818Z adding 'torch/include/ATen/ops/elu_meta.h' 2025-01-24T01:14:47.0975030Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2025-01-24T01:14:47.0978202Z adding 'torch/include/ATen/ops/elu_native.h' 2025-01-24T01:14:47.0981579Z adding 'torch/include/ATen/ops/elu_ops.h' 2025-01-24T01:14:47.0985096Z adding 'torch/include/ATen/ops/embedding.h' 2025-01-24T01:14:47.0988686Z adding 'torch/include/ATen/ops/embedding_backward.h' 2025-01-24T01:14:47.0992974Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.0996028Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2025-01-24T01:14:47.0999361Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2025-01-24T01:14:47.1002584Z adding 'torch/include/ATen/ops/embedding_bag.h' 2025-01-24T01:14:47.1006076Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1009086Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2025-01-24T01:14:47.1012627Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2025-01-24T01:14:47.1016061Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.1019649Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2025-01-24T01:14:47.1023292Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.1026359Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2025-01-24T01:14:47.1029730Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2025-01-24T01:14:47.1032889Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2025-01-24T01:14:47.1036661Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2025-01-24T01:14:47.1040189Z adding 'torch/include/ATen/ops/embedding_native.h' 2025-01-24T01:14:47.1044335Z adding 'torch/include/ATen/ops/embedding_ops.h' 2025-01-24T01:14:47.1048032Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2025-01-24T01:14:47.1051920Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.1055367Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2025-01-24T01:14:47.1058646Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2025-01-24T01:14:47.1061736Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2025-01-24T01:14:47.1064990Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2025-01-24T01:14:47.1068419Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2025-01-24T01:14:47.1071878Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2025-01-24T01:14:47.1075413Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1078297Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2025-01-24T01:14:47.1081599Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2025-01-24T01:14:47.1085470Z adding 'torch/include/ATen/ops/empty.h' 2025-01-24T01:14:47.1089073Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.1092305Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1095571Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2025-01-24T01:14:47.1098782Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2025-01-24T01:14:47.1102011Z adding 'torch/include/ATen/ops/empty_like.h' 2025-01-24T01:14:47.1105372Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.1108518Z adding 'torch/include/ATen/ops/empty_like_native.h' 2025-01-24T01:14:47.1112178Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2025-01-24T01:14:47.1115454Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2025-01-24T01:14:47.1118702Z adding 'torch/include/ATen/ops/empty_native.h' 2025-01-24T01:14:47.1122330Z adding 'torch/include/ATen/ops/empty_ops.h' 2025-01-24T01:14:47.1125906Z adding 'torch/include/ATen/ops/empty_permuted.h' 2025-01-24T01:14:47.1129499Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.1132493Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2025-01-24T01:14:47.1135875Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2025-01-24T01:14:47.1139128Z adding 'torch/include/ATen/ops/empty_quantized.h' 2025-01-24T01:14:47.1142762Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.1145738Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2025-01-24T01:14:47.1149254Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2025-01-24T01:14:47.1152891Z adding 'torch/include/ATen/ops/empty_strided.h' 2025-01-24T01:14:47.1156395Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.1159655Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2025-01-24T01:14:47.1162559Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2025-01-24T01:14:47.1165699Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2025-01-24T01:14:47.1168750Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2025-01-24T01:14:47.1172011Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2025-01-24T01:14:47.1175202Z adding 'torch/include/ATen/ops/eq.h' 2025-01-24T01:14:47.1178538Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.1181546Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2025-01-24T01:14:47.1184704Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2025-01-24T01:14:47.1187818Z adding 'torch/include/ATen/ops/eq_meta.h' 2025-01-24T01:14:47.1191124Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2025-01-24T01:14:47.1194357Z adding 'torch/include/ATen/ops/eq_native.h' 2025-01-24T01:14:47.1197778Z adding 'torch/include/ATen/ops/eq_ops.h' 2025-01-24T01:14:47.1200920Z adding 'torch/include/ATen/ops/equal.h' 2025-01-24T01:14:47.1203992Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2025-01-24T01:14:47.1207087Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2025-01-24T01:14:47.1210058Z adding 'torch/include/ATen/ops/equal_native.h' 2025-01-24T01:14:47.1213126Z adding 'torch/include/ATen/ops/equal_ops.h' 2025-01-24T01:14:47.1216183Z adding 'torch/include/ATen/ops/erf.h' 2025-01-24T01:14:47.1219930Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.1222615Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2025-01-24T01:14:47.1225484Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2025-01-24T01:14:47.1228944Z adding 'torch/include/ATen/ops/erf_meta.h' 2025-01-24T01:14:47.1232094Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2025-01-24T01:14:47.1235099Z adding 'torch/include/ATen/ops/erf_native.h' 2025-01-24T01:14:47.1238564Z adding 'torch/include/ATen/ops/erf_ops.h' 2025-01-24T01:14:47.1246964Z adding 'torch/include/ATen/ops/erfc.h' 2025-01-24T01:14:47.1250368Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.1253283Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2025-01-24T01:14:47.1256337Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2025-01-24T01:14:47.1259309Z adding 'torch/include/ATen/ops/erfc_meta.h' 2025-01-24T01:14:47.1262427Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2025-01-24T01:14:47.1265417Z adding 'torch/include/ATen/ops/erfc_native.h' 2025-01-24T01:14:47.1268735Z adding 'torch/include/ATen/ops/erfc_ops.h' 2025-01-24T01:14:47.1271797Z adding 'torch/include/ATen/ops/erfinv.h' 2025-01-24T01:14:47.1275111Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.1278027Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2025-01-24T01:14:47.1281065Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2025-01-24T01:14:47.1284196Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2025-01-24T01:14:47.1287126Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2025-01-24T01:14:47.1290154Z adding 'torch/include/ATen/ops/erfinv_native.h' 2025-01-24T01:14:47.1293366Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2025-01-24T01:14:47.1296456Z adding 'torch/include/ATen/ops/exp.h' 2025-01-24T01:14:47.1299496Z adding 'torch/include/ATen/ops/exp2.h' 2025-01-24T01:14:47.1302788Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.1305683Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2025-01-24T01:14:47.1308865Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2025-01-24T01:14:47.1311843Z adding 'torch/include/ATen/ops/exp2_meta.h' 2025-01-24T01:14:47.1314983Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2025-01-24T01:14:47.1317992Z adding 'torch/include/ATen/ops/exp2_native.h' 2025-01-24T01:14:47.1321198Z adding 'torch/include/ATen/ops/exp2_ops.h' 2025-01-24T01:14:47.1324571Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.1327459Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2025-01-24T01:14:47.1330504Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2025-01-24T01:14:47.1333489Z adding 'torch/include/ATen/ops/exp_meta.h' 2025-01-24T01:14:47.1336596Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2025-01-24T01:14:47.1339607Z adding 'torch/include/ATen/ops/exp_native.h' 2025-01-24T01:14:47.1342800Z adding 'torch/include/ATen/ops/exp_ops.h' 2025-01-24T01:14:47.1345919Z adding 'torch/include/ATen/ops/expand.h' 2025-01-24T01:14:47.1349236Z adding 'torch/include/ATen/ops/expand_as.h' 2025-01-24T01:14:47.1352559Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1355556Z adding 'torch/include/ATen/ops/expand_as_native.h' 2025-01-24T01:14:47.1358677Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2025-01-24T01:14:47.1362060Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.1365281Z adding 'torch/include/ATen/ops/expand_copy.h' 2025-01-24T01:14:47.1368856Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.1372098Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.1375137Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2025-01-24T01:14:47.1378352Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2025-01-24T01:14:47.1381538Z adding 'torch/include/ATen/ops/expand_native.h' 2025-01-24T01:14:47.1384758Z adding 'torch/include/ATen/ops/expand_ops.h' 2025-01-24T01:14:47.1387989Z adding 'torch/include/ATen/ops/expm1.h' 2025-01-24T01:14:47.1391483Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.1394443Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2025-01-24T01:14:47.1397682Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2025-01-24T01:14:47.1400660Z adding 'torch/include/ATen/ops/expm1_meta.h' 2025-01-24T01:14:47.1416186Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2025-01-24T01:14:47.1419190Z adding 'torch/include/ATen/ops/expm1_native.h' 2025-01-24T01:14:47.1422608Z adding 'torch/include/ATen/ops/expm1_ops.h' 2025-01-24T01:14:47.1425855Z adding 'torch/include/ATen/ops/exponential.h' 2025-01-24T01:14:47.1429361Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.1432499Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2025-01-24T01:14:47.1435598Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2025-01-24T01:14:47.1438803Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2025-01-24T01:14:47.1441797Z adding 'torch/include/ATen/ops/exponential_native.h' 2025-01-24T01:14:47.1445317Z adding 'torch/include/ATen/ops/exponential_ops.h' 2025-01-24T01:14:47.1449242Z adding 'torch/include/ATen/ops/eye.h' 2025-01-24T01:14:47.1452921Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.1456455Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2025-01-24T01:14:47.1459696Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2025-01-24T01:14:47.1463011Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2025-01-24T01:14:47.1466059Z adding 'torch/include/ATen/ops/eye_native.h' 2025-01-24T01:14:47.1469719Z adding 'torch/include/ATen/ops/eye_ops.h' 2025-01-24T01:14:47.1473055Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2025-01-24T01:14:47.1476490Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2025-01-24T01:14:47.1479826Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2025-01-24T01:14:47.1483243Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1486298Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2025-01-24T01:14:47.1489413Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2025-01-24T01:14:47.1492898Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.1495969Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2025-01-24T01:14:47.1499244Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2025-01-24T01:14:47.1502327Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2025-01-24T01:14:47.1505775Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2025-01-24T01:14:47.1509376Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1512349Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2025-01-24T01:14:47.1515671Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2025-01-24T01:14:47.1518784Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2025-01-24T01:14:47.1522252Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2025-01-24T01:14:47.1525330Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2025-01-24T01:14:47.1528826Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1531766Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2025-01-24T01:14:47.1535082Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2025-01-24T01:14:47.1538551Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.1541612Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2025-01-24T01:14:47.1544874Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2025-01-24T01:14:47.1548456Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2025-01-24T01:14:47.1552268Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2025-01-24T01:14:47.1556117Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1559503Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2025-01-24T01:14:47.1562827Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2025-01-24T01:14:47.1566023Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2025-01-24T01:14:47.1569478Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1573391Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2025-01-24T01:14:47.1576669Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1579688Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2025-01-24T01:14:47.1582955Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2025-01-24T01:14:47.1586012Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2025-01-24T01:14:47.1589365Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2025-01-24T01:14:47.1592450Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2025-01-24T01:14:47.1595742Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1598977Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2025-01-24T01:14:47.1602305Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1605250Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2025-01-24T01:14:47.1608441Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2025-01-24T01:14:47.1611428Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2025-01-24T01:14:47.1614802Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2025-01-24T01:14:47.1617910Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2025-01-24T01:14:47.1621175Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1624054Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2025-01-24T01:14:47.1627236Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2025-01-24T01:14:47.1630444Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2025-01-24T01:14:47.1633696Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1636580Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2025-01-24T01:14:47.1639630Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2025-01-24T01:14:47.1642695Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2025-01-24T01:14:47.1646224Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1649133Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2025-01-24T01:14:47.1652265Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2025-01-24T01:14:47.1655335Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2025-01-24T01:14:47.1658683Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1661520Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2025-01-24T01:14:47.1664672Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2025-01-24T01:14:47.1667751Z adding 'torch/include/ATen/ops/feature_dropout.h' 2025-01-24T01:14:47.1671103Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1673941Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2025-01-24T01:14:47.1677106Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2025-01-24T01:14:47.1680520Z adding 'torch/include/ATen/ops/fft_fft.h' 2025-01-24T01:14:47.1684047Z adding 'torch/include/ATen/ops/fft_fft2.h' 2025-01-24T01:14:47.1687494Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1690413Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2025-01-24T01:14:47.1693637Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2025-01-24T01:14:47.1697300Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1700241Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2025-01-24T01:14:47.1703610Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2025-01-24T01:14:47.1707141Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2025-01-24T01:14:47.1715499Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.1716076Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2025-01-24T01:14:47.1719070Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2025-01-24T01:14:47.1722392Z adding 'torch/include/ATen/ops/fft_fftn.h' 2025-01-24T01:14:47.1726092Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1728910Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2025-01-24T01:14:47.1732159Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2025-01-24T01:14:47.1735210Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2025-01-24T01:14:47.1738466Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1741306Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2025-01-24T01:14:47.1744400Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2025-01-24T01:14:47.1747847Z adding 'torch/include/ATen/ops/fft_hfft.h' 2025-01-24T01:14:47.1751419Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2025-01-24T01:14:47.1754910Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1758628Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2025-01-24T01:14:47.1761973Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2025-01-24T01:14:47.1765345Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1768296Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2025-01-24T01:14:47.1771525Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2025-01-24T01:14:47.1775020Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2025-01-24T01:14:47.1778683Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1781624Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2025-01-24T01:14:47.1784891Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2025-01-24T01:14:47.1788492Z adding 'torch/include/ATen/ops/fft_ifft.h' 2025-01-24T01:14:47.1791969Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2025-01-24T01:14:47.1795468Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1798595Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2025-01-24T01:14:47.1801852Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2025-01-24T01:14:47.1805216Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1808145Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2025-01-24T01:14:47.1811324Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2025-01-24T01:14:47.1814733Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2025-01-24T01:14:47.1818254Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1821208Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2025-01-24T01:14:47.1824427Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2025-01-24T01:14:47.1827571Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2025-01-24T01:14:47.1830869Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1833670Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2025-01-24T01:14:47.1836749Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2025-01-24T01:14:47.1840105Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2025-01-24T01:14:47.1844349Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2025-01-24T01:14:47.1847891Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1850840Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2025-01-24T01:14:47.1854061Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2025-01-24T01:14:47.1857435Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1860472Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2025-01-24T01:14:47.1863713Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2025-01-24T01:14:47.1867093Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2025-01-24T01:14:47.1870743Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1873706Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2025-01-24T01:14:47.1876936Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2025-01-24T01:14:47.1880342Z adding 'torch/include/ATen/ops/fft_irfft.h' 2025-01-24T01:14:47.1883861Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2025-01-24T01:14:47.1887356Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1890279Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2025-01-24T01:14:47.1893509Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2025-01-24T01:14:47.1896925Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1900021Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2025-01-24T01:14:47.1903908Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2025-01-24T01:14:47.1907484Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2025-01-24T01:14:47.1911221Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1914181Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2025-01-24T01:14:47.1917562Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2025-01-24T01:14:47.1921087Z adding 'torch/include/ATen/ops/fft_rfft.h' 2025-01-24T01:14:47.1924627Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2025-01-24T01:14:47.1928228Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1931317Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2025-01-24T01:14:47.1934731Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2025-01-24T01:14:47.1938193Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1941171Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2025-01-24T01:14:47.1944529Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2025-01-24T01:14:47.1947888Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2025-01-24T01:14:47.1951424Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.1954457Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2025-01-24T01:14:47.1957879Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2025-01-24T01:14:47.1961427Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2025-01-24T01:14:47.1964914Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1968069Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2025-01-24T01:14:47.1971352Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2025-01-24T01:14:47.1974768Z adding 'torch/include/ATen/ops/fill.h' 2025-01-24T01:14:47.1978183Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.1981313Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2025-01-24T01:14:47.1984512Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2025-01-24T01:14:47.1987550Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2025-01-24T01:14:47.1991000Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.1993896Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2025-01-24T01:14:47.1997139Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2025-01-24T01:14:47.2000257Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2025-01-24T01:14:47.2003495Z adding 'torch/include/ATen/ops/fill_native.h' 2025-01-24T01:14:47.2007113Z adding 'torch/include/ATen/ops/fill_ops.h' 2025-01-24T01:14:47.2010269Z adding 'torch/include/ATen/ops/fix.h' 2025-01-24T01:14:47.2013681Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.2016573Z adding 'torch/include/ATen/ops/fix_native.h' 2025-01-24T01:14:47.2019900Z adding 'torch/include/ATen/ops/fix_ops.h' 2025-01-24T01:14:47.2023277Z adding 'torch/include/ATen/ops/flatten.h' 2025-01-24T01:14:47.2026548Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.2029745Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2025-01-24T01:14:47.2033119Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.2036200Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2025-01-24T01:14:47.2039356Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2025-01-24T01:14:47.2042623Z adding 'torch/include/ATen/ops/flatten_native.h' 2025-01-24T01:14:47.2046474Z adding 'torch/include/ATen/ops/flatten_ops.h' 2025-01-24T01:14:47.2049981Z adding 'torch/include/ATen/ops/flip.h' 2025-01-24T01:14:47.2053753Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.2057208Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2025-01-24T01:14:47.2060766Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2025-01-24T01:14:47.2064182Z adding 'torch/include/ATen/ops/flip_native.h' 2025-01-24T01:14:47.2067933Z adding 'torch/include/ATen/ops/flip_ops.h' 2025-01-24T01:14:47.2071412Z adding 'torch/include/ATen/ops/fliplr.h' 2025-01-24T01:14:47.2074667Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.2077675Z adding 'torch/include/ATen/ops/fliplr_native.h' 2025-01-24T01:14:47.2080787Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2025-01-24T01:14:47.2083939Z adding 'torch/include/ATen/ops/flipud.h' 2025-01-24T01:14:47.2087155Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.2090184Z adding 'torch/include/ATen/ops/flipud_native.h' 2025-01-24T01:14:47.2093341Z adding 'torch/include/ATen/ops/flipud_ops.h' 2025-01-24T01:14:47.2096699Z adding 'torch/include/ATen/ops/float_power.h' 2025-01-24T01:14:47.2100131Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.2103136Z adding 'torch/include/ATen/ops/float_power_native.h' 2025-01-24T01:14:47.2106814Z adding 'torch/include/ATen/ops/float_power_ops.h' 2025-01-24T01:14:47.2110179Z adding 'torch/include/ATen/ops/floor.h' 2025-01-24T01:14:47.2113512Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.2116475Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2025-01-24T01:14:47.2119571Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2025-01-24T01:14:47.2122880Z adding 'torch/include/ATen/ops/floor_divide.h' 2025-01-24T01:14:47.2126235Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.2129259Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2025-01-24T01:14:47.2132368Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2025-01-24T01:14:47.2135474Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2025-01-24T01:14:47.2138504Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2025-01-24T01:14:47.2141904Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2025-01-24T01:14:47.2145016Z adding 'torch/include/ATen/ops/floor_meta.h' 2025-01-24T01:14:47.2148292Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2025-01-24T01:14:47.2151285Z adding 'torch/include/ATen/ops/floor_native.h' 2025-01-24T01:14:47.2154583Z adding 'torch/include/ATen/ops/floor_ops.h' 2025-01-24T01:14:47.2157739Z adding 'torch/include/ATen/ops/fmax.h' 2025-01-24T01:14:47.2161164Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.2164081Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2025-01-24T01:14:47.2167184Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2025-01-24T01:14:47.2170148Z adding 'torch/include/ATen/ops/fmax_meta.h' 2025-01-24T01:14:47.2173201Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2025-01-24T01:14:47.2176174Z adding 'torch/include/ATen/ops/fmax_native.h' 2025-01-24T01:14:47.2179447Z adding 'torch/include/ATen/ops/fmax_ops.h' 2025-01-24T01:14:47.2182384Z adding 'torch/include/ATen/ops/fmin.h' 2025-01-24T01:14:47.2185645Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.2188643Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2025-01-24T01:14:47.2191770Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2025-01-24T01:14:47.2194760Z adding 'torch/include/ATen/ops/fmin_meta.h' 2025-01-24T01:14:47.2197859Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2025-01-24T01:14:47.2200962Z adding 'torch/include/ATen/ops/fmin_native.h' 2025-01-24T01:14:47.2204104Z adding 'torch/include/ATen/ops/fmin_ops.h' 2025-01-24T01:14:47.2207255Z adding 'torch/include/ATen/ops/fmod.h' 2025-01-24T01:14:47.2210538Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.2213731Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.2216677Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2025-01-24T01:14:47.2219777Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2025-01-24T01:14:47.2222758Z adding 'torch/include/ATen/ops/fmod_meta.h' 2025-01-24T01:14:47.2225839Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2025-01-24T01:14:47.2228966Z adding 'torch/include/ATen/ops/fmod_native.h' 2025-01-24T01:14:47.2232851Z adding 'torch/include/ATen/ops/fmod_ops.h' 2025-01-24T01:14:47.2236002Z adding 'torch/include/ATen/ops/frac.h' 2025-01-24T01:14:47.2239290Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.2242196Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2025-01-24T01:14:47.2245732Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2025-01-24T01:14:47.2248784Z adding 'torch/include/ATen/ops/frac_meta.h' 2025-01-24T01:14:47.2251885Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2025-01-24T01:14:47.2254882Z adding 'torch/include/ATen/ops/frac_native.h' 2025-01-24T01:14:47.2258062Z adding 'torch/include/ATen/ops/frac_ops.h' 2025-01-24T01:14:47.2261288Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2025-01-24T01:14:47.2264512Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2025-01-24T01:14:47.2268062Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.2271128Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2025-01-24T01:14:47.2274290Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2025-01-24T01:14:47.2277332Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2025-01-24T01:14:47.2280497Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2025-01-24T01:14:47.2283502Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2025-01-24T01:14:47.2286774Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2025-01-24T01:14:47.2290122Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.2293108Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2025-01-24T01:14:47.2296259Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2025-01-24T01:14:47.2299258Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2025-01-24T01:14:47.2302419Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2025-01-24T01:14:47.2305434Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2025-01-24T01:14:47.2308811Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2025-01-24T01:14:47.2312026Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2025-01-24T01:14:47.2315240Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2025-01-24T01:14:47.2318484Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2025-01-24T01:14:47.2321764Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2025-01-24T01:14:47.2324667Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2025-01-24T01:14:47.2327897Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2025-01-24T01:14:47.2331248Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.2334175Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2025-01-24T01:14:47.2337339Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2025-01-24T01:14:47.2341336Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2025-01-24T01:14:47.2344788Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2025-01-24T01:14:47.2347971Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2025-01-24T01:14:47.2351225Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2025-01-24T01:14:47.2354308Z adding 'torch/include/ATen/ops/frexp.h' 2025-01-24T01:14:47.2357699Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.2360696Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2025-01-24T01:14:47.2363976Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2025-01-24T01:14:47.2366978Z adding 'torch/include/ATen/ops/frexp_native.h' 2025-01-24T01:14:47.2370325Z adding 'torch/include/ATen/ops/frexp_ops.h' 2025-01-24T01:14:47.2373558Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2025-01-24T01:14:47.2376869Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.2379883Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2025-01-24T01:14:47.2383102Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2025-01-24T01:14:47.2386897Z adding 'torch/include/ATen/ops/from_blob.h' 2025-01-24T01:14:47.2390539Z adding 'torch/include/ATen/ops/from_file.h' 2025-01-24T01:14:47.2393943Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.2397068Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2025-01-24T01:14:47.2400303Z adding 'torch/include/ATen/ops/from_file_native.h' 2025-01-24T01:14:47.2403761Z adding 'torch/include/ATen/ops/from_file_ops.h' 2025-01-24T01:14:47.2407501Z adding 'torch/include/ATen/ops/full.h' 2025-01-24T01:14:47.2411188Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.2414557Z adding 'torch/include/ATen/ops/full_like.h' 2025-01-24T01:14:47.2418011Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.2421069Z adding 'torch/include/ATen/ops/full_like_native.h' 2025-01-24T01:14:47.2424420Z adding 'torch/include/ATen/ops/full_like_ops.h' 2025-01-24T01:14:47.2427738Z adding 'torch/include/ATen/ops/full_native.h' 2025-01-24T01:14:47.2431408Z adding 'torch/include/ATen/ops/full_ops.h' 2025-01-24T01:14:47.2434726Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2025-01-24T01:14:47.2438258Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.2441170Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2025-01-24T01:14:47.2444617Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2025-01-24T01:14:47.2447801Z adding 'torch/include/ATen/ops/gather.h' 2025-01-24T01:14:47.2451217Z adding 'torch/include/ATen/ops/gather_backward.h' 2025-01-24T01:14:47.2454539Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.2457418Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2025-01-24T01:14:47.2460665Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2025-01-24T01:14:47.2463943Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.2467264Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.2470327Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2025-01-24T01:14:47.2473596Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2025-01-24T01:14:47.2476720Z adding 'torch/include/ATen/ops/gather_meta.h' 2025-01-24T01:14:47.2479816Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2025-01-24T01:14:47.2482992Z adding 'torch/include/ATen/ops/gather_native.h' 2025-01-24T01:14:47.2486294Z adding 'torch/include/ATen/ops/gather_ops.h' 2025-01-24T01:14:47.2489574Z adding 'torch/include/ATen/ops/gcd.h' 2025-01-24T01:14:47.2492898Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.2495953Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2025-01-24T01:14:47.2499042Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2025-01-24T01:14:47.2502200Z adding 'torch/include/ATen/ops/gcd_meta.h' 2025-01-24T01:14:47.2506222Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2025-01-24T01:14:47.2509423Z adding 'torch/include/ATen/ops/gcd_native.h' 2025-01-24T01:14:47.2512825Z adding 'torch/include/ATen/ops/gcd_ops.h' 2025-01-24T01:14:47.2516027Z adding 'torch/include/ATen/ops/ge.h' 2025-01-24T01:14:47.2519515Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.2522601Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2025-01-24T01:14:47.2525746Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2025-01-24T01:14:47.2528914Z adding 'torch/include/ATen/ops/ge_meta.h' 2025-01-24T01:14:47.2532046Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2025-01-24T01:14:47.2535275Z adding 'torch/include/ATen/ops/ge_native.h' 2025-01-24T01:14:47.2538738Z adding 'torch/include/ATen/ops/ge_ops.h' 2025-01-24T01:14:47.2542016Z adding 'torch/include/ATen/ops/gelu.h' 2025-01-24T01:14:47.2545398Z adding 'torch/include/ATen/ops/gelu_backward.h' 2025-01-24T01:14:47.2549362Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.2552380Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2025-01-24T01:14:47.2555834Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2025-01-24T01:14:47.2559240Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2025-01-24T01:14:47.2563472Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2025-01-24T01:14:47.2567169Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2025-01-24T01:14:47.2570956Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2025-01-24T01:14:47.2574531Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.2577491Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2025-01-24T01:14:47.2580816Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2025-01-24T01:14:47.2583859Z adding 'torch/include/ATen/ops/gelu_meta.h' 2025-01-24T01:14:47.2587167Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2025-01-24T01:14:47.2590569Z adding 'torch/include/ATen/ops/gelu_native.h' 2025-01-24T01:14:47.2593856Z adding 'torch/include/ATen/ops/gelu_ops.h' 2025-01-24T01:14:47.2597197Z adding 'torch/include/ATen/ops/geometric.h' 2025-01-24T01:14:47.2600527Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.2603541Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2025-01-24T01:14:47.2606638Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2025-01-24T01:14:47.2609931Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2025-01-24T01:14:47.2612891Z adding 'torch/include/ATen/ops/geometric_native.h' 2025-01-24T01:14:47.2616123Z adding 'torch/include/ATen/ops/geometric_ops.h' 2025-01-24T01:14:47.2619203Z adding 'torch/include/ATen/ops/geqrf.h' 2025-01-24T01:14:47.2622357Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2025-01-24T01:14:47.2625611Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2025-01-24T01:14:47.2629163Z adding 'torch/include/ATen/ops/geqrf_native.h' 2025-01-24T01:14:47.2632368Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2025-01-24T01:14:47.2635383Z adding 'torch/include/ATen/ops/ger.h' 2025-01-24T01:14:47.2638634Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.2641486Z adding 'torch/include/ATen/ops/ger_native.h' 2025-01-24T01:14:47.2644607Z adding 'torch/include/ATen/ops/ger_ops.h' 2025-01-24T01:14:47.2647658Z adding 'torch/include/ATen/ops/glu.h' 2025-01-24T01:14:47.2650903Z adding 'torch/include/ATen/ops/glu_backward.h' 2025-01-24T01:14:47.2654215Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2025-01-24T01:14:47.2657364Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2025-01-24T01:14:47.2660436Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2025-01-24T01:14:47.2663710Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.2666669Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2025-01-24T01:14:47.2669866Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2025-01-24T01:14:47.2672876Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2025-01-24T01:14:47.2676099Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2025-01-24T01:14:47.2679185Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2025-01-24T01:14:47.2682407Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2025-01-24T01:14:47.2685694Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.2688603Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2025-01-24T01:14:47.2691655Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2025-01-24T01:14:47.2694701Z adding 'torch/include/ATen/ops/glu_jvp.h' 2025-01-24T01:14:47.2697961Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.2700879Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2025-01-24T01:14:47.2703945Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2025-01-24T01:14:47.2707054Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2025-01-24T01:14:47.2710370Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2025-01-24T01:14:47.2713397Z adding 'torch/include/ATen/ops/glu_meta.h' 2025-01-24T01:14:47.2716474Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2025-01-24T01:14:47.2719438Z adding 'torch/include/ATen/ops/glu_native.h' 2025-01-24T01:14:47.2722549Z adding 'torch/include/ATen/ops/glu_ops.h' 2025-01-24T01:14:47.2725798Z adding 'torch/include/ATen/ops/gradient.h' 2025-01-24T01:14:47.2729191Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.2732157Z adding 'torch/include/ATen/ops/gradient_native.h' 2025-01-24T01:14:47.2736536Z adding 'torch/include/ATen/ops/gradient_ops.h' 2025-01-24T01:14:47.2741472Z adding 'torch/include/ATen/ops/greater.h' 2025-01-24T01:14:47.2744850Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.2747994Z adding 'torch/include/ATen/ops/greater_equal.h' 2025-01-24T01:14:47.2751356Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.2754313Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2025-01-24T01:14:47.2757653Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2025-01-24T01:14:47.2760787Z adding 'torch/include/ATen/ops/greater_native.h' 2025-01-24T01:14:47.2764173Z adding 'torch/include/ATen/ops/greater_ops.h' 2025-01-24T01:14:47.2767288Z adding 'torch/include/ATen/ops/grid_sampler.h' 2025-01-24T01:14:47.2770409Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2025-01-24T01:14:47.2773697Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2025-01-24T01:14:47.2777121Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.2780133Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2025-01-24T01:14:47.2783728Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2025-01-24T01:14:47.2786253Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2025-01-24T01:14:47.2789639Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2025-01-24T01:14:47.2792935Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.2795921Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2025-01-24T01:14:47.2799051Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2025-01-24T01:14:47.2802053Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2025-01-24T01:14:47.2805295Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2025-01-24T01:14:47.2808443Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2025-01-24T01:14:47.2811736Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2025-01-24T01:14:47.2815093Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.2818094Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2025-01-24T01:14:47.2821156Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2025-01-24T01:14:47.2824195Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2025-01-24T01:14:47.2827555Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2025-01-24T01:14:47.2830940Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.2833940Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2025-01-24T01:14:47.2836997Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2025-01-24T01:14:47.2839998Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2025-01-24T01:14:47.2843196Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2025-01-24T01:14:47.2846538Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.2849356Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2025-01-24T01:14:47.2852478Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2025-01-24T01:14:47.2855605Z adding 'torch/include/ATen/ops/group_norm.h' 2025-01-24T01:14:47.2858839Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.2861845Z adding 'torch/include/ATen/ops/group_norm_native.h' 2025-01-24T01:14:47.2864987Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2025-01-24T01:14:47.2868410Z adding 'torch/include/ATen/ops/gru.h' 2025-01-24T01:14:47.2871518Z adding 'torch/include/ATen/ops/gru_cell.h' 2025-01-24T01:14:47.2874896Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.2877800Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2025-01-24T01:14:47.2881049Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2025-01-24T01:14:47.2884323Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.2887970Z adding 'torch/include/ATen/ops/gru_native.h' 2025-01-24T01:14:47.2891375Z adding 'torch/include/ATen/ops/gru_ops.h' 2025-01-24T01:14:47.2894605Z adding 'torch/include/ATen/ops/gt.h' 2025-01-24T01:14:47.2898111Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.2901096Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2025-01-24T01:14:47.2904355Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2025-01-24T01:14:47.2907600Z adding 'torch/include/ATen/ops/gt_meta.h' 2025-01-24T01:14:47.2910895Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2025-01-24T01:14:47.2914118Z adding 'torch/include/ATen/ops/gt_native.h' 2025-01-24T01:14:47.2917550Z adding 'torch/include/ATen/ops/gt_ops.h' 2025-01-24T01:14:47.2921671Z adding 'torch/include/ATen/ops/hamming_window.h' 2025-01-24T01:14:47.2925871Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.2929493Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2025-01-24T01:14:47.2934256Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2025-01-24T01:14:47.2937679Z adding 'torch/include/ATen/ops/hann_window.h' 2025-01-24T01:14:47.2941576Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.2945002Z adding 'torch/include/ATen/ops/hann_window_native.h' 2025-01-24T01:14:47.2948794Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2025-01-24T01:14:47.2952073Z adding 'torch/include/ATen/ops/hardshrink.h' 2025-01-24T01:14:47.2955451Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2025-01-24T01:14:47.2958976Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.2962048Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2025-01-24T01:14:47.2965284Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2025-01-24T01:14:47.2968415Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2025-01-24T01:14:47.2971679Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2025-01-24T01:14:47.2974690Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2025-01-24T01:14:47.2977871Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2025-01-24T01:14:47.2981179Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.2984336Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2025-01-24T01:14:47.2987385Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2025-01-24T01:14:47.2990494Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2025-01-24T01:14:47.2993624Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2025-01-24T01:14:47.2996671Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2025-01-24T01:14:47.2999981Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2025-01-24T01:14:47.3003105Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2025-01-24T01:14:47.3006286Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2025-01-24T01:14:47.3009668Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.3012629Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2025-01-24T01:14:47.3015701Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2025-01-24T01:14:47.3019028Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2025-01-24T01:14:47.3022236Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2025-01-24T01:14:47.3025281Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2025-01-24T01:14:47.3028929Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2025-01-24T01:14:47.3032112Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.3034935Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2025-01-24T01:14:47.3038012Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2025-01-24T01:14:47.3040991Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2025-01-24T01:14:47.3044117Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2025-01-24T01:14:47.3047143Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2025-01-24T01:14:47.3050269Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2025-01-24T01:14:47.3053398Z adding 'torch/include/ATen/ops/hardswish.h' 2025-01-24T01:14:47.3056504Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2025-01-24T01:14:47.3059746Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.3062673Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2025-01-24T01:14:47.3065748Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2025-01-24T01:14:47.3068739Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2025-01-24T01:14:47.3071970Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2025-01-24T01:14:47.3075747Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2025-01-24T01:14:47.3078404Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2025-01-24T01:14:47.3081420Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2025-01-24T01:14:47.3084404Z adding 'torch/include/ATen/ops/hardswish_native.h' 2025-01-24T01:14:47.3087872Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2025-01-24T01:14:47.3091060Z adding 'torch/include/ATen/ops/hardtanh.h' 2025-01-24T01:14:47.3094777Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2025-01-24T01:14:47.3097808Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2025-01-24T01:14:47.3101148Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2025-01-24T01:14:47.3104598Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2025-01-24T01:14:47.3108434Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2025-01-24T01:14:47.3112098Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2025-01-24T01:14:47.3115786Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2025-01-24T01:14:47.3119262Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2025-01-24T01:14:47.3122772Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2025-01-24T01:14:47.3134093Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2025-01-24T01:14:47.3134231Z adding 'torch/include/ATen/ops/heaviside.h' 2025-01-24T01:14:47.3134584Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.3137086Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2025-01-24T01:14:47.3140326Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2025-01-24T01:14:47.3143314Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2025-01-24T01:14:47.3146704Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2025-01-24T01:14:47.3149887Z adding 'torch/include/ATen/ops/heaviside_native.h' 2025-01-24T01:14:47.3153487Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2025-01-24T01:14:47.3156794Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2025-01-24T01:14:47.3160161Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3163015Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2025-01-24T01:14:47.3166127Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2025-01-24T01:14:47.3169366Z adding 'torch/include/ATen/ops/histc.h' 2025-01-24T01:14:47.3172494Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2025-01-24T01:14:47.3175601Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2025-01-24T01:14:47.3178613Z adding 'torch/include/ATen/ops/histc_native.h' 2025-01-24T01:14:47.3181824Z adding 'torch/include/ATen/ops/histc_ops.h' 2025-01-24T01:14:47.3185334Z adding 'torch/include/ATen/ops/histogram.h' 2025-01-24T01:14:47.3188745Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2025-01-24T01:14:47.3191851Z adding 'torch/include/ATen/ops/histogram_native.h' 2025-01-24T01:14:47.3195274Z adding 'torch/include/ATen/ops/histogram_ops.h' 2025-01-24T01:14:47.3198562Z adding 'torch/include/ATen/ops/histogramdd.h' 2025-01-24T01:14:47.3201973Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3214718Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2025-01-24T01:14:47.3215005Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2025-01-24T01:14:47.3215136Z adding 'torch/include/ATen/ops/hsplit.h' 2025-01-24T01:14:47.3215401Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3217551Z adding 'torch/include/ATen/ops/hsplit_native.h' 2025-01-24T01:14:47.3221234Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2025-01-24T01:14:47.3224330Z adding 'torch/include/ATen/ops/hspmm.h' 2025-01-24T01:14:47.3227391Z adding 'torch/include/ATen/ops/hspmm_native.h' 2025-01-24T01:14:47.3230676Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2025-01-24T01:14:47.3233751Z adding 'torch/include/ATen/ops/hstack.h' 2025-01-24T01:14:47.3237587Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3239881Z adding 'torch/include/ATen/ops/hstack_native.h' 2025-01-24T01:14:47.3242970Z adding 'torch/include/ATen/ops/hstack_ops.h' 2025-01-24T01:14:47.3246194Z adding 'torch/include/ATen/ops/huber_loss.h' 2025-01-24T01:14:47.3249223Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2025-01-24T01:14:47.3253308Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.3256421Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2025-01-24T01:14:47.3259500Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2025-01-24T01:14:47.3262470Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2025-01-24T01:14:47.3265654Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2025-01-24T01:14:47.3268939Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2025-01-24T01:14:47.3272043Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2025-01-24T01:14:47.3275061Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2025-01-24T01:14:47.3278290Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2025-01-24T01:14:47.3281356Z adding 'torch/include/ATen/ops/hypot.h' 2025-01-24T01:14:47.3284642Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.3287534Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2025-01-24T01:14:47.3290632Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2025-01-24T01:14:47.3293661Z adding 'torch/include/ATen/ops/hypot_meta.h' 2025-01-24T01:14:47.3296727Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2025-01-24T01:14:47.3299675Z adding 'torch/include/ATen/ops/hypot_native.h' 2025-01-24T01:14:47.3302912Z adding 'torch/include/ATen/ops/hypot_ops.h' 2025-01-24T01:14:47.3306015Z adding 'torch/include/ATen/ops/i0.h' 2025-01-24T01:14:47.3309427Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.3312320Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2025-01-24T01:14:47.3315367Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2025-01-24T01:14:47.3318304Z adding 'torch/include/ATen/ops/i0_meta.h' 2025-01-24T01:14:47.3321355Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2025-01-24T01:14:47.3324334Z adding 'torch/include/ATen/ops/i0_native.h' 2025-01-24T01:14:47.3327551Z adding 'torch/include/ATen/ops/i0_ops.h' 2025-01-24T01:14:47.3330659Z adding 'torch/include/ATen/ops/igamma.h' 2025-01-24T01:14:47.3333993Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.3336889Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2025-01-24T01:14:47.3339940Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2025-01-24T01:14:47.3342874Z adding 'torch/include/ATen/ops/igamma_meta.h' 2025-01-24T01:14:47.3345945Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2025-01-24T01:14:47.3349010Z adding 'torch/include/ATen/ops/igamma_native.h' 2025-01-24T01:14:47.3352258Z adding 'torch/include/ATen/ops/igamma_ops.h' 2025-01-24T01:14:47.3355386Z adding 'torch/include/ATen/ops/igammac.h' 2025-01-24T01:14:47.3358721Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.3361600Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2025-01-24T01:14:47.3364681Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2025-01-24T01:14:47.3368496Z adding 'torch/include/ATen/ops/igammac_meta.h' 2025-01-24T01:14:47.3504997Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2025-01-24T01:14:47.3509290Z adding 'torch/include/ATen/ops/igammac_native.h' 2025-01-24T01:14:47.3512582Z adding 'torch/include/ATen/ops/igammac_ops.h' 2025-01-24T01:14:47.3515673Z adding 'torch/include/ATen/ops/im2col.h' 2025-01-24T01:14:47.3519197Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2025-01-24T01:14:47.3522863Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2025-01-24T01:14:47.3525673Z adding 'torch/include/ATen/ops/im2col_native.h' 2025-01-24T01:14:47.3528973Z adding 'torch/include/ATen/ops/im2col_ops.h' 2025-01-24T01:14:47.3532068Z adding 'torch/include/ATen/ops/imag.h' 2025-01-24T01:14:47.3535475Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3538350Z adding 'torch/include/ATen/ops/imag_native.h' 2025-01-24T01:14:47.3541630Z adding 'torch/include/ATen/ops/imag_ops.h' 2025-01-24T01:14:47.3544830Z adding 'torch/include/ATen/ops/index.h' 2025-01-24T01:14:47.3548468Z adding 'torch/include/ATen/ops/index_add.h' 2025-01-24T01:14:47.3551797Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.3555002Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3558126Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2025-01-24T01:14:47.3561469Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2025-01-24T01:14:47.3564745Z adding 'torch/include/ATen/ops/index_add_meta.h' 2025-01-24T01:14:47.3569102Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2025-01-24T01:14:47.3572757Z adding 'torch/include/ATen/ops/index_add_native.h' 2025-01-24T01:14:47.3576708Z adding 'torch/include/ATen/ops/index_add_ops.h' 2025-01-24T01:14:47.3580668Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.3584110Z adding 'torch/include/ATen/ops/index_copy.h' 2025-01-24T01:14:47.3588238Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.3591862Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3595456Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2025-01-24T01:14:47.3599003Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2025-01-24T01:14:47.3602131Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2025-01-24T01:14:47.3605482Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2025-01-24T01:14:47.3608482Z adding 'torch/include/ATen/ops/index_copy_native.h' 2025-01-24T01:14:47.3612022Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2025-01-24T01:14:47.3615218Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2025-01-24T01:14:47.3618515Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2025-01-24T01:14:47.3621840Z adding 'torch/include/ATen/ops/index_fill.h' 2025-01-24T01:14:47.3625412Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.3628668Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3631777Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2025-01-24T01:14:47.3634935Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2025-01-24T01:14:47.3638068Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2025-01-24T01:14:47.3641142Z adding 'torch/include/ATen/ops/index_fill_native.h' 2025-01-24T01:14:47.3645076Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2025-01-24T01:14:47.3648507Z adding 'torch/include/ATen/ops/index_meta.h' 2025-01-24T01:14:47.3651919Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2025-01-24T01:14:47.3655002Z adding 'torch/include/ATen/ops/index_native.h' 2025-01-24T01:14:47.3658180Z adding 'torch/include/ATen/ops/index_ops.h' 2025-01-24T01:14:47.3661372Z adding 'torch/include/ATen/ops/index_put.h' 2025-01-24T01:14:47.3664699Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.3667791Z adding 'torch/include/ATen/ops/index_put_native.h' 2025-01-24T01:14:47.3671211Z adding 'torch/include/ATen/ops/index_put_ops.h' 2025-01-24T01:14:47.3674288Z adding 'torch/include/ATen/ops/index_reduce.h' 2025-01-24T01:14:47.3677667Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.3680836Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2025-01-24T01:14:47.3683921Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2025-01-24T01:14:47.3687046Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2025-01-24T01:14:47.3690234Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2025-01-24T01:14:47.3693300Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2025-01-24T01:14:47.3696627Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2025-01-24T01:14:47.3699848Z adding 'torch/include/ATen/ops/index_select.h' 2025-01-24T01:14:47.3703021Z adding 'torch/include/ATen/ops/index_select_backward.h' 2025-01-24T01:14:47.3706336Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3709306Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2025-01-24T01:14:47.3712568Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2025-01-24T01:14:47.3715836Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3718792Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2025-01-24T01:14:47.3721860Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2025-01-24T01:14:47.3724864Z adding 'torch/include/ATen/ops/index_select_native.h' 2025-01-24T01:14:47.3728146Z adding 'torch/include/ATen/ops/index_select_ops.h' 2025-01-24T01:14:47.3731125Z adding 'torch/include/ATen/ops/indices.h' 2025-01-24T01:14:47.3734314Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.3737245Z adding 'torch/include/ATen/ops/indices_copy.h' 2025-01-24T01:14:47.3740474Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.3743651Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.3746407Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2025-01-24T01:14:47.3749713Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2025-01-24T01:14:47.3752709Z adding 'torch/include/ATen/ops/indices_native.h' 2025-01-24T01:14:47.3755757Z adding 'torch/include/ATen/ops/indices_ops.h' 2025-01-24T01:14:47.3758912Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2025-01-24T01:14:47.3762168Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3765083Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2025-01-24T01:14:47.3768206Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2025-01-24T01:14:47.3771109Z adding 'torch/include/ATen/ops/inner.h' 2025-01-24T01:14:47.3774359Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3777191Z adding 'torch/include/ATen/ops/inner_native.h' 2025-01-24T01:14:47.3780322Z adding 'torch/include/ATen/ops/inner_ops.h' 2025-01-24T01:14:47.3783450Z adding 'torch/include/ATen/ops/instance_norm.h' 2025-01-24T01:14:47.3786702Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3789921Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2025-01-24T01:14:47.3793127Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2025-01-24T01:14:47.3796178Z adding 'torch/include/ATen/ops/int_repr.h' 2025-01-24T01:14:47.3799409Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.3802284Z adding 'torch/include/ATen/ops/int_repr_native.h' 2025-01-24T01:14:47.3805418Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2025-01-24T01:14:47.3808450Z adding 'torch/include/ATen/ops/inverse.h' 2025-01-24T01:14:47.3811671Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3814513Z adding 'torch/include/ATen/ops/inverse_native.h' 2025-01-24T01:14:47.3817637Z adding 'torch/include/ATen/ops/inverse_ops.h' 2025-01-24T01:14:47.3820621Z adding 'torch/include/ATen/ops/is_coalesced.h' 2025-01-24T01:14:47.3823926Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.3826641Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2025-01-24T01:14:47.3829822Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2025-01-24T01:14:47.3832787Z adding 'torch/include/ATen/ops/is_complex.h' 2025-01-24T01:14:47.3836033Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3838896Z adding 'torch/include/ATen/ops/is_complex_native.h' 2025-01-24T01:14:47.3841972Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2025-01-24T01:14:47.3844975Z adding 'torch/include/ATen/ops/is_conj.h' 2025-01-24T01:14:47.3848224Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3851053Z adding 'torch/include/ATen/ops/is_conj_native.h' 2025-01-24T01:14:47.3854135Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2025-01-24T01:14:47.3857151Z adding 'torch/include/ATen/ops/is_distributed.h' 2025-01-24T01:14:47.3860354Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3863182Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2025-01-24T01:14:47.3866216Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2025-01-24T01:14:47.3869468Z adding 'torch/include/ATen/ops/is_floating_point.h' 2025-01-24T01:14:47.3872782Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3875806Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2025-01-24T01:14:47.3878913Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2025-01-24T01:14:47.3882055Z adding 'torch/include/ATen/ops/is_inference.h' 2025-01-24T01:14:47.3885276Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3888271Z adding 'torch/include/ATen/ops/is_inference_native.h' 2025-01-24T01:14:47.3891356Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2025-01-24T01:14:47.3894438Z adding 'torch/include/ATen/ops/is_leaf.h' 2025-01-24T01:14:47.3897712Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3900632Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2025-01-24T01:14:47.3903833Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2025-01-24T01:14:47.3906893Z adding 'torch/include/ATen/ops/is_neg.h' 2025-01-24T01:14:47.3910355Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3913207Z adding 'torch/include/ATen/ops/is_neg_native.h' 2025-01-24T01:14:47.3916406Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2025-01-24T01:14:47.3919428Z adding 'torch/include/ATen/ops/is_nonzero.h' 2025-01-24T01:14:47.3922802Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3925646Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2025-01-24T01:14:47.3928885Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2025-01-24T01:14:47.3931809Z adding 'torch/include/ATen/ops/is_pinned.h' 2025-01-24T01:14:47.3935255Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.3938182Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2025-01-24T01:14:47.3941348Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2025-01-24T01:14:47.3944492Z adding 'torch/include/ATen/ops/is_same_size.h' 2025-01-24T01:14:47.3947797Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.3950876Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2025-01-24T01:14:47.3953979Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2025-01-24T01:14:47.3957096Z adding 'torch/include/ATen/ops/is_set_to.h' 2025-01-24T01:14:47.3960172Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2025-01-24T01:14:47.3963446Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2025-01-24T01:14:47.3966455Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2025-01-24T01:14:47.3969790Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2025-01-24T01:14:47.3972817Z adding 'torch/include/ATen/ops/is_signed.h' 2025-01-24T01:14:47.3976008Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3978970Z adding 'torch/include/ATen/ops/is_signed_native.h' 2025-01-24T01:14:47.3982075Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2025-01-24T01:14:47.3985268Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2025-01-24T01:14:47.3988602Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.3992021Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2025-01-24T01:14:47.3995162Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2025-01-24T01:14:47.3998399Z adding 'torch/include/ATen/ops/isclose.h' 2025-01-24T01:14:47.4001755Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4004637Z adding 'torch/include/ATen/ops/isclose_native.h' 2025-01-24T01:14:47.4007984Z adding 'torch/include/ATen/ops/isclose_ops.h' 2025-01-24T01:14:47.4011034Z adding 'torch/include/ATen/ops/isfinite.h' 2025-01-24T01:14:47.4014378Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4017202Z adding 'torch/include/ATen/ops/isfinite_native.h' 2025-01-24T01:14:47.4020441Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2025-01-24T01:14:47.4023812Z adding 'torch/include/ATen/ops/isin.h' 2025-01-24T01:14:47.4027424Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.4030665Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2025-01-24T01:14:47.4033989Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2025-01-24T01:14:47.4037226Z adding 'torch/include/ATen/ops/isin_meta.h' 2025-01-24T01:14:47.4040484Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2025-01-24T01:14:47.4043703Z adding 'torch/include/ATen/ops/isin_native.h' 2025-01-24T01:14:47.4047230Z adding 'torch/include/ATen/ops/isin_ops.h' 2025-01-24T01:14:47.4050592Z adding 'torch/include/ATen/ops/isinf.h' 2025-01-24T01:14:47.4053938Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.4056886Z adding 'torch/include/ATen/ops/isinf_native.h' 2025-01-24T01:14:47.4060267Z adding 'torch/include/ATen/ops/isinf_ops.h' 2025-01-24T01:14:47.4063873Z adding 'torch/include/ATen/ops/isnan.h' 2025-01-24T01:14:47.4067803Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.4071413Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2025-01-24T01:14:47.4075054Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2025-01-24T01:14:47.4078417Z adding 'torch/include/ATen/ops/isnan_native.h' 2025-01-24T01:14:47.4081616Z adding 'torch/include/ATen/ops/isnan_ops.h' 2025-01-24T01:14:47.4084903Z adding 'torch/include/ATen/ops/isneginf.h' 2025-01-24T01:14:47.4088323Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.4091359Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2025-01-24T01:14:47.4094539Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2025-01-24T01:14:47.4097656Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2025-01-24T01:14:47.4100945Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2025-01-24T01:14:47.4104030Z adding 'torch/include/ATen/ops/isneginf_native.h' 2025-01-24T01:14:47.4107207Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2025-01-24T01:14:47.4110376Z adding 'torch/include/ATen/ops/isposinf.h' 2025-01-24T01:14:47.4113954Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.4116891Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2025-01-24T01:14:47.4120710Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2025-01-24T01:14:47.4123755Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2025-01-24T01:14:47.4126961Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2025-01-24T01:14:47.4130090Z adding 'torch/include/ATen/ops/isposinf_native.h' 2025-01-24T01:14:47.4133323Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2025-01-24T01:14:47.4136325Z adding 'torch/include/ATen/ops/isreal.h' 2025-01-24T01:14:47.4139533Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4142546Z adding 'torch/include/ATen/ops/isreal_native.h' 2025-01-24T01:14:47.4145409Z adding 'torch/include/ATen/ops/isreal_ops.h' 2025-01-24T01:14:47.4148630Z adding 'torch/include/ATen/ops/istft.h' 2025-01-24T01:14:47.4151928Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4154883Z adding 'torch/include/ATen/ops/istft_native.h' 2025-01-24T01:14:47.4158539Z adding 'torch/include/ATen/ops/istft_ops.h' 2025-01-24T01:14:47.4161655Z adding 'torch/include/ATen/ops/item.h' 2025-01-24T01:14:47.4164897Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4167760Z adding 'torch/include/ATen/ops/item_native.h' 2025-01-24T01:14:47.4170808Z adding 'torch/include/ATen/ops/item_ops.h' 2025-01-24T01:14:47.4174285Z adding 'torch/include/ATen/ops/kaiser_window.h' 2025-01-24T01:14:47.4177803Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.4180838Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2025-01-24T01:14:47.4184418Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2025-01-24T01:14:47.4187712Z adding 'torch/include/ATen/ops/kl_div.h' 2025-01-24T01:14:47.4191036Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4193946Z adding 'torch/include/ATen/ops/kl_div_native.h' 2025-01-24T01:14:47.4197045Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2025-01-24T01:14:47.4200149Z adding 'torch/include/ATen/ops/kron.h' 2025-01-24T01:14:47.4203428Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4206301Z adding 'torch/include/ATen/ops/kron_native.h' 2025-01-24T01:14:47.4209542Z adding 'torch/include/ATen/ops/kron_ops.h' 2025-01-24T01:14:47.4212748Z adding 'torch/include/ATen/ops/kthvalue.h' 2025-01-24T01:14:47.4216255Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.4219346Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4222612Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2025-01-24T01:14:47.4225678Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2025-01-24T01:14:47.4229044Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2025-01-24T01:14:47.4232602Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2025-01-24T01:14:47.4235765Z adding 'torch/include/ATen/ops/l1_loss.h' 2025-01-24T01:14:47.4239145Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4242029Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2025-01-24T01:14:47.4245280Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2025-01-24T01:14:47.4248709Z adding 'torch/include/ATen/ops/layer_norm.h' 2025-01-24T01:14:47.4252200Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4255265Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2025-01-24T01:14:47.4258453Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2025-01-24T01:14:47.4261703Z adding 'torch/include/ATen/ops/lcm.h' 2025-01-24T01:14:47.4265036Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.4268245Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2025-01-24T01:14:47.4271386Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2025-01-24T01:14:47.4274505Z adding 'torch/include/ATen/ops/lcm_meta.h' 2025-01-24T01:14:47.4277683Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2025-01-24T01:14:47.4280787Z adding 'torch/include/ATen/ops/lcm_native.h' 2025-01-24T01:14:47.4284312Z adding 'torch/include/ATen/ops/lcm_ops.h' 2025-01-24T01:14:47.4287338Z adding 'torch/include/ATen/ops/ldexp.h' 2025-01-24T01:14:47.4290782Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4293627Z adding 'torch/include/ATen/ops/ldexp_native.h' 2025-01-24T01:14:47.4297025Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2025-01-24T01:14:47.4300316Z adding 'torch/include/ATen/ops/le.h' 2025-01-24T01:14:47.4303638Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.4306758Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2025-01-24T01:14:47.4310019Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2025-01-24T01:14:47.4313204Z adding 'torch/include/ATen/ops/le_meta.h' 2025-01-24T01:14:47.4321627Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2025-01-24T01:14:47.4321945Z adding 'torch/include/ATen/ops/le_native.h' 2025-01-24T01:14:47.4327008Z adding 'torch/include/ATen/ops/le_ops.h' 2025-01-24T01:14:47.4330227Z adding 'torch/include/ATen/ops/leaky_relu.h' 2025-01-24T01:14:47.4333482Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2025-01-24T01:14:47.4337154Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.4340343Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2025-01-24T01:14:47.4343566Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2025-01-24T01:14:47.4346765Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2025-01-24T01:14:47.4350090Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2025-01-24T01:14:47.4353324Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2025-01-24T01:14:47.4356600Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2025-01-24T01:14:47.4360163Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.4363300Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2025-01-24T01:14:47.4366535Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2025-01-24T01:14:47.4369680Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2025-01-24T01:14:47.4372851Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2025-01-24T01:14:47.4376056Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2025-01-24T01:14:47.4379358Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2025-01-24T01:14:47.4382782Z adding 'torch/include/ATen/ops/lerp.h' 2025-01-24T01:14:47.4386369Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.4389519Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2025-01-24T01:14:47.4392881Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2025-01-24T01:14:47.4395946Z adding 'torch/include/ATen/ops/lerp_meta.h' 2025-01-24T01:14:47.4399294Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2025-01-24T01:14:47.4402478Z adding 'torch/include/ATen/ops/lerp_native.h' 2025-01-24T01:14:47.4406021Z adding 'torch/include/ATen/ops/lerp_ops.h' 2025-01-24T01:14:47.4409458Z adding 'torch/include/ATen/ops/less.h' 2025-01-24T01:14:47.4413216Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4416542Z adding 'torch/include/ATen/ops/less_equal.h' 2025-01-24T01:14:47.4420064Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4423023Z adding 'torch/include/ATen/ops/less_equal_native.h' 2025-01-24T01:14:47.4426570Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2025-01-24T01:14:47.4429806Z adding 'torch/include/ATen/ops/less_native.h' 2025-01-24T01:14:47.4433358Z adding 'torch/include/ATen/ops/less_ops.h' 2025-01-24T01:14:47.4436663Z adding 'torch/include/ATen/ops/lgamma.h' 2025-01-24T01:14:47.4440066Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.4443237Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2025-01-24T01:14:47.4446329Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2025-01-24T01:14:47.4449421Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2025-01-24T01:14:47.4452555Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2025-01-24T01:14:47.4455781Z adding 'torch/include/ATen/ops/lgamma_native.h' 2025-01-24T01:14:47.4459039Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2025-01-24T01:14:47.4462303Z adding 'torch/include/ATen/ops/lift.h' 2025-01-24T01:14:47.4465721Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.4468810Z adding 'torch/include/ATen/ops/lift_fresh.h' 2025-01-24T01:14:47.4472211Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.4475186Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2025-01-24T01:14:47.4478654Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.4481930Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.4484877Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2025-01-24T01:14:47.4488146Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2025-01-24T01:14:47.4491569Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2025-01-24T01:14:47.4494849Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2025-01-24T01:14:47.4497899Z adding 'torch/include/ATen/ops/lift_native.h' 2025-01-24T01:14:47.4501251Z adding 'torch/include/ATen/ops/lift_ops.h' 2025-01-24T01:14:47.4504619Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2025-01-24T01:14:47.4508140Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4511374Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2025-01-24T01:14:47.4514803Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.4517938Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2025-01-24T01:14:47.4521145Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2025-01-24T01:14:47.4524392Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2025-01-24T01:14:47.4527684Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2025-01-24T01:14:47.4530847Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2025-01-24T01:14:47.4534111Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2025-01-24T01:14:47.4537160Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2025-01-24T01:14:47.4540531Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2025-01-24T01:14:47.4543786Z adding 'torch/include/ATen/ops/linalg_cond.h' 2025-01-24T01:14:47.4547203Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4550286Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2025-01-24T01:14:47.4553584Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2025-01-24T01:14:47.4556935Z adding 'torch/include/ATen/ops/linalg_cross.h' 2025-01-24T01:14:47.4560346Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.4563265Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2025-01-24T01:14:47.4566403Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2025-01-24T01:14:47.4569505Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2025-01-24T01:14:47.4572624Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2025-01-24T01:14:47.4575663Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2025-01-24T01:14:47.4578874Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2025-01-24T01:14:47.4582006Z adding 'torch/include/ATen/ops/linalg_det.h' 2025-01-24T01:14:47.4585442Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4588471Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2025-01-24T01:14:47.4591765Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2025-01-24T01:14:47.4594747Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2025-01-24T01:14:47.4598079Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4600989Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2025-01-24T01:14:47.4604098Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2025-01-24T01:14:47.4607212Z adding 'torch/include/ATen/ops/linalg_eig.h' 2025-01-24T01:14:47.4610412Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2025-01-24T01:14:47.4613484Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2025-01-24T01:14:47.4616501Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2025-01-24T01:14:47.4619669Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2025-01-24T01:14:47.4622866Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2025-01-24T01:14:47.4626191Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4629241Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2025-01-24T01:14:47.4632518Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2025-01-24T01:14:47.4635659Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2025-01-24T01:14:47.4638915Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4642169Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2025-01-24T01:14:47.4645708Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2025-01-24T01:14:47.4648770Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2025-01-24T01:14:47.4652315Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2025-01-24T01:14:47.4655917Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2025-01-24T01:14:47.4659762Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4663135Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2025-01-24T01:14:47.4666924Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2025-01-24T01:14:47.4670626Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2025-01-24T01:14:47.4674397Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2025-01-24T01:14:47.4678060Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2025-01-24T01:14:47.4681543Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2025-01-24T01:14:47.4685146Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2025-01-24T01:14:47.4688216Z adding 'torch/include/ATen/ops/linalg_inv.h' 2025-01-24T01:14:47.4691663Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4694688Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2025-01-24T01:14:47.4698248Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.4701232Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2025-01-24T01:14:47.4704582Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2025-01-24T01:14:47.4707788Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2025-01-24T01:14:47.4711028Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2025-01-24T01:14:47.4714040Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2025-01-24T01:14:47.4717252Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2025-01-24T01:14:47.4720494Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2025-01-24T01:14:47.4723666Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2025-01-24T01:14:47.4726817Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2025-01-24T01:14:47.4730180Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4733257Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2025-01-24T01:14:47.4736846Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.4739936Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2025-01-24T01:14:47.4742943Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2025-01-24T01:14:47.4745933Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2025-01-24T01:14:47.4749233Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2025-01-24T01:14:47.4752302Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2025-01-24T01:14:47.4755724Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2025-01-24T01:14:47.4758816Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2025-01-24T01:14:47.4762049Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2025-01-24T01:14:47.4765310Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2025-01-24T01:14:47.4768740Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.4771684Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2025-01-24T01:14:47.4774777Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2025-01-24T01:14:47.4777794Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2025-01-24T01:14:47.4780937Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2025-01-24T01:14:47.4784054Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2025-01-24T01:14:47.4787179Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2025-01-24T01:14:47.4790561Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2025-01-24T01:14:47.4793913Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.4796965Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2025-01-24T01:14:47.4800165Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2025-01-24T01:14:47.4803247Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2025-01-24T01:14:47.4806579Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2025-01-24T01:14:47.4809778Z adding 'torch/include/ATen/ops/linalg_lu.h' 2025-01-24T01:14:47.4813130Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.4816131Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2025-01-24T01:14:47.4819824Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2025-01-24T01:14:47.4823583Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2025-01-24T01:14:47.4827032Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4830226Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2025-01-24T01:14:47.4833636Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.4836608Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2025-01-24T01:14:47.4839727Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2025-01-24T01:14:47.4842755Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2025-01-24T01:14:47.4845941Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2025-01-24T01:14:47.4848992Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2025-01-24T01:14:47.4852250Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2025-01-24T01:14:47.4855320Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2025-01-24T01:14:47.4858571Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2025-01-24T01:14:47.4861580Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2025-01-24T01:14:47.4864700Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2025-01-24T01:14:47.4868687Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2025-01-24T01:14:47.4872184Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2025-01-24T01:14:47.4875578Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2025-01-24T01:14:47.4879075Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.4882275Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2025-01-24T01:14:47.4885342Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2025-01-24T01:14:47.4888341Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2025-01-24T01:14:47.4891541Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2025-01-24T01:14:47.4894541Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2025-01-24T01:14:47.4897772Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2025-01-24T01:14:47.4900942Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2025-01-24T01:14:47.4904190Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4907125Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2025-01-24T01:14:47.4910400Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2025-01-24T01:14:47.4913532Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2025-01-24T01:14:47.4916826Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.4919815Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2025-01-24T01:14:47.4923056Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2025-01-24T01:14:47.4926081Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2025-01-24T01:14:47.4929411Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2025-01-24T01:14:47.4932747Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2025-01-24T01:14:47.4936375Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4939499Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2025-01-24T01:14:47.4942951Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2025-01-24T01:14:47.4946297Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2025-01-24T01:14:47.4949794Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4952860Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2025-01-24T01:14:47.4956079Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2025-01-24T01:14:47.4959654Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2025-01-24T01:14:47.4963359Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4966429Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2025-01-24T01:14:47.4970300Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2025-01-24T01:14:47.4973735Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2025-01-24T01:14:47.4977045Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4980150Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2025-01-24T01:14:47.4983366Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2025-01-24T01:14:47.4986825Z adding 'torch/include/ATen/ops/linalg_norm.h' 2025-01-24T01:14:47.4990610Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.4993761Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2025-01-24T01:14:47.4997347Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2025-01-24T01:14:47.5000925Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2025-01-24T01:14:47.5004536Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.5007853Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.5011058Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5014196Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2025-01-24T01:14:47.5017865Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2025-01-24T01:14:47.5021362Z adding 'torch/include/ATen/ops/linalg_qr.h' 2025-01-24T01:14:47.5024875Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.5028106Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2025-01-24T01:14:47.5031339Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2025-01-24T01:14:47.5034374Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2025-01-24T01:14:47.5037693Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2025-01-24T01:14:47.5040695Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2025-01-24T01:14:47.5044154Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2025-01-24T01:14:47.5047400Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2025-01-24T01:14:47.5050937Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5054047Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2025-01-24T01:14:47.5057338Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2025-01-24T01:14:47.5060606Z adding 'torch/include/ATen/ops/linalg_solve.h' 2025-01-24T01:14:47.5063942Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5067571Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2025-01-24T01:14:47.5071486Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5074879Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2025-01-24T01:14:47.5078620Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2025-01-24T01:14:47.5082401Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2025-01-24T01:14:47.5086100Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2025-01-24T01:14:47.5089905Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2025-01-24T01:14:47.5093204Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2025-01-24T01:14:47.5096511Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2025-01-24T01:14:47.5099551Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2025-01-24T01:14:47.5102941Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2025-01-24T01:14:47.5106095Z adding 'torch/include/ATen/ops/linalg_svd.h' 2025-01-24T01:14:47.5109723Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5112740Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2025-01-24T01:14:47.5116359Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2025-01-24T01:14:47.5119498Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2025-01-24T01:14:47.5122851Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5125934Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2025-01-24T01:14:47.5129163Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2025-01-24T01:14:47.5132290Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2025-01-24T01:14:47.5135615Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5138550Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2025-01-24T01:14:47.5141890Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2025-01-24T01:14:47.5145106Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2025-01-24T01:14:47.5148555Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5151506Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2025-01-24T01:14:47.5155348Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2025-01-24T01:14:47.5158507Z adding 'torch/include/ATen/ops/linalg_vander.h' 2025-01-24T01:14:47.5161791Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5164715Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2025-01-24T01:14:47.5167895Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2025-01-24T01:14:47.5171045Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2025-01-24T01:14:47.5174998Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5177619Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2025-01-24T01:14:47.5180835Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2025-01-24T01:14:47.5183898Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2025-01-24T01:14:47.5187305Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.5190449Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2025-01-24T01:14:47.5193635Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2025-01-24T01:14:47.5196707Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2025-01-24T01:14:47.5199912Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2025-01-24T01:14:47.5202946Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2025-01-24T01:14:47.5206218Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2025-01-24T01:14:47.5209387Z adding 'torch/include/ATen/ops/linear.h' 2025-01-24T01:14:47.5212670Z adding 'torch/include/ATen/ops/linear_backward.h' 2025-01-24T01:14:47.5216029Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.5220656Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2025-01-24T01:14:47.5224236Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2025-01-24T01:14:47.5227710Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.5230843Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5233787Z adding 'torch/include/ATen/ops/linear_native.h' 2025-01-24T01:14:47.5236974Z adding 'torch/include/ATen/ops/linear_ops.h' 2025-01-24T01:14:47.5240665Z adding 'torch/include/ATen/ops/linspace.h' 2025-01-24T01:14:47.5244463Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.5247536Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2025-01-24T01:14:47.5250618Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2025-01-24T01:14:47.5253684Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2025-01-24T01:14:47.5256786Z adding 'torch/include/ATen/ops/linspace_native.h' 2025-01-24T01:14:47.5260528Z adding 'torch/include/ATen/ops/linspace_ops.h' 2025-01-24T01:14:47.5263796Z adding 'torch/include/ATen/ops/log.h' 2025-01-24T01:14:47.5266943Z adding 'torch/include/ATen/ops/log10.h' 2025-01-24T01:14:47.5270430Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.5273375Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2025-01-24T01:14:47.5276465Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2025-01-24T01:14:47.5279474Z adding 'torch/include/ATen/ops/log10_meta.h' 2025-01-24T01:14:47.5282590Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2025-01-24T01:14:47.5285561Z adding 'torch/include/ATen/ops/log10_native.h' 2025-01-24T01:14:47.5288732Z adding 'torch/include/ATen/ops/log10_ops.h' 2025-01-24T01:14:47.5291859Z adding 'torch/include/ATen/ops/log1p.h' 2025-01-24T01:14:47.5295302Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.5298357Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2025-01-24T01:14:47.5301585Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2025-01-24T01:14:47.5304730Z adding 'torch/include/ATen/ops/log1p_meta.h' 2025-01-24T01:14:47.5308051Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2025-01-24T01:14:47.5311207Z adding 'torch/include/ATen/ops/log1p_native.h' 2025-01-24T01:14:47.5314474Z adding 'torch/include/ATen/ops/log1p_ops.h' 2025-01-24T01:14:47.5317595Z adding 'torch/include/ATen/ops/log2.h' 2025-01-24T01:14:47.5320968Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.5323887Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2025-01-24T01:14:47.5326955Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2025-01-24T01:14:47.5329947Z adding 'torch/include/ATen/ops/log2_meta.h' 2025-01-24T01:14:47.5333170Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2025-01-24T01:14:47.5336025Z adding 'torch/include/ATen/ops/log2_native.h' 2025-01-24T01:14:47.5339227Z adding 'torch/include/ATen/ops/log2_ops.h' 2025-01-24T01:14:47.5342532Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.5345444Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2025-01-24T01:14:47.5348649Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2025-01-24T01:14:47.5351657Z adding 'torch/include/ATen/ops/log_meta.h' 2025-01-24T01:14:47.5354772Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2025-01-24T01:14:47.5357747Z adding 'torch/include/ATen/ops/log_native.h' 2025-01-24T01:14:47.5360870Z adding 'torch/include/ATen/ops/log_normal.h' 2025-01-24T01:14:47.5364148Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.5367187Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2025-01-24T01:14:47.5370255Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2025-01-24T01:14:47.5373344Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2025-01-24T01:14:47.5376403Z adding 'torch/include/ATen/ops/log_normal_native.h' 2025-01-24T01:14:47.5379814Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2025-01-24T01:14:47.5383096Z adding 'torch/include/ATen/ops/log_ops.h' 2025-01-24T01:14:47.5386406Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2025-01-24T01:14:47.5389693Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2025-01-24T01:14:47.5393066Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2025-01-24T01:14:47.5396318Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2025-01-24T01:14:47.5399412Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2025-01-24T01:14:47.5402745Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2025-01-24T01:14:47.5406008Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5409211Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2025-01-24T01:14:47.5412399Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2025-01-24T01:14:47.5415672Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2025-01-24T01:14:47.5418749Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2025-01-24T01:14:47.5422080Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2025-01-24T01:14:47.5425276Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2025-01-24T01:14:47.5428545Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2025-01-24T01:14:47.5431871Z adding 'torch/include/ATen/ops/log_softmax.h' 2025-01-24T01:14:47.5435211Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.5438499Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5441433Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2025-01-24T01:14:47.5444870Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2025-01-24T01:14:47.5448169Z adding 'torch/include/ATen/ops/logaddexp.h' 2025-01-24T01:14:47.5451286Z adding 'torch/include/ATen/ops/logaddexp2.h' 2025-01-24T01:14:47.5454764Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.5457663Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2025-01-24T01:14:47.5460978Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2025-01-24T01:14:47.5464116Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2025-01-24T01:14:47.5467352Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2025-01-24T01:14:47.5470625Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2025-01-24T01:14:47.5474639Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2025-01-24T01:14:47.5478819Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.5482740Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2025-01-24T01:14:47.5485803Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2025-01-24T01:14:47.5488977Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2025-01-24T01:14:47.5492107Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2025-01-24T01:14:47.5495263Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2025-01-24T01:14:47.5498499Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2025-01-24T01:14:47.5501817Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2025-01-24T01:14:47.5505279Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.5508481Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5511549Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2025-01-24T01:14:47.5514849Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2025-01-24T01:14:47.5518086Z adding 'torch/include/ATen/ops/logdet.h' 2025-01-24T01:14:47.5521434Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5524334Z adding 'torch/include/ATen/ops/logdet_native.h' 2025-01-24T01:14:47.5527597Z adding 'torch/include/ATen/ops/logdet_ops.h' 2025-01-24T01:14:47.5530718Z adding 'torch/include/ATen/ops/logical_and.h' 2025-01-24T01:14:47.5534204Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.5537200Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2025-01-24T01:14:47.5540450Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2025-01-24T01:14:47.5543454Z adding 'torch/include/ATen/ops/logical_and_native.h' 2025-01-24T01:14:47.5546914Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2025-01-24T01:14:47.5550297Z adding 'torch/include/ATen/ops/logical_not.h' 2025-01-24T01:14:47.5553554Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.5556698Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2025-01-24T01:14:47.5559826Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2025-01-24T01:14:47.5562985Z adding 'torch/include/ATen/ops/logical_not_native.h' 2025-01-24T01:14:47.5566247Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2025-01-24T01:14:47.5569588Z adding 'torch/include/ATen/ops/logical_or.h' 2025-01-24T01:14:47.5573010Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.5576456Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2025-01-24T01:14:47.5579788Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2025-01-24T01:14:47.5582779Z adding 'torch/include/ATen/ops/logical_or_native.h' 2025-01-24T01:14:47.5586257Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2025-01-24T01:14:47.5589642Z adding 'torch/include/ATen/ops/logical_xor.h' 2025-01-24T01:14:47.5592948Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.5596130Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2025-01-24T01:14:47.5599189Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2025-01-24T01:14:47.5602358Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2025-01-24T01:14:47.5605611Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2025-01-24T01:14:47.5609030Z adding 'torch/include/ATen/ops/logit.h' 2025-01-24T01:14:47.5612410Z adding 'torch/include/ATen/ops/logit_backward.h' 2025-01-24T01:14:47.5615913Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.5619969Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2025-01-24T01:14:47.5623440Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2025-01-24T01:14:47.5626494Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2025-01-24T01:14:47.5630285Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2025-01-24T01:14:47.5633341Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2025-01-24T01:14:47.5637688Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2025-01-24T01:14:47.5640358Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2025-01-24T01:14:47.5643663Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2025-01-24T01:14:47.5646803Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2025-01-24T01:14:47.5650110Z adding 'torch/include/ATen/ops/logit_native.h' 2025-01-24T01:14:47.5653421Z adding 'torch/include/ATen/ops/logit_ops.h' 2025-01-24T01:14:47.5657297Z adding 'torch/include/ATen/ops/logspace.h' 2025-01-24T01:14:47.5661004Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.5664206Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2025-01-24T01:14:47.5667529Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2025-01-24T01:14:47.5670757Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2025-01-24T01:14:47.5673911Z adding 'torch/include/ATen/ops/logspace_native.h' 2025-01-24T01:14:47.5677731Z adding 'torch/include/ATen/ops/logspace_ops.h' 2025-01-24T01:14:47.5681283Z adding 'torch/include/ATen/ops/logsumexp.h' 2025-01-24T01:14:47.5684647Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.5687888Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.5690951Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5693862Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2025-01-24T01:14:47.5697169Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2025-01-24T01:14:47.5700478Z adding 'torch/include/ATen/ops/lshift.h' 2025-01-24T01:14:47.5703825Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.5706880Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2025-01-24T01:14:47.5710189Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2025-01-24T01:14:47.5713421Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2025-01-24T01:14:47.5716472Z adding 'torch/include/ATen/ops/lshift_native.h' 2025-01-24T01:14:47.5719883Z adding 'torch/include/ATen/ops/lshift_ops.h' 2025-01-24T01:14:47.5723161Z adding 'torch/include/ATen/ops/lstm.h' 2025-01-24T01:14:47.5726297Z adding 'torch/include/ATen/ops/lstm_cell.h' 2025-01-24T01:14:47.5729702Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5732666Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2025-01-24T01:14:47.5735870Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2025-01-24T01:14:47.5739193Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5742447Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2025-01-24T01:14:47.5746032Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.5749197Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2025-01-24T01:14:47.5752708Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2025-01-24T01:14:47.5755895Z adding 'torch/include/ATen/ops/lstm_native.h' 2025-01-24T01:14:47.5759164Z adding 'torch/include/ATen/ops/lstm_ops.h' 2025-01-24T01:14:47.5762379Z adding 'torch/include/ATen/ops/lt.h' 2025-01-24T01:14:47.5765787Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.5768780Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2025-01-24T01:14:47.5771911Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2025-01-24T01:14:47.5774944Z adding 'torch/include/ATen/ops/lt_meta.h' 2025-01-24T01:14:47.5778114Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2025-01-24T01:14:47.5781195Z adding 'torch/include/ATen/ops/lt_native.h' 2025-01-24T01:14:47.5784570Z adding 'torch/include/ATen/ops/lt_ops.h' 2025-01-24T01:14:47.5787863Z adding 'torch/include/ATen/ops/lu_solve.h' 2025-01-24T01:14:47.5791156Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5794721Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2025-01-24T01:14:47.5797350Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2025-01-24T01:14:47.5800492Z adding 'torch/include/ATen/ops/lu_unpack.h' 2025-01-24T01:14:47.5803894Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.5806923Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2025-01-24T01:14:47.5810048Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2025-01-24T01:14:47.5813075Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2025-01-24T01:14:47.5816216Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2025-01-24T01:14:47.5819213Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2025-01-24T01:14:47.5822518Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2025-01-24T01:14:47.5825511Z adding 'torch/include/ATen/ops/mH.h' 2025-01-24T01:14:47.5828844Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5831777Z adding 'torch/include/ATen/ops/mH_native.h' 2025-01-24T01:14:47.5834844Z adding 'torch/include/ATen/ops/mH_ops.h' 2025-01-24T01:14:47.5837800Z adding 'torch/include/ATen/ops/mT.h' 2025-01-24T01:14:47.5840969Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5843830Z adding 'torch/include/ATen/ops/mT_native.h' 2025-01-24T01:14:47.5846916Z adding 'torch/include/ATen/ops/mT_ops.h' 2025-01-24T01:14:47.5850063Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2025-01-24T01:14:47.5853362Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5856231Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2025-01-24T01:14:47.5859381Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2025-01-24T01:14:47.5862593Z adding 'torch/include/ATen/ops/masked_fill.h' 2025-01-24T01:14:47.5865998Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.5869116Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2025-01-24T01:14:47.5872172Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2025-01-24T01:14:47.5875244Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2025-01-24T01:14:47.5878357Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2025-01-24T01:14:47.5881859Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2025-01-24T01:14:47.5885234Z adding 'torch/include/ATen/ops/masked_scatter.h' 2025-01-24T01:14:47.5888458Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2025-01-24T01:14:47.5891940Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.5894925Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2025-01-24T01:14:47.5898144Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2025-01-24T01:14:47.5901539Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.5904537Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2025-01-24T01:14:47.5907864Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2025-01-24T01:14:47.5910992Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2025-01-24T01:14:47.5914214Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2025-01-24T01:14:47.5917522Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2025-01-24T01:14:47.5920797Z adding 'torch/include/ATen/ops/masked_select.h' 2025-01-24T01:14:47.5923991Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2025-01-24T01:14:47.5927299Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5930235Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2025-01-24T01:14:47.5933394Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2025-01-24T01:14:47.5936715Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2025-01-24T01:14:47.5939914Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2025-01-24T01:14:47.5942985Z adding 'torch/include/ATen/ops/masked_select_native.h' 2025-01-24T01:14:47.5946244Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2025-01-24T01:14:47.5949783Z adding 'torch/include/ATen/ops/matmul.h' 2025-01-24T01:14:47.5953008Z adding 'torch/include/ATen/ops/matmul_backward.h' 2025-01-24T01:14:47.5956364Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.5959525Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2025-01-24T01:14:47.5962970Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2025-01-24T01:14:47.5966395Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5969453Z adding 'torch/include/ATen/ops/matmul_native.h' 2025-01-24T01:14:47.5972677Z adding 'torch/include/ATen/ops/matmul_ops.h' 2025-01-24T01:14:47.5975807Z adding 'torch/include/ATen/ops/matrix_H.h' 2025-01-24T01:14:47.5979029Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5982007Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2025-01-24T01:14:47.5985129Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2025-01-24T01:14:47.5988411Z adding 'torch/include/ATen/ops/matrix_exp.h' 2025-01-24T01:14:47.5991534Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2025-01-24T01:14:47.5995052Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.5998074Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2025-01-24T01:14:47.6001199Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2025-01-24T01:14:47.6004636Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.6007392Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2025-01-24T01:14:47.6010626Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2025-01-24T01:14:47.6013763Z adding 'torch/include/ATen/ops/matrix_power.h' 2025-01-24T01:14:47.6017294Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.6020319Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2025-01-24T01:14:47.6023502Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2025-01-24T01:14:47.6027008Z adding 'torch/include/ATen/ops/max.h' 2025-01-24T01:14:47.6030523Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.6033800Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.6036914Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2025-01-24T01:14:47.6040509Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2025-01-24T01:14:47.6043847Z adding 'torch/include/ATen/ops/max_meta.h' 2025-01-24T01:14:47.6047002Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2025-01-24T01:14:47.6050311Z adding 'torch/include/ATen/ops/max_native.h' 2025-01-24T01:14:47.6053958Z adding 'torch/include/ATen/ops/max_ops.h' 2025-01-24T01:14:47.6057481Z adding 'torch/include/ATen/ops/max_pool1d.h' 2025-01-24T01:14:47.6060889Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.6063821Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2025-01-24T01:14:47.6067160Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2025-01-24T01:14:47.6070487Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2025-01-24T01:14:47.6073979Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.6076957Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2025-01-24T01:14:47.6080595Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2025-01-24T01:14:47.6084120Z adding 'torch/include/ATen/ops/max_pool2d.h' 2025-01-24T01:14:47.6087921Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2025-01-24T01:14:47.6091778Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6094655Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2025-01-24T01:14:47.6098154Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2025-01-24T01:14:47.6101449Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.6104539Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2025-01-24T01:14:47.6107810Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2025-01-24T01:14:47.6111266Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2025-01-24T01:14:47.6114856Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2025-01-24T01:14:47.6118371Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.6121413Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2025-01-24T01:14:47.6124622Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2025-01-24T01:14:47.6127862Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2025-01-24T01:14:47.6131085Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2025-01-24T01:14:47.6134178Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2025-01-24T01:14:47.6137552Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2025-01-24T01:14:47.6142041Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.6145097Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2025-01-24T01:14:47.6148358Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2025-01-24T01:14:47.6151435Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2025-01-24T01:14:47.6154641Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2025-01-24T01:14:47.6157687Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2025-01-24T01:14:47.6161053Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2025-01-24T01:14:47.6164152Z adding 'torch/include/ATen/ops/max_pool3d.h' 2025-01-24T01:14:47.6167468Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.6170375Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2025-01-24T01:14:47.6173691Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2025-01-24T01:14:47.6176982Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2025-01-24T01:14:47.6180295Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2025-01-24T01:14:47.6183613Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2025-01-24T01:14:47.6186827Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2025-01-24T01:14:47.6190014Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2025-01-24T01:14:47.6193411Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2025-01-24T01:14:47.6196649Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2025-01-24T01:14:47.6199817Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2025-01-24T01:14:47.6202944Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2025-01-24T01:14:47.6206359Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2025-01-24T01:14:47.6209841Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2025-01-24T01:14:47.6213094Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2025-01-24T01:14:47.6216275Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2025-01-24T01:14:47.6219323Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2025-01-24T01:14:47.6222544Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2025-01-24T01:14:47.6226026Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2025-01-24T01:14:47.6229729Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2025-01-24T01:14:47.6232952Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2025-01-24T01:14:47.6236040Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2025-01-24T01:14:47.6239304Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2025-01-24T01:14:47.6242469Z adding 'torch/include/ATen/ops/maximum.h' 2025-01-24T01:14:47.6245792Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.6248672Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2025-01-24T01:14:47.6251793Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2025-01-24T01:14:47.6254785Z adding 'torch/include/ATen/ops/maximum_meta.h' 2025-01-24T01:14:47.6257873Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2025-01-24T01:14:47.6260882Z adding 'torch/include/ATen/ops/maximum_native.h' 2025-01-24T01:14:47.6264042Z adding 'torch/include/ATen/ops/maximum_ops.h' 2025-01-24T01:14:47.6267427Z adding 'torch/include/ATen/ops/mean.h' 2025-01-24T01:14:47.6270869Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6274069Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.6277179Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.6280219Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2025-01-24T01:14:47.6283337Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2025-01-24T01:14:47.6286332Z adding 'torch/include/ATen/ops/mean_meta.h' 2025-01-24T01:14:47.6289467Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2025-01-24T01:14:47.6292596Z adding 'torch/include/ATen/ops/mean_native.h' 2025-01-24T01:14:47.6296040Z adding 'torch/include/ATen/ops/mean_ops.h' 2025-01-24T01:14:47.6299487Z adding 'torch/include/ATen/ops/median.h' 2025-01-24T01:14:47.6302886Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6306055Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.6309204Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2025-01-24T01:14:47.6312333Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2025-01-24T01:14:47.6315411Z adding 'torch/include/ATen/ops/median_native.h' 2025-01-24T01:14:47.6318943Z adding 'torch/include/ATen/ops/median_ops.h' 2025-01-24T01:14:47.6322137Z adding 'torch/include/ATen/ops/meshgrid.h' 2025-01-24T01:14:47.6325420Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.6328267Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2025-01-24T01:14:47.6331637Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2025-01-24T01:14:47.6335042Z adding 'torch/include/ATen/ops/min.h' 2025-01-24T01:14:47.6338435Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.6341555Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.6344645Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2025-01-24T01:14:47.6347838Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2025-01-24T01:14:47.6351008Z adding 'torch/include/ATen/ops/min_meta.h' 2025-01-24T01:14:47.6354136Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2025-01-24T01:14:47.6357289Z adding 'torch/include/ATen/ops/min_native.h' 2025-01-24T01:14:47.6360878Z adding 'torch/include/ATen/ops/min_ops.h' 2025-01-24T01:14:47.6364965Z adding 'torch/include/ATen/ops/minimum.h' 2025-01-24T01:14:47.6368410Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.6371352Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2025-01-24T01:14:47.6374439Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2025-01-24T01:14:47.6377415Z adding 'torch/include/ATen/ops/minimum_meta.h' 2025-01-24T01:14:47.6380499Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2025-01-24T01:14:47.6383548Z adding 'torch/include/ATen/ops/minimum_native.h' 2025-01-24T01:14:47.6386695Z adding 'torch/include/ATen/ops/minimum_ops.h' 2025-01-24T01:14:47.6390038Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2025-01-24T01:14:47.6393501Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2025-01-24T01:14:47.6396917Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6399977Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2025-01-24T01:14:47.6403012Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2025-01-24T01:14:47.6406382Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2025-01-24T01:14:47.6409750Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6413198Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2025-01-24T01:14:47.6416352Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2025-01-24T01:14:47.6419700Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2025-01-24T01:14:47.6423347Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2025-01-24T01:14:47.6426867Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2025-01-24T01:14:47.6430703Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2025-01-24T01:14:47.6433786Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2025-01-24T01:14:47.6437482Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2025-01-24T01:14:47.6440758Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6443858Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2025-01-24T01:14:47.6446917Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2025-01-24T01:14:47.6450164Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2025-01-24T01:14:47.6453459Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2025-01-24T01:14:47.6456760Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2025-01-24T01:14:47.6459726Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2025-01-24T01:14:47.6462883Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2025-01-24T01:14:47.6466691Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2025-01-24T01:14:47.6471179Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6474308Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2025-01-24T01:14:47.6477389Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2025-01-24T01:14:47.6480776Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2025-01-24T01:14:47.6484395Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2025-01-24T01:14:47.6487982Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6491069Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2025-01-24T01:14:47.6494124Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2025-01-24T01:14:47.6497437Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2025-01-24T01:14:47.6500797Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2025-01-24T01:14:47.6504421Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2025-01-24T01:14:47.6508034Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6511221Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2025-01-24T01:14:47.6514411Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2025-01-24T01:14:47.6518074Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2025-01-24T01:14:47.6521583Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6524804Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2025-01-24T01:14:47.6527802Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2025-01-24T01:14:47.6531571Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2025-01-24T01:14:47.6534655Z adding 'torch/include/ATen/ops/mish.h' 2025-01-24T01:14:47.6548082Z adding 'torch/include/ATen/ops/mish_backward.h' 2025-01-24T01:14:47.6551530Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.6554651Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2025-01-24T01:14:47.6557739Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2025-01-24T01:14:47.6560851Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2025-01-24T01:14:47.6563954Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2025-01-24T01:14:47.6567418Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.6570342Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2025-01-24T01:14:47.6573622Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2025-01-24T01:14:47.6576668Z adding 'torch/include/ATen/ops/mish_meta.h' 2025-01-24T01:14:47.6580241Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2025-01-24T01:14:47.6583725Z adding 'torch/include/ATen/ops/mish_native.h' 2025-01-24T01:14:47.6587508Z adding 'torch/include/ATen/ops/mish_ops.h' 2025-01-24T01:14:47.6591352Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2025-01-24T01:14:47.6595052Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2025-01-24T01:14:47.6598901Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6602266Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2025-01-24T01:14:47.6605980Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2025-01-24T01:14:47.6609472Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2025-01-24T01:14:47.6612910Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2025-01-24T01:14:47.6624162Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2025-01-24T01:14:47.6627865Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6631113Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2025-01-24T01:14:47.6634533Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2025-01-24T01:14:47.6637923Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2025-01-24T01:14:47.6641234Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2025-01-24T01:14:47.6644642Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6647849Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2025-01-24T01:14:47.6651278Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6654244Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2025-01-24T01:14:47.6657476Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2025-01-24T01:14:47.6660562Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2025-01-24T01:14:47.6664026Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2025-01-24T01:14:47.6667451Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2025-01-24T01:14:47.6670932Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6673893Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2025-01-24T01:14:47.6677194Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2025-01-24T01:14:47.6680453Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6683410Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2025-01-24T01:14:47.6686633Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2025-01-24T01:14:47.6689958Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2025-01-24T01:14:47.6693180Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2025-01-24T01:14:47.6696869Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6699802Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2025-01-24T01:14:47.6703100Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2025-01-24T01:14:47.6706461Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6709617Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2025-01-24T01:14:47.6712914Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2025-01-24T01:14:47.6716146Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2025-01-24T01:14:47.6719515Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2025-01-24T01:14:47.6722892Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6726027Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2025-01-24T01:14:47.6729287Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2025-01-24T01:14:47.6732844Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6735805Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2025-01-24T01:14:47.6739096Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2025-01-24T01:14:47.6742790Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2025-01-24T01:14:47.6746396Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6749513Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2025-01-24T01:14:47.6753111Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2025-01-24T01:14:47.6756855Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2025-01-24T01:14:47.6760431Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6763447Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2025-01-24T01:14:47.6766773Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2025-01-24T01:14:47.6770115Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2025-01-24T01:14:47.6773833Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2025-01-24T01:14:47.6777548Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6780738Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2025-01-24T01:14:47.6783907Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2025-01-24T01:14:47.6787627Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2025-01-24T01:14:47.6792005Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6795227Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2025-01-24T01:14:47.6798373Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2025-01-24T01:14:47.6801865Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2025-01-24T01:14:47.6805110Z adding 'torch/include/ATen/ops/mm.h' 2025-01-24T01:14:47.6808388Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.6811341Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2025-01-24T01:14:47.6814475Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2025-01-24T01:14:47.6817540Z adding 'torch/include/ATen/ops/mm_meta.h' 2025-01-24T01:14:47.6820626Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2025-01-24T01:14:47.6823732Z adding 'torch/include/ATen/ops/mm_native.h' 2025-01-24T01:14:47.6827605Z adding 'torch/include/ATen/ops/mm_ops.h' 2025-01-24T01:14:47.6830988Z adding 'torch/include/ATen/ops/mode.h' 2025-01-24T01:14:47.6834461Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6837512Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.6840595Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2025-01-24T01:14:47.6843672Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2025-01-24T01:14:47.6846699Z adding 'torch/include/ATen/ops/mode_native.h' 2025-01-24T01:14:47.6850080Z adding 'torch/include/ATen/ops/mode_ops.h' 2025-01-24T01:14:47.6853372Z adding 'torch/include/ATen/ops/moveaxis.h' 2025-01-24T01:14:47.6856673Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.6859581Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2025-01-24T01:14:47.6862757Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2025-01-24T01:14:47.6865880Z adding 'torch/include/ATen/ops/movedim.h' 2025-01-24T01:14:47.6869269Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.6872220Z adding 'torch/include/ATen/ops/movedim_native.h' 2025-01-24T01:14:47.6875410Z adding 'torch/include/ATen/ops/movedim_ops.h' 2025-01-24T01:14:47.6879169Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2025-01-24T01:14:47.6882816Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6885756Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2025-01-24T01:14:47.6889187Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2025-01-24T01:14:47.6893036Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2025-01-24T01:14:47.6896710Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6899730Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2025-01-24T01:14:47.6903079Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2025-01-24T01:14:47.6906192Z adding 'torch/include/ATen/ops/mse_loss.h' 2025-01-24T01:14:47.6909553Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2025-01-24T01:14:47.6912788Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2025-01-24T01:14:47.6915898Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2025-01-24T01:14:47.6918935Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2025-01-24T01:14:47.6922136Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2025-01-24T01:14:47.6925441Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.6928384Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2025-01-24T01:14:47.6931545Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2025-01-24T01:14:47.6934538Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2025-01-24T01:14:47.6937687Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2025-01-24T01:14:47.6940702Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2025-01-24T01:14:47.6943905Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2025-01-24T01:14:47.6946967Z adding 'torch/include/ATen/ops/msort.h' 2025-01-24T01:14:47.6950371Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.6953429Z adding 'torch/include/ATen/ops/msort_native.h' 2025-01-24T01:14:47.6956622Z adding 'torch/include/ATen/ops/msort_ops.h' 2025-01-24T01:14:47.6960144Z adding 'torch/include/ATen/ops/mul.h' 2025-01-24T01:14:47.6963473Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.6966862Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.6969927Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2025-01-24T01:14:47.6973100Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2025-01-24T01:14:47.6976220Z adding 'torch/include/ATen/ops/mul_meta.h' 2025-01-24T01:14:47.6979339Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2025-01-24T01:14:47.6982830Z adding 'torch/include/ATen/ops/mul_native.h' 2025-01-24T01:14:47.6986250Z adding 'torch/include/ATen/ops/mul_ops.h' 2025-01-24T01:14:47.6989929Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2025-01-24T01:14:47.6993386Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2025-01-24T01:14:47.6996768Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2025-01-24T01:14:47.7000141Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2025-01-24T01:14:47.7003197Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2025-01-24T01:14:47.7006721Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2025-01-24T01:14:47.7010160Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2025-01-24T01:14:47.7013399Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2025-01-24T01:14:47.7016671Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2025-01-24T01:14:47.7019983Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2025-01-24T01:14:47.7023364Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2025-01-24T01:14:47.7026644Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2025-01-24T01:14:47.7030187Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2025-01-24T01:14:47.7033518Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2025-01-24T01:14:47.7036607Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2025-01-24T01:14:47.7040081Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2025-01-24T01:14:47.7043415Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7046645Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2025-01-24T01:14:47.7049951Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2025-01-24T01:14:47.7053190Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2025-01-24T01:14:47.7056396Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2025-01-24T01:14:47.7059701Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2025-01-24T01:14:47.7062915Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2025-01-24T01:14:47.7066212Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2025-01-24T01:14:47.7069600Z adding 'torch/include/ATen/ops/multinomial.h' 2025-01-24T01:14:47.7072966Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2025-01-24T01:14:47.7076119Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2025-01-24T01:14:47.7079702Z adding 'torch/include/ATen/ops/multinomial_native.h' 2025-01-24T01:14:47.7083495Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2025-01-24T01:14:47.7087216Z adding 'torch/include/ATen/ops/multiply.h' 2025-01-24T01:14:47.7091068Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7094476Z adding 'torch/include/ATen/ops/multiply_native.h' 2025-01-24T01:14:47.7098392Z adding 'torch/include/ATen/ops/multiply_ops.h' 2025-01-24T01:14:47.7102016Z adding 'torch/include/ATen/ops/mv.h' 2025-01-24T01:14:47.7105898Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7109138Z adding 'torch/include/ATen/ops/mv_native.h' 2025-01-24T01:14:47.7112405Z adding 'torch/include/ATen/ops/mv_ops.h' 2025-01-24T01:14:47.7115787Z adding 'torch/include/ATen/ops/mvlgamma.h' 2025-01-24T01:14:47.7119093Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7122230Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2025-01-24T01:14:47.7125473Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2025-01-24T01:14:47.7128482Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2025-01-24T01:14:47.7131929Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2025-01-24T01:14:47.7135328Z adding 'torch/include/ATen/ops/nan_to_num.h' 2025-01-24T01:14:47.7138575Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7141641Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2025-01-24T01:14:47.7145728Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2025-01-24T01:14:47.7149029Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2025-01-24T01:14:47.7152362Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2025-01-24T01:14:47.7155602Z adding 'torch/include/ATen/ops/nanmean.h' 2025-01-24T01:14:47.7159083Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7162573Z adding 'torch/include/ATen/ops/nanmean_native.h' 2025-01-24T01:14:47.7165845Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2025-01-24T01:14:47.7169246Z adding 'torch/include/ATen/ops/nanmedian.h' 2025-01-24T01:14:47.7172555Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7175689Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7178720Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2025-01-24T01:14:47.7181953Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2025-01-24T01:14:47.7185274Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2025-01-24T01:14:47.7189125Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2025-01-24T01:14:47.7192594Z adding 'torch/include/ATen/ops/nanquantile.h' 2025-01-24T01:14:47.7196049Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7198997Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2025-01-24T01:14:47.7202358Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2025-01-24T01:14:47.7205677Z adding 'torch/include/ATen/ops/nansum.h' 2025-01-24T01:14:47.7208984Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2025-01-24T01:14:47.7212143Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2025-01-24T01:14:47.7215160Z adding 'torch/include/ATen/ops/nansum_native.h' 2025-01-24T01:14:47.7218397Z adding 'torch/include/ATen/ops/nansum_ops.h' 2025-01-24T01:14:47.7221661Z adding 'torch/include/ATen/ops/narrow.h' 2025-01-24T01:14:47.7224981Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7228285Z adding 'torch/include/ATen/ops/narrow_copy.h' 2025-01-24T01:14:47.7231774Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.7234937Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2025-01-24T01:14:47.7238005Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2025-01-24T01:14:47.7241270Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2025-01-24T01:14:47.7244308Z adding 'torch/include/ATen/ops/narrow_native.h' 2025-01-24T01:14:47.7247707Z adding 'torch/include/ATen/ops/narrow_ops.h' 2025-01-24T01:14:47.7251051Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2025-01-24T01:14:47.7254471Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2025-01-24T01:14:47.7257952Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7261032Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2025-01-24T01:14:47.7264216Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2025-01-24T01:14:47.7267338Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2025-01-24T01:14:47.7270925Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2025-01-24T01:14:47.7274246Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2025-01-24T01:14:47.7277461Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2025-01-24T01:14:47.7280575Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2025-01-24T01:14:47.7283968Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2025-01-24T01:14:47.7287348Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2025-01-24T01:14:47.7290495Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7293457Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2025-01-24T01:14:47.7296463Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2025-01-24T01:14:47.7299602Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2025-01-24T01:14:47.7302728Z adding 'torch/include/ATen/ops/native_dropout.h' 2025-01-24T01:14:47.7305901Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2025-01-24T01:14:47.7309367Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7312351Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2025-01-24T01:14:47.7315442Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2025-01-24T01:14:47.7318471Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2025-01-24T01:14:47.7321641Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2025-01-24T01:14:47.7324912Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7327929Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2025-01-24T01:14:47.7331037Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2025-01-24T01:14:47.7334046Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2025-01-24T01:14:47.7337281Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2025-01-24T01:14:47.7340844Z adding 'torch/include/ATen/ops/native_group_norm.h' 2025-01-24T01:14:47.7344702Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2025-01-24T01:14:47.7348637Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7351834Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2025-01-24T01:14:47.7355161Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2025-01-24T01:14:47.7358360Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2025-01-24T01:14:47.7361802Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2025-01-24T01:14:47.7365430Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7368536Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2025-01-24T01:14:47.7371851Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2025-01-24T01:14:47.7375043Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2025-01-24T01:14:47.7378471Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2025-01-24T01:14:47.7382214Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2025-01-24T01:14:47.7386178Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2025-01-24T01:14:47.7390195Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7393507Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2025-01-24T01:14:47.7396727Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2025-01-24T01:14:47.7400035Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2025-01-24T01:14:47.7403580Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2025-01-24T01:14:47.7407064Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7410329Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2025-01-24T01:14:47.7413493Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2025-01-24T01:14:47.7416777Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2025-01-24T01:14:47.7420215Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2025-01-24T01:14:47.7423629Z adding 'torch/include/ATen/ops/native_norm.h' 2025-01-24T01:14:47.7427255Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7430283Z adding 'torch/include/ATen/ops/native_norm_native.h' 2025-01-24T01:14:47.7433818Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2025-01-24T01:14:47.7437058Z adding 'torch/include/ATen/ops/ne.h' 2025-01-24T01:14:47.7440626Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.7443733Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2025-01-24T01:14:47.7446898Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2025-01-24T01:14:47.7450062Z adding 'torch/include/ATen/ops/ne_meta.h' 2025-01-24T01:14:47.7453237Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2025-01-24T01:14:47.7456494Z adding 'torch/include/ATen/ops/ne_native.h' 2025-01-24T01:14:47.7460053Z adding 'torch/include/ATen/ops/ne_ops.h' 2025-01-24T01:14:47.7463381Z adding 'torch/include/ATen/ops/neg.h' 2025-01-24T01:14:47.7466858Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.7469917Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2025-01-24T01:14:47.7473183Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2025-01-24T01:14:47.7476248Z adding 'torch/include/ATen/ops/neg_meta.h' 2025-01-24T01:14:47.7479509Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2025-01-24T01:14:47.7482642Z adding 'torch/include/ATen/ops/neg_native.h' 2025-01-24T01:14:47.7486029Z adding 'torch/include/ATen/ops/neg_ops.h' 2025-01-24T01:14:47.7489290Z adding 'torch/include/ATen/ops/negative.h' 2025-01-24T01:14:47.7492616Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7496294Z adding 'torch/include/ATen/ops/negative_native.h' 2025-01-24T01:14:47.7499535Z adding 'torch/include/ATen/ops/negative_ops.h' 2025-01-24T01:14:47.7502870Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2025-01-24T01:14:47.7506288Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7509340Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2025-01-24T01:14:47.7512666Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2025-01-24T01:14:47.7516060Z adding 'torch/include/ATen/ops/new_empty.h' 2025-01-24T01:14:47.7519685Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7522713Z adding 'torch/include/ATen/ops/new_empty_native.h' 2025-01-24T01:14:47.7526190Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2025-01-24T01:14:47.7539435Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2025-01-24T01:14:47.7540237Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7541145Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.7541790Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2025-01-24T01:14:47.7543495Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2025-01-24T01:14:47.7546858Z adding 'torch/include/ATen/ops/new_full.h' 2025-01-24T01:14:47.7550549Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7554084Z adding 'torch/include/ATen/ops/new_full_native.h' 2025-01-24T01:14:47.7557601Z adding 'torch/include/ATen/ops/new_full_ops.h' 2025-01-24T01:14:47.7561056Z adding 'torch/include/ATen/ops/new_ones.h' 2025-01-24T01:14:47.7564668Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7567670Z adding 'torch/include/ATen/ops/new_ones_native.h' 2025-01-24T01:14:47.7571096Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2025-01-24T01:14:47.7574667Z adding 'torch/include/ATen/ops/new_zeros.h' 2025-01-24T01:14:47.7578207Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7581381Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2025-01-24T01:14:47.7584814Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2025-01-24T01:14:47.7588443Z adding 'torch/include/ATen/ops/nextafter.h' 2025-01-24T01:14:47.7592323Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.7595775Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2025-01-24T01:14:47.7599415Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2025-01-24T01:14:47.7602495Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2025-01-24T01:14:47.7605851Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2025-01-24T01:14:47.7608868Z adding 'torch/include/ATen/ops/nextafter_native.h' 2025-01-24T01:14:47.7612281Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2025-01-24T01:14:47.7615757Z adding 'torch/include/ATen/ops/nll_loss.h' 2025-01-24T01:14:47.7619528Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2025-01-24T01:14:47.7623356Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2025-01-24T01:14:47.7626906Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2025-01-24T01:14:47.7630367Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2025-01-24T01:14:47.7633622Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2025-01-24T01:14:47.7637029Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2025-01-24T01:14:47.7640454Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7643854Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2025-01-24T01:14:47.7647313Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2025-01-24T01:14:47.7650773Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2025-01-24T01:14:47.7653933Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2025-01-24T01:14:47.7657207Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2025-01-24T01:14:47.7660273Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2025-01-24T01:14:47.7663587Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2025-01-24T01:14:47.7667095Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2025-01-24T01:14:47.7670832Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.7673957Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2025-01-24T01:14:47.7677222Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2025-01-24T01:14:47.7680410Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2025-01-24T01:14:47.7683699Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2025-01-24T01:14:47.7686841Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2025-01-24T01:14:47.7690139Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2025-01-24T01:14:47.7693546Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7696971Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2025-01-24T01:14:47.7700517Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.7703580Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2025-01-24T01:14:47.7706839Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2025-01-24T01:14:47.7710062Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2025-01-24T01:14:47.7713333Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2025-01-24T01:14:47.7716448Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2025-01-24T01:14:47.7719764Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2025-01-24T01:14:47.7722877Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2025-01-24T01:14:47.7726052Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2025-01-24T01:14:47.7729388Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7732307Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2025-01-24T01:14:47.7736009Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2025-01-24T01:14:47.7739001Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2025-01-24T01:14:47.7742165Z adding 'torch/include/ATen/ops/nonzero.h' 2025-01-24T01:14:47.7745451Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2025-01-24T01:14:47.7748773Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2025-01-24T01:14:47.7751835Z adding 'torch/include/ATen/ops/nonzero_native.h' 2025-01-24T01:14:47.7755038Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2025-01-24T01:14:47.7758298Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7761385Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2025-01-24T01:14:47.7764597Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2025-01-24T01:14:47.7767906Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2025-01-24T01:14:47.7771162Z adding 'torch/include/ATen/ops/nonzero_static.h' 2025-01-24T01:14:47.7774384Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2025-01-24T01:14:47.7777690Z adding 'torch/include/ATen/ops/nonzero_static_cuda_dispatch.h' 2025-01-24T01:14:47.7780654Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2025-01-24T01:14:47.7784011Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2025-01-24T01:14:47.7787747Z adding 'torch/include/ATen/ops/norm.h' 2025-01-24T01:14:47.7791348Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7794724Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.7797879Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7801120Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2025-01-24T01:14:47.7804323Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2025-01-24T01:14:47.7807587Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2025-01-24T01:14:47.7811010Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7813981Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2025-01-24T01:14:47.7817250Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2025-01-24T01:14:47.7820293Z adding 'torch/include/ATen/ops/norm_meta.h' 2025-01-24T01:14:47.7823642Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2025-01-24T01:14:47.7827786Z adding 'torch/include/ATen/ops/norm_native.h' 2025-01-24T01:14:47.7831769Z adding 'torch/include/ATen/ops/norm_ops.h' 2025-01-24T01:14:47.7836213Z adding 'torch/include/ATen/ops/normal.h' 2025-01-24T01:14:47.7840105Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7843319Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2025-01-24T01:14:47.7846758Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2025-01-24T01:14:47.7850035Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2025-01-24T01:14:47.7853493Z adding 'torch/include/ATen/ops/normal_native.h' 2025-01-24T01:14:47.7857622Z adding 'torch/include/ATen/ops/normal_ops.h' 2025-01-24T01:14:47.7861117Z adding 'torch/include/ATen/ops/not_equal.h' 2025-01-24T01:14:47.7864678Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7867864Z adding 'torch/include/ATen/ops/not_equal_native.h' 2025-01-24T01:14:47.7871346Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2025-01-24T01:14:47.7874852Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2025-01-24T01:14:47.7878326Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7881360Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2025-01-24T01:14:47.7884878Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2025-01-24T01:14:47.7887933Z adding 'torch/include/ATen/ops/numpy_T.h' 2025-01-24T01:14:47.7891312Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7894195Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2025-01-24T01:14:47.7897550Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2025-01-24T01:14:47.7900496Z adding 'torch/include/ATen/ops/one_hot.h' 2025-01-24T01:14:47.7903922Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7906814Z adding 'torch/include/ATen/ops/one_hot_native.h' 2025-01-24T01:14:47.7911061Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2025-01-24T01:14:47.7914946Z adding 'torch/include/ATen/ops/ones.h' 2025-01-24T01:14:47.7918633Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7921965Z adding 'torch/include/ATen/ops/ones_like.h' 2025-01-24T01:14:47.7925447Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.7928453Z adding 'torch/include/ATen/ops/ones_like_native.h' 2025-01-24T01:14:47.7932001Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2025-01-24T01:14:47.7935573Z adding 'torch/include/ATen/ops/ones_native.h' 2025-01-24T01:14:47.7939160Z adding 'torch/include/ATen/ops/ones_ops.h' 2025-01-24T01:14:47.7942454Z adding 'torch/include/ATen/ops/or.h' 2025-01-24T01:14:47.7945764Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7948939Z adding 'torch/include/ATen/ops/or_native.h' 2025-01-24T01:14:47.7952236Z adding 'torch/include/ATen/ops/or_ops.h' 2025-01-24T01:14:47.7955549Z adding 'torch/include/ATen/ops/orgqr.h' 2025-01-24T01:14:47.7959092Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7962088Z adding 'torch/include/ATen/ops/orgqr_native.h' 2025-01-24T01:14:47.7965411Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2025-01-24T01:14:47.7968714Z adding 'torch/include/ATen/ops/ormqr.h' 2025-01-24T01:14:47.7972172Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2025-01-24T01:14:47.7975346Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2025-01-24T01:14:47.7978476Z adding 'torch/include/ATen/ops/ormqr_native.h' 2025-01-24T01:14:47.7981863Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2025-01-24T01:14:47.7984957Z adding 'torch/include/ATen/ops/outer.h' 2025-01-24T01:14:47.7988510Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.7991478Z adding 'torch/include/ATen/ops/outer_native.h' 2025-01-24T01:14:47.7994859Z adding 'torch/include/ATen/ops/outer_ops.h' 2025-01-24T01:14:47.7997852Z adding 'torch/include/ATen/ops/output_nr.h' 2025-01-24T01:14:47.8001249Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8004238Z adding 'torch/include/ATen/ops/output_nr_native.h' 2025-01-24T01:14:47.8007387Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2025-01-24T01:14:47.8010668Z adding 'torch/include/ATen/ops/pad.h' 2025-01-24T01:14:47.8014004Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8017096Z adding 'torch/include/ATen/ops/pad_native.h' 2025-01-24T01:14:47.8020291Z adding 'torch/include/ATen/ops/pad_ops.h' 2025-01-24T01:14:47.8023630Z adding 'torch/include/ATen/ops/pad_sequence.h' 2025-01-24T01:14:47.8027017Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8030107Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2025-01-24T01:14:47.8033415Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2025-01-24T01:14:47.8036566Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2025-01-24T01:14:47.8039998Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8042918Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2025-01-24T01:14:47.8046224Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2025-01-24T01:14:47.8049354Z adding 'torch/include/ATen/ops/pdist.h' 2025-01-24T01:14:47.8052711Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8055687Z adding 'torch/include/ATen/ops/pdist_native.h' 2025-01-24T01:14:47.8058924Z adding 'torch/include/ATen/ops/pdist_ops.h' 2025-01-24T01:14:47.8062125Z adding 'torch/include/ATen/ops/permute.h' 2025-01-24T01:14:47.8065222Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8068468Z adding 'torch/include/ATen/ops/permute_copy.h' 2025-01-24T01:14:47.8071826Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8075032Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.8077863Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2025-01-24T01:14:47.8081065Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2025-01-24T01:14:47.8084294Z adding 'torch/include/ATen/ops/permute_native.h' 2025-01-24T01:14:47.8087431Z adding 'torch/include/ATen/ops/permute_ops.h' 2025-01-24T01:14:47.8090417Z adding 'torch/include/ATen/ops/pin_memory.h' 2025-01-24T01:14:47.8093702Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8096599Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2025-01-24T01:14:47.8099745Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2025-01-24T01:14:47.8102783Z adding 'torch/include/ATen/ops/pinverse.h' 2025-01-24T01:14:47.8106059Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8109030Z adding 'torch/include/ATen/ops/pinverse_native.h' 2025-01-24T01:14:47.8112199Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2025-01-24T01:14:47.8115490Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2025-01-24T01:14:47.8118842Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8122015Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.8125022Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2025-01-24T01:14:47.8128013Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2025-01-24T01:14:47.8131199Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2025-01-24T01:14:47.8134333Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2025-01-24T01:14:47.8137635Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8140875Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.8143735Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2025-01-24T01:14:47.8146727Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2025-01-24T01:14:47.8150068Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2025-01-24T01:14:47.8153238Z adding 'torch/include/ATen/ops/poisson.h' 2025-01-24T01:14:47.8157219Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8160249Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2025-01-24T01:14:47.8163347Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2025-01-24T01:14:47.8166462Z adding 'torch/include/ATen/ops/poisson_native.h' 2025-01-24T01:14:47.8169680Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2025-01-24T01:14:47.8173074Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8176049Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2025-01-24T01:14:47.8179238Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2025-01-24T01:14:47.8182480Z adding 'torch/include/ATen/ops/poisson_ops.h' 2025-01-24T01:14:47.8185582Z adding 'torch/include/ATen/ops/polar.h' 2025-01-24T01:14:47.8188966Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8191945Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2025-01-24T01:14:47.8195061Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2025-01-24T01:14:47.8198070Z adding 'torch/include/ATen/ops/polar_native.h' 2025-01-24T01:14:47.8201246Z adding 'torch/include/ATen/ops/polar_ops.h' 2025-01-24T01:14:47.8204352Z adding 'torch/include/ATen/ops/polygamma.h' 2025-01-24T01:14:47.8207760Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8210867Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.8213818Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2025-01-24T01:14:47.8216934Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2025-01-24T01:14:47.8220050Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2025-01-24T01:14:47.8223236Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2025-01-24T01:14:47.8226321Z adding 'torch/include/ATen/ops/polygamma_native.h' 2025-01-24T01:14:47.8229741Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2025-01-24T01:14:47.8232805Z adding 'torch/include/ATen/ops/positive.h' 2025-01-24T01:14:47.8236059Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8238958Z adding 'torch/include/ATen/ops/positive_native.h' 2025-01-24T01:14:47.8242089Z adding 'torch/include/ATen/ops/positive_ops.h' 2025-01-24T01:14:47.8245330Z adding 'torch/include/ATen/ops/pow.h' 2025-01-24T01:14:47.8248726Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.8251725Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2025-01-24T01:14:47.8254920Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2025-01-24T01:14:47.8257978Z adding 'torch/include/ATen/ops/pow_meta.h' 2025-01-24T01:14:47.8261193Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2025-01-24T01:14:47.8264308Z adding 'torch/include/ATen/ops/pow_native.h' 2025-01-24T01:14:47.8267917Z adding 'torch/include/ATen/ops/pow_ops.h' 2025-01-24T01:14:47.8271145Z adding 'torch/include/ATen/ops/prelu.h' 2025-01-24T01:14:47.8274425Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8277332Z adding 'torch/include/ATen/ops/prelu_native.h' 2025-01-24T01:14:47.8280490Z adding 'torch/include/ATen/ops/prelu_ops.h' 2025-01-24T01:14:47.8283783Z adding 'torch/include/ATen/ops/prod.h' 2025-01-24T01:14:47.8287127Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8290307Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.8293369Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8296427Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2025-01-24T01:14:47.8299538Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2025-01-24T01:14:47.8302569Z adding 'torch/include/ATen/ops/prod_meta.h' 2025-01-24T01:14:47.8305724Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2025-01-24T01:14:47.8308941Z adding 'torch/include/ATen/ops/prod_native.h' 2025-01-24T01:14:47.8312439Z adding 'torch/include/ATen/ops/prod_ops.h' 2025-01-24T01:14:47.8315623Z adding 'torch/include/ATen/ops/promote_types.h' 2025-01-24T01:14:47.8318910Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8321789Z adding 'torch/include/ATen/ops/promote_types_native.h' 2025-01-24T01:14:47.8324884Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2025-01-24T01:14:47.8328015Z adding 'torch/include/ATen/ops/put.h' 2025-01-24T01:14:47.8331334Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8334319Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2025-01-24T01:14:47.8337413Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2025-01-24T01:14:47.8340454Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2025-01-24T01:14:47.8343460Z adding 'torch/include/ATen/ops/put_native.h' 2025-01-24T01:14:47.8346743Z adding 'torch/include/ATen/ops/put_ops.h' 2025-01-24T01:14:47.8349972Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2025-01-24T01:14:47.8353712Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2025-01-24T01:14:47.8356913Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2025-01-24T01:14:47.8360169Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2025-01-24T01:14:47.8363386Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8366278Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2025-01-24T01:14:47.8369466Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2025-01-24T01:14:47.8372587Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2025-01-24T01:14:47.8375865Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8378740Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2025-01-24T01:14:47.8381949Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2025-01-24T01:14:47.8384949Z adding 'torch/include/ATen/ops/q_scale.h' 2025-01-24T01:14:47.8388073Z adding 'torch/include/ATen/ops/q_scale_native.h' 2025-01-24T01:14:47.8391203Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2025-01-24T01:14:47.8394256Z adding 'torch/include/ATen/ops/q_zero_point.h' 2025-01-24T01:14:47.8397405Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2025-01-24T01:14:47.8400523Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2025-01-24T01:14:47.8403618Z adding 'torch/include/ATen/ops/qr.h' 2025-01-24T01:14:47.8406898Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8409842Z adding 'torch/include/ATen/ops/qr_native.h' 2025-01-24T01:14:47.8413080Z adding 'torch/include/ATen/ops/qr_ops.h' 2025-01-24T01:14:47.8416065Z adding 'torch/include/ATen/ops/qscheme.h' 2025-01-24T01:14:47.8419030Z adding 'torch/include/ATen/ops/qscheme_native.h' 2025-01-24T01:14:47.8422160Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2025-01-24T01:14:47.8425436Z adding 'torch/include/ATen/ops/quantile.h' 2025-01-24T01:14:47.8428958Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8431949Z adding 'torch/include/ATen/ops/quantile_native.h' 2025-01-24T01:14:47.8435362Z adding 'torch/include/ATen/ops/quantile_ops.h' 2025-01-24T01:14:47.8438656Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2025-01-24T01:14:47.8441998Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8444989Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2025-01-24T01:14:47.8448104Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2025-01-24T01:14:47.8451127Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2025-01-24T01:14:47.8454512Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2025-01-24T01:14:47.8457985Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2025-01-24T01:14:47.8461474Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8464551Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2025-01-24T01:14:47.8467738Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2025-01-24T01:14:47.8470940Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2025-01-24T01:14:47.8474281Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8477276Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2025-01-24T01:14:47.8480404Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2025-01-24T01:14:47.8483428Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2025-01-24T01:14:47.8486702Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2025-01-24T01:14:47.8489818Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2025-01-24T01:14:47.8493366Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2025-01-24T01:14:47.8496731Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2025-01-24T01:14:47.8500380Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8503269Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2025-01-24T01:14:47.8506590Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2025-01-24T01:14:47.8509981Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2025-01-24T01:14:47.8513361Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8516323Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2025-01-24T01:14:47.8519655Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2025-01-24T01:14:47.8522892Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2025-01-24T01:14:47.8526262Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8529230Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2025-01-24T01:14:47.8532535Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2025-01-24T01:14:47.8535780Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2025-01-24T01:14:47.8539154Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8542081Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2025-01-24T01:14:47.8545367Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2025-01-24T01:14:47.8548783Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2025-01-24T01:14:47.8552163Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8555155Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2025-01-24T01:14:47.8558448Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2025-01-24T01:14:47.8561726Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2025-01-24T01:14:47.8565081Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8568026Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2025-01-24T01:14:47.8571368Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2025-01-24T01:14:47.8574587Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2025-01-24T01:14:47.8577930Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8580871Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2025-01-24T01:14:47.8584120Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2025-01-24T01:14:47.8587301Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2025-01-24T01:14:47.8590760Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8593712Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2025-01-24T01:14:47.8597002Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2025-01-24T01:14:47.8600319Z adding 'torch/include/ATen/ops/rad2deg.h' 2025-01-24T01:14:47.8603666Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8606575Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2025-01-24T01:14:47.8609810Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2025-01-24T01:14:47.8614573Z adding 'torch/include/ATen/ops/rand.h' 2025-01-24T01:14:47.8618822Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8622114Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8625456Z adding 'torch/include/ATen/ops/rand_like.h' 2025-01-24T01:14:47.8629115Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8632188Z adding 'torch/include/ATen/ops/rand_like_native.h' 2025-01-24T01:14:47.8635680Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2025-01-24T01:14:47.8638953Z adding 'torch/include/ATen/ops/rand_native.h' 2025-01-24T01:14:47.8642683Z adding 'torch/include/ATen/ops/rand_ops.h' 2025-01-24T01:14:47.8647728Z adding 'torch/include/ATen/ops/randint.h' 2025-01-24T01:14:47.8652785Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8657892Z adding 'torch/include/ATen/ops/randint_like.h' 2025-01-24T01:14:47.8662444Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8665742Z adding 'torch/include/ATen/ops/randint_like_native.h' 2025-01-24T01:14:47.8669687Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2025-01-24T01:14:47.8673081Z adding 'torch/include/ATen/ops/randint_native.h' 2025-01-24T01:14:47.8676819Z adding 'torch/include/ATen/ops/randint_ops.h' 2025-01-24T01:14:47.8681723Z adding 'torch/include/ATen/ops/randn.h' 2025-01-24T01:14:47.8686010Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8689338Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8692702Z adding 'torch/include/ATen/ops/randn_like.h' 2025-01-24T01:14:47.8696200Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8700171Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-01-24T01:14:47.8703192Z adding 'torch/include/ATen/ops/randn_like_native.h' 2025-01-24T01:14:47.8706810Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2025-01-24T01:14:47.8710471Z adding 'torch/include/ATen/ops/randn_native.h' 2025-01-24T01:14:47.8714743Z adding 'torch/include/ATen/ops/randn_ops.h' 2025-01-24T01:14:47.8719286Z adding 'torch/include/ATen/ops/random.h' 2025-01-24T01:14:47.8723313Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8726901Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2025-01-24T01:14:47.8730520Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2025-01-24T01:14:47.8734322Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2025-01-24T01:14:47.8737367Z adding 'torch/include/ATen/ops/random_native.h' 2025-01-24T01:14:47.8741149Z adding 'torch/include/ATen/ops/random_ops.h' 2025-01-24T01:14:47.8745101Z adding 'torch/include/ATen/ops/randperm.h' 2025-01-24T01:14:47.8749149Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8752427Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2025-01-24T01:14:47.8755579Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2025-01-24T01:14:47.8758798Z adding 'torch/include/ATen/ops/randperm_native.h' 2025-01-24T01:14:47.8762169Z adding 'torch/include/ATen/ops/randperm_ops.h' 2025-01-24T01:14:47.8765859Z adding 'torch/include/ATen/ops/range.h' 2025-01-24T01:14:47.8769456Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.8772534Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2025-01-24T01:14:47.8775755Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2025-01-24T01:14:47.8778835Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2025-01-24T01:14:47.8782064Z adding 'torch/include/ATen/ops/range_native.h' 2025-01-24T01:14:47.8785548Z adding 'torch/include/ATen/ops/range_ops.h' 2025-01-24T01:14:47.8788885Z adding 'torch/include/ATen/ops/ravel.h' 2025-01-24T01:14:47.8792309Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8795211Z adding 'torch/include/ATen/ops/ravel_native.h' 2025-01-24T01:14:47.8798450Z adding 'torch/include/ATen/ops/ravel_ops.h' 2025-01-24T01:14:47.8801504Z adding 'torch/include/ATen/ops/real.h' 2025-01-24T01:14:47.8804922Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8807773Z adding 'torch/include/ATen/ops/real_native.h' 2025-01-24T01:14:47.8811054Z adding 'torch/include/ATen/ops/real_ops.h' 2025-01-24T01:14:47.8814282Z adding 'torch/include/ATen/ops/reciprocal.h' 2025-01-24T01:14:47.8817688Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.8820906Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2025-01-24T01:14:47.8823960Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2025-01-24T01:14:47.8827117Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2025-01-24T01:14:47.8830382Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2025-01-24T01:14:47.8833394Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2025-01-24T01:14:47.8837600Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2025-01-24T01:14:47.8840661Z adding 'torch/include/ATen/ops/record_stream.h' 2025-01-24T01:14:47.8843830Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2025-01-24T01:14:47.8846877Z adding 'torch/include/ATen/ops/record_stream_native.h' 2025-01-24T01:14:47.8849998Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2025-01-24T01:14:47.8853111Z adding 'torch/include/ATen/ops/refine_names.h' 2025-01-24T01:14:47.8856357Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.8859257Z adding 'torch/include/ATen/ops/refine_names_native.h' 2025-01-24T01:14:47.8862338Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2025-01-24T01:14:47.8865648Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2025-01-24T01:14:47.8869283Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2025-01-24T01:14:47.8872856Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.8875891Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2025-01-24T01:14:47.8879074Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2025-01-24T01:14:47.8882120Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2025-01-24T01:14:47.8885569Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2025-01-24T01:14:47.8888636Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2025-01-24T01:14:47.8891888Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2025-01-24T01:14:47.8895284Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.8898280Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2025-01-24T01:14:47.8901459Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2025-01-24T01:14:47.8904462Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2025-01-24T01:14:47.8907818Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2025-01-24T01:14:47.8910844Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2025-01-24T01:14:47.8914040Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2025-01-24T01:14:47.8917380Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2025-01-24T01:14:47.8920900Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2025-01-24T01:14:47.8924285Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2025-01-24T01:14:47.8927463Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2025-01-24T01:14:47.8930473Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2025-01-24T01:14:47.8933698Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2025-01-24T01:14:47.8936904Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2025-01-24T01:14:47.8940643Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2025-01-24T01:14:47.8943850Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2025-01-24T01:14:47.8947101Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2025-01-24T01:14:47.8951131Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2025-01-24T01:14:47.8954960Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2025-01-24T01:14:47.8965969Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.8966209Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2025-01-24T01:14:47.8967415Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2025-01-24T01:14:47.8970255Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2025-01-24T01:14:47.8974202Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2025-01-24T01:14:47.8977751Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2025-01-24T01:14:47.8981421Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2025-01-24T01:14:47.8985441Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.8989086Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2025-01-24T01:14:47.8992746Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2025-01-24T01:14:47.8996404Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2025-01-24T01:14:47.9000004Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2025-01-24T01:14:47.9003095Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2025-01-24T01:14:47.9006582Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2025-01-24T01:14:47.9009779Z adding 'torch/include/ATen/ops/relu.h' 2025-01-24T01:14:47.9013029Z adding 'torch/include/ATen/ops/relu6.h' 2025-01-24T01:14:47.9016453Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9019341Z adding 'torch/include/ATen/ops/relu6_native.h' 2025-01-24T01:14:47.9022755Z adding 'torch/include/ATen/ops/relu6_ops.h' 2025-01-24T01:14:47.9026062Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9029187Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2025-01-24T01:14:47.9032299Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2025-01-24T01:14:47.9035549Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2025-01-24T01:14:47.9038714Z adding 'torch/include/ATen/ops/relu_native.h' 2025-01-24T01:14:47.9041964Z adding 'torch/include/ATen/ops/relu_ops.h' 2025-01-24T01:14:47.9045450Z adding 'torch/include/ATen/ops/remainder.h' 2025-01-24T01:14:47.9048874Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9052217Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.9055221Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2025-01-24T01:14:47.9058348Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2025-01-24T01:14:47.9061357Z adding 'torch/include/ATen/ops/remainder_meta.h' 2025-01-24T01:14:47.9064508Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2025-01-24T01:14:47.9067644Z adding 'torch/include/ATen/ops/remainder_native.h' 2025-01-24T01:14:47.9071251Z adding 'torch/include/ATen/ops/remainder_ops.h' 2025-01-24T01:14:47.9074400Z adding 'torch/include/ATen/ops/rename.h' 2025-01-24T01:14:47.9077692Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9080806Z adding 'torch/include/ATen/ops/rename_native.h' 2025-01-24T01:14:47.9083979Z adding 'torch/include/ATen/ops/rename_ops.h' 2025-01-24T01:14:47.9087130Z adding 'torch/include/ATen/ops/renorm.h' 2025-01-24T01:14:47.9090528Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.9093454Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2025-01-24T01:14:47.9096572Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2025-01-24T01:14:47.9099554Z adding 'torch/include/ATen/ops/renorm_meta.h' 2025-01-24T01:14:47.9102732Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2025-01-24T01:14:47.9105763Z adding 'torch/include/ATen/ops/renorm_native.h' 2025-01-24T01:14:47.9109156Z adding 'torch/include/ATen/ops/renorm_ops.h' 2025-01-24T01:14:47.9112499Z adding 'torch/include/ATen/ops/repeat.h' 2025-01-24T01:14:47.9115866Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9119418Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2025-01-24T01:14:47.9123092Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9126637Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9129774Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2025-01-24T01:14:47.9132899Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2025-01-24T01:14:47.9136061Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2025-01-24T01:14:47.9139582Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2025-01-24T01:14:47.9143211Z adding 'torch/include/ATen/ops/repeat_native.h' 2025-01-24T01:14:47.9146418Z adding 'torch/include/ATen/ops/repeat_ops.h' 2025-01-24T01:14:47.9149917Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2025-01-24T01:14:47.9153473Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2025-01-24T01:14:47.9156991Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.9159973Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2025-01-24T01:14:47.9163231Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2025-01-24T01:14:47.9166313Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2025-01-24T01:14:47.9169501Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2025-01-24T01:14:47.9172571Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2025-01-24T01:14:47.9175791Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2025-01-24T01:14:47.9179196Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.9182187Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2025-01-24T01:14:47.9185363Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2025-01-24T01:14:47.9188591Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2025-01-24T01:14:47.9191779Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2025-01-24T01:14:47.9194814Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2025-01-24T01:14:47.9198046Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2025-01-24T01:14:47.9201372Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2025-01-24T01:14:47.9204964Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2025-01-24T01:14:47.9208334Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2025-01-24T01:14:47.9211507Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2025-01-24T01:14:47.9214548Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2025-01-24T01:14:47.9217743Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2025-01-24T01:14:47.9221135Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.9224118Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2025-01-24T01:14:47.9227306Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2025-01-24T01:14:47.9230483Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2025-01-24T01:14:47.9233840Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2025-01-24T01:14:47.9236931Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2025-01-24T01:14:47.9240247Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2025-01-24T01:14:47.9243783Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2025-01-24T01:14:47.9247356Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2025-01-24T01:14:47.9250922Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2025-01-24T01:14:47.9254182Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2025-01-24T01:14:47.9257372Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2025-01-24T01:14:47.9260833Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2025-01-24T01:14:47.9264132Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.9267269Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2025-01-24T01:14:47.9270576Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2025-01-24T01:14:47.9273816Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2025-01-24T01:14:47.9277128Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2025-01-24T01:14:47.9280222Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2025-01-24T01:14:47.9283541Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2025-01-24T01:14:47.9286534Z adding 'torch/include/ATen/ops/requires_grad.h' 2025-01-24T01:14:47.9289960Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9292832Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2025-01-24T01:14:47.9296167Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2025-01-24T01:14:47.9299377Z adding 'torch/include/ATen/ops/reshape.h' 2025-01-24T01:14:47.9302540Z adding 'torch/include/ATen/ops/reshape_as.h' 2025-01-24T01:14:47.9305929Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9309256Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2025-01-24T01:14:47.9312343Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2025-01-24T01:14:47.9316024Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2025-01-24T01:14:47.9319868Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9323458Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2025-01-24T01:14:47.9326291Z adding 'torch/include/ATen/ops/reshape_native.h' 2025-01-24T01:14:47.9329797Z adding 'torch/include/ATen/ops/reshape_ops.h' 2025-01-24T01:14:47.9333639Z adding 'torch/include/ATen/ops/resize.h' 2025-01-24T01:14:47.9336981Z adding 'torch/include/ATen/ops/resize_as.h' 2025-01-24T01:14:47.9340801Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9343775Z adding 'torch/include/ATen/ops/resize_as_native.h' 2025-01-24T01:14:47.9347301Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2025-01-24T01:14:47.9350677Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2025-01-24T01:14:47.9354275Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9357291Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2025-01-24T01:14:47.9360853Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2025-01-24T01:14:47.9364448Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2025-01-24T01:14:47.9367952Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9371101Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2025-01-24T01:14:47.9374383Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2025-01-24T01:14:47.9377515Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2025-01-24T01:14:47.9380770Z adding 'torch/include/ATen/ops/resize_native.h' 2025-01-24T01:14:47.9384075Z adding 'torch/include/ATen/ops/resize_ops.h' 2025-01-24T01:14:47.9387421Z adding 'torch/include/ATen/ops/resolve_conj.h' 2025-01-24T01:14:47.9390769Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9393614Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2025-01-24T01:14:47.9396816Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2025-01-24T01:14:47.9399926Z adding 'torch/include/ATen/ops/resolve_neg.h' 2025-01-24T01:14:47.9403189Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9406052Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2025-01-24T01:14:47.9409238Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2025-01-24T01:14:47.9412326Z adding 'torch/include/ATen/ops/result_type.h' 2025-01-24T01:14:47.9415809Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9418704Z adding 'torch/include/ATen/ops/result_type_native.h' 2025-01-24T01:14:47.9428892Z adding 'torch/include/ATen/ops/result_type_ops.h' 2025-01-24T01:14:47.9432060Z adding 'torch/include/ATen/ops/retain_grad.h' 2025-01-24T01:14:47.9435337Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9438205Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2025-01-24T01:14:47.9441362Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2025-01-24T01:14:47.9444465Z adding 'torch/include/ATen/ops/retains_grad.h' 2025-01-24T01:14:47.9447825Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9450704Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2025-01-24T01:14:47.9453806Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2025-01-24T01:14:47.9457066Z adding 'torch/include/ATen/ops/rms_norm.h' 2025-01-24T01:14:47.9460509Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9463452Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2025-01-24T01:14:47.9466917Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2025-01-24T01:14:47.9470310Z adding 'torch/include/ATen/ops/rnn_relu.h' 2025-01-24T01:14:47.9473469Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2025-01-24T01:14:47.9476780Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9479691Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2025-01-24T01:14:47.9482867Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2025-01-24T01:14:47.9486270Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9489237Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2025-01-24T01:14:47.9492613Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2025-01-24T01:14:47.9495825Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2025-01-24T01:14:47.9498913Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2025-01-24T01:14:47.9502203Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9505112Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2025-01-24T01:14:47.9509069Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2025-01-24T01:14:47.9512471Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9515476Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2025-01-24T01:14:47.9518806Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2025-01-24T01:14:47.9522151Z adding 'torch/include/ATen/ops/roll.h' 2025-01-24T01:14:47.9525508Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9528548Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2025-01-24T01:14:47.9531635Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2025-01-24T01:14:47.9534641Z adding 'torch/include/ATen/ops/roll_native.h' 2025-01-24T01:14:47.9538289Z adding 'torch/include/ATen/ops/roll_ops.h' 2025-01-24T01:14:47.9541479Z adding 'torch/include/ATen/ops/rot90.h' 2025-01-24T01:14:47.9544764Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9547732Z adding 'torch/include/ATen/ops/rot90_native.h' 2025-01-24T01:14:47.9551020Z adding 'torch/include/ATen/ops/rot90_ops.h' 2025-01-24T01:14:47.9554277Z adding 'torch/include/ATen/ops/round.h' 2025-01-24T01:14:47.9557672Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.9560732Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2025-01-24T01:14:47.9563829Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2025-01-24T01:14:47.9566874Z adding 'torch/include/ATen/ops/round_meta.h' 2025-01-24T01:14:47.9570148Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2025-01-24T01:14:47.9573103Z adding 'torch/include/ATen/ops/round_native.h' 2025-01-24T01:14:47.9576507Z adding 'torch/include/ATen/ops/round_ops.h' 2025-01-24T01:14:47.9579551Z adding 'torch/include/ATen/ops/row_indices.h' 2025-01-24T01:14:47.9582782Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9585722Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2025-01-24T01:14:47.9589110Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9592344Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.9595172Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2025-01-24T01:14:47.9598334Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2025-01-24T01:14:47.9601360Z adding 'torch/include/ATen/ops/row_indices_native.h' 2025-01-24T01:14:47.9604413Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2025-01-24T01:14:47.9607487Z adding 'torch/include/ATen/ops/row_stack.h' 2025-01-24T01:14:47.9610776Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9613653Z adding 'torch/include/ATen/ops/row_stack_native.h' 2025-01-24T01:14:47.9616857Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2025-01-24T01:14:47.9619985Z adding 'torch/include/ATen/ops/rrelu.h' 2025-01-24T01:14:47.9623323Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9626253Z adding 'torch/include/ATen/ops/rrelu_native.h' 2025-01-24T01:14:47.9629628Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2025-01-24T01:14:47.9632998Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2025-01-24T01:14:47.9636306Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2025-01-24T01:14:47.9639706Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9642962Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2025-01-24T01:14:47.9646798Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2025-01-24T01:14:47.9650667Z adding 'torch/include/ATen/ops/rrelu_with_noise_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9654302Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2025-01-24T01:14:47.9658072Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2025-01-24T01:14:47.9661748Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2025-01-24T01:14:47.9665405Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2025-01-24T01:14:47.9669394Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2025-01-24T01:14:47.9672847Z adding 'torch/include/ATen/ops/rshift.h' 2025-01-24T01:14:47.9676626Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9679661Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2025-01-24T01:14:47.9683281Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2025-01-24T01:14:47.9686838Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2025-01-24T01:14:47.9690437Z adding 'torch/include/ATen/ops/rshift_native.h' 2025-01-24T01:14:47.9694507Z adding 'torch/include/ATen/ops/rshift_ops.h' 2025-01-24T01:14:47.9698227Z adding 'torch/include/ATen/ops/rsqrt.h' 2025-01-24T01:14:47.9702086Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.9705554Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2025-01-24T01:14:47.9709291Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2025-01-24T01:14:47.9712666Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2025-01-24T01:14:47.9715824Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2025-01-24T01:14:47.9718996Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2025-01-24T01:14:47.9722263Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2025-01-24T01:14:47.9725702Z adding 'torch/include/ATen/ops/rsub.h' 2025-01-24T01:14:47.9729224Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9732293Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2025-01-24T01:14:47.9735823Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2025-01-24T01:14:47.9738552Z adding 'torch/include/ATen/ops/rsub_native.h' 2025-01-24T01:14:47.9741856Z adding 'torch/include/ATen/ops/rsub_ops.h' 2025-01-24T01:14:47.9745170Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2025-01-24T01:14:47.9748824Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9751788Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2025-01-24T01:14:47.9755042Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2025-01-24T01:14:47.9758296Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2025-01-24T01:14:47.9761708Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9764767Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2025-01-24T01:14:47.9767983Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2025-01-24T01:14:47.9771414Z adding 'torch/include/ATen/ops/scatter.h' 2025-01-24T01:14:47.9774733Z adding 'torch/include/ATen/ops/scatter_add.h' 2025-01-24T01:14:47.9778093Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.9781119Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9784145Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2025-01-24T01:14:47.9787247Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2025-01-24T01:14:47.9790435Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2025-01-24T01:14:47.9793778Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2025-01-24T01:14:47.9796832Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2025-01-24T01:14:47.9800206Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2025-01-24T01:14:47.9803637Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.9806699Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9809833Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2025-01-24T01:14:47.9813130Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2025-01-24T01:14:47.9816295Z adding 'torch/include/ATen/ops/scatter_meta.h' 2025-01-24T01:14:47.9819605Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2025-01-24T01:14:47.9822879Z adding 'torch/include/ATen/ops/scatter_native.h' 2025-01-24T01:14:47.9826726Z adding 'torch/include/ATen/ops/scatter_ops.h' 2025-01-24T01:14:47.9830344Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2025-01-24T01:14:47.9833788Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.9836809Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2025-01-24T01:14:47.9840412Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2025-01-24T01:14:47.9843444Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2025-01-24T01:14:47.9846593Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2025-01-24T01:14:47.9849804Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2025-01-24T01:14:47.9853176Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2025-01-24T01:14:47.9856577Z adding 'torch/include/ATen/ops/searchsorted.h' 2025-01-24T01:14:47.9859973Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2025-01-24T01:14:47.9863250Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2025-01-24T01:14:47.9866465Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2025-01-24T01:14:47.9870171Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2025-01-24T01:14:47.9873441Z adding 'torch/include/ATen/ops/segment_reduce.h' 2025-01-24T01:14:47.9877012Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9879924Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2025-01-24T01:14:47.9883054Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2025-01-24T01:14:47.9886101Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2025-01-24T01:14:47.9889419Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2025-01-24T01:14:47.9892633Z adding 'torch/include/ATen/ops/select.h' 2025-01-24T01:14:47.9896067Z adding 'torch/include/ATen/ops/select_backward.h' 2025-01-24T01:14:47.9899532Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9902736Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.9905598Z adding 'torch/include/ATen/ops/select_backward_native.h' 2025-01-24T01:14:47.9908986Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2025-01-24T01:14:47.9912294Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9915392Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9918586Z adding 'torch/include/ATen/ops/select_copy.h' 2025-01-24T01:14:47.9921935Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9925174Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.9928715Z adding 'torch/include/ATen/ops/select_copy_native.h' 2025-01-24T01:14:47.9932023Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2025-01-24T01:14:47.9935076Z adding 'torch/include/ATen/ops/select_native.h' 2025-01-24T01:14:47.9938283Z adding 'torch/include/ATen/ops/select_ops.h' 2025-01-24T01:14:47.9941681Z adding 'torch/include/ATen/ops/select_scatter.h' 2025-01-24T01:14:47.9945056Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9948411Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:47.9951556Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2025-01-24T01:14:47.9955013Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2025-01-24T01:14:47.9958113Z adding 'torch/include/ATen/ops/selu.h' 2025-01-24T01:14:47.9961490Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9964349Z adding 'torch/include/ATen/ops/selu_native.h' 2025-01-24T01:14:47.9967730Z adding 'torch/include/ATen/ops/selu_ops.h' 2025-01-24T01:14:47.9971669Z adding 'torch/include/ATen/ops/set.h' 2025-01-24T01:14:47.9975387Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:47.9978735Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9981879Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2025-01-24T01:14:47.9985213Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2025-01-24T01:14:47.9988302Z adding 'torch/include/ATen/ops/set_data.h' 2025-01-24T01:14:47.9991710Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:47.9994578Z adding 'torch/include/ATen/ops/set_data_native.h' 2025-01-24T01:14:47.9997843Z adding 'torch/include/ATen/ops/set_data_ops.h' 2025-01-24T01:14:48.0001150Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2025-01-24T01:14:48.0004470Z adding 'torch/include/ATen/ops/set_native.h' 2025-01-24T01:14:48.0008549Z adding 'torch/include/ATen/ops/set_ops.h' 2025-01-24T01:14:48.0011977Z adding 'torch/include/ATen/ops/sgn.h' 2025-01-24T01:14:48.0015329Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0018404Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2025-01-24T01:14:48.0021499Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2025-01-24T01:14:48.0024691Z adding 'torch/include/ATen/ops/sgn_meta.h' 2025-01-24T01:14:48.0028116Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2025-01-24T01:14:48.0031277Z adding 'torch/include/ATen/ops/sgn_native.h' 2025-01-24T01:14:48.0034675Z adding 'torch/include/ATen/ops/sgn_ops.h' 2025-01-24T01:14:48.0037804Z adding 'torch/include/ATen/ops/sigmoid.h' 2025-01-24T01:14:48.0041160Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2025-01-24T01:14:48.0044624Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0047716Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2025-01-24T01:14:48.0050855Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2025-01-24T01:14:48.0054050Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2025-01-24T01:14:48.0057383Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2025-01-24T01:14:48.0060461Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2025-01-24T01:14:48.0063782Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2025-01-24T01:14:48.0067129Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0070365Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2025-01-24T01:14:48.0073461Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2025-01-24T01:14:48.0076646Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2025-01-24T01:14:48.0079786Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2025-01-24T01:14:48.0082933Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2025-01-24T01:14:48.0086321Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2025-01-24T01:14:48.0089466Z adding 'torch/include/ATen/ops/sign.h' 2025-01-24T01:14:48.0093074Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0096016Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2025-01-24T01:14:48.0099317Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2025-01-24T01:14:48.0102350Z adding 'torch/include/ATen/ops/sign_meta.h' 2025-01-24T01:14:48.0105800Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2025-01-24T01:14:48.0109523Z adding 'torch/include/ATen/ops/sign_native.h' 2025-01-24T01:14:48.0113285Z adding 'torch/include/ATen/ops/sign_ops.h' 2025-01-24T01:14:48.0116879Z adding 'torch/include/ATen/ops/signbit.h' 2025-01-24T01:14:48.0120860Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0124178Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2025-01-24T01:14:48.0127304Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2025-01-24T01:14:48.0130467Z adding 'torch/include/ATen/ops/signbit_meta.h' 2025-01-24T01:14:48.0133620Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2025-01-24T01:14:48.0136867Z adding 'torch/include/ATen/ops/signbit_native.h' 2025-01-24T01:14:48.0140072Z adding 'torch/include/ATen/ops/signbit_ops.h' 2025-01-24T01:14:48.0143497Z adding 'torch/include/ATen/ops/silu.h' 2025-01-24T01:14:48.0146777Z adding 'torch/include/ATen/ops/silu_backward.h' 2025-01-24T01:14:48.0150392Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0153451Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.0156504Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2025-01-24T01:14:48.0159851Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2025-01-24T01:14:48.0162863Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2025-01-24T01:14:48.0166045Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2025-01-24T01:14:48.0169181Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2025-01-24T01:14:48.0172315Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2025-01-24T01:14:48.0176584Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0179562Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2025-01-24T01:14:48.0184015Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2025-01-24T01:14:48.0186595Z adding 'torch/include/ATen/ops/silu_meta.h' 2025-01-24T01:14:48.0189822Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2025-01-24T01:14:48.0192941Z adding 'torch/include/ATen/ops/silu_native.h' 2025-01-24T01:14:48.0196231Z adding 'torch/include/ATen/ops/silu_ops.h' 2025-01-24T01:14:48.0199405Z adding 'torch/include/ATen/ops/sin.h' 2025-01-24T01:14:48.0202749Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0205820Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2025-01-24T01:14:48.0208942Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2025-01-24T01:14:48.0212063Z adding 'torch/include/ATen/ops/sin_meta.h' 2025-01-24T01:14:48.0215181Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2025-01-24T01:14:48.0218245Z adding 'torch/include/ATen/ops/sin_native.h' 2025-01-24T01:14:48.0221469Z adding 'torch/include/ATen/ops/sin_ops.h' 2025-01-24T01:14:48.0224587Z adding 'torch/include/ATen/ops/sinc.h' 2025-01-24T01:14:48.0228002Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0230935Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2025-01-24T01:14:48.0234005Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2025-01-24T01:14:48.0237027Z adding 'torch/include/ATen/ops/sinc_meta.h' 2025-01-24T01:14:48.0240110Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2025-01-24T01:14:48.0243137Z adding 'torch/include/ATen/ops/sinc_native.h' 2025-01-24T01:14:48.0246362Z adding 'torch/include/ATen/ops/sinc_ops.h' 2025-01-24T01:14:48.0249491Z adding 'torch/include/ATen/ops/sinh.h' 2025-01-24T01:14:48.0253028Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0255945Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2025-01-24T01:14:48.0259055Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2025-01-24T01:14:48.0262175Z adding 'torch/include/ATen/ops/sinh_meta.h' 2025-01-24T01:14:48.0265283Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2025-01-24T01:14:48.0268425Z adding 'torch/include/ATen/ops/sinh_native.h' 2025-01-24T01:14:48.0271644Z adding 'torch/include/ATen/ops/sinh_ops.h' 2025-01-24T01:14:48.0274773Z adding 'torch/include/ATen/ops/size.h' 2025-01-24T01:14:48.0277993Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.0280891Z adding 'torch/include/ATen/ops/size_native.h' 2025-01-24T01:14:48.0284100Z adding 'torch/include/ATen/ops/size_ops.h' 2025-01-24T01:14:48.0287316Z adding 'torch/include/ATen/ops/slice.h' 2025-01-24T01:14:48.0290852Z adding 'torch/include/ATen/ops/slice_backward.h' 2025-01-24T01:14:48.0294353Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.0297293Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2025-01-24T01:14:48.0300689Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2025-01-24T01:14:48.0304032Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.0307437Z adding 'torch/include/ATen/ops/slice_copy.h' 2025-01-24T01:14:48.0311100Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.0314333Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0317182Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2025-01-24T01:14:48.0320473Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2025-01-24T01:14:48.0323836Z adding 'torch/include/ATen/ops/slice_inverse.h' 2025-01-24T01:14:48.0327216Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.0330093Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2025-01-24T01:14:48.0333248Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2025-01-24T01:14:48.0336238Z adding 'torch/include/ATen/ops/slice_native.h' 2025-01-24T01:14:48.0339829Z adding 'torch/include/ATen/ops/slice_ops.h' 2025-01-24T01:14:48.0343355Z adding 'torch/include/ATen/ops/slice_scatter.h' 2025-01-24T01:14:48.0346851Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.0350295Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0353153Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2025-01-24T01:14:48.0356450Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2025-01-24T01:14:48.0359651Z adding 'torch/include/ATen/ops/slogdet.h' 2025-01-24T01:14:48.0363102Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.0366104Z adding 'torch/include/ATen/ops/slogdet_native.h' 2025-01-24T01:14:48.0369447Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2025-01-24T01:14:48.0373069Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2025-01-24T01:14:48.0376772Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.0380319Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2025-01-24T01:14:48.0383794Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2025-01-24T01:14:48.0387039Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2025-01-24T01:14:48.0390651Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2025-01-24T01:14:48.0393734Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2025-01-24T01:14:48.0397123Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2025-01-24T01:14:48.0400801Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2025-01-24T01:14:48.0404622Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.0407871Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2025-01-24T01:14:48.0411102Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2025-01-24T01:14:48.0414325Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2025-01-24T01:14:48.0417673Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2025-01-24T01:14:48.0421533Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2025-01-24T01:14:48.0425298Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.0428540Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2025-01-24T01:14:48.0431905Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2025-01-24T01:14:48.0435021Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2025-01-24T01:14:48.0438541Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2025-01-24T01:14:48.0442454Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2025-01-24T01:14:48.0446176Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0449479Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2025-01-24T01:14:48.0453090Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2025-01-24T01:14:48.0456280Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2025-01-24T01:14:48.0459778Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2025-01-24T01:14:48.0470539Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2025-01-24T01:14:48.0474121Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2025-01-24T01:14:48.0478044Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2025-01-24T01:14:48.0481821Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2025-01-24T01:14:48.0485165Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2025-01-24T01:14:48.0488522Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2025-01-24T01:14:48.0491842Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2025-01-24T01:14:48.0495089Z adding 'torch/include/ATen/ops/smm.h' 2025-01-24T01:14:48.0499294Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.0501421Z adding 'torch/include/ATen/ops/smm_native.h' 2025-01-24T01:14:48.0504628Z adding 'torch/include/ATen/ops/smm_ops.h' 2025-01-24T01:14:48.0507931Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2025-01-24T01:14:48.0511303Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2025-01-24T01:14:48.0514657Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.0517853Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2025-01-24T01:14:48.0521032Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2025-01-24T01:14:48.0524159Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2025-01-24T01:14:48.0527573Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2025-01-24T01:14:48.0531060Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0534190Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2025-01-24T01:14:48.0537289Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2025-01-24T01:14:48.0540534Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2025-01-24T01:14:48.0543742Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2025-01-24T01:14:48.0546882Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2025-01-24T01:14:48.0550385Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2025-01-24T01:14:48.0553549Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2025-01-24T01:14:48.0556952Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2025-01-24T01:14:48.0560340Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.0563578Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2025-01-24T01:14:48.0566848Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2025-01-24T01:14:48.0570400Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.0573467Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2025-01-24T01:14:48.0576650Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2025-01-24T01:14:48.0579996Z adding 'torch/include/ATen/ops/softmax.h' 2025-01-24T01:14:48.0583308Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.0586629Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.0589797Z adding 'torch/include/ATen/ops/softmax_native.h' 2025-01-24T01:14:48.0593104Z adding 'torch/include/ATen/ops/softmax_ops.h' 2025-01-24T01:14:48.0596420Z adding 'torch/include/ATen/ops/softplus.h' 2025-01-24T01:14:48.0599600Z adding 'torch/include/ATen/ops/softplus_backward.h' 2025-01-24T01:14:48.0603466Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0606950Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2025-01-24T01:14:48.0610701Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2025-01-24T01:14:48.0614348Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2025-01-24T01:14:48.0618104Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2025-01-24T01:14:48.0621679Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2025-01-24T01:14:48.0625102Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2025-01-24T01:14:48.0628705Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0631665Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2025-01-24T01:14:48.0635026Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2025-01-24T01:14:48.0638060Z adding 'torch/include/ATen/ops/softplus_meta.h' 2025-01-24T01:14:48.0641415Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2025-01-24T01:14:48.0645261Z adding 'torch/include/ATen/ops/softplus_native.h' 2025-01-24T01:14:48.0647798Z adding 'torch/include/ATen/ops/softplus_ops.h' 2025-01-24T01:14:48.0650909Z adding 'torch/include/ATen/ops/softshrink.h' 2025-01-24T01:14:48.0654070Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2025-01-24T01:14:48.0657605Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0660571Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2025-01-24T01:14:48.0663684Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2025-01-24T01:14:48.0666699Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2025-01-24T01:14:48.0669928Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2025-01-24T01:14:48.0673077Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2025-01-24T01:14:48.0676394Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2025-01-24T01:14:48.0679702Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0682599Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2025-01-24T01:14:48.0685684Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2025-01-24T01:14:48.0688832Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2025-01-24T01:14:48.0691953Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2025-01-24T01:14:48.0694922Z adding 'torch/include/ATen/ops/softshrink_native.h' 2025-01-24T01:14:48.0698088Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2025-01-24T01:14:48.0701502Z adding 'torch/include/ATen/ops/sort.h' 2025-01-24T01:14:48.0705064Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.0708385Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0711549Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.0714617Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2025-01-24T01:14:48.0717778Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2025-01-24T01:14:48.0720757Z adding 'torch/include/ATen/ops/sort_meta.h' 2025-01-24T01:14:48.0723878Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2025-01-24T01:14:48.0726978Z adding 'torch/include/ATen/ops/sort_native.h' 2025-01-24T01:14:48.0730956Z adding 'torch/include/ATen/ops/sort_ops.h' 2025-01-24T01:14:48.0734487Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2025-01-24T01:14:48.0737892Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.0740844Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2025-01-24T01:14:48.0744109Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2025-01-24T01:14:48.0747487Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2025-01-24T01:14:48.0750971Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.0753972Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2025-01-24T01:14:48.0757464Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2025-01-24T01:14:48.0761200Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2025-01-24T01:14:48.0764862Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.0767823Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2025-01-24T01:14:48.0771168Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2025-01-24T01:14:48.0774672Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2025-01-24T01:14:48.0778096Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.0781307Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.0784253Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2025-01-24T01:14:48.0788306Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2025-01-24T01:14:48.0791303Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2025-01-24T01:14:48.0794713Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.0797678Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2025-01-24T01:14:48.0800951Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2025-01-24T01:14:48.0804270Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2025-01-24T01:14:48.0807673Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.0810600Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2025-01-24T01:14:48.0813869Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2025-01-24T01:14:48.0816877Z adding 'torch/include/ATen/ops/sparse_dim.h' 2025-01-24T01:14:48.0820097Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.0822958Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2025-01-24T01:14:48.0826017Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2025-01-24T01:14:48.0829182Z adding 'torch/include/ATen/ops/sparse_mask.h' 2025-01-24T01:14:48.0832468Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.0835373Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2025-01-24T01:14:48.0838522Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2025-01-24T01:14:48.0841639Z adding 'torch/include/ATen/ops/sparse_resize.h' 2025-01-24T01:14:48.0844824Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2025-01-24T01:14:48.0848733Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.0851757Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2025-01-24T01:14:48.0854728Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2025-01-24T01:14:48.0857968Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2025-01-24T01:14:48.0861292Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.0864446Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2025-01-24T01:14:48.0867588Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2025-01-24T01:14:48.0870965Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2025-01-24T01:14:48.0880138Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2025-01-24T01:14:48.0883343Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2025-01-24T01:14:48.0886787Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2025-01-24T01:14:48.0890033Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2025-01-24T01:14:48.0893415Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0896432Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2025-01-24T01:14:48.0899547Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2025-01-24T01:14:48.0902720Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2025-01-24T01:14:48.0905834Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2025-01-24T01:14:48.0909197Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2025-01-24T01:14:48.0912326Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2025-01-24T01:14:48.0915549Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2025-01-24T01:14:48.0918960Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0921986Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2025-01-24T01:14:48.0925096Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2025-01-24T01:14:48.0928135Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2025-01-24T01:14:48.0931392Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2025-01-24T01:14:48.0934875Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2025-01-24T01:14:48.0938085Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2025-01-24T01:14:48.0940879Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2025-01-24T01:14:48.0944386Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0948251Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2025-01-24T01:14:48.0951564Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2025-01-24T01:14:48.0954720Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2025-01-24T01:14:48.0957866Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2025-01-24T01:14:48.0961021Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2025-01-24T01:14:48.0964160Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2025-01-24T01:14:48.0967431Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2025-01-24T01:14:48.0970945Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0973733Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2025-01-24T01:14:48.0976982Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2025-01-24T01:14:48.0979971Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2025-01-24T01:14:48.0983286Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2025-01-24T01:14:48.0986387Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2025-01-24T01:14:48.0989884Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2025-01-24T01:14:48.0993061Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2025-01-24T01:14:48.0996500Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.0999537Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2025-01-24T01:14:48.1002598Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2025-01-24T01:14:48.1005771Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2025-01-24T01:14:48.1008906Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2025-01-24T01:14:48.1012022Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2025-01-24T01:14:48.1015189Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2025-01-24T01:14:48.1018611Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2025-01-24T01:14:48.1022070Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.1025406Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1028594Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2025-01-24T01:14:48.1031805Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2025-01-24T01:14:48.1035055Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2025-01-24T01:14:48.1038165Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2025-01-24T01:14:48.1041353Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2025-01-24T01:14:48.1044906Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2025-01-24T01:14:48.1048417Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2025-01-24T01:14:48.1051978Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.1055198Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1058348Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2025-01-24T01:14:48.1061430Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2025-01-24T01:14:48.1064608Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2025-01-24T01:14:48.1068007Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2025-01-24T01:14:48.1071004Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2025-01-24T01:14:48.1074572Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2025-01-24T01:14:48.1077906Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2025-01-24T01:14:48.1081496Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.1084772Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1087869Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2025-01-24T01:14:48.1091115Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2025-01-24T01:14:48.1094096Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2025-01-24T01:14:48.1097374Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2025-01-24T01:14:48.1100405Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2025-01-24T01:14:48.1104285Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2025-01-24T01:14:48.1108499Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2025-01-24T01:14:48.1112422Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.1115841Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1118826Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2025-01-24T01:14:48.1122039Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2025-01-24T01:14:48.1125224Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2025-01-24T01:14:48.1128379Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2025-01-24T01:14:48.1131956Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2025-01-24T01:14:48.1135425Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2025-01-24T01:14:48.1138775Z adding 'torch/include/ATen/ops/special_digamma.h' 2025-01-24T01:14:48.1142087Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1144994Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2025-01-24T01:14:48.1148463Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2025-01-24T01:14:48.1151569Z adding 'torch/include/ATen/ops/special_entr.h' 2025-01-24T01:14:48.1154894Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1157835Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2025-01-24T01:14:48.1160912Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2025-01-24T01:14:48.1164099Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2025-01-24T01:14:48.1167261Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2025-01-24T01:14:48.1170214Z adding 'torch/include/ATen/ops/special_entr_native.h' 2025-01-24T01:14:48.1173344Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2025-01-24T01:14:48.1176411Z adding 'torch/include/ATen/ops/special_erf.h' 2025-01-24T01:14:48.1180341Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1183247Z adding 'torch/include/ATen/ops/special_erf_native.h' 2025-01-24T01:14:48.1186412Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2025-01-24T01:14:48.1189708Z adding 'torch/include/ATen/ops/special_erfc.h' 2025-01-24T01:14:48.1192968Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1196013Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2025-01-24T01:14:48.1199157Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2025-01-24T01:14:48.1202357Z adding 'torch/include/ATen/ops/special_erfcx.h' 2025-01-24T01:14:48.1205550Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1208431Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2025-01-24T01:14:48.1211506Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2025-01-24T01:14:48.1214469Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2025-01-24T01:14:48.1217544Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2025-01-24T01:14:48.1220491Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2025-01-24T01:14:48.1223601Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2025-01-24T01:14:48.1226690Z adding 'torch/include/ATen/ops/special_erfinv.h' 2025-01-24T01:14:48.1230076Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1232901Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2025-01-24T01:14:48.1236082Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2025-01-24T01:14:48.1239139Z adding 'torch/include/ATen/ops/special_exp2.h' 2025-01-24T01:14:48.1242395Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1245276Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2025-01-24T01:14:48.1248408Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2025-01-24T01:14:48.1258332Z adding 'torch/include/ATen/ops/special_expit.h' 2025-01-24T01:14:48.1258634Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1260144Z adding 'torch/include/ATen/ops/special_expit_native.h' 2025-01-24T01:14:48.1263668Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2025-01-24T01:14:48.1266508Z adding 'torch/include/ATen/ops/special_expm1.h' 2025-01-24T01:14:48.1269885Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1272705Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2025-01-24T01:14:48.1275837Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2025-01-24T01:14:48.1278936Z adding 'torch/include/ATen/ops/special_gammainc.h' 2025-01-24T01:14:48.1282540Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1285183Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2025-01-24T01:14:48.1288303Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2025-01-24T01:14:48.1291434Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2025-01-24T01:14:48.1294757Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1297608Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2025-01-24T01:14:48.1300749Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2025-01-24T01:14:48.1303808Z adding 'torch/include/ATen/ops/special_gammaln.h' 2025-01-24T01:14:48.1307085Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1310097Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2025-01-24T01:14:48.1313211Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2025-01-24T01:14:48.1316514Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2025-01-24T01:14:48.1319923Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.1323114Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1326043Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2025-01-24T01:14:48.1329130Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2025-01-24T01:14:48.1332105Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2025-01-24T01:14:48.1335228Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2025-01-24T01:14:48.1338367Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2025-01-24T01:14:48.1341687Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2025-01-24T01:14:48.1345006Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2025-01-24T01:14:48.1348513Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.1351747Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1354905Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2025-01-24T01:14:48.1358002Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2025-01-24T01:14:48.1360938Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2025-01-24T01:14:48.1364162Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2025-01-24T01:14:48.1367109Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2025-01-24T01:14:48.1370521Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2025-01-24T01:14:48.1373592Z adding 'torch/include/ATen/ops/special_i0.h' 2025-01-24T01:14:48.1376862Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1379716Z adding 'torch/include/ATen/ops/special_i0_native.h' 2025-01-24T01:14:48.1382839Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2025-01-24T01:14:48.1385895Z adding 'torch/include/ATen/ops/special_i0e.h' 2025-01-24T01:14:48.1389345Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1392251Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2025-01-24T01:14:48.1395316Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2025-01-24T01:14:48.1398315Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2025-01-24T01:14:48.1401377Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2025-01-24T01:14:48.1404338Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2025-01-24T01:14:48.1407422Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2025-01-24T01:14:48.1410460Z adding 'torch/include/ATen/ops/special_i1.h' 2025-01-24T01:14:48.1413772Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1416693Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2025-01-24T01:14:48.1419741Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2025-01-24T01:14:48.1422733Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2025-01-24T01:14:48.1425844Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2025-01-24T01:14:48.1428911Z adding 'torch/include/ATen/ops/special_i1_native.h' 2025-01-24T01:14:48.1432039Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2025-01-24T01:14:48.1435093Z adding 'torch/include/ATen/ops/special_i1e.h' 2025-01-24T01:14:48.1438392Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1441293Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2025-01-24T01:14:48.1444373Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2025-01-24T01:14:48.1447331Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2025-01-24T01:14:48.1450446Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2025-01-24T01:14:48.1453813Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2025-01-24T01:14:48.1456777Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2025-01-24T01:14:48.1460206Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2025-01-24T01:14:48.1463671Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.1466951Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1470044Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2025-01-24T01:14:48.1473434Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2025-01-24T01:14:48.1476335Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2025-01-24T01:14:48.1479567Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2025-01-24T01:14:48.1482707Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2025-01-24T01:14:48.1486140Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2025-01-24T01:14:48.1490112Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2025-01-24T01:14:48.1493710Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.1496923Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1499985Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2025-01-24T01:14:48.1503115Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2025-01-24T01:14:48.1506265Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2025-01-24T01:14:48.1509512Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2025-01-24T01:14:48.1512776Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2025-01-24T01:14:48.1516244Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2025-01-24T01:14:48.1519459Z adding 'torch/include/ATen/ops/special_log1p.h' 2025-01-24T01:14:48.1522880Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1525804Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2025-01-24T01:14:48.1529107Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2025-01-24T01:14:48.1532162Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2025-01-24T01:14:48.1535683Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1538622Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2025-01-24T01:14:48.1543335Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2025-01-24T01:14:48.1546563Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2025-01-24T01:14:48.1549845Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2025-01-24T01:14:48.1553040Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2025-01-24T01:14:48.1556235Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2025-01-24T01:14:48.1559431Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2025-01-24T01:14:48.1562833Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1565733Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2025-01-24T01:14:48.1569006Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2025-01-24T01:14:48.1572130Z adding 'torch/include/ATen/ops/special_logit.h' 2025-01-24T01:14:48.1575565Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1578456Z adding 'torch/include/ATen/ops/special_logit_native.h' 2025-01-24T01:14:48.1581803Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2025-01-24T01:14:48.1585054Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2025-01-24T01:14:48.1588458Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1591493Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2025-01-24T01:14:48.1594734Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2025-01-24T01:14:48.1598013Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2025-01-24T01:14:48.1601422Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1604515Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2025-01-24T01:14:48.1607855Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2025-01-24T01:14:48.1611254Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2025-01-24T01:14:48.1614994Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2025-01-24T01:14:48.1618551Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2025-01-24T01:14:48.1622346Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2025-01-24T01:14:48.1625994Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2025-01-24T01:14:48.1630099Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1633554Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2025-01-24T01:14:48.1636702Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2025-01-24T01:14:48.1639876Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2025-01-24T01:14:48.1642985Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2025-01-24T01:14:48.1646152Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2025-01-24T01:14:48.1649318Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2025-01-24T01:14:48.1652609Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2025-01-24T01:14:48.1656010Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1659167Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2025-01-24T01:14:48.1662224Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2025-01-24T01:14:48.1665206Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2025-01-24T01:14:48.1668599Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2025-01-24T01:14:48.1671628Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2025-01-24T01:14:48.1674808Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2025-01-24T01:14:48.1677868Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2025-01-24T01:14:48.1681209Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1684286Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2025-01-24T01:14:48.1688225Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2025-01-24T01:14:48.1691301Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2025-01-24T01:14:48.1694405Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2025-01-24T01:14:48.1697413Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2025-01-24T01:14:48.1700652Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2025-01-24T01:14:48.1703654Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2025-01-24T01:14:48.1706914Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1709900Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2025-01-24T01:14:48.1713059Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2025-01-24T01:14:48.1716306Z adding 'torch/include/ATen/ops/special_ndtr.h' 2025-01-24T01:14:48.1719556Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1722408Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2025-01-24T01:14:48.1725562Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2025-01-24T01:14:48.1728668Z adding 'torch/include/ATen/ops/special_ndtri.h' 2025-01-24T01:14:48.1731969Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1734852Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2025-01-24T01:14:48.1737874Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2025-01-24T01:14:48.1740915Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2025-01-24T01:14:48.1743861Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2025-01-24T01:14:48.1746813Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2025-01-24T01:14:48.1750068Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2025-01-24T01:14:48.1753157Z adding 'torch/include/ATen/ops/special_polygamma.h' 2025-01-24T01:14:48.1756458Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1759302Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2025-01-24T01:14:48.1762632Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2025-01-24T01:14:48.1765658Z adding 'torch/include/ATen/ops/special_psi.h' 2025-01-24T01:14:48.1768959Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1771908Z adding 'torch/include/ATen/ops/special_psi_native.h' 2025-01-24T01:14:48.1775026Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2025-01-24T01:14:48.1778118Z adding 'torch/include/ATen/ops/special_round.h' 2025-01-24T01:14:48.1781355Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1784201Z adding 'torch/include/ATen/ops/special_round_native.h' 2025-01-24T01:14:48.1787382Z adding 'torch/include/ATen/ops/special_round_ops.h' 2025-01-24T01:14:48.1790691Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2025-01-24T01:14:48.1794061Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1796991Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2025-01-24T01:14:48.1800067Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2025-01-24T01:14:48.1803045Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2025-01-24T01:14:48.1806186Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2025-01-24T01:14:48.1809183Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2025-01-24T01:14:48.1812310Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2025-01-24T01:14:48.1815890Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2025-01-24T01:14:48.1819236Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1822123Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2025-01-24T01:14:48.1825188Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2025-01-24T01:14:48.1828254Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2025-01-24T01:14:48.1831416Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2025-01-24T01:14:48.1834385Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2025-01-24T01:14:48.1846317Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2025-01-24T01:14:48.1846906Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2025-01-24T01:14:48.1847630Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.1848600Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1850348Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2025-01-24T01:14:48.1853290Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2025-01-24T01:14:48.1856312Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2025-01-24T01:14:48.1859459Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2025-01-24T01:14:48.1862608Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2025-01-24T01:14:48.1865942Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2025-01-24T01:14:48.1869319Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2025-01-24T01:14:48.1872847Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.1876150Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1879259Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2025-01-24T01:14:48.1882378Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2025-01-24T01:14:48.1885561Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2025-01-24T01:14:48.1888759Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2025-01-24T01:14:48.1891926Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2025-01-24T01:14:48.1895581Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2025-01-24T01:14:48.1898862Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2025-01-24T01:14:48.1902716Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.1905755Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1908974Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2025-01-24T01:14:48.1912142Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2025-01-24T01:14:48.1915295Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2025-01-24T01:14:48.1918551Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2025-01-24T01:14:48.1921669Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2025-01-24T01:14:48.1925248Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2025-01-24T01:14:48.1928614Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2025-01-24T01:14:48.1932189Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.1935517Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1938508Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2025-01-24T01:14:48.1941720Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2025-01-24T01:14:48.1945089Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2025-01-24T01:14:48.1948585Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2025-01-24T01:14:48.1951650Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2025-01-24T01:14:48.1955264Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2025-01-24T01:14:48.1958358Z adding 'torch/include/ATen/ops/special_sinc.h' 2025-01-24T01:14:48.1961722Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1964706Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2025-01-24T01:14:48.1967838Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2025-01-24T01:14:48.1971096Z adding 'torch/include/ATen/ops/special_softmax.h' 2025-01-24T01:14:48.1974395Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.1977413Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2025-01-24T01:14:48.1980547Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2025-01-24T01:14:48.1984014Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2025-01-24T01:14:48.1987251Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.1990375Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2025-01-24T01:14:48.1993568Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2025-01-24T01:14:48.1996606Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2025-01-24T01:14:48.1999900Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2025-01-24T01:14:48.2002907Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2025-01-24T01:14:48.2006206Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2025-01-24T01:14:48.2009427Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2025-01-24T01:14:48.2012941Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2016198Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.2019287Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2025-01-24T01:14:48.2022478Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2025-01-24T01:14:48.2025533Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2025-01-24T01:14:48.2028886Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2025-01-24T01:14:48.2031970Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2025-01-24T01:14:48.2035561Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2025-01-24T01:14:48.2038961Z adding 'torch/include/ATen/ops/special_xlogy.h' 2025-01-24T01:14:48.2042519Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2045465Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2025-01-24T01:14:48.2048966Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2025-01-24T01:14:48.2052476Z adding 'torch/include/ATen/ops/special_zeta.h' 2025-01-24T01:14:48.2055831Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2059191Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.2062168Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2025-01-24T01:14:48.2065404Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2025-01-24T01:14:48.2068621Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2025-01-24T01:14:48.2071778Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2025-01-24T01:14:48.2075020Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2025-01-24T01:14:48.2078419Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2025-01-24T01:14:48.2081857Z adding 'torch/include/ATen/ops/split.h' 2025-01-24T01:14:48.2085226Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2088477Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2091775Z adding 'torch/include/ATen/ops/split_copy.h' 2025-01-24T01:14:48.2095216Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2098595Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.2101474Z adding 'torch/include/ATen/ops/split_copy_native.h' 2025-01-24T01:14:48.2104809Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2025-01-24T01:14:48.2107976Z adding 'torch/include/ATen/ops/split_native.h' 2025-01-24T01:14:48.2111712Z adding 'torch/include/ATen/ops/split_ops.h' 2025-01-24T01:14:48.2115520Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2025-01-24T01:14:48.2119324Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2122607Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2025-01-24T01:14:48.2126304Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2129417Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.2132616Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2025-01-24T01:14:48.2135632Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2025-01-24T01:14:48.2139036Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2025-01-24T01:14:48.2142111Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2025-01-24T01:14:48.2145454Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2025-01-24T01:14:48.2148621Z adding 'torch/include/ATen/ops/sqrt.h' 2025-01-24T01:14:48.2152765Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.2155922Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2025-01-24T01:14:48.2159048Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2025-01-24T01:14:48.2161983Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2025-01-24T01:14:48.2165111Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2025-01-24T01:14:48.2168141Z adding 'torch/include/ATen/ops/sqrt_native.h' 2025-01-24T01:14:48.2171517Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2025-01-24T01:14:48.2174752Z adding 'torch/include/ATen/ops/square.h' 2025-01-24T01:14:48.2177941Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2180770Z adding 'torch/include/ATen/ops/square_native.h' 2025-01-24T01:14:48.2183923Z adding 'torch/include/ATen/ops/square_ops.h' 2025-01-24T01:14:48.2187008Z adding 'torch/include/ATen/ops/squeeze.h' 2025-01-24T01:14:48.2190417Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2193490Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2196677Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2025-01-24T01:14:48.2199974Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2203345Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.2206198Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2025-01-24T01:14:48.2209548Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2025-01-24T01:14:48.2212690Z adding 'torch/include/ATen/ops/squeeze_native.h' 2025-01-24T01:14:48.2216093Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2025-01-24T01:14:48.2219329Z adding 'torch/include/ATen/ops/sspaddmm.h' 2025-01-24T01:14:48.2222608Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2225638Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2025-01-24T01:14:48.2228767Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2025-01-24T01:14:48.2231757Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2025-01-24T01:14:48.2234970Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2025-01-24T01:14:48.2238059Z adding 'torch/include/ATen/ops/stack.h' 2025-01-24T01:14:48.2241286Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2244158Z adding 'torch/include/ATen/ops/stack_native.h' 2025-01-24T01:14:48.2247325Z adding 'torch/include/ATen/ops/stack_ops.h' 2025-01-24T01:14:48.2250729Z adding 'torch/include/ATen/ops/std.h' 2025-01-24T01:14:48.2254146Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2257225Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2025-01-24T01:14:48.2260468Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2025-01-24T01:14:48.2263935Z adding 'torch/include/ATen/ops/std_mean.h' 2025-01-24T01:14:48.2267440Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2270685Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2273692Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2025-01-24T01:14:48.2276938Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2025-01-24T01:14:48.2279867Z adding 'torch/include/ATen/ops/std_mean_native.h' 2025-01-24T01:14:48.2283364Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2025-01-24T01:14:48.2286602Z adding 'torch/include/ATen/ops/std_native.h' 2025-01-24T01:14:48.2290273Z adding 'torch/include/ATen/ops/std_ops.h' 2025-01-24T01:14:48.2293633Z adding 'torch/include/ATen/ops/stft.h' 2025-01-24T01:14:48.2296979Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2299947Z adding 'torch/include/ATen/ops/stft_native.h' 2025-01-24T01:14:48.2303241Z adding 'torch/include/ATen/ops/stft_ops.h' 2025-01-24T01:14:48.2306324Z adding 'torch/include/ATen/ops/stride.h' 2025-01-24T01:14:48.2309694Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2312578Z adding 'torch/include/ATen/ops/stride_native.h' 2025-01-24T01:14:48.2315703Z adding 'torch/include/ATen/ops/stride_ops.h' 2025-01-24T01:14:48.2318856Z adding 'torch/include/ATen/ops/sub.h' 2025-01-24T01:14:48.2322168Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2325323Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.2328230Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2025-01-24T01:14:48.2331314Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2025-01-24T01:14:48.2334710Z adding 'torch/include/ATen/ops/sub_meta.h' 2025-01-24T01:14:48.2337876Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2025-01-24T01:14:48.2340985Z adding 'torch/include/ATen/ops/sub_native.h' 2025-01-24T01:14:48.2344424Z adding 'torch/include/ATen/ops/sub_ops.h' 2025-01-24T01:14:48.2347725Z adding 'torch/include/ATen/ops/subtract.h' 2025-01-24T01:14:48.2351067Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2353980Z adding 'torch/include/ATen/ops/subtract_native.h' 2025-01-24T01:14:48.2357324Z adding 'torch/include/ATen/ops/subtract_ops.h' 2025-01-24T01:14:48.2360835Z adding 'torch/include/ATen/ops/sum.h' 2025-01-24T01:14:48.2364209Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2367593Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.2370697Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2373832Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2025-01-24T01:14:48.2377028Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2025-01-24T01:14:48.2380073Z adding 'torch/include/ATen/ops/sum_meta.h' 2025-01-24T01:14:48.2383343Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2025-01-24T01:14:48.2386607Z adding 'torch/include/ATen/ops/sum_native.h' 2025-01-24T01:14:48.2390397Z adding 'torch/include/ATen/ops/sum_ops.h' 2025-01-24T01:14:48.2393618Z adding 'torch/include/ATen/ops/sum_to_size.h' 2025-01-24T01:14:48.2397063Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2399948Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2025-01-24T01:14:48.2403182Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2025-01-24T01:14:48.2406415Z adding 'torch/include/ATen/ops/svd.h' 2025-01-24T01:14:48.2409821Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2412860Z adding 'torch/include/ATen/ops/svd_native.h' 2025-01-24T01:14:48.2416097Z adding 'torch/include/ATen/ops/svd_ops.h' 2025-01-24T01:14:48.2419341Z adding 'torch/include/ATen/ops/swapaxes.h' 2025-01-24T01:14:48.2422627Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2426346Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2025-01-24T01:14:48.2429855Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2025-01-24T01:14:48.2432959Z adding 'torch/include/ATen/ops/swapdims.h' 2025-01-24T01:14:48.2436557Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2439258Z adding 'torch/include/ATen/ops/swapdims_native.h' 2025-01-24T01:14:48.2442572Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2025-01-24T01:14:48.2445691Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2025-01-24T01:14:48.2449122Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2452083Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2025-01-24T01:14:48.2455527Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2458412Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2025-01-24T01:14:48.2461709Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2025-01-24T01:14:48.2464866Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2025-01-24T01:14:48.2468102Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2025-01-24T01:14:48.2471236Z adding 'torch/include/ATen/ops/sym_numel.h' 2025-01-24T01:14:48.2474456Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2478034Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2025-01-24T01:14:48.2481165Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2025-01-24T01:14:48.2484352Z adding 'torch/include/ATen/ops/sym_size.h' 2025-01-24T01:14:48.2487696Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2490613Z adding 'torch/include/ATen/ops/sym_size_native.h' 2025-01-24T01:14:48.2493855Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2025-01-24T01:14:48.2496888Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2025-01-24T01:14:48.2500271Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2503128Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2025-01-24T01:14:48.2506340Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2025-01-24T01:14:48.2509431Z adding 'torch/include/ATen/ops/sym_stride.h' 2025-01-24T01:14:48.2512790Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2515638Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2025-01-24T01:14:48.2518910Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2025-01-24T01:14:48.2521980Z adding 'torch/include/ATen/ops/t.h' 2025-01-24T01:14:48.2525270Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2528911Z adding 'torch/include/ATen/ops/t_copy.h' 2025-01-24T01:14:48.2532201Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2535447Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.2538242Z adding 'torch/include/ATen/ops/t_copy_native.h' 2025-01-24T01:14:48.2541524Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2025-01-24T01:14:48.2544531Z adding 'torch/include/ATen/ops/t_native.h' 2025-01-24T01:14:48.2547948Z adding 'torch/include/ATen/ops/t_ops.h' 2025-01-24T01:14:48.2551150Z adding 'torch/include/ATen/ops/take.h' 2025-01-24T01:14:48.2554390Z adding 'torch/include/ATen/ops/take_along_dim.h' 2025-01-24T01:14:48.2557776Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2560708Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2025-01-24T01:14:48.2564187Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2025-01-24T01:14:48.2567311Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2025-01-24T01:14:48.2570503Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2025-01-24T01:14:48.2573510Z adding 'torch/include/ATen/ops/take_native.h' 2025-01-24T01:14:48.2576856Z adding 'torch/include/ATen/ops/take_ops.h' 2025-01-24T01:14:48.2579949Z adding 'torch/include/ATen/ops/tan.h' 2025-01-24T01:14:48.2583548Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.2586413Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2025-01-24T01:14:48.2589625Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2025-01-24T01:14:48.2592749Z adding 'torch/include/ATen/ops/tan_meta.h' 2025-01-24T01:14:48.2595869Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2025-01-24T01:14:48.2599040Z adding 'torch/include/ATen/ops/tan_native.h' 2025-01-24T01:14:48.2602279Z adding 'torch/include/ATen/ops/tan_ops.h' 2025-01-24T01:14:48.2605506Z adding 'torch/include/ATen/ops/tanh.h' 2025-01-24T01:14:48.2608661Z adding 'torch/include/ATen/ops/tanh_backward.h' 2025-01-24T01:14:48.2612539Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.2616037Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2025-01-24T01:14:48.2619619Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2025-01-24T01:14:48.2623255Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2025-01-24T01:14:48.2626686Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2025-01-24T01:14:48.2629841Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2025-01-24T01:14:48.2633230Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2025-01-24T01:14:48.2636559Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.2639656Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2025-01-24T01:14:48.2642911Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2025-01-24T01:14:48.2645928Z adding 'torch/include/ATen/ops/tanh_meta.h' 2025-01-24T01:14:48.2649112Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2025-01-24T01:14:48.2652294Z adding 'torch/include/ATen/ops/tanh_native.h' 2025-01-24T01:14:48.2655527Z adding 'torch/include/ATen/ops/tanh_ops.h' 2025-01-24T01:14:48.2658728Z adding 'torch/include/ATen/ops/tensor.h' 2025-01-24T01:14:48.2662399Z adding 'torch/include/ATen/ops/tensor_split.h' 2025-01-24T01:14:48.2665817Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2669154Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2025-01-24T01:14:48.2672485Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2025-01-24T01:14:48.2675936Z adding 'torch/include/ATen/ops/tensordot.h' 2025-01-24T01:14:48.2679329Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2682449Z adding 'torch/include/ATen/ops/tensordot_native.h' 2025-01-24T01:14:48.2685709Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2025-01-24T01:14:48.2689662Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2025-01-24T01:14:48.2693644Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2697191Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2025-01-24T01:14:48.2701002Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2025-01-24T01:14:48.2704809Z adding 'torch/include/ATen/ops/threshold.h' 2025-01-24T01:14:48.2708637Z adding 'torch/include/ATen/ops/threshold_backward.h' 2025-01-24T01:14:48.2712691Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.2716119Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2025-01-24T01:14:48.2719804Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2025-01-24T01:14:48.2723063Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2025-01-24T01:14:48.2726235Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2025-01-24T01:14:48.2729553Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2025-01-24T01:14:48.2732858Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2025-01-24T01:14:48.2736357Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.2739399Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2025-01-24T01:14:48.2742722Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2025-01-24T01:14:48.2745804Z adding 'torch/include/ATen/ops/threshold_meta.h' 2025-01-24T01:14:48.2749077Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2025-01-24T01:14:48.2752116Z adding 'torch/include/ATen/ops/threshold_native.h' 2025-01-24T01:14:48.2755359Z adding 'torch/include/ATen/ops/threshold_ops.h' 2025-01-24T01:14:48.2759066Z adding 'torch/include/ATen/ops/tile.h' 2025-01-24T01:14:48.2762393Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2765259Z adding 'torch/include/ATen/ops/tile_native.h' 2025-01-24T01:14:48.2768503Z adding 'torch/include/ATen/ops/tile_ops.h' 2025-01-24T01:14:48.2771497Z adding 'torch/include/ATen/ops/to.h' 2025-01-24T01:14:48.2774961Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2777842Z adding 'torch/include/ATen/ops/to_dense.h' 2025-01-24T01:14:48.2780857Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2025-01-24T01:14:48.2784121Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2786955Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2025-01-24T01:14:48.2790221Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2025-01-24T01:14:48.2793445Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2796331Z adding 'torch/include/ATen/ops/to_dense_native.h' 2025-01-24T01:14:48.2799433Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2025-01-24T01:14:48.2802491Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2025-01-24T01:14:48.2805744Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2025-01-24T01:14:48.2808972Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2811824Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2025-01-24T01:14:48.2815474Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2025-01-24T01:14:48.2818717Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2821702Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2025-01-24T01:14:48.2824691Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2025-01-24T01:14:48.2827983Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2025-01-24T01:14:48.2831110Z adding 'torch/include/ATen/ops/to_native.h' 2025-01-24T01:14:48.2834539Z adding 'torch/include/ATen/ops/to_ops.h' 2025-01-24T01:14:48.2838021Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2025-01-24T01:14:48.2841431Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2844397Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2025-01-24T01:14:48.2847622Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2025-01-24T01:14:48.2850570Z adding 'torch/include/ATen/ops/to_sparse.h' 2025-01-24T01:14:48.2853477Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2025-01-24T01:14:48.2856678Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2859639Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2025-01-24T01:14:48.2862929Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2025-01-24T01:14:48.2865952Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2025-01-24T01:14:48.2869298Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2872198Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2025-01-24T01:14:48.2875306Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2025-01-24T01:14:48.2878563Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2881434Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2025-01-24T01:14:48.2884622Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2887572Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2025-01-24T01:14:48.2890693Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2025-01-24T01:14:48.2893529Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2025-01-24T01:14:48.2896757Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2899639Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2025-01-24T01:14:48.2902706Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2025-01-24T01:14:48.2905749Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2025-01-24T01:14:48.2909122Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2025-01-24T01:14:48.2912532Z adding 'torch/include/ATen/ops/topk.h' 2025-01-24T01:14:48.2915979Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.2919079Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2025-01-24T01:14:48.2922301Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2025-01-24T01:14:48.2925298Z adding 'torch/include/ATen/ops/topk_meta.h' 2025-01-24T01:14:48.2928465Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2025-01-24T01:14:48.2931521Z adding 'torch/include/ATen/ops/topk_native.h' 2025-01-24T01:14:48.2934790Z adding 'torch/include/ATen/ops/topk_ops.h' 2025-01-24T01:14:48.2937909Z adding 'torch/include/ATen/ops/trace.h' 2025-01-24T01:14:48.2941039Z adding 'torch/include/ATen/ops/trace_backward.h' 2025-01-24T01:14:48.2944302Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2947156Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2025-01-24T01:14:48.2950362Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2025-01-24T01:14:48.2953541Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2956564Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2025-01-24T01:14:48.2959615Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2025-01-24T01:14:48.2962911Z adding 'torch/include/ATen/ops/trace_native.h' 2025-01-24T01:14:48.2966133Z adding 'torch/include/ATen/ops/trace_ops.h' 2025-01-24T01:14:48.2969669Z adding 'torch/include/ATen/ops/transpose.h' 2025-01-24T01:14:48.2973401Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2977016Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.2980504Z adding 'torch/include/ATen/ops/transpose_copy.h' 2025-01-24T01:14:48.2984348Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.2988163Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.2991473Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2025-01-24T01:14:48.2995217Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2025-01-24T01:14:48.2998798Z adding 'torch/include/ATen/ops/transpose_native.h' 2025-01-24T01:14:48.3002433Z adding 'torch/include/ATen/ops/transpose_ops.h' 2025-01-24T01:14:48.3005602Z adding 'torch/include/ATen/ops/trapezoid.h' 2025-01-24T01:14:48.3009050Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3011935Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2025-01-24T01:14:48.3015343Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2025-01-24T01:14:48.3018572Z adding 'torch/include/ATen/ops/trapz.h' 2025-01-24T01:14:48.3021966Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3025109Z adding 'torch/include/ATen/ops/trapz_native.h' 2025-01-24T01:14:48.3028396Z adding 'torch/include/ATen/ops/trapz_ops.h' 2025-01-24T01:14:48.3031617Z adding 'torch/include/ATen/ops/triangular_solve.h' 2025-01-24T01:14:48.3035042Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3038246Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2025-01-24T01:14:48.3041372Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2025-01-24T01:14:48.3044480Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2025-01-24T01:14:48.3047515Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2025-01-24T01:14:48.3050568Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2025-01-24T01:14:48.3054029Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2025-01-24T01:14:48.3057102Z adding 'torch/include/ATen/ops/tril.h' 2025-01-24T01:14:48.3060415Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3063323Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2025-01-24T01:14:48.3066475Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2025-01-24T01:14:48.3069809Z adding 'torch/include/ATen/ops/tril_indices.h' 2025-01-24T01:14:48.3073131Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3076101Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2025-01-24T01:14:48.3079331Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2025-01-24T01:14:48.3082366Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2025-01-24T01:14:48.3085617Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2025-01-24T01:14:48.3088682Z adding 'torch/include/ATen/ops/tril_meta.h' 2025-01-24T01:14:48.3091846Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2025-01-24T01:14:48.3094886Z adding 'torch/include/ATen/ops/tril_native.h' 2025-01-24T01:14:48.3098116Z adding 'torch/include/ATen/ops/tril_ops.h' 2025-01-24T01:14:48.3101293Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2025-01-24T01:14:48.3104558Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3107472Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2025-01-24T01:14:48.3110690Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2025-01-24T01:14:48.3113789Z adding 'torch/include/ATen/ops/triu.h' 2025-01-24T01:14:48.3117091Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3120055Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2025-01-24T01:14:48.3123223Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2025-01-24T01:14:48.3126420Z adding 'torch/include/ATen/ops/triu_indices.h' 2025-01-24T01:14:48.3129700Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3132718Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2025-01-24T01:14:48.3135804Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2025-01-24T01:14:48.3139186Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2025-01-24T01:14:48.3142479Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2025-01-24T01:14:48.3145492Z adding 'torch/include/ATen/ops/triu_meta.h' 2025-01-24T01:14:48.3148748Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2025-01-24T01:14:48.3151774Z adding 'torch/include/ATen/ops/triu_native.h' 2025-01-24T01:14:48.3155009Z adding 'torch/include/ATen/ops/triu_ops.h' 2025-01-24T01:14:48.3158152Z adding 'torch/include/ATen/ops/true_divide.h' 2025-01-24T01:14:48.3161404Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3164303Z adding 'torch/include/ATen/ops/true_divide_native.h' 2025-01-24T01:14:48.3169024Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2025-01-24T01:14:48.3172282Z adding 'torch/include/ATen/ops/trunc.h' 2025-01-24T01:14:48.3175656Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3178590Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2025-01-24T01:14:48.3181684Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2025-01-24T01:14:48.3184642Z adding 'torch/include/ATen/ops/trunc_meta.h' 2025-01-24T01:14:48.3187873Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2025-01-24T01:14:48.3190970Z adding 'torch/include/ATen/ops/trunc_native.h' 2025-01-24T01:14:48.3194300Z adding 'torch/include/ATen/ops/trunc_ops.h' 2025-01-24T01:14:48.3197167Z adding 'torch/include/ATen/ops/type_as.h' 2025-01-24T01:14:48.3200374Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3203202Z adding 'torch/include/ATen/ops/type_as_native.h' 2025-01-24T01:14:48.3206298Z adding 'torch/include/ATen/ops/type_as_ops.h' 2025-01-24T01:14:48.3209350Z adding 'torch/include/ATen/ops/unbind.h' 2025-01-24T01:14:48.3212549Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3215599Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3218560Z adding 'torch/include/ATen/ops/unbind_copy.h' 2025-01-24T01:14:48.3221960Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3225026Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3227930Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2025-01-24T01:14:48.3231102Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2025-01-24T01:14:48.3234117Z adding 'torch/include/ATen/ops/unbind_native.h' 2025-01-24T01:14:48.3237892Z adding 'torch/include/ATen/ops/unbind_ops.h' 2025-01-24T01:14:48.3241187Z adding 'torch/include/ATen/ops/unflatten.h' 2025-01-24T01:14:48.3245014Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3248590Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2025-01-24T01:14:48.3252459Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3255903Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2025-01-24T01:14:48.3259648Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2025-01-24T01:14:48.3263106Z adding 'torch/include/ATen/ops/unflatten_native.h' 2025-01-24T01:14:48.3266349Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2025-01-24T01:14:48.3269500Z adding 'torch/include/ATen/ops/unfold.h' 2025-01-24T01:14:48.3272987Z adding 'torch/include/ATen/ops/unfold_backward.h' 2025-01-24T01:14:48.3276441Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3279619Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2025-01-24T01:14:48.3282772Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2025-01-24T01:14:48.3285916Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2025-01-24T01:14:48.3289181Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2025-01-24T01:14:48.3292449Z adding 'torch/include/ATen/ops/unfold_copy.h' 2025-01-24T01:14:48.3295818Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3299106Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3302030Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2025-01-24T01:14:48.3305251Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2025-01-24T01:14:48.3308588Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2025-01-24T01:14:48.3311693Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2025-01-24T01:14:48.3314939Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2025-01-24T01:14:48.3317965Z adding 'torch/include/ATen/ops/unfold_native.h' 2025-01-24T01:14:48.3321170Z adding 'torch/include/ATen/ops/unfold_ops.h' 2025-01-24T01:14:48.3324440Z adding 'torch/include/ATen/ops/uniform.h' 2025-01-24T01:14:48.3327778Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3330981Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2025-01-24T01:14:48.3334094Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2025-01-24T01:14:48.3337336Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2025-01-24T01:14:48.3340417Z adding 'torch/include/ATen/ops/uniform_native.h' 2025-01-24T01:14:48.3343903Z adding 'torch/include/ATen/ops/uniform_ops.h' 2025-01-24T01:14:48.3347374Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2025-01-24T01:14:48.3350777Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3353911Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2025-01-24T01:14:48.3357047Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2025-01-24T01:14:48.3360316Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2025-01-24T01:14:48.3363717Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2025-01-24T01:14:48.3366948Z adding 'torch/include/ATen/ops/unique_dim.h' 2025-01-24T01:14:48.3370410Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3373558Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2025-01-24T01:14:48.3377075Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3380138Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2025-01-24T01:14:48.3383361Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2025-01-24T01:14:48.3386535Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2025-01-24T01:14:48.3390020Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2025-01-24T01:14:48.3393269Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2025-01-24T01:14:48.3396388Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2025-01-24T01:14:48.3399608Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2025-01-24T01:14:48.3402951Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2025-01-24T01:14:48.3406155Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2025-01-24T01:14:48.3409390Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3412262Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2025-01-24T01:14:48.3415533Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2025-01-24T01:14:48.3418803Z adding 'torch/include/ATen/ops/unsafe_split.h' 2025-01-24T01:14:48.3422216Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3425140Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2025-01-24T01:14:48.3428490Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2025-01-24T01:14:48.3432190Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2025-01-24T01:14:48.3435635Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3438576Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2025-01-24T01:14:48.3441789Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2025-01-24T01:14:48.3444826Z adding 'torch/include/ATen/ops/unsqueeze.h' 2025-01-24T01:14:48.3448087Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3450998Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2025-01-24T01:14:48.3454258Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3457388Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3460161Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2025-01-24T01:14:48.3463492Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2025-01-24T01:14:48.3466475Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2025-01-24T01:14:48.3469771Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2025-01-24T01:14:48.3473417Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2025-01-24T01:14:48.3477217Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2025-01-24T01:14:48.3480850Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3483922Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2025-01-24T01:14:48.3487277Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2025-01-24T01:14:48.3490270Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2025-01-24T01:14:48.3493546Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2025-01-24T01:14:48.3496644Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2025-01-24T01:14:48.3499923Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2025-01-24T01:14:48.3503390Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3506461Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3509619Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2025-01-24T01:14:48.3512915Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2025-01-24T01:14:48.3515994Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2025-01-24T01:14:48.3519374Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2025-01-24T01:14:48.3522442Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2025-01-24T01:14:48.3525753Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2025-01-24T01:14:48.3529608Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2025-01-24T01:14:48.3533459Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2025-01-24T01:14:48.3537100Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3540154Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2025-01-24T01:14:48.3543394Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2025-01-24T01:14:48.3546463Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2025-01-24T01:14:48.3549826Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2025-01-24T01:14:48.3553349Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2025-01-24T01:14:48.3556671Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2025-01-24T01:14:48.3560031Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3563293Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3566331Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3569398Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2025-01-24T01:14:48.3572606Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2025-01-24T01:14:48.3575681Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2025-01-24T01:14:48.3578927Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2025-01-24T01:14:48.3582076Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2025-01-24T01:14:48.3585485Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2025-01-24T01:14:48.3589198Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2025-01-24T01:14:48.3592929Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2025-01-24T01:14:48.3596551Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3599582Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2025-01-24T01:14:48.3602787Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2025-01-24T01:14:48.3605816Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2025-01-24T01:14:48.3608991Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2025-01-24T01:14:48.3612052Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2025-01-24T01:14:48.3615305Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2025-01-24T01:14:48.3618977Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3622243Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3625333Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2025-01-24T01:14:48.3629257Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2025-01-24T01:14:48.3632836Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2025-01-24T01:14:48.3636603Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2025-01-24T01:14:48.3640301Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2025-01-24T01:14:48.3644315Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2025-01-24T01:14:48.3648567Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2025-01-24T01:14:48.3652948Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2025-01-24T01:14:48.3657128Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3660564Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2025-01-24T01:14:48.3663814Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2025-01-24T01:14:48.3667131Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2025-01-24T01:14:48.3670709Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2025-01-24T01:14:48.3673826Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2025-01-24T01:14:48.3677269Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2025-01-24T01:14:48.3680666Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3683913Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3687034Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2025-01-24T01:14:48.3690227Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2025-01-24T01:14:48.3693382Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2025-01-24T01:14:48.3696701Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2025-01-24T01:14:48.3699784Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2025-01-24T01:14:48.3703083Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2025-01-24T01:14:48.3706921Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2025-01-24T01:14:48.3711090Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2025-01-24T01:14:48.3714716Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3717800Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2025-01-24T01:14:48.3721022Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2025-01-24T01:14:48.3724065Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2025-01-24T01:14:48.3727322Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2025-01-24T01:14:48.3730445Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2025-01-24T01:14:48.3733689Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2025-01-24T01:14:48.3737034Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3740286Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3743553Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3746652Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2025-01-24T01:14:48.3750051Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2025-01-24T01:14:48.3760774Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2025-01-24T01:14:48.3764070Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2025-01-24T01:14:48.3767075Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2025-01-24T01:14:48.3770562Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2025-01-24T01:14:48.3774303Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2025-01-24T01:14:48.3778249Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2025-01-24T01:14:48.3781969Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3785123Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2025-01-24T01:14:48.3788537Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2025-01-24T01:14:48.3791679Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2025-01-24T01:14:48.3795000Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2025-01-24T01:14:48.3798151Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2025-01-24T01:14:48.3801499Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2025-01-24T01:14:48.3804929Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3808454Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3811599Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2025-01-24T01:14:48.3814830Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2025-01-24T01:14:48.3817920Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2025-01-24T01:14:48.3821181Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2025-01-24T01:14:48.3824377Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2025-01-24T01:14:48.3827772Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2025-01-24T01:14:48.3831531Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2025-01-24T01:14:48.3835423Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2025-01-24T01:14:48.3839085Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3842232Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2025-01-24T01:14:48.3845569Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2025-01-24T01:14:48.3848614Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2025-01-24T01:14:48.3851917Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2025-01-24T01:14:48.3855044Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2025-01-24T01:14:48.3858413Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2025-01-24T01:14:48.3861843Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3865012Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3868328Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2025-01-24T01:14:48.3871640Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2025-01-24T01:14:48.3874875Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2025-01-24T01:14:48.3878203Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2025-01-24T01:14:48.3881389Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2025-01-24T01:14:48.3884828Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2025-01-24T01:14:48.3888210Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2025-01-24T01:14:48.3891619Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3894551Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2025-01-24T01:14:48.3897890Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2025-01-24T01:14:48.3900714Z adding 'torch/include/ATen/ops/values.h' 2025-01-24T01:14:48.3904036Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3907074Z adding 'torch/include/ATen/ops/values_copy.h' 2025-01-24T01:14:48.3910947Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3914300Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.3917199Z adding 'torch/include/ATen/ops/values_copy_native.h' 2025-01-24T01:14:48.3920363Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2025-01-24T01:14:48.3923484Z adding 'torch/include/ATen/ops/values_native.h' 2025-01-24T01:14:48.3926607Z adding 'torch/include/ATen/ops/values_ops.h' 2025-01-24T01:14:48.3929705Z adding 'torch/include/ATen/ops/vander.h' 2025-01-24T01:14:48.3933973Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3937013Z adding 'torch/include/ATen/ops/vander_native.h' 2025-01-24T01:14:48.3940233Z adding 'torch/include/ATen/ops/vander_ops.h' 2025-01-24T01:14:48.3943724Z adding 'torch/include/ATen/ops/var.h' 2025-01-24T01:14:48.3947227Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3950509Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2025-01-24T01:14:48.3953687Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2025-01-24T01:14:48.3956981Z adding 'torch/include/ATen/ops/var_mean.h' 2025-01-24T01:14:48.3960465Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3963726Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.3966858Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2025-01-24T01:14:48.3969995Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2025-01-24T01:14:48.3973115Z adding 'torch/include/ATen/ops/var_mean_native.h' 2025-01-24T01:14:48.3976662Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2025-01-24T01:14:48.3979947Z adding 'torch/include/ATen/ops/var_native.h' 2025-01-24T01:14:48.3983659Z adding 'torch/include/ATen/ops/var_ops.h' 2025-01-24T01:14:48.3987026Z adding 'torch/include/ATen/ops/vdot.h' 2025-01-24T01:14:48.3990409Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.3993475Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2025-01-24T01:14:48.3996533Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2025-01-24T01:14:48.3999530Z adding 'torch/include/ATen/ops/vdot_native.h' 2025-01-24T01:14:48.4002701Z adding 'torch/include/ATen/ops/vdot_ops.h' 2025-01-24T01:14:48.4005809Z adding 'torch/include/ATen/ops/view.h' 2025-01-24T01:14:48.4008849Z adding 'torch/include/ATen/ops/view_as.h' 2025-01-24T01:14:48.4011937Z adding 'torch/include/ATen/ops/view_as_complex.h' 2025-01-24T01:14:48.4015139Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2025-01-24T01:14:48.4018480Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.4021672Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.4024535Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2025-01-24T01:14:48.4027843Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2025-01-24T01:14:48.4031015Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2025-01-24T01:14:48.4034323Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2025-01-24T01:14:48.4037386Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2025-01-24T01:14:48.4040520Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2025-01-24T01:14:48.4043645Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2025-01-24T01:14:48.4047020Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.4050082Z adding 'torch/include/ATen/ops/view_as_native.h' 2025-01-24T01:14:48.4053300Z adding 'torch/include/ATen/ops/view_as_ops.h' 2025-01-24T01:14:48.4056403Z adding 'torch/include/ATen/ops/view_as_real.h' 2025-01-24T01:14:48.4059606Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2025-01-24T01:14:48.4063058Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.4066362Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.4069480Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2025-01-24T01:14:48.4072708Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2025-01-24T01:14:48.4076002Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2025-01-24T01:14:48.4079174Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2025-01-24T01:14:48.4082396Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2025-01-24T01:14:48.4085501Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2025-01-24T01:14:48.4088698Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2025-01-24T01:14:48.4092080Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.4095383Z adding 'torch/include/ATen/ops/view_copy.h' 2025-01-24T01:14:48.4099085Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.4102465Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.4105379Z adding 'torch/include/ATen/ops/view_copy_native.h' 2025-01-24T01:14:48.4108922Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2025-01-24T01:14:48.4112115Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2025-01-24T01:14:48.4115378Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2025-01-24T01:14:48.4118487Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2025-01-24T01:14:48.4121747Z adding 'torch/include/ATen/ops/view_native.h' 2025-01-24T01:14:48.4125085Z adding 'torch/include/ATen/ops/view_ops.h' 2025-01-24T01:14:48.4128751Z adding 'torch/include/ATen/ops/vsplit.h' 2025-01-24T01:14:48.4132783Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.4135967Z adding 'torch/include/ATen/ops/vsplit_native.h' 2025-01-24T01:14:48.4139753Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2025-01-24T01:14:48.4143478Z adding 'torch/include/ATen/ops/vstack.h' 2025-01-24T01:14:48.4147656Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.4151058Z adding 'torch/include/ATen/ops/vstack_native.h' 2025-01-24T01:14:48.4154300Z adding 'torch/include/ATen/ops/vstack_ops.h' 2025-01-24T01:14:48.4157783Z adding 'torch/include/ATen/ops/where.h' 2025-01-24T01:14:48.4161233Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.4164420Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2025-01-24T01:14:48.4167737Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2025-01-24T01:14:48.4170926Z adding 'torch/include/ATen/ops/where_native.h' 2025-01-24T01:14:48.4174621Z adding 'torch/include/ATen/ops/where_ops.h' 2025-01-24T01:14:48.4178055Z adding 'torch/include/ATen/ops/xlogy.h' 2025-01-24T01:14:48.4181417Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.4184787Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:14:48.4187845Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2025-01-24T01:14:48.4190973Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2025-01-24T01:14:48.4194025Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2025-01-24T01:14:48.4197162Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2025-01-24T01:14:48.4200342Z adding 'torch/include/ATen/ops/xlogy_native.h' 2025-01-24T01:14:48.4203991Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2025-01-24T01:14:48.4207296Z adding 'torch/include/ATen/ops/xor.h' 2025-01-24T01:14:48.4210450Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:14:48.4213352Z adding 'torch/include/ATen/ops/xor_native.h' 2025-01-24T01:14:48.4216660Z adding 'torch/include/ATen/ops/xor_ops.h' 2025-01-24T01:14:48.4219794Z adding 'torch/include/ATen/ops/zero.h' 2025-01-24T01:14:48.4223118Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.4226142Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2025-01-24T01:14:48.4229373Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2025-01-24T01:14:48.4232593Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2025-01-24T01:14:48.4235664Z adding 'torch/include/ATen/ops/zero_native.h' 2025-01-24T01:14:48.4238877Z adding 'torch/include/ATen/ops/zero_ops.h' 2025-01-24T01:14:48.4242503Z adding 'torch/include/ATen/ops/zeros.h' 2025-01-24T01:14:48.4246107Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.4249307Z adding 'torch/include/ATen/ops/zeros_like.h' 2025-01-24T01:14:48.4252716Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:14:48.4255940Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-01-24T01:14:48.4258813Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2025-01-24T01:14:48.4262152Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2025-01-24T01:14:48.4265257Z adding 'torch/include/ATen/ops/zeros_native.h' 2025-01-24T01:14:48.4268829Z adding 'torch/include/ATen/ops/zeros_ops.h' 2025-01-24T01:14:48.4275574Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2025-01-24T01:14:48.4280608Z adding 'torch/include/ATen/quantized/Quantizer.h' 2025-01-24T01:14:48.4285037Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2025-01-24T01:14:48.4288007Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2025-01-24T01:14:48.4290917Z adding 'torch/include/ATen/xpu/XPUContext.h' 2025-01-24T01:14:48.4293815Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2025-01-24T01:14:48.4297978Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2025-01-24T01:14:48.4301346Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2025-01-24T01:14:48.4305262Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2025-01-24T01:14:48.4309130Z adding 'torch/include/THC/THCAtomics.cuh' 2025-01-24T01:14:48.4312388Z adding 'torch/include/THC/THCDeviceUtils.cuh' 2025-01-24T01:14:48.4322319Z adding 'torch/include/c10/core/Allocator.h' 2025-01-24T01:14:48.4325958Z adding 'torch/include/c10/core/AutogradState.h' 2025-01-24T01:14:48.4330667Z adding 'torch/include/c10/core/Backend.h' 2025-01-24T01:14:48.4334324Z adding 'torch/include/c10/core/CPUAllocator.h' 2025-01-24T01:14:48.4338254Z adding 'torch/include/c10/core/CachingDeviceAllocator.h' 2025-01-24T01:14:48.4341752Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2025-01-24T01:14:48.4345284Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2025-01-24T01:14:48.4349032Z adding 'torch/include/c10/core/Contiguity.h' 2025-01-24T01:14:48.4352404Z adding 'torch/include/c10/core/CopyBytes.h' 2025-01-24T01:14:48.4355438Z adding 'torch/include/c10/core/DefaultDtype.h' 2025-01-24T01:14:48.4358608Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2025-01-24T01:14:48.4363114Z adding 'torch/include/c10/core/Device.h' 2025-01-24T01:14:48.4366448Z adding 'torch/include/c10/core/DeviceArray.h' 2025-01-24T01:14:48.4371162Z adding 'torch/include/c10/core/DeviceGuard.h' 2025-01-24T01:14:48.4375400Z adding 'torch/include/c10/core/DeviceType.h' 2025-01-24T01:14:48.4388795Z adding 'torch/include/c10/core/DispatchKey.h' 2025-01-24T01:14:48.4405440Z adding 'torch/include/c10/core/DispatchKeySet.h' 2025-01-24T01:14:48.4410527Z adding 'torch/include/c10/core/DynamicCast.h' 2025-01-24T01:14:48.4414763Z adding 'torch/include/c10/core/Event.h' 2025-01-24T01:14:48.4418906Z adding 'torch/include/c10/core/GeneratorImpl.h' 2025-01-24T01:14:48.4422349Z adding 'torch/include/c10/core/GradMode.h' 2025-01-24T01:14:48.4426080Z adding 'torch/include/c10/core/InferenceMode.h' 2025-01-24T01:14:48.4429681Z adding 'torch/include/c10/core/Layout.h' 2025-01-24T01:14:48.4435397Z adding 'torch/include/c10/core/MemoryFormat.h' 2025-01-24T01:14:48.4438434Z adding 'torch/include/c10/core/OptionalRef.h' 2025-01-24T01:14:48.4442379Z adding 'torch/include/c10/core/PyHandleCache.h' 2025-01-24T01:14:48.4445812Z adding 'torch/include/c10/core/QEngine.h' 2025-01-24T01:14:48.4449141Z adding 'torch/include/c10/core/QScheme.h' 2025-01-24T01:14:48.4452801Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2025-01-24T01:14:48.4456632Z adding 'torch/include/c10/core/SafePyObject.h' 2025-01-24T01:14:48.4463021Z adding 'torch/include/c10/core/Scalar.h' 2025-01-24T01:14:48.4472326Z adding 'torch/include/c10/core/ScalarType.h' 2025-01-24T01:14:48.4476472Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2025-01-24T01:14:48.4480958Z adding 'torch/include/c10/core/Storage.h' 2025-01-24T01:14:48.4486903Z adding 'torch/include/c10/core/StorageImpl.h' 2025-01-24T01:14:48.4492151Z adding 'torch/include/c10/core/Stream.h' 2025-01-24T01:14:48.4496756Z adding 'torch/include/c10/core/StreamGuard.h' 2025-01-24T01:14:48.4500508Z adding 'torch/include/c10/core/SymBool.h' 2025-01-24T01:14:48.4504478Z adding 'torch/include/c10/core/SymFloat.h' 2025-01-24T01:14:48.4511208Z adding 'torch/include/c10/core/SymInt.h' 2025-01-24T01:14:48.4515343Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2025-01-24T01:14:48.4519319Z adding 'torch/include/c10/core/SymNodeImpl.h' 2025-01-24T01:14:48.4523959Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2025-01-24T01:14:48.4566876Z adding 'torch/include/c10/core/TensorImpl.h' 2025-01-24T01:14:48.4579599Z adding 'torch/include/c10/core/TensorOptions.h' 2025-01-24T01:14:48.4583743Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2025-01-24T01:14:48.4587003Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2025-01-24T01:14:48.4590436Z adding 'torch/include/c10/core/alignment.h' 2025-01-24T01:14:48.4594320Z adding 'torch/include/c10/core/thread_pool.h' 2025-01-24T01:14:48.4598701Z adding 'torch/include/c10/core/impl/COW.h' 2025-01-24T01:14:48.4602690Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2025-01-24T01:14:48.4609413Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2025-01-24T01:14:48.4613921Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2025-01-24T01:14:48.4617395Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2025-01-24T01:14:48.4621110Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2025-01-24T01:14:48.4628618Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2025-01-24T01:14:48.4633286Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2025-01-24T01:14:48.4639590Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2025-01-24T01:14:48.4644629Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2025-01-24T01:14:48.4650858Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2025-01-24T01:14:48.4656530Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2025-01-24T01:14:48.4660100Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2025-01-24T01:14:48.4664627Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2025-01-24T01:14:48.4668716Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2025-01-24T01:14:48.4672358Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2025-01-24T01:14:48.4675491Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2025-01-24T01:14:48.4679985Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2025-01-24T01:14:48.4683902Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2025-01-24T01:14:48.4691329Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2025-01-24T01:14:48.4696002Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2025-01-24T01:14:48.4700761Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2025-01-24T01:14:48.4704844Z adding 'torch/include/c10/cuda/CUDAException.h' 2025-01-24T01:14:48.4709094Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2025-01-24T01:14:48.4712630Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2025-01-24T01:14:48.4717750Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2025-01-24T01:14:48.4721394Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2025-01-24T01:14:48.4725129Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2025-01-24T01:14:48.4728240Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2025-01-24T01:14:48.4733939Z adding 'torch/include/c10/cuda/CUDAStream.h' 2025-01-24T01:14:48.4737756Z adding 'torch/include/c10/cuda/driver_api.h' 2025-01-24T01:14:48.4743463Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2025-01-24T01:14:48.4746667Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2025-01-24T01:14:48.4749746Z adding 'torch/include/c10/cuda/impl/cuda_cmake_macros.h' 2025-01-24T01:14:48.4754816Z adding 'torch/include/c10/macros/Export.h' 2025-01-24T01:14:48.4762174Z adding 'torch/include/c10/macros/Macros.h' 2025-01-24T01:14:48.4765699Z adding 'torch/include/c10/macros/cmake_macros.h' 2025-01-24T01:14:48.4772100Z adding 'torch/include/c10/metal/special_math.h' 2025-01-24T01:14:48.4775646Z adding 'torch/include/c10/metal/utils.h' 2025-01-24T01:14:48.4781846Z adding 'torch/include/c10/util/AbortHandler.h' 2025-01-24T01:14:48.4786026Z adding 'torch/include/c10/util/AlignOf.h' 2025-01-24T01:14:48.4790510Z adding 'torch/include/c10/util/ApproximateClock.h' 2025-01-24T01:14:48.4793689Z adding 'torch/include/c10/util/Array.h' 2025-01-24T01:14:48.4799003Z adding 'torch/include/c10/util/ArrayRef.h' 2025-01-24T01:14:48.4803704Z adding 'torch/include/c10/util/BFloat16-inl.h' 2025-01-24T01:14:48.4808452Z adding 'torch/include/c10/util/BFloat16-math.h' 2025-01-24T01:14:48.4812384Z adding 'torch/include/c10/util/BFloat16.h' 2025-01-24T01:14:48.4815599Z adding 'torch/include/c10/util/Backtrace.h' 2025-01-24T01:14:48.4819365Z adding 'torch/include/c10/util/Bitset.h' 2025-01-24T01:14:48.4823014Z adding 'torch/include/c10/util/C++17.h' 2025-01-24T01:14:48.4826579Z adding 'torch/include/c10/util/CallOnce.h' 2025-01-24T01:14:48.4831818Z adding 'torch/include/c10/util/ConstexprCrc.h' 2025-01-24T01:14:48.4835514Z adding 'torch/include/c10/util/DeadlockDetection.h' 2025-01-24T01:14:48.4839210Z adding 'torch/include/c10/util/Deprecated.h' 2025-01-24T01:14:48.4842314Z adding 'torch/include/c10/util/DimVector.h' 2025-01-24T01:14:48.4845516Z adding 'torch/include/c10/util/DynamicCounter.h' 2025-01-24T01:14:48.4856124Z adding 'torch/include/c10/util/Exception.h' 2025-01-24T01:14:48.4860895Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2025-01-24T01:14:48.4864557Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2025-01-24T01:14:48.4867626Z adding 'torch/include/c10/util/FbcodeMaps.h' 2025-01-24T01:14:48.4872956Z adding 'torch/include/c10/util/Flags.h' 2025-01-24T01:14:48.4877366Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2025-01-24T01:14:48.4882721Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2025-01-24T01:14:48.4887239Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2025-01-24T01:14:48.4891416Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2025-01-24T01:14:48.4895803Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2025-01-24T01:14:48.4901090Z adding 'torch/include/c10/util/Float8_e5m2.h' 2025-01-24T01:14:48.4905653Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2025-01-24T01:14:48.4910110Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2025-01-24T01:14:48.4913643Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2025-01-24T01:14:48.4917339Z adding 'torch/include/c10/util/FunctionRef.h' 2025-01-24T01:14:48.4920815Z adding 'torch/include/c10/util/Gauge.h' 2025-01-24T01:14:48.4925311Z adding 'torch/include/c10/util/Half-inl.h' 2025-01-24T01:14:48.4932722Z adding 'torch/include/c10/util/Half.h' 2025-01-24T01:14:48.4936836Z adding 'torch/include/c10/util/IdWrapper.h' 2025-01-24T01:14:48.4940578Z adding 'torch/include/c10/util/Lazy.h' 2025-01-24T01:14:48.4945567Z adding 'torch/include/c10/util/LeftRight.h' 2025-01-24T01:14:48.4949076Z adding 'torch/include/c10/util/Load.h' 2025-01-24T01:14:48.4955170Z adding 'torch/include/c10/util/Logging.h' 2025-01-24T01:14:48.4959606Z adding 'torch/include/c10/util/MathConstants.h' 2025-01-24T01:14:48.4964179Z adding 'torch/include/c10/util/MaybeOwned.h' 2025-01-24T01:14:48.4969064Z adding 'torch/include/c10/util/Metaprogramming.h' 2025-01-24T01:14:48.4972709Z adding 'torch/include/c10/util/NetworkFlow.h' 2025-01-24T01:14:48.4976047Z adding 'torch/include/c10/util/Optional.h' 2025-01-24T01:14:48.4980426Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2025-01-24T01:14:48.4983793Z adding 'torch/include/c10/util/ParallelGuard.h' 2025-01-24T01:14:48.4989518Z adding 'torch/include/c10/util/Registry.h' 2025-01-24T01:14:48.4993173Z adding 'torch/include/c10/util/ScopeExit.h' 2025-01-24T01:14:48.4996734Z adding 'torch/include/c10/util/SmallBuffer.h' 2025-01-24T01:14:48.5014355Z adding 'torch/include/c10/util/SmallVector.h' 2025-01-24T01:14:48.5020013Z adding 'torch/include/c10/util/StringUtil.h' 2025-01-24T01:14:48.5023799Z adding 'torch/include/c10/util/Synchronized.h' 2025-01-24T01:14:48.5027777Z adding 'torch/include/c10/util/ThreadLocal.h' 2025-01-24T01:14:48.5031624Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2025-01-24T01:14:48.5035039Z adding 'torch/include/c10/util/Type.h' 2025-01-24T01:14:48.5039135Z adding 'torch/include/c10/util/TypeCast.h' 2025-01-24T01:14:48.5043343Z adding 'torch/include/c10/util/TypeIndex.h' 2025-01-24T01:14:48.5049873Z adding 'torch/include/c10/util/TypeList.h' 2025-01-24T01:14:48.5054205Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2025-01-24T01:14:48.5058468Z adding 'torch/include/c10/util/TypeTraits.h' 2025-01-24T01:14:48.5061647Z adding 'torch/include/c10/util/Unicode.h' 2025-01-24T01:14:48.5066301Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2025-01-24T01:14:48.5069842Z adding 'torch/include/c10/util/Unroll.h' 2025-01-24T01:14:48.5073525Z adding 'torch/include/c10/util/WaitCounter.h' 2025-01-24T01:14:48.5076867Z adding 'torch/include/c10/util/WaitCounterDynamicBackend.h' 2025-01-24T01:14:48.5080552Z adding 'torch/include/c10/util/accumulate.h' 2025-01-24T01:14:48.5083902Z adding 'torch/include/c10/util/bit_cast.h' 2025-01-24T01:14:48.5087271Z adding 'torch/include/c10/util/bits.h' 2025-01-24T01:14:48.5094730Z adding 'torch/include/c10/util/complex.h' 2025-01-24T01:14:48.5100192Z adding 'torch/include/c10/util/complex_math.h' 2025-01-24T01:14:48.5103868Z adding 'torch/include/c10/util/complex_utils.h' 2025-01-24T01:14:48.5107022Z adding 'torch/include/c10/util/copysign.h' 2025-01-24T01:14:48.5110481Z adding 'torch/include/c10/util/env.h' 2025-01-24T01:14:48.5113506Z adding 'torch/include/c10/util/error.h' 2025-01-24T01:14:48.5130183Z adding 'torch/include/c10/util/flat_hash_map.h' 2025-01-24T01:14:48.5135086Z adding 'torch/include/c10/util/floating_point_utils.h' 2025-01-24T01:14:48.5139565Z adding 'torch/include/c10/util/generic_math.h' 2025-01-24T01:14:48.5145563Z adding 'torch/include/c10/util/hash.h' 2025-01-24T01:14:48.5151993Z adding 'torch/include/c10/util/int128.h' 2025-01-24T01:14:48.5165336Z adding 'torch/include/c10/util/intrusive_ptr.h' 2025-01-24T01:14:48.5170223Z adding 'torch/include/c10/util/irange.h' 2025-01-24T01:14:48.5180669Z adding 'torch/include/c10/util/llvmMathExtras.h' 2025-01-24T01:14:48.5185421Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2025-01-24T01:14:48.5190436Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2025-01-24T01:14:48.5193756Z adding 'torch/include/c10/util/numa.h' 2025-01-24T01:14:48.5211807Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2025-01-24T01:14:48.5217229Z adding 'torch/include/c10/util/overflows.h' 2025-01-24T01:14:48.5220446Z adding 'torch/include/c10/util/overloaded.h' 2025-01-24T01:14:48.5223316Z adding 'torch/include/c10/util/python_stub.h' 2025-01-24T01:14:48.5226267Z adding 'torch/include/c10/util/qint32.h' 2025-01-24T01:14:48.5229997Z adding 'torch/include/c10/util/qint8.h' 2025-01-24T01:14:48.5232473Z adding 'torch/include/c10/util/quint2x4.h' 2025-01-24T01:14:48.5235373Z adding 'torch/include/c10/util/quint4x2.h' 2025-01-24T01:14:48.5238308Z adding 'torch/include/c10/util/quint8.h' 2025-01-24T01:14:48.5241736Z adding 'torch/include/c10/util/safe_numerics.h' 2025-01-24T01:14:48.5245628Z adding 'torch/include/c10/util/signal_handler.h' 2025-01-24T01:14:48.5254766Z adding 'torch/include/c10/util/sparse_bitset.h' 2025-01-24T01:14:48.5258748Z adding 'torch/include/c10/util/ssize.h' 2025-01-24T01:14:48.5262006Z adding 'torch/include/c10/util/static_tracepoint.h' 2025-01-24T01:14:48.5266451Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2025-01-24T01:14:48.5269979Z adding 'torch/include/c10/util/strides.h' 2025-01-24T01:14:48.5273059Z adding 'torch/include/c10/util/string_utils.h' 2025-01-24T01:14:48.5279666Z adding 'torch/include/c10/util/string_view.h' 2025-01-24T01:14:48.5289795Z adding 'torch/include/c10/util/strong_type.h' 2025-01-24T01:14:48.5294254Z adding 'torch/include/c10/util/tempfile.h' 2025-01-24T01:14:48.5297263Z adding 'torch/include/c10/util/thread_name.h' 2025-01-24T01:14:48.5306465Z adding 'torch/include/c10/util/typeid.h' 2025-01-24T01:14:48.5310432Z adding 'torch/include/c10/util/win32-headers.h' 2025-01-24T01:14:48.5314537Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2025-01-24T01:14:48.5319463Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2025-01-24T01:14:48.5322850Z adding 'torch/include/c10/xpu/XPUException.h' 2025-01-24T01:14:48.5326050Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2025-01-24T01:14:48.5329175Z adding 'torch/include/c10/xpu/XPUMacros.h' 2025-01-24T01:14:48.5333806Z adding 'torch/include/c10/xpu/XPUStream.h' 2025-01-24T01:14:48.5339302Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2025-01-24T01:14:48.5379856Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2025-01-24T01:14:48.5384868Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2025-01-24T01:14:48.5388149Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2025-01-24T01:14:48.5393579Z adding 'torch/include/caffe2/serialize/inline_container.h' 2025-01-24T01:14:48.5397015Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2025-01-24T01:14:48.5400140Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2025-01-24T01:14:48.5404799Z adding 'torch/include/caffe2/serialize/versions.h' 2025-01-24T01:14:48.5409835Z adding 'torch/include/kineto/AbstractConfig.h' 2025-01-24T01:14:48.5413877Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2025-01-24T01:14:48.5417073Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2025-01-24T01:14:48.5420549Z adding 'torch/include/kineto/ActivityType.h' 2025-01-24T01:14:48.5423633Z adding 'torch/include/kineto/ClientInterface.h' 2025-01-24T01:14:48.5430232Z adding 'torch/include/kineto/Config.h' 2025-01-24T01:14:48.5434899Z adding 'torch/include/kineto/GenericTraceActivity.h' 2025-01-24T01:14:48.5439231Z adding 'torch/include/kineto/IActivityProfiler.h' 2025-01-24T01:14:48.5442743Z adding 'torch/include/kineto/ILoggerObserver.h' 2025-01-24T01:14:48.5446235Z adding 'torch/include/kineto/ITraceActivity.h' 2025-01-24T01:14:48.5449251Z adding 'torch/include/kineto/LoggingAPI.h' 2025-01-24T01:14:48.5452339Z adding 'torch/include/kineto/ThreadUtil.h' 2025-01-24T01:14:48.5455472Z adding 'torch/include/kineto/TraceSpan.h' 2025-01-24T01:14:48.5459264Z adding 'torch/include/kineto/libkineto.h' 2025-01-24T01:14:48.5462752Z adding 'torch/include/kineto/output_base.h' 2025-01-24T01:14:48.5465866Z adding 'torch/include/kineto/time_since_epoch.h' 2025-01-24T01:14:48.5476537Z adding 'torch/include/pybind11/attr.h' 2025-01-24T01:14:48.5482562Z adding 'torch/include/pybind11/buffer_info.h' 2025-01-24T01:14:48.5506555Z adding 'torch/include/pybind11/cast.h' 2025-01-24T01:14:48.5513034Z adding 'torch/include/pybind11/chrono.h' 2025-01-24T01:14:48.5516172Z adding 'torch/include/pybind11/common.h' 2025-01-24T01:14:48.5519737Z adding 'torch/include/pybind11/complex.h' 2025-01-24T01:14:48.5522660Z adding 'torch/include/pybind11/eigen.h' 2025-01-24T01:14:48.5528608Z adding 'torch/include/pybind11/embed.h' 2025-01-24T01:14:48.5532873Z adding 'torch/include/pybind11/eval.h' 2025-01-24T01:14:48.5537264Z adding 'torch/include/pybind11/functional.h' 2025-01-24T01:14:48.5542050Z adding 'torch/include/pybind11/gil.h' 2025-01-24T01:14:48.5546324Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2025-01-24T01:14:48.5551557Z adding 'torch/include/pybind11/iostream.h' 2025-01-24T01:14:48.5579314Z adding 'torch/include/pybind11/numpy.h' 2025-01-24T01:14:48.5585818Z adding 'torch/include/pybind11/operators.h' 2025-01-24T01:14:48.5589680Z adding 'torch/include/pybind11/options.h' 2025-01-24T01:14:48.5631223Z adding 'torch/include/pybind11/pybind11.h' 2025-01-24T01:14:48.5664678Z adding 'torch/include/pybind11/pytypes.h' 2025-01-24T01:14:48.5673183Z adding 'torch/include/pybind11/stl.h' 2025-01-24T01:14:48.5684051Z adding 'torch/include/pybind11/stl_bind.h' 2025-01-24T01:14:48.5688358Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2025-01-24T01:14:48.5692410Z adding 'torch/include/pybind11/typing.h' 2025-01-24T01:14:48.5704462Z adding 'torch/include/pybind11/detail/class.h' 2025-01-24T01:14:48.5724165Z adding 'torch/include/pybind11/detail/common.h' 2025-01-24T01:14:48.5729034Z adding 'torch/include/pybind11/detail/cpp_conduit.h' 2025-01-24T01:14:48.5733265Z adding 'torch/include/pybind11/detail/descr.h' 2025-01-24T01:14:48.5737089Z adding 'torch/include/pybind11/detail/exception_translation.h' 2025-01-24T01:14:48.5744173Z adding 'torch/include/pybind11/detail/init.h' 2025-01-24T01:14:48.5756328Z adding 'torch/include/pybind11/detail/internals.h' 2025-01-24T01:14:48.5775052Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2025-01-24T01:14:48.5779648Z adding 'torch/include/pybind11/detail/typeid.h' 2025-01-24T01:14:48.5783235Z adding 'torch/include/pybind11/detail/value_and_holder.h' 2025-01-24T01:14:48.5787127Z adding 'torch/include/pybind11/eigen/common.h' 2025-01-24T01:14:48.5799152Z adding 'torch/include/pybind11/eigen/matrix.h' 2025-01-24T01:14:48.5806183Z adding 'torch/include/pybind11/eigen/tensor.h' 2025-01-24T01:14:48.5815449Z adding 'torch/include/torch/custom_class.h' 2025-01-24T01:14:48.5820905Z adding 'torch/include/torch/custom_class_detail.h' 2025-01-24T01:14:48.5824080Z adding 'torch/include/torch/extension.h' 2025-01-24T01:14:48.5839147Z adding 'torch/include/torch/library.h' 2025-01-24T01:14:48.5843156Z adding 'torch/include/torch/script.h' 2025-01-24T01:14:48.5848266Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2025-01-24T01:14:48.5851326Z adding 'torch/include/torch/csrc/DataLoader.h' 2025-01-24T01:14:48.5854312Z adding 'torch/include/torch/csrc/Device.h' 2025-01-24T01:14:48.5857261Z adding 'torch/include/torch/csrc/DeviceAccelerator.h' 2025-01-24T01:14:48.5860347Z adding 'torch/include/torch/csrc/Dtype.h' 2025-01-24T01:14:48.5863554Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2025-01-24T01:14:48.5866627Z adding 'torch/include/torch/csrc/Event.h' 2025-01-24T01:14:48.5873144Z adding 'torch/include/torch/csrc/Exceptions.h' 2025-01-24T01:14:48.5876554Z adding 'torch/include/torch/csrc/Export.h' 2025-01-24T01:14:48.5879791Z adding 'torch/include/torch/csrc/Generator.h' 2025-01-24T01:14:48.5882982Z adding 'torch/include/torch/csrc/Layout.h' 2025-01-24T01:14:48.5886118Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2025-01-24T01:14:48.5888992Z adding 'torch/include/torch/csrc/Module.h' 2025-01-24T01:14:48.5891966Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2025-01-24T01:14:48.5895130Z adding 'torch/include/torch/csrc/QScheme.h' 2025-01-24T01:14:48.5898117Z adding 'torch/include/torch/csrc/Size.h' 2025-01-24T01:14:48.5901513Z adding 'torch/include/torch/csrc/Storage.h' 2025-01-24T01:14:48.5904415Z adding 'torch/include/torch/csrc/StorageMethods.h' 2025-01-24T01:14:48.5907493Z adding 'torch/include/torch/csrc/StorageSharing.h' 2025-01-24T01:14:48.5911368Z adding 'torch/include/torch/csrc/Stream.h' 2025-01-24T01:14:48.5913718Z adding 'torch/include/torch/csrc/THConcat.h' 2025-01-24T01:14:48.5916854Z adding 'torch/include/torch/csrc/THP.h' 2025-01-24T01:14:48.5919908Z adding 'torch/include/torch/csrc/TypeInfo.h' 2025-01-24T01:14:48.5922885Z adding 'torch/include/torch/csrc/Types.h' 2025-01-24T01:14:48.5926118Z adding 'torch/include/torch/csrc/copy_utils.h' 2025-01-24T01:14:48.5929256Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2025-01-24T01:14:48.5932177Z adding 'torch/include/torch/csrc/python_dimname.h' 2025-01-24T01:14:48.5935403Z adding 'torch/include/torch/csrc/python_headers.h' 2025-01-24T01:14:48.5938418Z adding 'torch/include/torch/csrc/serialization.h' 2025-01-24T01:14:48.5943139Z adding 'torch/include/torch/csrc/utils.h' 2025-01-24T01:14:48.5948974Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2025-01-24T01:14:48.5952355Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2025-01-24T01:14:48.5955352Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2025-01-24T01:14:48.5958605Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2025-01-24T01:14:48.5961646Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2025-01-24T01:14:48.5966112Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2025-01-24T01:14:48.5970743Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2025-01-24T01:14:48.5975468Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2025-01-24T01:14:48.5979385Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2025-01-24T01:14:48.5982676Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2025-01-24T01:14:48.5986097Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2025-01-24T01:14:48.5989855Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2025-01-24T01:14:48.5993000Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2025-01-24T01:14:48.5995975Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2025-01-24T01:14:48.6002601Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2025-01-24T01:14:48.6008705Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2025-01-24T01:14:48.6015156Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2025-01-24T01:14:48.6017893Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2025-01-24T01:14:48.6025260Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2025-01-24T01:14:48.6029412Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2025-01-24T01:14:48.6032871Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2025-01-24T01:14:48.6036692Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2025-01-24T01:14:48.6040014Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2025-01-24T01:14:48.6043068Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2025-01-24T01:14:48.6047676Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2025-01-24T01:14:48.6051449Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2025-01-24T01:14:48.6054429Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2025-01-24T01:14:48.6057876Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2025-01-24T01:14:48.6062185Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2025-01-24T01:14:48.6065362Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2025-01-24T01:14:48.6068542Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2025-01-24T01:14:48.6071873Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2025-01-24T01:14:48.6078170Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2025-01-24T01:14:48.6082307Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2025-01-24T01:14:48.6086989Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2025-01-24T01:14:48.6091163Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2025-01-24T01:14:48.6100132Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2025-01-24T01:14:48.6104741Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2025-01-24T01:14:48.6108421Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2025-01-24T01:14:48.6112054Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2025-01-24T01:14:48.6115841Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2025-01-24T01:14:48.6120249Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2025-01-24T01:14:48.6124907Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2025-01-24T01:14:48.6128802Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2025-01-24T01:14:48.6133161Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2025-01-24T01:14:48.6137682Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2025-01-24T01:14:48.6140900Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2025-01-24T01:14:48.6144928Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2025-01-24T01:14:48.6149025Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2025-01-24T01:14:48.6152943Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2025-01-24T01:14:48.6156377Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2025-01-24T01:14:48.6159964Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2025-01-24T01:14:48.6164328Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2025-01-24T01:14:48.6167866Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2025-01-24T01:14:48.6171214Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2025-01-24T01:14:48.6174711Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2025-01-24T01:14:48.6178492Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2025-01-24T01:14:48.6185472Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2025-01-24T01:14:48.6189589Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2025-01-24T01:14:48.6194524Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2025-01-24T01:14:48.6197737Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2025-01-24T01:14:48.6201563Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2025-01-24T01:14:48.6211101Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2025-01-24T01:14:48.6214950Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2025-01-24T01:14:48.6218030Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2025-01-24T01:14:48.6221768Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2025-01-24T01:14:48.6226313Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2025-01-24T01:14:48.6229573Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2025-01-24T01:14:48.6238361Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2025-01-24T01:14:48.6242655Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2025-01-24T01:14:48.6246589Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2025-01-24T01:14:48.6250271Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2025-01-24T01:14:48.6254149Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2025-01-24T01:14:48.6258918Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2025-01-24T01:14:48.6263154Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2025-01-24T01:14:48.6266107Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2025-01-24T01:14:48.6269358Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2025-01-24T01:14:48.6276580Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2025-01-24T01:14:48.6281454Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2025-01-24T01:14:48.6285055Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2025-01-24T01:14:48.6288420Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2025-01-24T01:14:48.6295487Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2025-01-24T01:14:48.6301352Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2025-01-24T01:14:48.6305420Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2025-01-24T01:14:48.6309918Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2025-01-24T01:14:48.6316454Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2025-01-24T01:14:48.6321078Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2025-01-24T01:14:48.6325603Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2025-01-24T01:14:48.6329803Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2025-01-24T01:14:48.6335493Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2025-01-24T01:14:48.6339568Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2025-01-24T01:14:48.6343582Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2025-01-24T01:14:48.6347918Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2025-01-24T01:14:48.6351672Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2025-01-24T01:14:48.6355720Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2025-01-24T01:14:48.6359972Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2025-01-24T01:14:48.6367645Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2025-01-24T01:14:48.6372641Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2025-01-24T01:14:48.6377595Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2025-01-24T01:14:48.6381496Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2025-01-24T01:14:48.6388218Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2025-01-24T01:14:48.6394023Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2025-01-24T01:14:48.6398934Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2025-01-24T01:14:48.6403086Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2025-01-24T01:14:48.6407416Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2025-01-24T01:14:48.6411012Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2025-01-24T01:14:48.6414387Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2025-01-24T01:14:48.6421630Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2025-01-24T01:14:48.6426249Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2025-01-24T01:14:48.6430528Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2025-01-24T01:14:48.6434659Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2025-01-24T01:14:48.6440224Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2025-01-24T01:14:48.6446298Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2025-01-24T01:14:48.6449565Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2025-01-24T01:14:48.6453586Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2025-01-24T01:14:48.6457884Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2025-01-24T01:14:48.6464378Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2025-01-24T01:14:48.6471688Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2025-01-24T01:14:48.6475486Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2025-01-24T01:14:48.6479032Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2025-01-24T01:14:48.6483658Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2025-01-24T01:14:48.6487441Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2025-01-24T01:14:48.6490921Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2025-01-24T01:14:48.6495545Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2025-01-24T01:14:48.6499939Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2025-01-24T01:14:48.6503290Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2025-01-24T01:14:48.6507166Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2025-01-24T01:14:48.6513966Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2025-01-24T01:14:48.6518796Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2025-01-24T01:14:48.6523089Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2025-01-24T01:14:48.6526655Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2025-01-24T01:14:48.6532155Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2025-01-24T01:14:48.6536947Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2025-01-24T01:14:48.6540972Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2025-01-24T01:14:48.6544423Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2025-01-24T01:14:48.6548048Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2025-01-24T01:14:48.6552130Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2025-01-24T01:14:48.6555486Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2025-01-24T01:14:48.6562514Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2025-01-24T01:14:48.6567739Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2025-01-24T01:14:48.6571622Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2025-01-24T01:14:48.6577816Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2025-01-24T01:14:48.6583043Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2025-01-24T01:14:48.6586831Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2025-01-24T01:14:48.6590695Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2025-01-24T01:14:48.6594683Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2025-01-24T01:14:48.6599616Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2025-01-24T01:14:48.6603610Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2025-01-24T01:14:48.6609423Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2025-01-24T01:14:48.6613133Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2025-01-24T01:14:48.6617625Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2025-01-24T01:14:48.6627777Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2025-01-24T01:14:48.6628555Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2025-01-24T01:14:48.6629167Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2025-01-24T01:14:48.6632228Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2025-01-24T01:14:48.6635898Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2025-01-24T01:14:48.6639120Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2025-01-24T01:14:48.6650899Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2025-01-24T01:14:48.6654652Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2025-01-24T01:14:48.6661207Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2025-01-24T01:14:48.6665327Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2025-01-24T01:14:48.6669812Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2025-01-24T01:14:48.6673620Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2025-01-24T01:14:48.6676638Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2025-01-24T01:14:48.6684806Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2025-01-24T01:14:48.6689092Z adding 'torch/include/torch/csrc/autograd/edge.h' 2025-01-24T01:14:48.6695645Z adding 'torch/include/torch/csrc/autograd/engine.h' 2025-01-24T01:14:48.6701710Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2025-01-24T01:14:48.6715311Z adding 'torch/include/torch/csrc/autograd/function.h' 2025-01-24T01:14:48.6719491Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2025-01-24T01:14:48.6722748Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2025-01-24T01:14:48.6728315Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2025-01-24T01:14:48.6731900Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2025-01-24T01:14:48.6735762Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2025-01-24T01:14:48.6739316Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2025-01-24T01:14:48.6742198Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2025-01-24T01:14:48.6747098Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2025-01-24T01:14:48.6753247Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2025-01-24T01:14:48.6756486Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2025-01-24T01:14:48.6759722Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2025-01-24T01:14:48.6762785Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2025-01-24T01:14:48.6766599Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2025-01-24T01:14:48.6769968Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2025-01-24T01:14:48.6772912Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2025-01-24T01:14:48.6775797Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2025-01-24T01:14:48.6780281Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2025-01-24T01:14:48.6783805Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2025-01-24T01:14:48.6786931Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2025-01-24T01:14:48.6789969Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2025-01-24T01:14:48.6792824Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2025-01-24T01:14:48.6795645Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2025-01-24T01:14:48.6798750Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2025-01-24T01:14:48.6801721Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2025-01-24T01:14:48.6804566Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2025-01-24T01:14:48.6807658Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2025-01-24T01:14:48.6811531Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2025-01-24T01:14:48.6815114Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2025-01-24T01:14:48.6818297Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2025-01-24T01:14:48.6822483Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2025-01-24T01:14:48.6825680Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2025-01-24T01:14:48.6828700Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2025-01-24T01:14:48.6844889Z adding 'torch/include/torch/csrc/autograd/variable.h' 2025-01-24T01:14:48.6849074Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2025-01-24T01:14:48.6856520Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2025-01-24T01:14:48.6860464Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2025-01-24T01:14:48.6863753Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2025-01-24T01:14:48.6866919Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2025-01-24T01:14:48.6871951Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2025-01-24T01:14:48.6875915Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2025-01-24T01:14:48.6930037Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2025-01-24T01:14:48.6944691Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2025-01-24T01:14:48.6951138Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2025-01-24T01:14:48.6955228Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2025-01-24T01:14:48.6958817Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2025-01-24T01:14:48.6967289Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2025-01-24T01:14:48.6972762Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2025-01-24T01:14:48.6976604Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2025-01-24T01:14:48.6979927Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2025-01-24T01:14:48.6983600Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2025-01-24T01:14:48.6986823Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2025-01-24T01:14:48.6990734Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2025-01-24T01:14:48.6996390Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2025-01-24T01:14:48.6999741Z adding 'torch/include/torch/csrc/cuda/Event.h' 2025-01-24T01:14:48.7002709Z adding 'torch/include/torch/csrc/cuda/GdsFile.h' 2025-01-24T01:14:48.7005880Z adding 'torch/include/torch/csrc/cuda/Module.h' 2025-01-24T01:14:48.7008863Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2025-01-24T01:14:48.7012159Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2025-01-24T01:14:48.7015129Z adding 'torch/include/torch/csrc/cuda/comm.h' 2025-01-24T01:14:48.7018283Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2025-01-24T01:14:48.7021479Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2025-01-24T01:14:48.7025629Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2025-01-24T01:14:48.7029036Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2025-01-24T01:14:48.7032018Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2025-01-24T01:14:48.7038921Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2025-01-24T01:14:48.7044368Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2025-01-24T01:14:48.7048920Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2025-01-24T01:14:48.7052504Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2025-01-24T01:14:48.7056829Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2025-01-24T01:14:48.7060172Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2025-01-24T01:14:48.7063557Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2025-01-24T01:14:48.7066708Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2025-01-24T01:14:48.7070129Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2025-01-24T01:14:48.7073987Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2025-01-24T01:14:48.7077644Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2025-01-24T01:14:48.7081403Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2025-01-24T01:14:48.7084846Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2025-01-24T01:14:48.7087978Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2025-01-24T01:14:48.7094970Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2025-01-24T01:14:48.7098669Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2025-01-24T01:14:48.7104601Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h' 2025-01-24T01:14:48.7108956Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2025-01-24T01:14:48.7112436Z adding 'torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2025-01-24T01:14:48.7116872Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2025-01-24T01:14:48.7120076Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2025-01-24T01:14:48.7125495Z adding 'torch/include/torch/csrc/distributed/c10d/FlightRecorder.hpp' 2025-01-24T01:14:48.7128697Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2025-01-24T01:14:48.7132169Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2025-01-24T01:14:48.7135077Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2025-01-24T01:14:48.7138473Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2025-01-24T01:14:48.7144670Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2025-01-24T01:14:48.7148426Z adding 'torch/include/torch/csrc/distributed/c10d/NanCheck.hpp' 2025-01-24T01:14:48.7153227Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2025-01-24T01:14:48.7157367Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2025-01-24T01:14:48.7167423Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2025-01-24T01:14:48.7174754Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2025-01-24T01:14:48.7180083Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2025-01-24T01:14:48.7200330Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2025-01-24T01:14:48.7206776Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2025-01-24T01:14:48.7211049Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2025-01-24T01:14:48.7215706Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2025-01-24T01:14:48.7220558Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2025-01-24T01:14:48.7224371Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2025-01-24T01:14:48.7229954Z adding 'torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2025-01-24T01:14:48.7234327Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2025-01-24T01:14:48.7237918Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2025-01-24T01:14:48.7243309Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2025-01-24T01:14:48.7247825Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2025-01-24T01:14:48.7251587Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2025-01-24T01:14:48.7256141Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2025-01-24T01:14:48.7259364Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2025-01-24T01:14:48.7267593Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2025-01-24T01:14:48.7271488Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2025-01-24T01:14:48.7275832Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2025-01-24T01:14:48.7278960Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2025-01-24T01:14:48.7283064Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2025-01-24T01:14:48.7286333Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2025-01-24T01:14:48.7289659Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2025-01-24T01:14:48.7292878Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2025-01-24T01:14:48.7296110Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2025-01-24T01:14:48.7299696Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2025-01-24T01:14:48.7304972Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2025-01-24T01:14:48.7308497Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2025-01-24T01:14:48.7311898Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2025-01-24T01:14:48.7323191Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2025-01-24T01:14:48.7327438Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2025-01-24T01:14:48.7331060Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2025-01-24T01:14:48.7334694Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2025-01-24T01:14:48.7338020Z adding 'torch/include/torch/csrc/distributed/c10d/socket_fmt.h' 2025-01-24T01:14:48.7343204Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2025-01-24T01:14:48.7348179Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2025-01-24T01:14:48.7352250Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2025-01-24T01:14:48.7355669Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2025-01-24T01:14:48.7359468Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2025-01-24T01:14:48.7363226Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2025-01-24T01:14:48.7366633Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2025-01-24T01:14:48.7371201Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2025-01-24T01:14:48.7374842Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2025-01-24T01:14:48.7378519Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2025-01-24T01:14:48.7382471Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2025-01-24T01:14:48.7385633Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2025-01-24T01:14:48.7392697Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2025-01-24T01:14:48.7396601Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2025-01-24T01:14:48.7404806Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2025-01-24T01:14:48.7413945Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2025-01-24T01:14:48.7418270Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2025-01-24T01:14:48.7422150Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2025-01-24T01:14:48.7426190Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2025-01-24T01:14:48.7429347Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2025-01-24T01:14:48.7437350Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2025-01-24T01:14:48.7442352Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2025-01-24T01:14:48.7445605Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2025-01-24T01:14:48.7449494Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2025-01-24T01:14:48.7452900Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2025-01-24T01:14:48.7456298Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2025-01-24T01:14:48.7460240Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2025-01-24T01:14:48.7465166Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2025-01-24T01:14:48.7475493Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2025-01-24T01:14:48.7479240Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2025-01-24T01:14:48.7482637Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2025-01-24T01:14:48.7486059Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2025-01-24T01:14:48.7489863Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2025-01-24T01:14:48.7493026Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2025-01-24T01:14:48.7497700Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2025-01-24T01:14:48.7501563Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2025-01-24T01:14:48.7505293Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2025-01-24T01:14:48.7508465Z adding 'torch/include/torch/csrc/dynamo/init.h' 2025-01-24T01:14:48.7511615Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2025-01-24T01:14:48.7514559Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2025-01-24T01:14:48.7518810Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2025-01-24T01:14:48.7523241Z adding 'torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h' 2025-01-24T01:14:48.7526041Z adding 'torch/include/torch/csrc/inductor/aoti_package/pybind.h' 2025-01-24T01:14:48.7530909Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2025-01-24T01:14:48.7534308Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2025-01-24T01:14:48.7537592Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2025-01-24T01:14:48.7541027Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h' 2025-01-24T01:14:48.7543930Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2025-01-24T01:14:48.7550627Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2025-01-24T01:14:48.7554734Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2025-01-24T01:14:48.7559330Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2025-01-24T01:14:48.7568317Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2025-01-24T01:14:48.7576780Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2025-01-24T01:14:48.7580796Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2025-01-24T01:14:48.7585403Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h' 2025-01-24T01:14:48.7589531Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2025-01-24T01:14:48.7594004Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2025-01-24T01:14:48.7597571Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2025-01-24T01:14:48.7601067Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_xpu.h' 2025-01-24T01:14:48.7605179Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2025-01-24T01:14:48.7608900Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2025-01-24T01:14:48.7612223Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2025-01-24T01:14:48.7615419Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2025-01-24T01:14:48.7619473Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2025-01-24T01:14:48.7629196Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2025-01-24T01:14:48.7633784Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_mkldnn.h' 2025-01-24T01:14:48.7637391Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_xpu.h' 2025-01-24T01:14:48.7644728Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2025-01-24T01:14:48.7652908Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2025-01-24T01:14:48.7658296Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h' 2025-01-24T01:14:48.7663533Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2025-01-24T01:14:48.7667073Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2025-01-24T01:14:48.7670405Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2025-01-24T01:14:48.7677304Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2025-01-24T01:14:48.7682224Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2025-01-24T01:14:48.7686026Z adding 'torch/include/torch/csrc/jit/api/method.h' 2025-01-24T01:14:48.7696047Z adding 'torch/include/torch/csrc/jit/api/module.h' 2025-01-24T01:14:48.7701045Z adding 'torch/include/torch/csrc/jit/api/object.h' 2025-01-24T01:14:48.7705874Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2025-01-24T01:14:48.7711133Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2025-01-24T01:14:48.7714961Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2025-01-24T01:14:48.7718152Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2025-01-24T01:14:48.7721736Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2025-01-24T01:14:48.7724766Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2025-01-24T01:14:48.7728015Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2025-01-24T01:14:48.7731333Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2025-01-24T01:14:48.7734010Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2025-01-24T01:14:48.7738835Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2025-01-24T01:14:48.7743038Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2025-01-24T01:14:48.7746055Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2025-01-24T01:14:48.7751461Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2025-01-24T01:14:48.7754758Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2025-01-24T01:14:48.7757749Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2025-01-24T01:14:48.7761048Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2025-01-24T01:14:48.7764023Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2025-01-24T01:14:48.7767219Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2025-01-24T01:14:48.7770201Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2025-01-24T01:14:48.7773145Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2025-01-24T01:14:48.7781419Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2025-01-24T01:14:48.7785282Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2025-01-24T01:14:48.7788575Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2025-01-24T01:14:48.7792204Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2025-01-24T01:14:48.7795530Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2025-01-24T01:14:48.7798503Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2025-01-24T01:14:48.7801880Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2025-01-24T01:14:48.7805458Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2025-01-24T01:14:48.7808752Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2025-01-24T01:14:48.7812110Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2025-01-24T01:14:48.7818386Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2025-01-24T01:14:48.7822188Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2025-01-24T01:14:48.7825012Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2025-01-24T01:14:48.7835390Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2025-01-24T01:14:48.7841680Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2025-01-24T01:14:48.7846724Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2025-01-24T01:14:48.7858456Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2025-01-24T01:14:48.7862600Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2025-01-24T01:14:48.7870190Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2025-01-24T01:14:48.7874456Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2025-01-24T01:14:48.7878039Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2025-01-24T01:14:48.7882348Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2025-01-24T01:14:48.7885615Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2025-01-24T01:14:48.7906337Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2025-01-24T01:14:48.7911800Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2025-01-24T01:14:48.7915165Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2025-01-24T01:14:48.7918717Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2025-01-24T01:14:48.7921803Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2025-01-24T01:14:48.7926391Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2025-01-24T01:14:48.7930536Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2025-01-24T01:14:48.7933660Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2025-01-24T01:14:48.7937921Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2025-01-24T01:14:48.7941391Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2025-01-24T01:14:48.7946045Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2025-01-24T01:14:48.7950460Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2025-01-24T01:14:48.7953717Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2025-01-24T01:14:48.7957408Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2025-01-24T01:14:48.7961503Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2025-01-24T01:14:48.7964833Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2025-01-24T01:14:48.7967976Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2025-01-24T01:14:48.7970990Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2025-01-24T01:14:48.7974110Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2025-01-24T01:14:48.7978420Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2025-01-24T01:14:48.7982389Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2025-01-24T01:14:48.7985634Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2025-01-24T01:14:48.7988915Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2025-01-24T01:14:48.7991983Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2025-01-24T01:14:48.7995963Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2025-01-24T01:14:48.7999210Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2025-01-24T01:14:48.8002476Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2025-01-24T01:14:48.8005891Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2025-01-24T01:14:48.8009828Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2025-01-24T01:14:48.8013149Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2025-01-24T01:14:48.8018592Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2025-01-24T01:14:48.8021519Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2025-01-24T01:14:48.8024448Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2025-01-24T01:14:48.8027708Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2025-01-24T01:14:48.8030712Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2025-01-24T01:14:48.8033912Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2025-01-24T01:14:48.8036769Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2025-01-24T01:14:48.8039614Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2025-01-24T01:14:48.8042568Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2025-01-24T01:14:48.8045688Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2025-01-24T01:14:48.8048709Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2025-01-24T01:14:48.8051644Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2025-01-24T01:14:48.8054597Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2025-01-24T01:14:48.8057891Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2025-01-24T01:14:48.8061080Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2025-01-24T01:14:48.8064125Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2025-01-24T01:14:48.8067541Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2025-01-24T01:14:48.8070635Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2025-01-24T01:14:48.8073741Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2025-01-24T01:14:48.8076747Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2025-01-24T01:14:48.8079949Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2025-01-24T01:14:48.8083145Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2025-01-24T01:14:48.8086725Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2025-01-24T01:14:48.8090067Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2025-01-24T01:14:48.8093181Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2025-01-24T01:14:48.8096560Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2025-01-24T01:14:48.8099624Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2025-01-24T01:14:48.8102749Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2025-01-24T01:14:48.8105780Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2025-01-24T01:14:48.8109130Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2025-01-24T01:14:48.8112195Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2025-01-24T01:14:48.8115324Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2025-01-24T01:14:48.8118453Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2025-01-24T01:14:48.8121508Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2025-01-24T01:14:48.8125060Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2025-01-24T01:14:48.8127947Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2025-01-24T01:14:48.8131469Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2025-01-24T01:14:48.8134537Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2025-01-24T01:14:48.8137625Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2025-01-24T01:14:48.8140557Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2025-01-24T01:14:48.8143712Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2025-01-24T01:14:48.8146715Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2025-01-24T01:14:48.8149851Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2025-01-24T01:14:48.8152717Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2025-01-24T01:14:48.8156140Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2025-01-24T01:14:48.8159528Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2025-01-24T01:14:48.8162884Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2025-01-24T01:14:48.8166470Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2025-01-24T01:14:48.8170118Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2025-01-24T01:14:48.8173522Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2025-01-24T01:14:48.8177937Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2025-01-24T01:14:48.8181588Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2025-01-24T01:14:48.8185075Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2025-01-24T01:14:48.8188301Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2025-01-24T01:14:48.8191536Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2025-01-24T01:14:48.8194580Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2025-01-24T01:14:48.8198105Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2025-01-24T01:14:48.8201176Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2025-01-24T01:14:48.8205609Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2025-01-24T01:14:48.8209075Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2025-01-24T01:14:48.8212139Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2025-01-24T01:14:48.8215291Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2025-01-24T01:14:48.8218692Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2025-01-24T01:14:48.8221951Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2025-01-24T01:14:48.8224904Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2025-01-24T01:14:48.8227965Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2025-01-24T01:14:48.8230955Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2025-01-24T01:14:48.8234105Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2025-01-24T01:14:48.8237213Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2025-01-24T01:14:48.8240219Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2025-01-24T01:14:48.8243712Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2025-01-24T01:14:48.8246806Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2025-01-24T01:14:48.8249850Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2025-01-24T01:14:48.8252779Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2025-01-24T01:14:48.8256148Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2025-01-24T01:14:48.8259376Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2025-01-24T01:14:48.8262529Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2025-01-24T01:14:48.8266766Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2025-01-24T01:14:48.8270523Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2025-01-24T01:14:48.8273852Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2025-01-24T01:14:48.8277677Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2025-01-24T01:14:48.8281337Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2025-01-24T01:14:48.8284740Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2025-01-24T01:14:48.8288128Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2025-01-24T01:14:48.8291299Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2025-01-24T01:14:48.8294390Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2025-01-24T01:14:48.8297487Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2025-01-24T01:14:48.8301771Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2025-01-24T01:14:48.8305296Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2025-01-24T01:14:48.8308572Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2025-01-24T01:14:48.8313184Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2025-01-24T01:14:48.8316786Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2025-01-24T01:14:48.8320184Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2025-01-24T01:14:48.8330877Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2025-01-24T01:14:48.8335191Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2025-01-24T01:14:48.8338301Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2025-01-24T01:14:48.8342289Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2025-01-24T01:14:48.8346848Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2025-01-24T01:14:48.8350419Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2025-01-24T01:14:48.8353454Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2025-01-24T01:14:48.8356973Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2025-01-24T01:14:48.8360939Z adding 'torch/include/torch/csrc/jit/python/init.h' 2025-01-24T01:14:48.8364305Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2025-01-24T01:14:48.8368869Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2025-01-24T01:14:48.8385695Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2025-01-24T01:14:48.8390869Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2025-01-24T01:14:48.8394063Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2025-01-24T01:14:48.8397747Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2025-01-24T01:14:48.8401273Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2025-01-24T01:14:48.8405295Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2025-01-24T01:14:48.8409698Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2025-01-24T01:14:48.8414955Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2025-01-24T01:14:48.8418463Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2025-01-24T01:14:48.8421598Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2025-01-24T01:14:48.8424519Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2025-01-24T01:14:48.8427543Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2025-01-24T01:14:48.8430452Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2025-01-24T01:14:48.8443531Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2025-01-24T01:14:48.8447202Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2025-01-24T01:14:48.8450873Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2025-01-24T01:14:48.8454554Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2025-01-24T01:14:48.8457596Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2025-01-24T01:14:48.8460673Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2025-01-24T01:14:48.8463686Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2025-01-24T01:14:48.8468072Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2025-01-24T01:14:48.8472198Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2025-01-24T01:14:48.8476543Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2025-01-24T01:14:48.8480992Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2025-01-24T01:14:48.8485394Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2025-01-24T01:14:48.8488814Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2025-01-24T01:14:48.8491832Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2025-01-24T01:14:48.8495359Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2025-01-24T01:14:48.8500989Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2025-01-24T01:14:48.8504981Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2025-01-24T01:14:48.8507448Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2025-01-24T01:14:48.8511224Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2025-01-24T01:14:48.8516362Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2025-01-24T01:14:48.8526301Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2025-01-24T01:14:48.8530973Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2025-01-24T01:14:48.8534228Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2025-01-24T01:14:48.8537199Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2025-01-24T01:14:48.8540303Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2025-01-24T01:14:48.8543449Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2025-01-24T01:14:48.8546577Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2025-01-24T01:14:48.8550421Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2025-01-24T01:14:48.8553512Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2025-01-24T01:14:48.8556640Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2025-01-24T01:14:48.8559679Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2025-01-24T01:14:48.8564557Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2025-01-24T01:14:48.8570344Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2025-01-24T01:14:48.8574173Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2025-01-24T01:14:48.8578102Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2025-01-24T01:14:48.8581190Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2025-01-24T01:14:48.8584950Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2025-01-24T01:14:48.8588384Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2025-01-24T01:14:48.8591498Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2025-01-24T01:14:48.8594764Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2025-01-24T01:14:48.8597938Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2025-01-24T01:14:48.8601850Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2025-01-24T01:14:48.8622405Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2025-01-24T01:14:48.8627874Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2025-01-24T01:14:48.8632074Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2025-01-24T01:14:48.8639092Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2025-01-24T01:14:48.8642915Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2025-01-24T01:14:48.8646594Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2025-01-24T01:14:48.8649861Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2025-01-24T01:14:48.8653431Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2025-01-24T01:14:48.8656691Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2025-01-24T01:14:48.8662184Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2025-01-24T01:14:48.8669535Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2025-01-24T01:14:48.8674328Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2025-01-24T01:14:48.8678421Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2025-01-24T01:14:48.8682972Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2025-01-24T01:14:48.8688082Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2025-01-24T01:14:48.8692535Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2025-01-24T01:14:48.8695318Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2025-01-24T01:14:48.8700258Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2025-01-24T01:14:48.8704163Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2025-01-24T01:14:48.8709466Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2025-01-24T01:14:48.8713585Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2025-01-24T01:14:48.8719757Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2025-01-24T01:14:48.8723910Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2025-01-24T01:14:48.8727129Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2025-01-24T01:14:48.8730771Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2025-01-24T01:14:48.8735260Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2025-01-24T01:14:48.8739382Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2025-01-24T01:14:48.8743662Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2025-01-24T01:14:48.8748448Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2025-01-24T01:14:48.8751802Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2025-01-24T01:14:48.8759552Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2025-01-24T01:14:48.8763695Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2025-01-24T01:14:48.8767403Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2025-01-24T01:14:48.8771145Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2025-01-24T01:14:48.8778285Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2025-01-24T01:14:48.8781934Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2025-01-24T01:14:48.8786254Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2025-01-24T01:14:48.8793761Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2025-01-24T01:14:48.8798536Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2025-01-24T01:14:48.8802672Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2025-01-24T01:14:48.8811952Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2025-01-24T01:14:48.8815713Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2025-01-24T01:14:48.8818930Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2025-01-24T01:14:48.8825524Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2025-01-24T01:14:48.8830793Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2025-01-24T01:14:48.8837697Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2025-01-24T01:14:48.8846570Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2025-01-24T01:14:48.8851961Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2025-01-24T01:14:48.8855470Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2025-01-24T01:14:48.8859414Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2025-01-24T01:14:48.8862913Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2025-01-24T01:14:48.8866370Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2025-01-24T01:14:48.8870927Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2025-01-24T01:14:48.8874160Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2025-01-24T01:14:48.8877652Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2025-01-24T01:14:48.8880799Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2025-01-24T01:14:48.8884298Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2025-01-24T01:14:48.8887249Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2025-01-24T01:14:48.8891298Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2025-01-24T01:14:48.8893987Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2025-01-24T01:14:48.8896978Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2025-01-24T01:14:48.8901380Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2025-01-24T01:14:48.8904533Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2025-01-24T01:14:48.8909401Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2025-01-24T01:14:48.8913091Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2025-01-24T01:14:48.8917401Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2025-01-24T01:14:48.8921244Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2025-01-24T01:14:48.8926205Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2025-01-24T01:14:48.8929455Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2025-01-24T01:14:48.8932756Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2025-01-24T01:14:48.8936081Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2025-01-24T01:14:48.8940587Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2025-01-24T01:14:48.8944373Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2025-01-24T01:14:48.8949726Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2025-01-24T01:14:48.8953930Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2025-01-24T01:14:48.8957167Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2025-01-24T01:14:48.8960444Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2025-01-24T01:14:48.8963744Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2025-01-24T01:14:48.8970217Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2025-01-24T01:14:48.8975452Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2025-01-24T01:14:48.8979119Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2025-01-24T01:14:48.8982435Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2025-01-24T01:14:48.8985838Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2025-01-24T01:14:48.8992364Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2025-01-24T01:14:48.8998299Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2025-01-24T01:14:48.9002506Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2025-01-24T01:14:48.9005813Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2025-01-24T01:14:48.9008993Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2025-01-24T01:14:48.9012497Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2025-01-24T01:14:48.9015775Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2025-01-24T01:14:48.9019482Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2025-01-24T01:14:48.9023684Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2025-01-24T01:14:48.9027493Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2025-01-24T01:14:48.9030673Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2025-01-24T01:14:48.9034492Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2025-01-24T01:14:48.9038233Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2025-01-24T01:14:48.9041682Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2025-01-24T01:14:48.9045177Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2025-01-24T01:14:48.9048296Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2025-01-24T01:14:48.9051399Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2025-01-24T01:14:48.9054534Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2025-01-24T01:14:48.9057608Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2025-01-24T01:14:48.9061598Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2025-01-24T01:14:48.9065477Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2025-01-24T01:14:48.9069398Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2025-01-24T01:14:48.9072786Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2025-01-24T01:14:48.9075612Z adding 'torch/include/torch/csrc/onnx/init.h' 2025-01-24T01:14:48.9078626Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2025-01-24T01:14:48.9082796Z adding 'torch/include/torch/csrc/profiler/api.h' 2025-01-24T01:14:48.9090856Z adding 'torch/include/torch/csrc/profiler/collection.h' 2025-01-24T01:14:48.9094959Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2025-01-24T01:14:48.9099405Z adding 'torch/include/torch/csrc/profiler/containers.h' 2025-01-24T01:14:48.9103706Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2025-01-24T01:14:48.9107092Z adding 'torch/include/torch/csrc/profiler/events.h' 2025-01-24T01:14:48.9110386Z adding 'torch/include/torch/csrc/profiler/kineto_client_interface.h' 2025-01-24T01:14:48.9114205Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2025-01-24T01:14:48.9117718Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2025-01-24T01:14:48.9121356Z adding 'torch/include/torch/csrc/profiler/perf.h' 2025-01-24T01:14:48.9126123Z adding 'torch/include/torch/csrc/profiler/util.h' 2025-01-24T01:14:48.9132568Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2025-01-24T01:14:48.9137313Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2025-01-24T01:14:48.9141026Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2025-01-24T01:14:48.9145481Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2025-01-24T01:14:48.9148699Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2025-01-24T01:14:48.9152232Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2025-01-24T01:14:48.9156805Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2025-01-24T01:14:48.9160202Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2025-01-24T01:14:48.9163578Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2025-01-24T01:14:48.9167303Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2025-01-24T01:14:48.9171304Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2025-01-24T01:14:48.9175889Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2025-01-24T01:14:48.9179422Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2025-01-24T01:14:48.9184430Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2025-01-24T01:14:48.9188201Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2025-01-24T01:14:48.9192272Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2025-01-24T01:14:48.9196110Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2025-01-24T01:14:48.9200154Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2025-01-24T01:14:48.9205768Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2025-01-24T01:14:48.9210003Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2025-01-24T01:14:48.9215498Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2025-01-24T01:14:48.9219874Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2025-01-24T01:14:48.9223470Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2025-01-24T01:14:48.9227308Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2025-01-24T01:14:48.9230788Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2025-01-24T01:14:48.9234224Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2025-01-24T01:14:48.9237739Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2025-01-24T01:14:48.9241797Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2025-01-24T01:14:48.9246857Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2025-01-24T01:14:48.9250375Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2025-01-24T01:14:48.9252917Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2025-01-24T01:14:48.9256709Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2025-01-24T01:14:48.9260243Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2025-01-24T01:14:48.9274905Z adding 'torch/include/torch/csrc/utils/generated_serialization_types.h' 2025-01-24T01:14:48.9279518Z adding 'torch/include/torch/csrc/utils/init.h' 2025-01-24T01:14:48.9282538Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2025-01-24T01:14:48.9285427Z adding 'torch/include/torch/csrc/utils/nested.h' 2025-01-24T01:14:48.9288412Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2025-01-24T01:14:48.9291776Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2025-01-24T01:14:48.9294767Z adding 'torch/include/torch/csrc/utils/out_types.h' 2025-01-24T01:14:48.9300311Z adding 'torch/include/torch/csrc/utils/pybind.h' 2025-01-24T01:14:48.9303775Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2025-01-24T01:14:48.9306700Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2025-01-24T01:14:48.9320256Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2025-01-24T01:14:48.9324462Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2025-01-24T01:14:48.9327570Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2025-01-24T01:14:48.9331444Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2025-01-24T01:14:48.9335041Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2025-01-24T01:14:48.9338991Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2025-01-24T01:14:48.9343044Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2025-01-24T01:14:48.9346020Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2025-01-24T01:14:48.9350370Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2025-01-24T01:14:48.9353817Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2025-01-24T01:14:48.9356919Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2025-01-24T01:14:48.9369841Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2025-01-24T01:14:48.9374550Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2025-01-24T01:14:48.9377965Z adding 'torch/include/torch/csrc/utils/six.h' 2025-01-24T01:14:48.9381006Z adding 'torch/include/torch/csrc/utils/structseq.h' 2025-01-24T01:14:48.9383980Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2025-01-24T01:14:48.9386856Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2025-01-24T01:14:48.9390528Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2025-01-24T01:14:48.9393462Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2025-01-24T01:14:48.9396310Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2025-01-24T01:14:48.9399282Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2025-01-24T01:14:48.9402660Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2025-01-24T01:14:48.9405943Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2025-01-24T01:14:48.9408899Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2025-01-24T01:14:48.9411907Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2025-01-24T01:14:48.9416275Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2025-01-24T01:14:48.9421108Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2025-01-24T01:14:48.9424672Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2025-01-24T01:14:48.9428498Z adding 'torch/include/torch/csrc/utils/variadic.h' 2025-01-24T01:14:48.9431496Z adding 'torch/include/torch/csrc/utils/verbose.h' 2025-01-24T01:14:48.9435309Z adding 'torch/include/torch/csrc/xpu/Event.h' 2025-01-24T01:14:48.9438225Z adding 'torch/include/torch/csrc/xpu/Module.h' 2025-01-24T01:14:48.9441247Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2025-01-24T01:14:48.9447632Z adding 'torch/jit/__init__.py' 2025-01-24T01:14:48.9451726Z adding 'torch/jit/_async.py' 2025-01-24T01:14:48.9455417Z adding 'torch/jit/_await.py' 2025-01-24T01:14:48.9459350Z adding 'torch/jit/_builtins.py' 2025-01-24T01:14:48.9464900Z adding 'torch/jit/_check.py' 2025-01-24T01:14:48.9469813Z adding 'torch/jit/_dataclass_impls.py' 2025-01-24T01:14:48.9473311Z adding 'torch/jit/_decomposition_utils.py' 2025-01-24T01:14:48.9477345Z adding 'torch/jit/_decompositions.py' 2025-01-24T01:14:48.9483075Z adding 'torch/jit/_freeze.py' 2025-01-24T01:14:48.9487896Z adding 'torch/jit/_fuser.py' 2025-01-24T01:14:48.9491215Z adding 'torch/jit/_ir_utils.py' 2025-01-24T01:14:48.9494248Z adding 'torch/jit/_logging.py' 2025-01-24T01:14:48.9499055Z adding 'torch/jit/_monkeytype_config.py' 2025-01-24T01:14:48.9502442Z adding 'torch/jit/_pickle.py' 2025-01-24T01:14:48.9518939Z adding 'torch/jit/_recursive.py' 2025-01-24T01:14:48.9545256Z adding 'torch/jit/_script.py' 2025-01-24T01:14:48.9551787Z adding 'torch/jit/_script.pyi' 2025-01-24T01:14:48.9557269Z adding 'torch/jit/_serialization.py' 2025-01-24T01:14:48.9573165Z adding 'torch/jit/_shape_functions.py' 2025-01-24T01:14:48.9578085Z adding 'torch/jit/_state.py' 2025-01-24T01:14:48.9599148Z adding 'torch/jit/_trace.py' 2025-01-24T01:14:48.9608614Z adding 'torch/jit/annotations.py' 2025-01-24T01:14:48.9625232Z adding 'torch/jit/frontend.py' 2025-01-24T01:14:48.9629659Z adding 'torch/jit/generate_bytecode.py' 2025-01-24T01:14:48.9633045Z adding 'torch/jit/quantized.py' 2025-01-24T01:14:48.9638513Z adding 'torch/jit/supported_ops.py' 2025-01-24T01:14:48.9642334Z adding 'torch/jit/unsupported_tensor_ops.py' 2025-01-24T01:14:48.9646249Z adding 'torch/jit/_passes/__init__.py' 2025-01-24T01:14:48.9650322Z adding 'torch/jit/_passes/_property_propagation.py' 2025-01-24T01:14:48.9655679Z adding 'torch/jit/mobile/__init__.py' 2025-01-24T01:14:49.0574662Z adding 'torch/lib/XNNPACK.lib' 2025-01-24T01:14:49.0640481Z adding 'torch/lib/_C.lib' 2025-01-24T01:14:49.0746319Z adding 'torch/lib/aoti_custom_ops.dll' 2025-01-24T01:14:49.0759663Z adding 'torch/lib/aoti_custom_ops.lib' 2025-01-24T01:14:49.0970346Z adding 'torch/lib/asmjit.dll' 2025-01-24T01:14:49.1002640Z adding 'torch/lib/asmjit.lib' 2025-01-24T01:14:49.1109795Z adding 'torch/lib/backend_with_compiler.dll' 2025-01-24T01:14:49.1123541Z adding 'torch/lib/backend_with_compiler.lib' 2025-01-24T01:14:49.1577217Z adding 'torch/lib/c10.dll' 2025-01-24T01:14:49.1758457Z adding 'torch/lib/c10.lib' 2025-01-24T01:14:49.1984834Z adding 'torch/lib/c10_cuda.dll' 2025-01-24T01:14:49.2005860Z adding 'torch/lib/c10_cuda.lib' 2025-01-24T01:14:49.2016460Z adding 'torch/lib/caffe2_nvrtc.dll' 2025-01-24T01:14:49.2020482Z adding 'torch/lib/caffe2_nvrtc.lib' 2025-01-24T01:14:49.2069125Z adding 'torch/lib/cpuinfo.lib' 2025-01-24T01:15:04.0760281Z adding 'torch/lib/dnnl.lib' 2025-01-24T01:15:05.7560052Z adding 'torch/lib/fbgemm.dll' 2025-01-24T01:15:05.7851825Z adding 'torch/lib/fbgemm.lib' 2025-01-24T01:15:05.8273680Z adding 'torch/lib/fmt.lib' 2025-01-24T01:15:05.8389396Z adding 'torch/lib/jitbackend_test.dll' 2025-01-24T01:15:05.8403079Z adding 'torch/lib/jitbackend_test.lib' 2025-01-24T01:15:06.3338683Z adding 'torch/lib/kineto.lib' 2025-01-24T01:15:06.5208348Z adding 'torch/lib/libprotobuf-lite.lib' 2025-01-24T01:15:07.3869742Z adding 'torch/lib/libprotobuf.lib' 2025-01-24T01:15:08.3894644Z adding 'torch/lib/libprotoc.lib' 2025-01-24T01:15:08.5736442Z adding 'torch/lib/microkernels-prod.lib' 2025-01-24T01:15:08.5878902Z adding 'torch/lib/pthreadpool.lib' 2025-01-24T01:15:08.5892267Z adding 'torch/lib/shm.dll' 2025-01-24T01:15:08.5896701Z adding 'torch/lib/shm.lib' 2025-01-24T01:15:08.9513005Z adding 'torch/lib/sleef.lib' 2025-01-24T01:15:08.9721818Z adding 'torch/lib/torch.dll' 2025-01-24T01:15:08.9725971Z adding 'torch/lib/torch.lib' 2025-01-24T01:15:14.6977933Z adding 'torch/lib/torch_cpu.dll' 2025-01-24T01:15:15.5223234Z adding 'torch/lib/torch_cpu.lib' 2025-01-24T01:15:28.5248005Z adding 'torch/lib/torch_cuda.dll' 2025-01-24T01:15:29.0164343Z adding 'torch/lib/torch_cuda.lib' 2025-01-24T01:15:29.0214028Z adding 'torch/lib/torch_global_deps.dll' 2025-01-24T01:15:29.7304476Z adding 'torch/lib/torch_python.dll' 2025-01-24T01:15:29.7742814Z adding 'torch/lib/torch_python.lib' 2025-01-24T01:15:29.7958302Z adding 'torch/lib/torchbind_test.dll' 2025-01-24T01:15:29.7978897Z adding 'torch/lib/torchbind_test.lib' 2025-01-24T01:15:29.8016067Z adding 'torch/linalg/__init__.py' 2025-01-24T01:15:29.8023024Z adding 'torch/masked/__init__.py' 2025-01-24T01:15:29.8030699Z adding 'torch/masked/_docs.py' 2025-01-24T01:15:29.8052829Z adding 'torch/masked/_ops.py' 2025-01-24T01:15:29.8058472Z adding 'torch/masked/maskedtensor/__init__.py' 2025-01-24T01:15:29.8064874Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2025-01-24T01:15:29.8069730Z adding 'torch/masked/maskedtensor/binary.py' 2025-01-24T01:15:29.8076051Z adding 'torch/masked/maskedtensor/core.py' 2025-01-24T01:15:29.8079697Z adding 'torch/masked/maskedtensor/creation.py' 2025-01-24T01:15:29.8083001Z adding 'torch/masked/maskedtensor/passthrough.py' 2025-01-24T01:15:29.8087264Z adding 'torch/masked/maskedtensor/reductions.py' 2025-01-24T01:15:29.8091462Z adding 'torch/masked/maskedtensor/unary.py' 2025-01-24T01:15:29.8095523Z adding 'torch/monitor/__init__.py' 2025-01-24T01:15:29.8100922Z adding 'torch/mps/__init__.py' 2025-01-24T01:15:29.8104593Z adding 'torch/mps/event.py' 2025-01-24T01:15:29.8108432Z adding 'torch/mps/profiler.py' 2025-01-24T01:15:29.8115270Z adding 'torch/mtia/__init__.py' 2025-01-24T01:15:29.8119016Z adding 'torch/mtia/_utils.py' 2025-01-24T01:15:29.8122425Z adding 'torch/mtia/memory.py' 2025-01-24T01:15:29.8127103Z adding 'torch/multiprocessing/__init__.py' 2025-01-24T01:15:29.8130426Z adding 'torch/multiprocessing/_atfork.py' 2025-01-24T01:15:29.8133827Z adding 'torch/multiprocessing/pool.py' 2025-01-24T01:15:29.8137277Z adding 'torch/multiprocessing/queue.py' 2025-01-24T01:15:29.8146291Z adding 'torch/multiprocessing/reductions.py' 2025-01-24T01:15:29.8153499Z adding 'torch/multiprocessing/spawn.py' 2025-01-24T01:15:29.8163130Z adding 'torch/nested/__init__.py' 2025-01-24T01:15:29.8167503Z adding 'torch/nested/_internal/__init__.py' 2025-01-24T01:15:29.8171112Z adding 'torch/nested/_internal/nested_int.py' 2025-01-24T01:15:29.8180820Z adding 'torch/nested/_internal/nested_tensor.py' 2025-01-24T01:15:29.8209368Z adding 'torch/nested/_internal/ops.py' 2025-01-24T01:15:29.8223042Z adding 'torch/nested/_internal/sdpa.py' 2025-01-24T01:15:29.8229032Z adding 'torch/nn/__init__.py' 2025-01-24T01:15:29.8237349Z adding 'torch/nn/_reduction.py' 2025-01-24T01:15:29.8240722Z adding 'torch/nn/common_types.py' 2025-01-24T01:15:29.8244305Z adding 'torch/nn/cpp.py' 2025-01-24T01:15:29.8314700Z adding 'torch/nn/functional.py' 2025-01-24T01:15:29.8326623Z adding 'torch/nn/functional.pyi' 2025-01-24T01:15:29.8331201Z adding 'torch/nn/grad.py' 2025-01-24T01:15:29.8339475Z adding 'torch/nn/init.py' 2025-01-24T01:15:29.8345388Z adding 'torch/nn/parameter.py' 2025-01-24T01:15:29.8349033Z adding 'torch/nn/parameter.pyi' 2025-01-24T01:15:29.8354365Z adding 'torch/nn/attention/__init__.py' 2025-01-24T01:15:29.8358095Z adding 'torch/nn/attention/_utils.py' 2025-01-24T01:15:29.8363992Z adding 'torch/nn/attention/bias.py' 2025-01-24T01:15:29.8383369Z adding 'torch/nn/attention/flex_attention.py' 2025-01-24T01:15:29.8388510Z adding 'torch/nn/attention/experimental/__init__.py' 2025-01-24T01:15:29.8394067Z adding 'torch/nn/attention/experimental/_paged_attention.py' 2025-01-24T01:15:29.8397931Z adding 'torch/nn/backends/__init__.py' 2025-01-24T01:15:29.8400750Z adding 'torch/nn/backends/thnn.py' 2025-01-24T01:15:29.8404559Z adding 'torch/nn/intrinsic/__init__.py' 2025-01-24T01:15:29.8408289Z adding 'torch/nn/intrinsic/modules/__init__.py' 2025-01-24T01:15:29.8411235Z adding 'torch/nn/intrinsic/modules/fused.py' 2025-01-24T01:15:29.8414789Z adding 'torch/nn/intrinsic/qat/__init__.py' 2025-01-24T01:15:29.8418559Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2025-01-24T01:15:29.8421933Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2025-01-24T01:15:29.8424956Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2025-01-24T01:15:29.8427933Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2025-01-24T01:15:29.8431640Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2025-01-24T01:15:29.8435320Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2025-01-24T01:15:29.8438988Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-01-24T01:15:29.8441824Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-01-24T01:15:29.8445451Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2025-01-24T01:15:29.8448284Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2025-01-24T01:15:29.8451077Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2025-01-24T01:15:29.8453835Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2025-01-24T01:15:29.8459088Z adding 'torch/nn/modules/__init__.py' 2025-01-24T01:15:29.8464896Z adding 'torch/nn/modules/_functions.py' 2025-01-24T01:15:29.8481763Z adding 'torch/nn/modules/activation.py' 2025-01-24T01:15:29.8489037Z adding 'torch/nn/modules/adaptive.py' 2025-01-24T01:15:29.8499431Z adding 'torch/nn/modules/batchnorm.py' 2025-01-24T01:15:29.8503621Z adding 'torch/nn/modules/channelshuffle.py' 2025-01-24T01:15:29.8515088Z adding 'torch/nn/modules/container.py' 2025-01-24T01:15:29.8532002Z adding 'torch/nn/modules/conv.py' 2025-01-24T01:15:29.8537469Z adding 'torch/nn/modules/distance.py' 2025-01-24T01:15:29.8542440Z adding 'torch/nn/modules/dropout.py' 2025-01-24T01:15:29.8547110Z adding 'torch/nn/modules/flatten.py' 2025-01-24T01:15:29.8552901Z adding 'torch/nn/modules/fold.py' 2025-01-24T01:15:29.8559411Z adding 'torch/nn/modules/instancenorm.py' 2025-01-24T01:15:29.8565969Z adding 'torch/nn/modules/lazy.py' 2025-01-24T01:15:29.8571359Z adding 'torch/nn/modules/linear.py' 2025-01-24T01:15:29.8597115Z adding 'torch/nn/modules/loss.py' 2025-01-24T01:15:29.8639420Z adding 'torch/nn/modules/module.py' 2025-01-24T01:15:29.8648300Z adding 'torch/nn/modules/normalization.py' 2025-01-24T01:15:29.8654986Z adding 'torch/nn/modules/padding.py' 2025-01-24T01:15:29.8659444Z adding 'torch/nn/modules/pixelshuffle.py' 2025-01-24T01:15:29.8680040Z adding 'torch/nn/modules/pooling.py' 2025-01-24T01:15:29.8700085Z adding 'torch/nn/modules/rnn.py' 2025-01-24T01:15:29.8709381Z adding 'torch/nn/modules/sparse.py' 2025-01-24T01:15:29.8724834Z adding 'torch/nn/modules/transformer.py' 2025-01-24T01:15:29.8731379Z adding 'torch/nn/modules/upsampling.py' 2025-01-24T01:15:29.8735479Z adding 'torch/nn/modules/utils.py' 2025-01-24T01:15:29.8739679Z adding 'torch/nn/parallel/__init__.py' 2025-01-24T01:15:29.8743787Z adding 'torch/nn/parallel/_functions.py' 2025-01-24T01:15:29.8749546Z adding 'torch/nn/parallel/comm.py' 2025-01-24T01:15:29.8755675Z adding 'torch/nn/parallel/data_parallel.py' 2025-01-24T01:15:29.8797298Z adding 'torch/nn/parallel/distributed.py' 2025-01-24T01:15:29.8803981Z adding 'torch/nn/parallel/parallel_apply.py' 2025-01-24T01:15:29.8808627Z adding 'torch/nn/parallel/replicate.py' 2025-01-24T01:15:29.8812983Z adding 'torch/nn/parallel/scatter_gather.py' 2025-01-24T01:15:29.8816865Z adding 'torch/nn/qat/__init__.py' 2025-01-24T01:15:29.8820499Z adding 'torch/nn/qat/dynamic/__init__.py' 2025-01-24T01:15:29.8824062Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2025-01-24T01:15:29.8827106Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2025-01-24T01:15:29.8830876Z adding 'torch/nn/qat/modules/__init__.py' 2025-01-24T01:15:29.8833821Z adding 'torch/nn/qat/modules/conv.py' 2025-01-24T01:15:29.8836818Z adding 'torch/nn/qat/modules/embedding_ops.py' 2025-01-24T01:15:29.8840243Z adding 'torch/nn/qat/modules/linear.py' 2025-01-24T01:15:29.8847213Z adding 'torch/nn/quantizable/__init__.py' 2025-01-24T01:15:29.8852152Z adding 'torch/nn/quantizable/modules/__init__.py' 2025-01-24T01:15:29.8855137Z adding 'torch/nn/quantizable/modules/activation.py' 2025-01-24T01:15:29.8858357Z adding 'torch/nn/quantizable/modules/rnn.py' 2025-01-24T01:15:29.8863722Z adding 'torch/nn/quantized/__init__.py' 2025-01-24T01:15:29.8866862Z adding 'torch/nn/quantized/functional.py' 2025-01-24T01:15:29.8870456Z adding 'torch/nn/quantized/_reference/__init__.py' 2025-01-24T01:15:29.8874492Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2025-01-24T01:15:29.8877623Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2025-01-24T01:15:29.8880704Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2025-01-24T01:15:29.8883680Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2025-01-24T01:15:29.8886767Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2025-01-24T01:15:29.8889893Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2025-01-24T01:15:29.8893389Z adding 'torch/nn/quantized/dynamic/__init__.py' 2025-01-24T01:15:29.8897316Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2025-01-24T01:15:29.8900434Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2025-01-24T01:15:29.8903446Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2025-01-24T01:15:29.8906572Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2025-01-24T01:15:29.8910929Z adding 'torch/nn/quantized/modules/__init__.py' 2025-01-24T01:15:29.8914052Z adding 'torch/nn/quantized/modules/activation.py' 2025-01-24T01:15:29.8917061Z adding 'torch/nn/quantized/modules/batchnorm.py' 2025-01-24T01:15:29.8920136Z adding 'torch/nn/quantized/modules/conv.py' 2025-01-24T01:15:29.8923194Z adding 'torch/nn/quantized/modules/dropout.py' 2025-01-24T01:15:29.8926201Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2025-01-24T01:15:29.8929254Z adding 'torch/nn/quantized/modules/functional_modules.py' 2025-01-24T01:15:29.8932239Z adding 'torch/nn/quantized/modules/linear.py' 2025-01-24T01:15:29.8935281Z adding 'torch/nn/quantized/modules/normalization.py' 2025-01-24T01:15:29.8938197Z adding 'torch/nn/quantized/modules/rnn.py' 2025-01-24T01:15:29.8941234Z adding 'torch/nn/quantized/modules/utils.py' 2025-01-24T01:15:29.8945354Z adding 'torch/nn/utils/__init__.py' 2025-01-24T01:15:29.8948902Z adding 'torch/nn/utils/_deprecation_utils.py' 2025-01-24T01:15:29.8955006Z adding 'torch/nn/utils/_named_member_accessor.py' 2025-01-24T01:15:29.8959767Z adding 'torch/nn/utils/_per_sample_grad.py' 2025-01-24T01:15:29.8967612Z adding 'torch/nn/utils/clip_grad.py' 2025-01-24T01:15:29.8971784Z adding 'torch/nn/utils/convert_parameters.py' 2025-01-24T01:15:29.8977452Z adding 'torch/nn/utils/fusion.py' 2025-01-24T01:15:29.8982531Z adding 'torch/nn/utils/init.py' 2025-01-24T01:15:29.8988367Z adding 'torch/nn/utils/memory_format.py' 2025-01-24T01:15:29.9002757Z adding 'torch/nn/utils/parametrizations.py' 2025-01-24T01:15:29.9018746Z adding 'torch/nn/utils/parametrize.py' 2025-01-24T01:15:29.9041045Z adding 'torch/nn/utils/prune.py' 2025-01-24T01:15:29.9053410Z adding 'torch/nn/utils/rnn.py' 2025-01-24T01:15:29.9063154Z adding 'torch/nn/utils/spectral_norm.py' 2025-01-24T01:15:29.9070574Z adding 'torch/nn/utils/stateless.py' 2025-01-24T01:15:29.9095861Z adding 'torch/nn/utils/weight_norm.py' 2025-01-24T01:15:29.9101292Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2025-01-24T01:15:29.9110084Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2025-01-24T01:15:29.9117437Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2025-01-24T01:15:29.9123066Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2025-01-24T01:15:29.9129109Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2025-01-24T01:15:29.9135612Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2025-01-24T01:15:29.9139628Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2025-01-24T01:15:29.9145094Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2025-01-24T01:15:29.9149286Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2025-01-24T01:15:29.9152961Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2025-01-24T01:15:29.9163994Z adding 'torch/onnx/__init__.py' 2025-01-24T01:15:29.9167727Z adding 'torch/onnx/_constants.py' 2025-01-24T01:15:29.9171253Z adding 'torch/onnx/_deprecation.py' 2025-01-24T01:15:29.9180916Z adding 'torch/onnx/_experimental.py' 2025-01-24T01:15:29.9181333Z adding 'torch/onnx/_exporter_states.py' 2025-01-24T01:15:29.9181635Z adding 'torch/onnx/_flags.py' 2025-01-24T01:15:29.9184314Z adding 'torch/onnx/_globals.py' 2025-01-24T01:15:29.9188043Z adding 'torch/onnx/_onnx_supported_ops.py' 2025-01-24T01:15:29.9195220Z adding 'torch/onnx/_type_utils.py' 2025-01-24T01:15:29.9199326Z adding 'torch/onnx/errors.py' 2025-01-24T01:15:29.9202662Z adding 'torch/onnx/operators.py' 2025-01-24T01:15:29.9207733Z adding 'torch/onnx/symbolic_caffe2.py' 2025-01-24T01:15:29.9236705Z adding 'torch/onnx/symbolic_helper.py' 2025-01-24T01:15:29.9250396Z adding 'torch/onnx/symbolic_opset10.py' 2025-01-24T01:15:29.9268200Z adding 'torch/onnx/symbolic_opset11.py' 2025-01-24T01:15:29.9275557Z adding 'torch/onnx/symbolic_opset12.py' 2025-01-24T01:15:29.9288399Z adding 'torch/onnx/symbolic_opset13.py' 2025-01-24T01:15:29.9294576Z adding 'torch/onnx/symbolic_opset14.py' 2025-01-24T01:15:29.9298461Z adding 'torch/onnx/symbolic_opset15.py' 2025-01-24T01:15:29.9302980Z adding 'torch/onnx/symbolic_opset16.py' 2025-01-24T01:15:29.9308156Z adding 'torch/onnx/symbolic_opset17.py' 2025-01-24T01:15:29.9312958Z adding 'torch/onnx/symbolic_opset18.py' 2025-01-24T01:15:29.9316283Z adding 'torch/onnx/symbolic_opset19.py' 2025-01-24T01:15:29.9319761Z adding 'torch/onnx/symbolic_opset20.py' 2025-01-24T01:15:29.9323135Z adding 'torch/onnx/symbolic_opset7.py' 2025-01-24T01:15:29.9329197Z adding 'torch/onnx/symbolic_opset8.py' 2025-01-24T01:15:29.9440616Z adding 'torch/onnx/symbolic_opset9.py' 2025-01-24T01:15:29.9475821Z adding 'torch/onnx/utils.py' 2025-01-24T01:15:29.9504207Z adding 'torch/onnx/verification.py' 2025-01-24T01:15:29.9509914Z adding 'torch/onnx/_internal/__init__.py' 2025-01-24T01:15:29.9522517Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2025-01-24T01:15:29.9526645Z adding 'torch/onnx/_internal/_lazy_import.py' 2025-01-24T01:15:29.9534547Z adding 'torch/onnx/_internal/io_adapter.py' 2025-01-24T01:15:29.9542708Z adding 'torch/onnx/_internal/jit_utils.py' 2025-01-24T01:15:29.9548370Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2025-01-24T01:15:29.9568008Z adding 'torch/onnx/_internal/onnxruntime.py' 2025-01-24T01:15:29.9574939Z adding 'torch/onnx/_internal/registration.py' 2025-01-24T01:15:29.9579196Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2025-01-24T01:15:29.9583956Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2025-01-24T01:15:29.9594364Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2025-01-24T01:15:29.9599296Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2025-01-24T01:15:29.9604890Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2025-01-24T01:15:29.9612113Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2025-01-24T01:15:29.9616717Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2025-01-24T01:15:29.9620622Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2025-01-24T01:15:29.9624263Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2025-01-24T01:15:29.9629801Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2025-01-24T01:15:29.9633217Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2025-01-24T01:15:29.9638092Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2025-01-24T01:15:29.9641546Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2025-01-24T01:15:29.9646171Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2025-01-24T01:15:29.9650673Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2025-01-24T01:15:29.9654136Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2025-01-24T01:15:29.9658556Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2025-01-24T01:15:29.9663067Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2025-01-24T01:15:29.9667672Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2025-01-24T01:15:29.9671011Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2025-01-24T01:15:29.9675620Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2025-01-24T01:15:29.9680079Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2025-01-24T01:15:29.9684713Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2025-01-24T01:15:29.9688580Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2025-01-24T01:15:29.9693353Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2025-01-24T01:15:29.9697832Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2025-01-24T01:15:29.9701253Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2025-01-24T01:15:29.9705979Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2025-01-24T01:15:29.9711705Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2025-01-24T01:15:29.9719145Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2025-01-24T01:15:29.9723313Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2025-01-24T01:15:29.9727775Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2025-01-24T01:15:29.9734313Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2025-01-24T01:15:29.9740939Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2025-01-24T01:15:29.9744194Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2025-01-24T01:15:29.9749778Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2025-01-24T01:15:29.9758627Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2025-01-24T01:15:29.9764280Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2025-01-24T01:15:29.9767662Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2025-01-24T01:15:29.9775784Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2025-01-24T01:15:29.9781651Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2025-01-24T01:15:29.9787661Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2025-01-24T01:15:29.9791363Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2025-01-24T01:15:29.9797832Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2025-01-24T01:15:29.9804042Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2025-01-24T01:15:29.9809393Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2025-01-24T01:15:29.9813058Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2025-01-24T01:15:29.9818605Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2025-01-24T01:15:29.9823703Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2025-01-24T01:15:29.9828579Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2025-01-24T01:15:29.9831983Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2025-01-24T01:15:29.9835131Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2025-01-24T01:15:29.9839962Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2025-01-24T01:15:29.9843359Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2025-01-24T01:15:29.9846658Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2025-01-24T01:15:29.9850314Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2025-01-24T01:15:29.9854758Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2025-01-24T01:15:29.9858760Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2025-01-24T01:15:29.9862188Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2025-01-24T01:15:29.9866341Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2025-01-24T01:15:29.9869819Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2025-01-24T01:15:29.9873082Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2025-01-24T01:15:29.9876364Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2025-01-24T01:15:29.9879353Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2025-01-24T01:15:29.9883316Z adding 'torch/onnx/_internal/exporter/__init__.py' 2025-01-24T01:15:29.9888257Z adding 'torch/onnx/_internal/exporter/_analysis.py' 2025-01-24T01:15:29.9899014Z adding 'torch/onnx/_internal/exporter/_building.py' 2025-01-24T01:15:29.9905074Z adding 'torch/onnx/_internal/exporter/_capture_strategies.py' 2025-01-24T01:15:29.9912092Z adding 'torch/onnx/_internal/exporter/_compat.py' 2025-01-24T01:15:29.9934581Z adding 'torch/onnx/_internal/exporter/_core.py' 2025-01-24T01:15:29.9939769Z adding 'torch/onnx/_internal/exporter/_decomp.py' 2025-01-24T01:15:29.9946039Z adding 'torch/onnx/_internal/exporter/_dispatching.py' 2025-01-24T01:15:29.9949637Z adding 'torch/onnx/_internal/exporter/_errors.py' 2025-01-24T01:15:29.9953017Z adding 'torch/onnx/_internal/exporter/_fx_passes.py' 2025-01-24T01:15:29.9956856Z adding 'torch/onnx/_internal/exporter/_ir_passes.py' 2025-01-24T01:15:29.9960787Z adding 'torch/onnx/_internal/exporter/_isolated.py' 2025-01-24T01:15:29.9966984Z adding 'torch/onnx/_internal/exporter/_onnx_program.py' 2025-01-24T01:15:29.9972724Z adding 'torch/onnx/_internal/exporter/_registration.py' 2025-01-24T01:15:29.9977473Z adding 'torch/onnx/_internal/exporter/_reporting.py' 2025-01-24T01:15:29.9985816Z adding 'torch/onnx/_internal/exporter/_schemas.py' 2025-01-24T01:15:29.9989859Z adding 'torch/onnx/_internal/exporter/_tensors.py' 2025-01-24T01:15:29.9993543Z adding 'torch/onnx/_internal/exporter/_testing.py' 2025-01-24T01:15:29.9997575Z adding 'torch/onnx/_internal/exporter/_verification.py' 2025-01-24T01:15:30.0001347Z adding 'torch/onnx/_internal/exporter/_torchlib/__init__.py' 2025-01-24T01:15:30.0004592Z adding 'torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py' 2025-01-24T01:15:30.0008368Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/__init__.py' 2025-01-24T01:15:30.0011994Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/hop.py' 2025-01-24T01:15:30.0015926Z adding 'torch/onnx/_internal/fx/__init__.py' 2025-01-24T01:15:30.0023340Z adding 'torch/onnx/_internal/fx/_pass.py' 2025-01-24T01:15:30.0028473Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2025-01-24T01:15:30.0032894Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2025-01-24T01:15:30.0038017Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2025-01-24T01:15:30.0043279Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2025-01-24T01:15:30.0056090Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2025-01-24T01:15:30.0062635Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2025-01-24T01:15:30.0075946Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2025-01-24T01:15:30.0082480Z adding 'torch/onnx/_internal/fx/patcher.py' 2025-01-24T01:15:30.0086385Z adding 'torch/onnx/_internal/fx/registration.py' 2025-01-24T01:15:30.0092413Z adding 'torch/onnx/_internal/fx/serialization.py' 2025-01-24T01:15:30.0097428Z adding 'torch/onnx/_internal/fx/type_utils.py' 2025-01-24T01:15:30.0101380Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2025-01-24T01:15:30.0105071Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2025-01-24T01:15:30.0109416Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2025-01-24T01:15:30.0113356Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2025-01-24T01:15:30.0117349Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2025-01-24T01:15:30.0122064Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2025-01-24T01:15:30.0135337Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2025-01-24T01:15:30.0140651Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2025-01-24T01:15:30.0157374Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2025-01-24T01:15:30.0162754Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2025-01-24T01:15:30.0167187Z adding 'torch/optim/__init__.py' 2025-01-24T01:15:30.0176720Z adding 'torch/optim/_adafactor.py' 2025-01-24T01:15:30.0182521Z adding 'torch/optim/_functional.py' 2025-01-24T01:15:30.0191521Z adding 'torch/optim/adadelta.py' 2025-01-24T01:15:30.0201013Z adding 'torch/optim/adagrad.py' 2025-01-24T01:15:30.0250124Z adding 'torch/optim/adam.py' 2025-01-24T01:15:30.0457847Z adding 'torch/optim/adamax.py' 2025-01-24T01:15:30.0463574Z adding 'torch/optim/adamw.py' 2025-01-24T01:15:30.0470686Z adding 'torch/optim/asgd.py' 2025-01-24T01:15:30.0478566Z adding 'torch/optim/lbfgs.py' 2025-01-24T01:15:30.0502589Z adding 'torch/optim/lr_scheduler.py' 2025-01-24T01:15:30.0513415Z adding 'torch/optim/nadam.py' 2025-01-24T01:15:30.0532352Z adding 'torch/optim/optimizer.py' 2025-01-24T01:15:30.0544270Z adding 'torch/optim/radam.py' 2025-01-24T01:15:30.0554740Z adding 'torch/optim/rmsprop.py' 2025-01-24T01:15:30.0565407Z adding 'torch/optim/rprop.py' 2025-01-24T01:15:30.0575428Z adding 'torch/optim/sgd.py' 2025-01-24T01:15:30.0582340Z adding 'torch/optim/sparse_adam.py' 2025-01-24T01:15:30.0591576Z adding 'torch/optim/swa_utils.py' 2025-01-24T01:15:30.0598523Z adding 'torch/optim/_multi_tensor/__init__.py' 2025-01-24T01:15:30.0601768Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2025-01-24T01:15:30.0607160Z adding 'torch/package/__init__.py' 2025-01-24T01:15:30.0612592Z adding 'torch/package/_digraph.py' 2025-01-24T01:15:30.0617543Z adding 'torch/package/_directory_reader.py' 2025-01-24T01:15:30.0622619Z adding 'torch/package/_importlib.py' 2025-01-24T01:15:30.0626339Z adding 'torch/package/_mangling.py' 2025-01-24T01:15:30.0631320Z adding 'torch/package/_mock.py' 2025-01-24T01:15:30.0636827Z adding 'torch/package/_package_pickler.py' 2025-01-24T01:15:30.0641529Z adding 'torch/package/_package_unpickler.py' 2025-01-24T01:15:30.0646992Z adding 'torch/package/_stdlib.py' 2025-01-24T01:15:30.0652741Z adding 'torch/package/file_structure_representation.py' 2025-01-24T01:15:30.0658006Z adding 'torch/package/find_file_dependencies.py' 2025-01-24T01:15:30.0662036Z adding 'torch/package/glob_group.py' 2025-01-24T01:15:30.0669902Z adding 'torch/package/importer.py' 2025-01-24T01:15:30.0690939Z adding 'torch/package/package_exporter.py' 2025-01-24T01:15:30.0708127Z adding 'torch/package/package_importer.py' 2025-01-24T01:15:30.0713779Z adding 'torch/package/analyze/__init__.py' 2025-01-24T01:15:30.0737630Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2025-01-24T01:15:30.0742155Z adding 'torch/package/analyze/is_from_package.py' 2025-01-24T01:15:30.0745749Z adding 'torch/package/analyze/trace_dependencies.py' 2025-01-24T01:15:30.0751650Z adding 'torch/profiler/__init__.py' 2025-01-24T01:15:30.0773722Z adding 'torch/profiler/_memory_profiler.py' 2025-01-24T01:15:30.0783445Z adding 'torch/profiler/_pattern_matcher.py' 2025-01-24T01:15:30.0792043Z adding 'torch/profiler/_utils.py' 2025-01-24T01:15:30.0795896Z adding 'torch/profiler/itt.py' 2025-01-24T01:15:30.0810667Z adding 'torch/profiler/profiler.py' 2025-01-24T01:15:30.0814851Z adding 'torch/profiler/python_tracer.py' 2025-01-24T01:15:30.0820808Z adding 'torch/quantization/__init__.py' 2025-01-24T01:15:30.0824053Z adding 'torch/quantization/_numeric_suite.py' 2025-01-24T01:15:30.0827267Z adding 'torch/quantization/_numeric_suite_fx.py' 2025-01-24T01:15:30.0831508Z adding 'torch/quantization/_quantized_conversions.py' 2025-01-24T01:15:30.0834595Z adding 'torch/quantization/fake_quantize.py' 2025-01-24T01:15:30.0837691Z adding 'torch/quantization/fuse_modules.py' 2025-01-24T01:15:30.0840766Z adding 'torch/quantization/fuser_method_mappings.py' 2025-01-24T01:15:30.0843828Z adding 'torch/quantization/observer.py' 2025-01-24T01:15:30.0846868Z adding 'torch/quantization/qconfig.py' 2025-01-24T01:15:30.0849842Z adding 'torch/quantization/quant_type.py' 2025-01-24T01:15:30.0853014Z adding 'torch/quantization/quantization_mappings.py' 2025-01-24T01:15:30.0856016Z adding 'torch/quantization/quantize.py' 2025-01-24T01:15:30.0864374Z adding 'torch/quantization/quantize_fx.py' 2025-01-24T01:15:30.0864774Z adding 'torch/quantization/quantize_jit.py' 2025-01-24T01:15:30.0868010Z adding 'torch/quantization/stubs.py' 2025-01-24T01:15:30.0871024Z adding 'torch/quantization/utils.py' 2025-01-24T01:15:30.0876678Z adding 'torch/quantization/fx/__init__.py' 2025-01-24T01:15:30.0879678Z adding 'torch/quantization/fx/_equalize.py' 2025-01-24T01:15:30.0882712Z adding 'torch/quantization/fx/convert.py' 2025-01-24T01:15:30.0886433Z adding 'torch/quantization/fx/fuse.py' 2025-01-24T01:15:30.0889229Z adding 'torch/quantization/fx/fusion_patterns.py' 2025-01-24T01:15:30.0892364Z adding 'torch/quantization/fx/graph_module.py' 2025-01-24T01:15:30.0895456Z adding 'torch/quantization/fx/match_utils.py' 2025-01-24T01:15:30.0898681Z adding 'torch/quantization/fx/pattern_utils.py' 2025-01-24T01:15:30.0901697Z adding 'torch/quantization/fx/prepare.py' 2025-01-24T01:15:30.0904902Z adding 'torch/quantization/fx/quantization_patterns.py' 2025-01-24T01:15:30.0908048Z adding 'torch/quantization/fx/quantization_types.py' 2025-01-24T01:15:30.0911095Z adding 'torch/quantization/fx/utils.py' 2025-01-24T01:15:30.0916059Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2025-01-24T01:15:30.0921026Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2025-01-24T01:15:30.0924576Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2025-01-24T01:15:30.0928791Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2025-01-24T01:15:30.0942004Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2025-01-24T01:15:30.0946567Z adding 'torch/share/cmake/Caffe2/FindCUDSS.cmake' 2025-01-24T01:15:30.0950309Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2025-01-24T01:15:30.0954350Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2025-01-24T01:15:30.0958528Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2025-01-24T01:15:30.0962230Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2025-01-24T01:15:30.0966660Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2025-01-24T01:15:30.1003676Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2025-01-24T01:15:30.1013819Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2025-01-24T01:15:30.1018799Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2025-01-24T01:15:30.1025068Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2025-01-24T01:15:30.1030619Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2025-01-24T01:15:30.1039056Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2025-01-24T01:15:30.1046114Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2025-01-24T01:15:30.1053388Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2025-01-24T01:15:30.1062280Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2025-01-24T01:15:30.1066566Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2025-01-24T01:15:30.1071580Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2025-01-24T01:15:30.1076244Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2025-01-24T01:15:30.1080784Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2025-01-24T01:15:30.1084419Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2025-01-24T01:15:30.1094990Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2025-01-24T01:15:30.1100219Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2025-01-24T01:15:30.1106572Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2025-01-24T01:15:30.1111241Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2025-01-24T01:15:30.1116091Z adding 'torch/signal/__init__.py' 2025-01-24T01:15:30.1119963Z adding 'torch/signal/windows/__init__.py' 2025-01-24T01:15:30.1129322Z adding 'torch/signal/windows/windows.py' 2025-01-24T01:15:30.1142589Z adding 'torch/sparse/__init__.py' 2025-01-24T01:15:30.1152310Z adding 'torch/sparse/_semi_structured_conversions.py' 2025-01-24T01:15:30.1158221Z adding 'torch/sparse/_semi_structured_ops.py' 2025-01-24T01:15:30.1187918Z adding 'torch/sparse/_triton_ops.py' 2025-01-24T01:15:30.1329816Z adding 'torch/sparse/_triton_ops_meta.py' 2025-01-24T01:15:30.1349872Z adding 'torch/sparse/semi_structured.py' 2025-01-24T01:15:30.1360004Z adding 'torch/special/__init__.py' 2025-01-24T01:15:30.1558298Z adding 'torch/test/CppSignature_test.exe' 2025-01-24T01:15:30.1857922Z adding 'torch/test/Dict_test.exe' 2025-01-24T01:15:30.2043611Z adding 'torch/test/Dimname_test.exe' 2025-01-24T01:15:30.2315966Z adding 'torch/test/IListRef_test.exe' 2025-01-24T01:15:30.2563777Z adding 'torch/test/KernelFunction_test.exe' 2025-01-24T01:15:30.2962490Z adding 'torch/test/List_test.exe' 2025-01-24T01:15:30.3267658Z adding 'torch/test/MaybeOwned_test.exe' 2025-01-24T01:15:30.3501363Z adding 'torch/test/NamedTensor_test.exe' 2025-01-24T01:15:30.3723868Z adding 'torch/test/StorageUtils_test.exe' 2025-01-24T01:15:30.3976311Z adding 'torch/test/apply_utils_test.exe' 2025-01-24T01:15:30.4234099Z adding 'torch/test/atest.exe' 2025-01-24T01:15:30.4467720Z adding 'torch/test/backend_fallback_test.exe' 2025-01-24T01:15:30.4739700Z adding 'torch/test/basic.exe' 2025-01-24T01:15:30.4982711Z adding 'torch/test/broadcast_test.exe' 2025-01-24T01:15:30.5181450Z adding 'torch/test/c10_ArrayRef_test.exe' 2025-01-24T01:15:30.5371869Z adding 'torch/test/c10_Bitset_test.exe' 2025-01-24T01:15:30.5533233Z adding 'torch/test/c10_CompileTimeFunctionPointer_test.exe' 2025-01-24T01:15:30.5698610Z adding 'torch/test/c10_ConstexprCrc_test.exe' 2025-01-24T01:15:30.5904651Z adding 'torch/test/c10_DeadlockDetection_test.exe' 2025-01-24T01:15:30.6082847Z adding 'torch/test/c10_DeviceGuard_test.exe' 2025-01-24T01:15:30.6307531Z adding 'torch/test/c10_Device_test.exe' 2025-01-24T01:15:30.6510766Z adding 'torch/test/c10_DispatchKeySet_test.exe' 2025-01-24T01:15:30.6705359Z adding 'torch/test/c10_Half_test.exe' 2025-01-24T01:15:30.6922523Z adding 'torch/test/c10_InlineDeviceGuard_test.exe' 2025-01-24T01:15:30.7124361Z adding 'torch/test/c10_InlineStreamGuard_test.exe' 2025-01-24T01:15:30.7358525Z adding 'torch/test/c10_LeftRight_test.exe' 2025-01-24T01:15:30.7542961Z adding 'torch/test/c10_Metaprogramming_test.exe' 2025-01-24T01:15:30.7754909Z adding 'torch/test/c10_NetworkFlow_test.exe' 2025-01-24T01:15:30.7949696Z adding 'torch/test/c10_Scalar_test.exe' 2025-01-24T01:15:30.8156892Z adding 'torch/test/c10_SizesAndStrides_test.exe' 2025-01-24T01:15:30.8349756Z adding 'torch/test/c10_StreamGuard_test.exe' 2025-01-24T01:15:30.8540094Z adding 'torch/test/c10_SymInt_test.exe' 2025-01-24T01:15:30.8739185Z adding 'torch/test/c10_Synchronized_test.exe' 2025-01-24T01:15:30.8939279Z adding 'torch/test/c10_ThreadLocal_test.exe' 2025-01-24T01:15:30.9157679Z adding 'torch/test/c10_TypeIndex_test.exe' 2025-01-24T01:15:30.9319385Z adding 'torch/test/c10_TypeList_test.exe' 2025-01-24T01:15:30.9521346Z adding 'torch/test/c10_TypeTraits_test.exe' 2025-01-24T01:15:30.9701454Z adding 'torch/test/c10_accumulate_test.exe' 2025-01-24T01:15:30.9937081Z adding 'torch/test/c10_bfloat16_test.exe' 2025-01-24T01:15:31.0104448Z adding 'torch/test/c10_bit_cast_test.exe' 2025-01-24T01:15:31.0351457Z adding 'torch/test/c10_complex_math_test.exe' 2025-01-24T01:15:31.0564188Z adding 'torch/test/c10_complex_test.exe' 2025-01-24T01:15:31.0792949Z adding 'torch/test/c10_cow_test.exe' 2025-01-24T01:15:31.0965243Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_1_var_test.exe' 2025-01-24T01:15:31.1202668Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_catches_stream.exe' 2025-01-24T01:15:31.1361794Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device.exe' 2025-01-24T01:15:31.1520895Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_from_2_processes.exe' 2025-01-24T01:15:31.1680652Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.exe' 2025-01-24T01:15:31.1841815Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.exe' 2025-01-24T01:15:31.2003712Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block.exe' 2025-01-24T01:15:31.2161387Z adding 'torch/test/c10_cuda_CUDATest.exe' 2025-01-24T01:15:31.2329455Z adding 'torch/test/c10_error_test.exe' 2025-01-24T01:15:31.2510135Z adding 'torch/test/c10_exception_test.exe' 2025-01-24T01:15:31.2673253Z adding 'torch/test/c10_flags_test.exe' 2025-01-24T01:15:31.2842560Z adding 'torch/test/c10_generic_math_test.exe' 2025-01-24T01:15:31.2995056Z adding 'torch/test/c10_intrusive_ptr_benchmark.exe' 2025-01-24T01:15:31.3474371Z adding 'torch/test/c10_intrusive_ptr_test.exe' 2025-01-24T01:15:31.3680514Z adding 'torch/test/c10_irange_test.exe' 2025-01-24T01:15:31.3898937Z adding 'torch/test/c10_lazy_test.exe' 2025-01-24T01:15:31.4095902Z adding 'torch/test/c10_logging_test.exe' 2025-01-24T01:15:31.4386457Z adding 'torch/test/c10_optional_test.exe' 2025-01-24T01:15:31.4597313Z adding 'torch/test/c10_ordered_preserving_dict_test.exe' 2025-01-24T01:15:31.4805675Z adding 'torch/test/c10_registry_test.exe' 2025-01-24T01:15:31.5209603Z adding 'torch/test/c10_small_vector_test.exe' 2025-01-24T01:15:31.5428061Z adding 'torch/test/c10_ssize_test.exe' 2025-01-24T01:15:31.5646716Z adding 'torch/test/c10_string_util_test.exe' 2025-01-24T01:15:31.5811944Z adding 'torch/test/c10_string_view_test.exe' 2025-01-24T01:15:31.5973221Z adding 'torch/test/c10_tempfile_test.exe' 2025-01-24T01:15:31.6157353Z adding 'torch/test/c10_typeid_test.exe' 2025-01-24T01:15:31.6406649Z adding 'torch/test/cpu_allocator_test.exe' 2025-01-24T01:15:31.6629882Z adding 'torch/test/cpu_generator_test.exe' 2025-01-24T01:15:31.6887125Z adding 'torch/test/cpu_profiling_allocator_test.exe' 2025-01-24T01:15:31.7243340Z adding 'torch/test/cpu_rng_test.exe' 2025-01-24T01:15:31.7460340Z adding 'torch/test/cuda_allocatorTraceTracker_test.exe' 2025-01-24T01:15:31.7662777Z adding 'torch/test/cuda_allocator_test.exe' 2025-01-24T01:15:31.7864727Z adding 'torch/test/cuda_apply_test.exe' 2025-01-24T01:15:31.8080760Z adding 'torch/test/cuda_atomic_ops_test.exe' 2025-01-24T01:15:31.8336478Z adding 'torch/test/cuda_caching_host_allocator_test.exe' 2025-01-24T01:15:31.8575111Z adding 'torch/test/cuda_complex_math_test.exe' 2025-01-24T01:15:31.8801725Z adding 'torch/test/cuda_complex_test.exe' 2025-01-24T01:15:31.9045253Z adding 'torch/test/cuda_cub_test.exe' 2025-01-24T01:15:31.9288567Z adding 'torch/test/cuda_cudnn_test.exe' 2025-01-24T01:15:31.9452833Z adding 'torch/test/cuda_device_test.exe' 2025-01-24T01:15:31.9735523Z adding 'torch/test/cuda_distributions_test.exe' 2025-01-24T01:15:31.9938803Z adding 'torch/test/cuda_dlconvertor_test.exe' 2025-01-24T01:15:32.0154933Z adding 'torch/test/cuda_generator_test.exe' 2025-01-24T01:15:32.0354820Z adding 'torch/test/cuda_half_test.exe' 2025-01-24T01:15:32.0524123Z adding 'torch/test/cuda_integer_divider_test.exe' 2025-01-24T01:15:32.0718121Z adding 'torch/test/cuda_optional_test.exe' 2025-01-24T01:15:32.0920829Z adding 'torch/test/cuda_packedtensoraccessor_test.exe' 2025-01-24T01:15:32.1134444Z adding 'torch/test/cuda_reportMemoryUsage_test.exe' 2025-01-24T01:15:32.1339847Z adding 'torch/test/cuda_stream_test.exe' 2025-01-24T01:15:32.1554010Z adding 'torch/test/cuda_vectorized_test.exe' 2025-01-24T01:15:32.1758511Z adding 'torch/test/dispatch_key_set_test.exe' 2025-01-24T01:15:32.1954774Z adding 'torch/test/dlconvertor_test.exe' 2025-01-24T01:15:32.2174381Z adding 'torch/test/extension_backend_test.exe' 2025-01-24T01:15:32.2393286Z adding 'torch/test/half_test.exe' 2025-01-24T01:15:32.2625961Z adding 'torch/test/inline_container_test.exe' 2025-01-24T01:15:32.3031490Z adding 'torch/test/ivalue_test.exe' 2025-01-24T01:15:32.3487672Z adding 'torch/test/kernel_function_legacy_test.exe' 2025-01-24T01:15:32.3875157Z adding 'torch/test/kernel_function_test.exe' 2025-01-24T01:15:32.4353519Z adding 'torch/test/kernel_lambda_legacy_test.exe' 2025-01-24T01:15:32.4803492Z adding 'torch/test/kernel_lambda_test.exe' 2025-01-24T01:15:32.5046371Z adding 'torch/test/kernel_stackbased_test.exe' 2025-01-24T01:15:32.5244787Z adding 'torch/test/lazy_tensor_test.exe' 2025-01-24T01:15:32.5534452Z adding 'torch/test/legacy_vmap_test.exe' 2025-01-24T01:15:32.5879297Z adding 'torch/test/make_boxed_from_unboxed_functor_test.exe' 2025-01-24T01:15:32.6092229Z adding 'torch/test/math_kernel_test.exe' 2025-01-24T01:15:32.6297131Z adding 'torch/test/memory_format_test.exe' 2025-01-24T01:15:32.6503824Z adding 'torch/test/memory_overlapping_test.exe' 2025-01-24T01:15:32.6710548Z adding 'torch/test/mobile_memory_cleanup.exe' 2025-01-24T01:15:32.6936805Z adding 'torch/test/native_test.exe' 2025-01-24T01:15:32.7095007Z adding 'torch/test/op_allowlist_test.exe' 2025-01-24T01:15:32.7901713Z adding 'torch/test/op_registration_test.exe' 2025-01-24T01:15:32.8118348Z adding 'torch/test/operator_name_test.exe' 2025-01-24T01:15:32.8315695Z adding 'torch/test/operators_test.exe' 2025-01-24T01:15:32.8526115Z adding 'torch/test/packedtensoraccessor_test.exe' 2025-01-24T01:15:32.8791864Z adding 'torch/test/pow_test.exe' 2025-01-24T01:15:32.9021491Z adding 'torch/test/quantized_test.exe' 2025-01-24T01:15:32.9225614Z adding 'torch/test/reduce_ops_test.exe' 2025-01-24T01:15:32.9436958Z adding 'torch/test/reportMemoryUsage_test.exe' 2025-01-24T01:15:32.9675352Z adding 'torch/test/scalar_tensor_test.exe' 2025-01-24T01:15:32.9910706Z adding 'torch/test/scalar_test.exe' 2025-01-24T01:15:33.0116990Z adding 'torch/test/stride_properties_test.exe' 2025-01-24T01:15:33.0383604Z adding 'torch/test/tensor_iterator_test.exe' 2025-01-24T01:15:33.0601828Z adding 'torch/test/test_parallel.exe' 2025-01-24T01:15:33.0659519Z adding 'torch/test/thread_init_test.exe' 2025-01-24T01:15:33.0833344Z adding 'torch/test/type_ptr_test.exe' 2025-01-24T01:15:33.1062869Z adding 'torch/test/type_test.exe' 2025-01-24T01:15:33.1273219Z adding 'torch/test/undefined_tensor_test.exe' 2025-01-24T01:15:33.1328480Z adding 'torch/test/verify_api_visibility.exe' 2025-01-24T01:15:33.1530404Z adding 'torch/test/weakref_test.exe' 2025-01-24T01:15:33.1735751Z adding 'torch/test/wrapdim_test.exe' 2025-01-24T01:15:33.1942151Z adding 'torch/test/xla_tensor_test.exe' 2025-01-24T01:15:33.1954515Z adding 'torch/testing/__init__.py' 2025-01-24T01:15:33.1974471Z adding 'torch/testing/_comparison.py' 2025-01-24T01:15:33.1982056Z adding 'torch/testing/_creation.py' 2025-01-24T01:15:33.1985867Z adding 'torch/testing/_utils.py' 2025-01-24T01:15:33.1991229Z adding 'torch/testing/_internal/__init__.py' 2025-01-24T01:15:33.1998734Z adding 'torch/testing/_internal/autocast_test_lists.py' 2025-01-24T01:15:33.2005283Z adding 'torch/testing/_internal/autograd_function_db.py' 2025-01-24T01:15:33.2010303Z adding 'torch/testing/_internal/check_kernel_launches.py' 2025-01-24T01:15:33.2016593Z adding 'torch/testing/_internal/common_cuda.py' 2025-01-24T01:15:33.2043407Z adding 'torch/testing/_internal/common_device_type.py' 2025-01-24T01:15:33.2048770Z adding 'torch/testing/_internal/common_dist_composable.py' 2025-01-24T01:15:33.2069052Z adding 'torch/testing/_internal/common_distributed.py' 2025-01-24T01:15:33.2074401Z adding 'torch/testing/_internal/common_dtype.py' 2025-01-24T01:15:33.2093238Z adding 'torch/testing/_internal/common_fsdp.py' 2025-01-24T01:15:33.2100754Z adding 'torch/testing/_internal/common_jit.py' 2025-01-24T01:15:33.2338089Z adding 'torch/testing/_internal/common_methods_invocations.py' 2025-01-24T01:15:33.2369941Z adding 'torch/testing/_internal/common_mkldnn.py' 2025-01-24T01:15:33.2403518Z adding 'torch/testing/_internal/common_modules.py' 2025-01-24T01:15:33.2443295Z adding 'torch/testing/_internal/common_nn.py' 2025-01-24T01:15:33.2464444Z adding 'torch/testing/_internal/common_optimizers.py' 2025-01-24T01:15:33.2471634Z adding 'torch/testing/_internal/common_pruning.py' 2025-01-24T01:15:33.2502259Z adding 'torch/testing/_internal/common_quantization.py' 2025-01-24T01:15:33.2509868Z adding 'torch/testing/_internal/common_quantized.py' 2025-01-24T01:15:33.2515661Z adding 'torch/testing/_internal/common_subclass.py' 2025-01-24T01:15:33.2600954Z adding 'torch/testing/_internal/common_utils.py' 2025-01-24T01:15:33.2615419Z adding 'torch/testing/_internal/composite_compliance.py' 2025-01-24T01:15:33.2622753Z adding 'torch/testing/_internal/custom_op_db.py' 2025-01-24T01:15:33.2627299Z adding 'torch/testing/_internal/custom_tensor.py' 2025-01-24T01:15:33.2632192Z adding 'torch/testing/_internal/dist_utils.py' 2025-01-24T01:15:33.2636605Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2025-01-24T01:15:33.2639955Z adding 'torch/testing/_internal/fake_config_module.py' 2025-01-24T01:15:33.2642839Z adding 'torch/testing/_internal/fake_config_module2.py' 2025-01-24T01:15:33.2645726Z adding 'torch/testing/_internal/fake_config_module3.py' 2025-01-24T01:15:33.2650072Z adding 'torch/testing/_internal/hop_db.py' 2025-01-24T01:15:33.2656714Z adding 'torch/testing/_internal/hypothesis_utils.py' 2025-01-24T01:15:33.2661054Z adding 'torch/testing/_internal/inductor_utils.py' 2025-01-24T01:15:33.2672072Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2025-01-24T01:15:33.2684861Z adding 'torch/testing/_internal/jit_utils.py' 2025-01-24T01:15:33.2690523Z adding 'torch/testing/_internal/logging_tensor.py' 2025-01-24T01:15:33.2695401Z adding 'torch/testing/_internal/logging_utils.py' 2025-01-24T01:15:33.2698963Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2025-01-24T01:15:33.2702026Z adding 'torch/testing/_internal/static_module.py' 2025-01-24T01:15:33.2705604Z adding 'torch/testing/_internal/subclasses.py' 2025-01-24T01:15:33.2709699Z adding 'torch/testing/_internal/torchbind_impls.py' 2025-01-24T01:15:33.2715017Z adding 'torch/testing/_internal/triton_utils.py' 2025-01-24T01:15:33.2719107Z adding 'torch/testing/_internal/two_tensor.py' 2025-01-24T01:15:33.2723068Z adding 'torch/testing/_internal/codegen/__init__.py' 2025-01-24T01:15:33.2726741Z adding 'torch/testing/_internal/data/__init__.py' 2025-01-24T01:15:33.2729635Z adding 'torch/testing/_internal/data/network1.py' 2025-01-24T01:15:33.2732641Z adding 'torch/testing/_internal/data/network2.py' 2025-01-24T01:15:33.2736609Z adding 'torch/testing/_internal/distributed/__init__.py' 2025-01-24T01:15:33.2740908Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2025-01-24T01:15:33.2745118Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2025-01-24T01:15:33.2754312Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2025-01-24T01:15:33.2854628Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2025-01-24T01:15:33.2868250Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2025-01-24T01:15:33.2871617Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2025-01-24T01:15:33.2879035Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2025-01-24T01:15:33.2884682Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2025-01-24T01:15:33.2889419Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2025-01-24T01:15:33.2893210Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2025-01-24T01:15:33.2899643Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2025-01-24T01:15:33.2903180Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2025-01-24T01:15:33.2907213Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2025-01-24T01:15:33.2911541Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2025-01-24T01:15:33.2920692Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2025-01-24T01:15:33.2924957Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2025-01-24T01:15:33.2928597Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2025-01-24T01:15:33.2936568Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2025-01-24T01:15:33.2941106Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2025-01-24T01:15:33.2969415Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2025-01-24T01:15:33.2976586Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2025-01-24T01:15:33.2982204Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2025-01-24T01:15:33.2986221Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2025-01-24T01:15:33.2989809Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2025-01-24T01:15:33.3048113Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2025-01-24T01:15:33.3056780Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2025-01-24T01:15:33.3060512Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2025-01-24T01:15:33.3064534Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2025-01-24T01:15:33.3070087Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2025-01-24T01:15:33.3073858Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2025-01-24T01:15:33.3077735Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2025-01-24T01:15:33.3091869Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2025-01-24T01:15:33.3097393Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2025-01-24T01:15:33.3101175Z adding 'torch/testing/_internal/generated/__init__.py' 2025-01-24T01:15:33.3149967Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2025-01-24T01:15:33.3165494Z adding 'torch/testing/_internal/opinfo/__init__.py' 2025-01-24T01:15:33.3206960Z adding 'torch/testing/_internal/opinfo/core.py' 2025-01-24T01:15:33.3214098Z adding 'torch/testing/_internal/opinfo/refs.py' 2025-01-24T01:15:33.3219593Z adding 'torch/testing/_internal/opinfo/utils.py' 2025-01-24T01:15:33.3223834Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2025-01-24T01:15:33.3233119Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2025-01-24T01:15:33.3241302Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2025-01-24T01:15:33.3263315Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2025-01-24T01:15:33.3283062Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2025-01-24T01:15:33.3290579Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2025-01-24T01:15:33.3301048Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2025-01-24T01:15:33.3308505Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2025-01-24T01:15:33.3313280Z adding 'torch/testing/_internal/optests/__init__.py' 2025-01-24T01:15:33.3317877Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2025-01-24T01:15:33.3322647Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2025-01-24T01:15:33.3325777Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2025-01-24T01:15:33.3337660Z adding 'torch/testing/_internal/optests/generate_tests.py' 2025-01-24T01:15:33.3342171Z adding 'torch/testing/_internal/optests/make_fx.py' 2025-01-24T01:15:33.3346875Z adding 'torch/testing/_internal/test_module/__init__.py' 2025-01-24T01:15:33.3349116Z adding 'torch/testing/_internal/test_module/future_div.py' 2025-01-24T01:15:33.3352117Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2025-01-24T01:15:33.3357582Z adding 'torch/utils/__init__.py' 2025-01-24T01:15:33.3361811Z adding 'torch/utils/_backport_slots.py' 2025-01-24T01:15:33.3373045Z adding 'torch/utils/_config_module.py' 2025-01-24T01:15:33.3377028Z adding 'torch/utils/_config_typing.pyi' 2025-01-24T01:15:33.3382572Z adding 'torch/utils/_content_store.py' 2025-01-24T01:15:33.3387398Z adding 'torch/utils/_contextlib.py' 2025-01-24T01:15:33.3390907Z adding 'torch/utils/_cpp_embed_headers.py' 2025-01-24T01:15:33.3394258Z adding 'torch/utils/_cpp_extension_versioner.py' 2025-01-24T01:15:33.3405040Z adding 'torch/utils/_cxx_pytree.py' 2025-01-24T01:15:33.3409709Z adding 'torch/utils/_device.py' 2025-01-24T01:15:33.3413056Z adding 'torch/utils/_exposed_in.py' 2025-01-24T01:15:33.3416205Z adding 'torch/utils/_filelock.py' 2025-01-24T01:15:33.3419739Z adding 'torch/utils/_foreach_utils.py' 2025-01-24T01:15:33.3425353Z adding 'torch/utils/_freeze.py' 2025-01-24T01:15:33.3429044Z adding 'torch/utils/_functools.py' 2025-01-24T01:15:33.3433259Z adding 'torch/utils/_get_clean_triton.py' 2025-01-24T01:15:33.3436903Z adding 'torch/utils/_import_utils.py' 2025-01-24T01:15:33.3439931Z adding 'torch/utils/_mode_utils.py' 2025-01-24T01:15:33.3444260Z adding 'torch/utils/_ordered_set.py' 2025-01-24T01:15:33.3456345Z adding 'torch/utils/_python_dispatch.py' 2025-01-24T01:15:33.3475429Z adding 'torch/utils/_pytree.py' 2025-01-24T01:15:33.3480058Z adding 'torch/utils/_stats.py' 2025-01-24T01:15:33.3483104Z adding 'torch/utils/_thunk.py' 2025-01-24T01:15:33.3489024Z adding 'torch/utils/_traceback.py' 2025-01-24T01:15:33.3493173Z adding 'torch/utils/_triton.py' 2025-01-24T01:15:33.3496844Z adding 'torch/utils/_typing_utils.py' 2025-01-24T01:15:33.3500902Z adding 'torch/utils/_zip.py' 2025-01-24T01:15:33.3508750Z adding 'torch/utils/backend_registration.py' 2025-01-24T01:15:33.3517731Z adding 'torch/utils/bundled_inputs.py' 2025-01-24T01:15:33.3545251Z adding 'torch/utils/checkpoint.py' 2025-01-24T01:15:33.3556552Z adding 'torch/utils/collect_env.py' 2025-01-24T01:15:33.3560407Z adding 'torch/utils/cpp_backtrace.py' 2025-01-24T01:15:33.3600010Z adding 'torch/utils/cpp_extension.py' 2025-01-24T01:15:33.3605739Z adding 'torch/utils/deterministic.py' 2025-01-24T01:15:33.3609967Z adding 'torch/utils/dlpack.py' 2025-01-24T01:15:33.3613480Z adding 'torch/utils/file_baton.py' 2025-01-24T01:15:33.3624061Z adding 'torch/utils/flop_counter.py' 2025-01-24T01:15:33.3630151Z adding 'torch/utils/hooks.py' 2025-01-24T01:15:33.3634482Z adding 'torch/utils/mkldnn.py' 2025-01-24T01:15:33.3638915Z adding 'torch/utils/mobile_optimizer.py' 2025-01-24T01:15:33.3641925Z adding 'torch/utils/model_zoo.py' 2025-01-24T01:15:33.3646113Z adding 'torch/utils/module_tracker.py' 2025-01-24T01:15:33.3650433Z adding 'torch/utils/show_pickle.py' 2025-01-24T01:15:33.3655071Z adding 'torch/utils/throughput_benchmark.py' 2025-01-24T01:15:33.3660708Z adding 'torch/utils/weak.py' 2025-01-24T01:15:33.3664864Z adding 'torch/utils/_strobelight/__init__.py' 2025-01-24T01:15:33.3670226Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2025-01-24T01:15:33.3674205Z adding 'torch/utils/_sympy/__init__.py' 2025-01-24T01:15:33.3692366Z adding 'torch/utils/_sympy/functions.py' 2025-01-24T01:15:33.3698419Z adding 'torch/utils/_sympy/interp.py' 2025-01-24T01:15:33.3703183Z adding 'torch/utils/_sympy/numbers.py' 2025-01-24T01:15:33.3709737Z adding 'torch/utils/_sympy/printers.py' 2025-01-24T01:15:33.3715671Z adding 'torch/utils/_sympy/reference.py' 2025-01-24T01:15:33.3719580Z adding 'torch/utils/_sympy/singleton_int.py' 2025-01-24T01:15:33.3724116Z adding 'torch/utils/_sympy/solve.py' 2025-01-24T01:15:33.3728203Z adding 'torch/utils/_sympy/symbol.py' 2025-01-24T01:15:33.3742147Z adding 'torch/utils/_sympy/value_ranges.py' 2025-01-24T01:15:33.3747555Z adding 'torch/utils/backcompat/__init__.py' 2025-01-24T01:15:33.3750642Z adding 'torch/utils/benchmark/__init__.py' 2025-01-24T01:15:33.3754349Z adding 'torch/utils/benchmark/examples/__init__.py' 2025-01-24T01:15:33.3758922Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2025-01-24T01:15:33.3762765Z adding 'torch/utils/benchmark/examples/compare.py' 2025-01-24T01:15:33.3766432Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2025-01-24T01:15:33.3770545Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2025-01-24T01:15:33.3773716Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2025-01-24T01:15:33.3777808Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2025-01-24T01:15:33.3781641Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2025-01-24T01:15:33.3785269Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2025-01-24T01:15:33.3789196Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2025-01-24T01:15:33.3792965Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2025-01-24T01:15:33.3796580Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2025-01-24T01:15:33.3800169Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2025-01-24T01:15:33.3803965Z adding 'torch/utils/benchmark/utils/__init__.py' 2025-01-24T01:15:33.3807084Z adding 'torch/utils/benchmark/utils/_stubs.py' 2025-01-24T01:15:33.3813564Z adding 'torch/utils/benchmark/utils/common.py' 2025-01-24T01:15:33.3820251Z adding 'torch/utils/benchmark/utils/compare.py' 2025-01-24T01:15:33.3825271Z adding 'torch/utils/benchmark/utils/compile.py' 2025-01-24T01:15:33.3830336Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2025-01-24T01:15:33.3838417Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2025-01-24T01:15:33.3843186Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2025-01-24T01:15:33.3846753Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2025-01-24T01:15:33.3855635Z adding 'torch/utils/benchmark/utils/timer.py' 2025-01-24T01:15:33.3860088Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2025-01-24T01:15:33.3864623Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2025-01-24T01:15:33.3868347Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2025-01-24T01:15:33.3871798Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2025-01-24T01:15:33.3885729Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2025-01-24T01:15:33.3939778Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2025-01-24T01:15:33.3954036Z adding 'torch/utils/bottleneck/__init__.py' 2025-01-24T01:15:33.3958735Z adding 'torch/utils/bottleneck/__main__.py' 2025-01-24T01:15:33.3963210Z adding 'torch/utils/data/__init__.py' 2025-01-24T01:15:33.3966476Z adding 'torch/utils/data/backward_compatibility.py' 2025-01-24T01:15:33.3997333Z adding 'torch/utils/data/dataloader.py' 2025-01-24T01:15:33.4006849Z adding 'torch/utils/data/dataset.py' 2025-01-24T01:15:33.4011782Z adding 'torch/utils/data/distributed.py' 2025-01-24T01:15:33.4016185Z adding 'torch/utils/data/graph.py' 2025-01-24T01:15:33.4020662Z adding 'torch/utils/data/graph_settings.py' 2025-01-24T01:15:33.4026753Z adding 'torch/utils/data/sampler.py' 2025-01-24T01:15:33.4032246Z adding 'torch/utils/data/_utils/__init__.py' 2025-01-24T01:15:33.4039003Z adding 'torch/utils/data/_utils/collate.py' 2025-01-24T01:15:33.4042799Z adding 'torch/utils/data/_utils/fetch.py' 2025-01-24T01:15:33.4046693Z adding 'torch/utils/data/_utils/pin_memory.py' 2025-01-24T01:15:33.4050584Z adding 'torch/utils/data/_utils/signal_handling.py' 2025-01-24T01:15:33.4057271Z adding 'torch/utils/data/_utils/worker.py' 2025-01-24T01:15:33.4061478Z adding 'torch/utils/data/datapipes/__init__.py' 2025-01-24T01:15:33.4065920Z adding 'torch/utils/data/datapipes/_decorator.py' 2025-01-24T01:15:33.4072099Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2025-01-24T01:15:33.4080313Z adding 'torch/utils/data/datapipes/_typing.py' 2025-01-24T01:15:33.4086632Z adding 'torch/utils/data/datapipes/datapipe.py' 2025-01-24T01:15:33.4097668Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2025-01-24T01:15:33.4104024Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2025-01-24T01:15:33.4108357Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2025-01-24T01:15:33.4111917Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2025-01-24T01:15:33.4118039Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2025-01-24T01:15:33.4122162Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2025-01-24T01:15:33.4125371Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2025-01-24T01:15:33.4129580Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2025-01-24T01:15:33.4134803Z adding 'torch/utils/data/datapipes/iter/callable.py' 2025-01-24T01:15:33.4139629Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2025-01-24T01:15:33.4148727Z adding 'torch/utils/data/datapipes/iter/combining.py' 2025-01-24T01:15:33.4153019Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2025-01-24T01:15:33.4156791Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2025-01-24T01:15:33.4162419Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2025-01-24T01:15:33.4166440Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2025-01-24T01:15:33.4170335Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2025-01-24T01:15:33.4174117Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2025-01-24T01:15:33.4177577Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2025-01-24T01:15:33.4180999Z adding 'torch/utils/data/datapipes/iter/utils.py' 2025-01-24T01:15:33.4185068Z adding 'torch/utils/data/datapipes/map/__init__.py' 2025-01-24T01:15:33.4188546Z adding 'torch/utils/data/datapipes/map/callable.py' 2025-01-24T01:15:33.4192690Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2025-01-24T01:15:33.4196507Z adding 'torch/utils/data/datapipes/map/combining.py' 2025-01-24T01:15:33.4200222Z adding 'torch/utils/data/datapipes/map/grouping.py' 2025-01-24T01:15:33.4203705Z adding 'torch/utils/data/datapipes/map/utils.py' 2025-01-24T01:15:33.4214719Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2025-01-24T01:15:33.4215751Z adding 'torch/utils/data/datapipes/utils/common.py' 2025-01-24T01:15:33.4221737Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2025-01-24T01:15:33.4225884Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2025-01-24T01:15:33.4229852Z adding 'torch/utils/hipify/__init__.py' 2025-01-24T01:15:33.4233123Z adding 'torch/utils/hipify/constants.py' 2025-01-24T01:15:33.4289331Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2025-01-24T01:15:33.4314748Z adding 'torch/utils/hipify/hipify_python.py' 2025-01-24T01:15:33.4318631Z adding 'torch/utils/hipify/version.py' 2025-01-24T01:15:33.4322391Z adding 'torch/utils/jit/__init__.py' 2025-01-24T01:15:33.4326237Z adding 'torch/utils/jit/log_extract.py' 2025-01-24T01:15:33.4334498Z adding 'torch/utils/model_dump/__init__.py' 2025-01-24T01:15:33.4337891Z adding 'torch/utils/model_dump/__main__.py' 2025-01-24T01:15:33.4345559Z adding 'torch/utils/model_dump/code.js' 2025-01-24T01:15:33.4351174Z adding 'torch/utils/model_dump/htm.mjs' 2025-01-24T01:15:33.4360757Z adding 'torch/utils/model_dump/preact.mjs' 2025-01-24T01:15:33.4364095Z adding 'torch/utils/model_dump/skeleton.html' 2025-01-24T01:15:33.4367690Z adding 'torch/utils/serialization/__init__.py' 2025-01-24T01:15:33.4370704Z adding 'torch/utils/serialization/config.py' 2025-01-24T01:15:33.4374557Z adding 'torch/utils/tensorboard/__init__.py' 2025-01-24T01:15:33.4377656Z adding 'torch/utils/tensorboard/_convert_np.py' 2025-01-24T01:15:33.4381297Z adding 'torch/utils/tensorboard/_embedding.py' 2025-01-24T01:15:33.4384724Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2025-01-24T01:15:33.4388194Z adding 'torch/utils/tensorboard/_proto_graph.py' 2025-01-24T01:15:33.4395633Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2025-01-24T01:15:33.4399324Z adding 'torch/utils/tensorboard/_utils.py' 2025-01-24T01:15:33.4411924Z adding 'torch/utils/tensorboard/summary.py' 2025-01-24T01:15:33.4426917Z adding 'torch/utils/tensorboard/writer.py' 2025-01-24T01:15:33.4431678Z adding 'torch/utils/viz/__init__.py' 2025-01-24T01:15:33.4438532Z adding 'torch/utils/viz/_cycles.py' 2025-01-24T01:15:33.4447029Z adding 'torch/xpu/__init__.py' 2025-01-24T01:15:33.4450814Z adding 'torch/xpu/_gpu_trace.py' 2025-01-24T01:15:33.4454120Z adding 'torch/xpu/_utils.py' 2025-01-24T01:15:33.4458530Z adding 'torch/xpu/memory.py' 2025-01-24T01:15:33.4462592Z adding 'torch/xpu/random.py' 2025-01-24T01:15:33.4467164Z adding 'torch/xpu/streams.py' 2025-01-24T01:15:33.4475913Z adding 'torchgen/__init__.py' 2025-01-24T01:15:33.4479535Z adding 'torchgen/code_template.py' 2025-01-24T01:15:33.4483292Z adding 'torchgen/context.py' 2025-01-24T01:15:33.4521705Z adding 'torchgen/gen.py' 2025-01-24T01:15:33.4532338Z adding 'torchgen/gen_aoti_c_shim.py' 2025-01-24T01:15:33.4542195Z adding 'torchgen/gen_backend_stubs.py' 2025-01-24T01:15:33.4556779Z adding 'torchgen/gen_executorch.py' 2025-01-24T01:15:33.4571412Z adding 'torchgen/gen_functionalization_type.py' 2025-01-24T01:15:33.4581195Z adding 'torchgen/gen_lazy_tensor.py' 2025-01-24T01:15:33.4585444Z adding 'torchgen/gen_schema_utils.py' 2025-01-24T01:15:33.4590577Z adding 'torchgen/gen_vmap_plumbing.py' 2025-01-24T01:15:33.4594168Z adding 'torchgen/local.py' 2025-01-24T01:15:33.4636188Z adding 'torchgen/model.py' 2025-01-24T01:15:33.4650069Z adding 'torchgen/native_function_generation.py' 2025-01-24T01:15:33.4658311Z adding 'torchgen/utils.py' 2025-01-24T01:15:33.4661948Z adding 'torchgen/yaml_utils.py' 2025-01-24T01:15:33.4665567Z adding 'torchgen/aoti/__init__.py' 2025-01-24T01:15:33.4669426Z adding 'torchgen/aoti/fallback_ops.py' 2025-01-24T01:15:33.4673309Z adding 'torchgen/api/__init__.py' 2025-01-24T01:15:33.4687546Z adding 'torchgen/api/autograd.py' 2025-01-24T01:15:33.4695471Z adding 'torchgen/api/cpp.py' 2025-01-24T01:15:33.4699606Z adding 'torchgen/api/dispatcher.py' 2025-01-24T01:15:33.4704325Z adding 'torchgen/api/functionalization.py' 2025-01-24T01:15:33.4711937Z adding 'torchgen/api/lazy.py' 2025-01-24T01:15:33.4715402Z adding 'torchgen/api/meta.py' 2025-01-24T01:15:33.4719413Z adding 'torchgen/api/native.py' 2025-01-24T01:15:33.4740291Z adding 'torchgen/api/python.py' 2025-01-24T01:15:33.4745936Z adding 'torchgen/api/structured.py' 2025-01-24T01:15:33.4753563Z adding 'torchgen/api/translate.py' 2025-01-24T01:15:33.4758491Z adding 'torchgen/api/ufunc.py' 2025-01-24T01:15:33.4763747Z adding 'torchgen/api/unboxing.py' 2025-01-24T01:15:33.4767699Z adding 'torchgen/api/types/__init__.py' 2025-01-24T01:15:33.4774202Z adding 'torchgen/api/types/signatures.py' 2025-01-24T01:15:33.4778808Z adding 'torchgen/api/types/types.py' 2025-01-24T01:15:33.4783615Z adding 'torchgen/api/types/types_base.py' 2025-01-24T01:15:33.4787837Z adding 'torchgen/dest/__init__.py' 2025-01-24T01:15:33.4798300Z adding 'torchgen/dest/lazy_ir.py' 2025-01-24T01:15:33.4802560Z adding 'torchgen/dest/lazy_ts_lowering.py' 2025-01-24T01:15:33.4806236Z adding 'torchgen/dest/native_functions.py' 2025-01-24T01:15:33.4820459Z adding 'torchgen/dest/register_dispatch_key.py' 2025-01-24T01:15:33.4828744Z adding 'torchgen/dest/ufunc.py' 2025-01-24T01:15:33.4833020Z adding 'torchgen/executorch/__init__.py' 2025-01-24T01:15:33.4837847Z adding 'torchgen/executorch/model.py' 2025-01-24T01:15:33.4842369Z adding 'torchgen/executorch/parse.py' 2025-01-24T01:15:33.4846181Z adding 'torchgen/executorch/api/__init__.py' 2025-01-24T01:15:33.4850473Z adding 'torchgen/executorch/api/custom_ops.py' 2025-01-24T01:15:33.4856821Z adding 'torchgen/executorch/api/et_cpp.py' 2025-01-24T01:15:33.4861964Z adding 'torchgen/executorch/api/unboxing.py' 2025-01-24T01:15:33.4866142Z adding 'torchgen/executorch/api/types/__init__.py' 2025-01-24T01:15:33.4870538Z adding 'torchgen/executorch/api/types/signatures.py' 2025-01-24T01:15:33.4873261Z adding 'torchgen/executorch/api/types/types.py' 2025-01-24T01:15:33.4877120Z adding 'torchgen/operator_versions/__init__.py' 2025-01-24T01:15:33.4882825Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2025-01-24T01:15:33.4886936Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2025-01-24T01:15:33.5005924Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2025-01-24T01:15:33.5023333Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2025-01-24T01:15:33.5028706Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2025-01-24T01:15:33.5032368Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2025-01-24T01:15:33.5035483Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2025-01-24T01:15:33.5038919Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2025-01-24T01:15:33.5042083Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2025-01-24T01:15:33.5045022Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2025-01-24T01:15:33.5047984Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2025-01-24T01:15:33.5050766Z adding 'torchgen/packaged/ATen/templates/Function.h' 2025-01-24T01:15:33.5053985Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2025-01-24T01:15:33.5057593Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2025-01-24T01:15:33.5061572Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2025-01-24T01:15:33.5064772Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2025-01-24T01:15:33.5067862Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2025-01-24T01:15:33.5070933Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2025-01-24T01:15:33.5073824Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2025-01-24T01:15:33.5076973Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2025-01-24T01:15:33.5079963Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2025-01-24T01:15:33.5082826Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2025-01-24T01:15:33.5085686Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2025-01-24T01:15:33.5088766Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2025-01-24T01:15:33.5092403Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2025-01-24T01:15:33.5095511Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2025-01-24T01:15:33.5098571Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2025-01-24T01:15:33.5101676Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2025-01-24T01:15:33.5104908Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2025-01-24T01:15:33.5107988Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2025-01-24T01:15:33.5111282Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2025-01-24T01:15:33.5115066Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2025-01-24T01:15:33.5118050Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2025-01-24T01:15:33.5120933Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2025-01-24T01:15:33.5132553Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2025-01-24T01:15:33.5136757Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2025-01-24T01:15:33.5139818Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2025-01-24T01:15:33.5142834Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2025-01-24T01:15:33.5145771Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2025-01-24T01:15:33.5148984Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2025-01-24T01:15:33.5152189Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2025-01-24T01:15:33.5155265Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2025-01-24T01:15:33.5158739Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2025-01-24T01:15:33.5162061Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2025-01-24T01:15:33.5164756Z adding 'torchgen/packaged/autograd/README.md' 2025-01-24T01:15:33.5167640Z adding 'torchgen/packaged/autograd/__init__.py' 2025-01-24T01:15:33.5170626Z adding 'torchgen/packaged/autograd/build.bzl' 2025-01-24T01:15:33.5173659Z adding 'torchgen/packaged/autograd/context.py' 2025-01-24T01:15:33.5177147Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2025-01-24T01:15:33.5224086Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2025-01-24T01:15:33.5232282Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2025-01-24T01:15:33.5236255Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2025-01-24T01:15:33.5247088Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2025-01-24T01:15:33.5256797Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2025-01-24T01:15:33.5273604Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2025-01-24T01:15:33.5282443Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2025-01-24T01:15:33.5286919Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2025-01-24T01:15:33.5314149Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2025-01-24T01:15:33.5322073Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2025-01-24T01:15:33.5336971Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2025-01-24T01:15:33.5342848Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2025-01-24T01:15:33.5345992Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2025-01-24T01:15:33.5349568Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2025-01-24T01:15:33.5353011Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2025-01-24T01:15:33.5356428Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2025-01-24T01:15:33.5359921Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2025-01-24T01:15:33.5362910Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2025-01-24T01:15:33.5365994Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2025-01-24T01:15:33.5369044Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2025-01-24T01:15:33.5372038Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2025-01-24T01:15:33.5375558Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2025-01-24T01:15:33.5378723Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2025-01-24T01:15:33.5381805Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2025-01-24T01:15:33.5385085Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2025-01-24T01:15:33.5388728Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2025-01-24T01:15:33.5392661Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2025-01-24T01:15:33.5395958Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2025-01-24T01:15:33.5398963Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2025-01-24T01:15:33.5402288Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2025-01-24T01:15:33.5405794Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2025-01-24T01:15:33.5409362Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2025-01-24T01:15:33.5421959Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2025-01-24T01:15:33.5427419Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2025-01-24T01:15:33.5431298Z adding 'torchgen/selective_build/__init__.py' 2025-01-24T01:15:33.5436310Z adding 'torchgen/selective_build/operator.py' 2025-01-24T01:15:33.5442323Z adding 'torchgen/selective_build/selector.py' 2025-01-24T01:15:33.5446586Z adding 'torchgen/static_runtime/__init__.py' 2025-01-24T01:15:33.5451538Z adding 'torchgen/static_runtime/config.py' 2025-01-24T01:15:33.5457276Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2025-01-24T01:15:33.5465541Z adding 'torchgen/static_runtime/generator.py' 2025-01-24T01:15:33.5581234Z adding 'torch-2.7.0a0+gitd087145.dist-info/LICENSE' 2025-01-24T01:15:33.5603164Z adding 'torch-2.7.0a0+gitd087145.dist-info/METADATA' 2025-01-24T01:15:33.5612488Z adding 'torch-2.7.0a0+gitd087145.dist-info/NOTICE' 2025-01-24T01:15:33.5615129Z adding 'torch-2.7.0a0+gitd087145.dist-info/WHEEL' 2025-01-24T01:15:33.5623037Z adding 'torch-2.7.0a0+gitd087145.dist-info/entry_points.txt' 2025-01-24T01:15:33.5623504Z adding 'torch-2.7.0a0+gitd087145.dist-info/top_level.txt' 2025-01-24T01:15:33.6276108Z adding 'torch-2.7.0a0+gitd087145.dist-info/RECORD' 2025-01-24T01:15:33.6625728Z removing build\bdist.win-amd64\wheel 2025-01-24T01:15:35.1288613Z 2025-01-24T01:15:35.1289205Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-01-24T01:15:35.1289835Z 2025-01-24T01:15:35.1290390Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-01-24T01:15:35.1291008Z 2025-01-24T01:15:35.1291327Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats 2025-01-24T01:15:35.1598799Z Compile requests 7326 2025-01-24T01:15:35.1599182Z Compile requests executed 7325 2025-01-24T01:15:35.1599474Z Cache hits 7119 2025-01-24T01:15:35.1599754Z Cache hits (C/C++) 6820 2025-01-24T01:15:35.1600034Z Cache hits (CUDA) 299 2025-01-24T01:15:35.1600315Z Cache misses 188 2025-01-24T01:15:35.1600608Z Cache misses (C/C++) 178 2025-01-24T01:15:35.1600904Z Cache misses (CUDA) 10 2025-01-24T01:15:35.1601341Z Cache timeouts 0 2025-01-24T01:15:35.1601634Z Cache read errors 0 2025-01-24T01:15:35.1601909Z Forced recaches 0 2025-01-24T01:15:35.1602215Z Cache write errors 1 2025-01-24T01:15:35.1602494Z Compilation failures 3 2025-01-24T01:15:35.1602782Z Cache errors 15 2025-01-24T01:15:35.1603057Z Cache errors (C/C++) 15 2025-01-24T01:15:35.1603340Z Non-cacheable compilations 8 2025-01-24T01:15:35.1603632Z Non-cacheable calls 0 2025-01-24T01:15:35.1603919Z Non-compilation calls 1 2025-01-24T01:15:35.1604207Z Unsupported compiler calls 0 2025-01-24T01:15:35.1604503Z Average cache write 0.426 s 2025-01-24T01:15:35.1604799Z Average compiler 12.511 s 2025-01-24T01:15:35.1605086Z Average cache read hit 0.043 s 2025-01-24T01:15:35.1605478Z Failed distributed compilations 0 2025-01-24T01:15:35.1605883Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2025-01-24T01:15:35.1606290Z Version (client) 0.7.4 2025-01-24T01:15:35.1621485Z 2025-01-24T01:15:35.1622401Z (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-01-24T01:15:36.2877475Z Processing c:\actions-runner\_work\pytorch\pytorch\dist\torch-2.7.0a0+gitd087145-cp39-cp39-win_amd64.whl 2025-01-24T01:15:37.3297823Z Installing collected packages: torch 2025-01-24T01:15:37.3299109Z Attempting uninstall: torch 2025-01-24T01:15:37.3323897Z Found existing installation: torch 2.7.0a0+git0a5e6cf 2025-01-24T01:15:38.4807099Z Uninstalling torch-2.7.0a0+git0a5e6cf: 2025-01-24T01:15:38.6996697Z Successfully uninstalled torch-2.7.0a0+git0a5e6cf 2025-01-24T01:16:01.3489384Z Successfully installed torch-2.7.0a0+gitd087145 2025-01-24T01:16:01.4223387Z 2025-01-24T01:16:01.4225418Z (base) C:\actions-runner\_work\pytorch\pytorch>(if "win-vs2019-cuda12.1-py3" == "" (echo NOTE: To run `import torch`, please make sure to activate the conda environment by running `call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3` in Command Prompt before running Git Bash. ) else ( 2025-01-24T01:16:01.4226774Z copy /Y "dist\*.whl" "C:/12940918145/build-results/" 2025-01-24T01:16:01.4227129Z python tools/stats/export_test_times.py 2025-01-24T01:16:01.4227616Z robocopy /E ".additional_ci_files" "C:/12940918145/build-results/\.additional_ci_files" 2025-01-24T01:16:01.4228149Z copy /Y "build\.ninja_log" "C:/12940918145/build-results/\" 2025-01-24T01:16:01.4228528Z ) ) 2025-01-24T01:16:01.4233129Z dist\torch-2.7.0a0+gitd087145-cp39-cp39-win_amd64.whl 2025-01-24T01:16:01.5982102Z 1 file(s) copied. 2025-01-24T01:16:02.5351243Z Exporting test times from test-infra 2025-01-24T01:16:02.5352318Z 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-01-24T01:16:02.5353932Z 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-01-24T01:16:02.5606119Z 2025-01-24T01:16:02.5606514Z ------------------------------------------------------------------------------- 2025-01-24T01:16:02.5607623Z ROBOCOPY :: Robust File Copy for Windows 2025-01-24T01:16:02.5608101Z ------------------------------------------------------------------------------- 2025-01-24T01:16:02.5608422Z 2025-01-24T01:16:02.5609835Z Started : Friday, January 24, 2025 1:16:02 AM 2025-01-24T01:16:02.5610372Z Source : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-01-24T01:16:02.5611029Z Dest : C:\12940918145\build-results\.additional_ci_files\ 2025-01-24T01:16:02.5611306Z 2025-01-24T01:16:02.5611704Z Files : *.* 2025-01-24T01:16:02.5612046Z 2025-01-24T01:16:02.5613138Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2025-01-24T01:16:02.5613423Z 2025-01-24T01:16:02.5613944Z ------------------------------------------------------------------------------ 2025-01-24T01:16:02.5617176Z 2025-01-24T01:16:02.5623547Z New Dir 2 C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-01-24T01:16:02.5632715Z New File 4.8 m test-class-times.json 2025-01-24T01:16:02.5635455Z 10% 2025-01-24T01:16:02.5639127Z 20% 2025-01-24T01:16:02.5642073Z 31% 2025-01-24T01:16:02.5645950Z 41% 2025-01-24T01:16:02.5648793Z 51% 2025-01-24T01:16:02.5652356Z 62% 2025-01-24T01:16:02.5655450Z 72% 2025-01-24T01:16:02.5658944Z 83% 2025-01-24T01:16:02.5661076Z 93% 2025-01-24T01:16:02.5663323Z 100% 2025-01-24T01:16:02.5667939Z New File 1.3 m test-times.json 2025-01-24T01:16:02.5669602Z 19% 2025-01-24T01:16:02.5671254Z 38% 2025-01-24T01:16:02.5673025Z 57% 2025-01-24T01:16:02.5674662Z 76% 2025-01-24T01:16:02.5675480Z 95% 2025-01-24T01:16:02.5678963Z 100% 2025-01-24T01:16:02.5679250Z 2025-01-24T01:16:02.5679416Z ------------------------------------------------------------------------------ 2025-01-24T01:16:02.5679739Z 2025-01-24T01:16:02.5680877Z Total Copied Skipped Mismatch FAILED Extras 2025-01-24T01:16:02.5681729Z Dirs : 1 1 0 0 0 0 2025-01-24T01:16:02.5682666Z Files : 2 2 0 0 0 0 2025-01-24T01:16:02.5683614Z Bytes : 6.12 m 6.12 m 0 0 0 0 2025-01-24T01:16:02.5684467Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2025-01-24T01:16:02.5684815Z 2025-01-24T01:16:02.5685231Z 2025-01-24T01:16:02.5686356Z Speed : 1285544800 Bytes/sec. 2025-01-24T01:16:02.5687218Z Speed : 73559.463 MegaBytes/min. 2025-01-24T01:16:02.5687556Z Ended : Friday, January 24, 2025 1:16:02 AM 2025-01-24T01:16:02.5687893Z 2025-01-24T01:16:02.5990203Z 1 file(s) copied. 2025-01-24T01:16:02.5992049Z 2025-01-24T01:16:02.5992958Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats --stats-format json | jq .stats 1>sccache-stats-win-vs2019-cuda12.1-py3-36096145016.json 2025-01-24T01:16:02.6442398Z 2025-01-24T01:16:02.6443190Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2025-01-24T01:16:02.6531518Z Stopping sccache server... 2025-01-24T01:16:02.6550603Z Compile requests 7326 2025-01-24T01:16:02.6550925Z Compile requests executed 7325 2025-01-24T01:16:02.6551214Z Cache hits 7119 2025-01-24T01:16:02.6551494Z Cache hits (C/C++) 6820 2025-01-24T01:16:02.6551811Z Cache hits (CUDA) 299 2025-01-24T01:16:02.6552097Z Cache misses 188 2025-01-24T01:16:02.6552391Z Cache misses (C/C++) 178 2025-01-24T01:16:02.6552664Z Cache misses (CUDA) 10 2025-01-24T01:16:02.6552967Z Cache timeouts 0 2025-01-24T01:16:02.6553255Z Cache read errors 0 2025-01-24T01:16:02.6553529Z Forced recaches 0 2025-01-24T01:16:02.6553818Z Cache write errors 1 2025-01-24T01:16:02.6554113Z Compilation failures 3 2025-01-24T01:16:02.6554468Z Cache errors 15 2025-01-24T01:16:02.6554804Z Cache errors (C/C++) 15 2025-01-24T01:16:02.6555116Z Non-cacheable compilations 8 2025-01-24T01:16:02.6555414Z Non-cacheable calls 0 2025-01-24T01:16:02.6555721Z Non-compilation calls 1 2025-01-24T01:16:02.6556049Z Unsupported compiler calls 0 2025-01-24T01:16:02.6556494Z Average cache write 0.426 s 2025-01-24T01:16:02.6556813Z Average compiler 12.511 s 2025-01-24T01:16:02.6557123Z Average cache read hit 0.043 s 2025-01-24T01:16:02.6557437Z Failed distributed compilations 0 2025-01-24T01:16:02.6557863Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2025-01-24T01:16:02.6558291Z Version (client) 0.7.4 2025-01-24T01:16:02.6572222Z 2025-01-24T01:16:02.6572783Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:16:02.6727248Z + assert_git_not_dirty 2025-01-24T01:16:02.6868164Z + [[ win-vs2019-cuda12.1-py3 != *rocm* ]] 2025-01-24T01:16:02.6868533Z + [[ win-vs2019-cuda12.1-py3 != *xla* ]] 2025-01-24T01:16:02.7526398Z ++ git status --porcelain 2025-01-24T01:16:02.7584258Z ++ grep -v '?? third_party' 2025-01-24T01:16:18.8786322Z ++ true 2025-01-24T01:16:18.8793598Z + git_status= 2025-01-24T01:16:18.8794321Z + [[ -n '' ]] 2025-01-24T01:16:18.8794642Z + echo 'BUILD PASSED' 2025-01-24T01:16:18.8795005Z BUILD PASSED 2025-01-24T01:16:19.0051380Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-01-24T01:16:19.0051768Z with: 2025-01-24T01:16:19.0051979Z retention-days: 14 2025-01-24T01:16:19.0052229Z if-no-files-found: error 2025-01-24T01:16:19.0052486Z name: win-vs2019-cuda12.1-py3 2025-01-24T01:16:19.0052766Z path: C:\12940918145\build-results 2025-01-24T01:16:19.0053052Z s3-bucket: gha-artifacts 2025-01-24T01:16:19.0053297Z region: us-east-1 2025-01-24T01:16:19.0053514Z env: 2025-01-24T01:16:19.0053722Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:19.0054105Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:19.0054663Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:19.0055165Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:19.0055592Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:19.0055919Z ##[endgroup] 2025-01-24T01:16:20.2259804Z With the provided path, there will be 4 files uploaded 2025-01-24T01:16:20.2260325Z Uploading to s3 prefix: pytorch/pytorch/12940918145/win-vs2019-cuda12.1-py3 2025-01-24T01:16:20.2289347Z Starting upload of .additional_ci_files\test-class-times.json 2025-01-24T01:16:20.5027695Z Finished upload of .additional_ci_files\test-class-times.json 2025-01-24T01:16:20.5030045Z Starting upload of .additional_ci_files\test-times.json 2025-01-24T01:16:20.7322245Z Finished upload of .additional_ci_files\test-times.json 2025-01-24T01:16:20.7324459Z Starting upload of .ninja_log 2025-01-24T01:16:21.3846490Z Finished upload of .ninja_log 2025-01-24T01:16:21.3848111Z Starting upload of torch-2.7.0a0+gitd087145-cp39-cp39-win_amd64.whl 2025-01-24T01:16:23.9359774Z Finished upload of torch-2.7.0a0+gitd087145-cp39-cp39-win_amd64.whl 2025-01-24T01:16:23.9849944Z Prepare all required actions 2025-01-24T01:16:23.9850769Z Getting action download info 2025-01-24T01:16:24.1200809Z Getting action download info 2025-01-24T01:16:24.2286488Z ##[group]Run ./.github/actions/upload-sccache-stats 2025-01-24T01:16:24.2286833Z with: 2025-01-24T01:16:24.2291638Z github-token: *** 2025-01-24T01:16:24.2291871Z env: 2025-01-24T01:16:24.2292057Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:24.2292453Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:24.2292980Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:24.2293463Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:24.2293872Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:24.2294162Z ##[endgroup] 2025-01-24T01:16:24.2392055Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-01-24T01:16:24.2392377Z with: 2025-01-24T01:16:24.2392679Z s3-prefix: pytorch/pytorch/12940918145/1/artifact 2025-01-24T01:16:24.2392998Z retention-days: 14 2025-01-24T01:16:24.2393327Z if-no-files-found: warn 2025-01-24T01:16:24.2393584Z path: sccache-stats-*.json 2025-01-24T01:16:24.2393835Z name: artifact 2025-01-24T01:16:24.2394210Z s3-bucket: gha-artifacts 2025-01-24T01:16:24.2394623Z region: us-east-1 2025-01-24T01:16:24.2394964Z env: 2025-01-24T01:16:24.2395211Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:24.2395594Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:24.2396119Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:24.2396608Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:24.2397015Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:24.2397303Z ##[endgroup] 2025-01-24T01:16:24.6353398Z NOTE: s3-prefix specified, ignoring name parameter 2025-01-24T01:16:24.6353901Z With the provided path, there will be 1 file uploaded 2025-01-24T01:16:24.6354326Z Uploading to s3 prefix: pytorch/pytorch/12940918145/1/artifact 2025-01-24T01:16:24.6367436Z Starting upload of sccache-stats-win-vs2019-cuda12.1-py3-36096145016.json 2025-01-24T01:16:24.7984075Z Finished upload of sccache-stats-win-vs2019-cuda12.1-py3-36096145016.json 2025-01-24T01:16:24.8256689Z ##[group]Run python3 -m tools.stats.sccache_stats_to_benchmark_format 2025-01-24T01:16:24.8257257Z python3 -m tools.stats.sccache_stats_to_benchmark_format 2025-01-24T01:16:24.8277270Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:16:24.8277715Z env: 2025-01-24T01:16:24.8277903Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:24.8278293Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:24.8278823Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:24.8279312Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:24.8279726Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:24.8280037Z BUILD_TIME: 2025-01-24T01:16:24.8280229Z ##[endgroup] 2025-01-24T01:16:24.9409939Z ##[group]Run pytorch/test-infra/.github/actions/upload-benchmark-results@main 2025-01-24T01:16:24.9410388Z with: 2025-01-24T01:16:24.9410611Z benchmark-results-dir: test/test-reports 2025-01-24T01:16:24.9410900Z dry-run: false 2025-01-24T01:16:24.9411118Z schema-version: v3 2025-01-24T01:16:24.9411546Z github-token: *** 2025-01-24T01:16:24.9411747Z env: 2025-01-24T01:16:24.9411933Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:24.9412331Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:24.9412866Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:24.9413374Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:24.9415061Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:24.9416802Z ##[endgroup] 2025-01-24T01:16:24.9496934Z ##[group]Run set -eux 2025-01-24T01:16:24.9497208Z set -eux 2025-01-24T01:16:24.9497444Z python3 -mpip install boto3==1.35.33 2025-01-24T01:16:24.9516656Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:16:24.9517091Z env: 2025-01-24T01:16:24.9517289Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:24.9517680Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:24.9518203Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:24.9518698Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:24.9519102Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:24.9519401Z ##[endgroup] 2025-01-24T01:16:24.9712926Z + python3 -mpip install boto3==1.35.33 2025-01-24T01:16:26.2809373Z Collecting boto3==1.35.33 2025-01-24T01:16:26.2846063Z Using cached boto3-1.35.33-py3-none-any.whl.metadata (6.6 kB) 2025-01-24T01:16:26.2914371Z 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-01-24T01:16:26.2921733Z 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-01-24T01:16:26.2928515Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.33) (0.10.1) 2025-01-24T01:16:26.3002053Z 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-01-24T01:16:26.3013964Z 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-01-24T01:16:26.3103229Z 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-01-24T01:16:26.3357897Z Using cached boto3-1.35.33-py3-none-any.whl (139 kB) 2025-01-24T01:16:27.1715576Z Installing collected packages: boto3 2025-01-24T01:16:27.1717130Z Attempting uninstall: boto3 2025-01-24T01:16:27.1726050Z Found existing installation: boto3 1.35.42 2025-01-24T01:16:27.1903782Z Uninstalling boto3-1.35.42: 2025-01-24T01:16:27.1960319Z Successfully uninstalled boto3-1.35.42 2025-01-24T01:16:27.3667887Z Successfully installed boto3-1.35.33 2025-01-24T01:16:27.4884123Z ##[group]Run set -eux 2025-01-24T01:16:27.4884378Z set -eux 2025-01-24T01:16:27.4884575Z  2025-01-24T01:16:27.4884794Z if [[ -z "${GITHUB_TOKEN}" ]]; then 2025-01-24T01:16:27.4885129Z  echo "Missing github-token input" 2025-01-24T01:16:27.4885419Z  exit 1 2025-01-24T01:16:27.4885613Z fi 2025-01-24T01:16:27.4911705Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:16:27.4912156Z env: 2025-01-24T01:16:27.4912373Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:27.4912753Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:27.4913286Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:27.4913770Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:27.4914170Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:27.4914682Z GITHUB_TOKEN: *** 2025-01-24T01:16:27.4914896Z ##[endgroup] 2025-01-24T01:16:27.5117469Z + [[ -z *** ]] 2025-01-24T01:16:27.5237765Z ##[group]Run pytorch/test-infra/.github/actions/get-workflow-job-id@main 2025-01-24T01:16:27.5238204Z with: 2025-01-24T01:16:27.5238577Z github-token: *** 2025-01-24T01:16:27.5238784Z env: 2025-01-24T01:16:27.5238991Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:27.5240041Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:27.5240595Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:27.5241119Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:27.5241547Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:27.5241847Z ##[endgroup] 2025-01-24T01:16:27.5313521Z ##[group]Run set -eux 2025-01-24T01:16:27.5313771Z set -eux 2025-01-24T01:16:27.5313959Z  2025-01-24T01:16:27.5314418Z python3 "${GITHUB_ACTION_PATH}/../../scripts/get_workflow_job_id.py" "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-01-24T01:16:27.5333366Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:16:27.5333803Z env: 2025-01-24T01:16:27.5333999Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:27.5334389Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:27.5334930Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:27.5335417Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:27.5335926Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:27.5336403Z GITHUB_TOKEN: *** 2025-01-24T01:16:27.5336608Z ##[endgroup] 2025-01-24T01:16:27.5527790Z + python3 'C:\actions-runner\_work\_actions\pytorch\test-infra\main\.github/actions/get-workflow-job-id/../../scripts/get_workflow_job_id.py' 12940918145 i-0b996af9dac157b79 2025-01-24T01:16:28.0971228Z setting job-id=36096145016 2025-01-24T01:16:28.0971618Z setting job-name=win-vs2019-cuda12.1-py3 / build 2025-01-24T01:16:28.1191359Z ##[group]Run set -eux 2025-01-24T01:16:28.1191611Z set -eux 2025-01-24T01:16:28.1191804Z  2025-01-24T01:16:28.1192165Z python3 "${GITHUB_ACTION_PATH}/../../scripts/benchmarks/gather_metadata.py" \ 2025-01-24T01:16:28.1192661Z  --schema-version "${SCHEMA_VERSION}" \ 2025-01-24T01:16:28.1192988Z  --repo "${REPO}" \ 2025-01-24T01:16:28.1193260Z  --head-branch "${HEAD_BRANCH}" \ 2025-01-24T01:16:28.1193675Z  --head-sha "${HEAD_SHA}" \ 2025-01-24T01:16:28.1193980Z  --workflow-id "${WORKFLOW_RUN_ID}" \ 2025-01-24T01:16:28.1194316Z  --run-attempt "${RUN_ATTEMPT}" \ 2025-01-24T01:16:28.1194617Z  --job-id "${JOB_ID}" \ 2025-01-24T01:16:28.1194888Z  --job-name "${JOB_NAME}" 2025-01-24T01:16:28.1213538Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:16:28.1213991Z env: 2025-01-24T01:16:28.1214174Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:28.1214557Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:28.1215093Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:28.1215571Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:28.1215998Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:28.1216301Z SCHEMA_VERSION: v3 2025-01-24T01:16:28.1216518Z REPO: pytorch/pytorch 2025-01-24T01:16:28.1216786Z HEAD_BRANCH: refs/tags/ciflow/trunk/145539 2025-01-24T01:16:28.1217124Z HEAD_SHA: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T01:16:28.1217439Z WORKFLOW_RUN_ID: 12940918145 2025-01-24T01:16:28.1217685Z RUN_ATTEMPT: 1 2025-01-24T01:16:28.1217881Z JOB_ID: 36096145016 2025-01-24T01:16:28.1218111Z JOB_NAME: win-vs2019-cuda12.1-py3 / build 2025-01-24T01:16:28.1218403Z ##[endgroup] 2025-01-24T01:16:28.1413666Z + 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/tags/ciflow/trunk/145539 --head-sha d087145b9259b4cfbcb758dc0bca6a6e5d75d08f --workflow-id 12940918145 --run-attempt 1 --job-id 36096145016 --job-name 'win-vs2019-cuda12.1-py3 / build' 2025-01-24T01:16:28.2192710Z ##[group]Run set -eux 2025-01-24T01:16:28.2192966Z set -eux 2025-01-24T01:16:28.2193171Z  2025-01-24T01:16:28.2193412Z # TODO (huydhn): Implement this part 2025-01-24T01:16:28.2193755Z echo "runners=[]" >> "${GITHUB_OUTPUT}" 2025-01-24T01:16:28.2212375Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:16:28.2212821Z env: 2025-01-24T01:16:28.2213009Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:28.2213399Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:28.2213943Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:28.2214423Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:28.2214827Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:28.2215124Z ##[endgroup] 2025-01-24T01:16:28.2399200Z + echo 'runners=[]' 2025-01-24T01:16:28.2510199Z ##[group]Run set -eux 2025-01-24T01:16:28.2510467Z set -eux 2025-01-24T01:16:28.2510657Z  2025-01-24T01:16:28.2510883Z # TODO (huydhn): Implement this part 2025-01-24T01:16:28.2511332Z echo "dependencies={}" >> "${GITHUB_OUTPUT}" 2025-01-24T01:16:28.2529807Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:16:28.2530260Z env: 2025-01-24T01:16:28.2530445Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:28.2530827Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:28.2531370Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:28.2531846Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:28.2532248Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:28.2532553Z ##[endgroup] 2025-01-24T01:16:28.2714835Z + echo 'dependencies={}' 2025-01-24T01:16:28.2810601Z ##[group]Run set -eux 2025-01-24T01:16:28.2810872Z set -eux 2025-01-24T01:16:28.2811101Z  2025-01-24T01:16:28.2811324Z if [[ ! -d "${BENCHMARK_RESULTS_DIR}" ]]; then 2025-01-24T01:16:28.2811830Z  echo "${BENCHMARK_RESULTS_DIR} does not exist, skipping" 2025-01-24T01:16:28.2812363Z  # We don't want the job to fail if the directory doesn't exist 2025-01-24T01:16:28.2812773Z  exit 0 2025-01-24T01:16:28.2812979Z fi 2025-01-24T01:16:28.2813169Z  2025-01-24T01:16:28.2813363Z if [[ "${DRY_RUN}" == "true" ]]; then 2025-01-24T01:16:28.2813809Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-01-24T01:16:28.2814334Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-01-24T01:16:28.2814729Z  --metadata "${BENCHMARK_METADATA}" \ 2025-01-24T01:16:28.2815061Z  --runners "${RUNNER_INFO}" \ 2025-01-24T01:16:28.2815389Z  --dependencies "${DEPENDENCIES}" \ 2025-01-24T01:16:28.2815689Z  --dry-run 2025-01-24T01:16:28.2815910Z else 2025-01-24T01:16:28.2816257Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-01-24T01:16:28.2816779Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-01-24T01:16:28.2817163Z  --metadata "${BENCHMARK_METADATA}" \ 2025-01-24T01:16:28.2817493Z  --runners "${RUNNER_INFO}" \ 2025-01-24T01:16:28.2817855Z  --dependencies "${DEPENDENCIES}" 2025-01-24T01:16:28.2818182Z fi 2025-01-24T01:16:28.2839204Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:16:28.2839729Z env: 2025-01-24T01:16:28.2839918Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:28.2840398Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:28.2840968Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:28.2841728Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:28.2842197Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:28.2842592Z BENCHMARK_RESULTS_DIR: test/test-reports 2025-01-24T01:16:28.2842924Z DRY_RUN: false 2025-01-24T01:16:28.2844286Z BENCHMARK_METADATA: {"timestamp": 1737681388, "schema_version": "v3", "name": "win-vs2019-cuda12.1-py3 / build", "repo": "pytorch/pytorch", "head_branch": "refs/tags/ciflow/trunk/145539", "head_sha": "d087145b9259b4cfbcb758dc0bca6a6e5d75d08f", "workflow_id": 12940918145, "run_attempt": 1, "job_id": 36096145016} 2025-01-24T01:16:28.2845761Z RUNNER_INFO: [] 2025-01-24T01:16:28.2845963Z DEPENDENCIES: {} 2025-01-24T01:16:28.2846213Z ##[endgroup] 2025-01-24T01:16:28.3029941Z + [[ ! -d test/test-reports ]] 2025-01-24T01:16:28.3031072Z + [[ false == \t\r\u\e ]] 2025-01-24T01:16:28.3033693Z + 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": 1737681388, "schema_version": "v3", "name": "win-vs2019-cuda12.1-py3 / build", "repo": "pytorch/pytorch", "head_branch": "refs/tags/ciflow/trunk/145539", "head_sha": "d087145b9259b4cfbcb758dc0bca6a6e5d75d08f", "workflow_id": 12940918145, "run_attempt": 1, "job_id": 36096145016}' --runners '[]' --dependencies '{}' 2025-01-24T01:16:28.8025045Z INFO:root:Upload test/test-reports\sccache-stats.json to s3://ossci-benchmarks/v3/pytorch/pytorch/12940918145/36096145016/sccache-stats.json 2025-01-24T01:16:28.8743082Z INFO:botocore.credentials:Found credentials from IAM Role: gh-ci-github-action-runners-runner-role 2025-01-24T01:16:29.5055267Z Prepare all required actions 2025-01-24T01:16:29.5055744Z Getting action download info 2025-01-24T01:16:29.6305757Z ##[group]Run ./.github/actions/teardown-win 2025-01-24T01:16:29.6306057Z with: 2025-01-24T01:16:29.6306291Z extra-delete-dir: /c/12940918145/build-results/ 2025-01-24T01:16:29.6306591Z env: 2025-01-24T01:16:29.6306769Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:29.6307255Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:29.6307802Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:29.6308282Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:29.6308690Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:29.6308989Z ##[endgroup] 2025-01-24T01:16:29.6396329Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-01-24T01:16:29.6396742Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-01-24T01:16:29.6416676Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:16:29.6417146Z env: 2025-01-24T01:16:29.6417342Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:29.6417720Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:29.6418258Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:29.6418754Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:29.6419166Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:29.6419459Z ##[endgroup] 2025-01-24T01:16:30.9860814Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:16:30.9929667Z Finished 2025-01-24T01:16:31.1163971Z Holding runner until all ssh sessions have logged out 2025-01-24T01:16:31.1418850Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-01-24T01:16:31.1419278Z .github\scripts\kill_active_ssh_sessions.ps1 2025-01-24T01:16:31.1436391Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:16:31.1436864Z env: 2025-01-24T01:16:31.1437044Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:31.1437429Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:31.1437961Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:31.1438463Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:31.1438862Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:31.1439164Z ##[endgroup] 2025-01-24T01:16:31.5125683Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:16:31.5178496Z Finished 2025-01-24T01:16:31.5923137Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-01-24T01:16:31.5923533Z env: 2025-01-24T01:16:31.5923737Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:31.5924143Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:31.5924664Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:31.5925152Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:31.5925554Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:31.5925847Z ##[endgroup] 2025-01-24T01:16:31.5998873Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-01-24T01:16:31.5999733Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-01-24T01:16:31.6000423Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-01-24T01:16:31.6000909Z # handle tool 2025-01-24T01:16:31.6001247Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-01-24T01:16:31.6001687Z Foreach ($process In $processes) { 2025-01-24T01:16:31.6003622Z  Try { 2025-01-24T01:16:31.6004182Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-01-24T01:16:31.6004906Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-01-24T01:16:31.6005318Z  } 2025-01-24T01:16:31.6005508Z  Catch { 2025-01-24T01:16:31.6005905Z  Write-Output "No leftover $process process, continuing" 2025-01-24T01:16:31.6006310Z  Write-Output $_ 2025-01-24T01:16:31.6006543Z  } 2025-01-24T01:16:31.6006739Z } 2025-01-24T01:16:31.6006926Z  2025-01-24T01:16:31.6007395Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-01-24T01:16:31.6007967Z # for hung processes 2025-01-24T01:16:31.6008251Z Foreach ($process In $processes) { 2025-01-24T01:16:31.6008545Z  Try { 2025-01-24T01:16:31.6008950Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-01-24T01:16:31.6009420Z  } 2025-01-24T01:16:31.6009605Z  Catch { 2025-01-24T01:16:31.6009809Z  Write-Output $_ 2025-01-24T01:16:31.6010044Z  } 2025-01-24T01:16:31.6010217Z } 2025-01-24T01:16:31.6010388Z  2025-01-24T01:16:31.6010562Z Try { 2025-01-24T01:16:31.6010793Z  # Print all the processes for debugging 2025-01-24T01:16:31.6011267Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-01-24T01:16:31.6011699Z } 2025-01-24T01:16:31.6011873Z Catch { 2025-01-24T01:16:31.6012280Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-01-24T01:16:31.6012758Z  Write-Output $_ 2025-01-24T01:16:31.6012984Z } 2025-01-24T01:16:31.6028417Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:16:31.6028883Z env: 2025-01-24T01:16:31.6029069Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:31.6029458Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:31.6029989Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:31.6030480Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:31.6030883Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:31.6031193Z ##[endgroup] 2025-01-24T01:16:31.9588072Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:16:31.9654775Z Finished 2025-01-24T01:16:31.9839358Z No leftover python process, continuing 2025-01-24T01:16:32.0322725Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-01-24T01:16:32.0323487Z At C:\actions-runner\_work\_temp\37ce8267-8974-49d6-8978-6016e4f6fdb0.ps1:9 char:5 2025-01-24T01:16:32.0324068Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:16:32.0324491Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:16:32.0325074Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-01-24T01:16:32.0325918Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:16:32.0326691Z 2025-01-24T01:16:32.0338689Z No leftover ninja process, continuing 2025-01-24T01:16:32.0349450Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-01-24T01:16:32.0350142Z At C:\actions-runner\_work\_temp\37ce8267-8974-49d6-8978-6016e4f6fdb0.ps1:9 char:5 2025-01-24T01:16:32.0350713Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:16:32.0351137Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:16:32.0352444Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-01-24T01:16:32.0353305Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:16:32.0353924Z 2025-01-24T01:16:32.0364263Z No leftover cl process, continuing 2025-01-24T01:16:32.0374048Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-01-24T01:16:32.0374816Z At C:\actions-runner\_work\_temp\37ce8267-8974-49d6-8978-6016e4f6fdb0.ps1:9 char:5 2025-01-24T01:16:32.0375367Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:16:32.0375786Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:16:32.0376312Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-01-24T01:16:32.0377127Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:16:32.0377740Z 2025-01-24T01:16:32.0386621Z No leftover nvcc process, continuing 2025-01-24T01:16:32.0396274Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-01-24T01:16:32.0396964Z At C:\actions-runner\_work\_temp\37ce8267-8974-49d6-8978-6016e4f6fdb0.ps1:9 char:5 2025-01-24T01:16:32.0397530Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:16:32.0397959Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:16:32.0398439Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-01-24T01:16:32.0399306Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:16:32.0399917Z 2025-01-24T01:16:32.0408037Z No leftover cmd process, continuing 2025-01-24T01:16:32.0417637Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2025-01-24T01:16:32.0418332Z At C:\actions-runner\_work\_temp\37ce8267-8974-49d6-8978-6016e4f6fdb0.ps1:9 char:5 2025-01-24T01:16:32.0418886Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:16:32.0419305Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:16:32.0419831Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2025-01-24T01:16:32.0420664Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:16:32.0421258Z 2025-01-24T01:16:32.0429129Z No leftover sccache process, continuing 2025-01-24T01:16:32.0438734Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-01-24T01:16:32.0439424Z At C:\actions-runner\_work\_temp\37ce8267-8974-49d6-8978-6016e4f6fdb0.ps1:9 char:5 2025-01-24T01:16:32.0440005Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:16:32.0440425Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:16:32.0440959Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-01-24T01:16:32.0441795Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:16:32.0442411Z 2025-01-24T01:16:32.0449870Z No leftover git process, continuing 2025-01-24T01:16:32.0459283Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-01-24T01:16:32.0459995Z At C:\actions-runner\_work\_temp\37ce8267-8974-49d6-8978-6016e4f6fdb0.ps1:9 char:5 2025-01-24T01:16:32.0460554Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:16:32.0460959Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:16:32.0461566Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-01-24T01:16:32.0462395Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:16:32.0462996Z 2025-01-24T01:16:32.0944828Z You cannot call a method on a null-valued expression. 2025-01-24T01:16:32.0945372Z At C:\actions-runner\_work\_temp\37ce8267-8974-49d6-8978-6016e4f6fdb0.ps1:21 char:5 2025-01-24T01:16:32.0946143Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:16:32.0946594Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:16:32.0947010Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:16:32.0947425Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:16:32.0947720Z 2025-01-24T01:16:32.1116337Z You cannot call a method on a null-valued expression. 2025-01-24T01:16:32.1116890Z At C:\actions-runner\_work\_temp\37ce8267-8974-49d6-8978-6016e4f6fdb0.ps1:21 char:5 2025-01-24T01:16:32.1117487Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:16:32.1117941Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:16:32.1118358Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:16:32.1118818Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:16:32.1119166Z 2025-01-24T01:16:32.1288596Z You cannot call a method on a null-valued expression. 2025-01-24T01:16:32.1289124Z At C:\actions-runner\_work\_temp\37ce8267-8974-49d6-8978-6016e4f6fdb0.ps1:21 char:5 2025-01-24T01:16:32.1289712Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:16:32.1290159Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:16:32.1290578Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:16:32.1290986Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:16:32.1291321Z 2025-01-24T01:16:32.1442977Z You cannot call a method on a null-valued expression. 2025-01-24T01:16:32.1443515Z At C:\actions-runner\_work\_temp\37ce8267-8974-49d6-8978-6016e4f6fdb0.ps1:21 char:5 2025-01-24T01:16:32.1444099Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:16:32.1444542Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:16:32.1444986Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:16:32.1445406Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:16:32.1445706Z 2025-01-24T01:16:32.1600812Z You cannot call a method on a null-valued expression. 2025-01-24T01:16:32.1601364Z At C:\actions-runner\_work\_temp\37ce8267-8974-49d6-8978-6016e4f6fdb0.ps1:21 char:5 2025-01-24T01:16:32.1601953Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:16:32.1602534Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:16:32.1602950Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:16:32.1603365Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:16:32.1603660Z 2025-01-24T01:16:32.1763891Z You cannot call a method on a null-valued expression. 2025-01-24T01:16:32.1764433Z At C:\actions-runner\_work\_temp\37ce8267-8974-49d6-8978-6016e4f6fdb0.ps1:21 char:5 2025-01-24T01:16:32.1765203Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:16:32.1765645Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:16:32.1766058Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:16:32.1766476Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:16:32.1766765Z 2025-01-24T01:16:32.1922289Z You cannot call a method on a null-valued expression. 2025-01-24T01:16:32.1923054Z At C:\actions-runner\_work\_temp\37ce8267-8974-49d6-8978-6016e4f6fdb0.ps1:21 char:5 2025-01-24T01:16:32.1923624Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:16:32.1924072Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:16:32.1924502Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:16:32.1924916Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:16:32.1925294Z 2025-01-24T01:16:32.2873691Z Caption CommandLine ProcessId 2025-01-24T01:16:32.2874210Z 2025-01-24T01:16:32.2874571Z System Idle Process 0 2025-01-24T01:16:32.2875018Z 2025-01-24T01:16:32.2875322Z System 4 2025-01-24T01:16:32.2875858Z 2025-01-24T01:16:32.2876871Z Registry 168 2025-01-24T01:16:32.2877338Z 2025-01-24T01:16:32.2877634Z smss.exe 408 2025-01-24T01:16:32.2878030Z 2025-01-24T01:16:32.2878850Z csrss.exe 532 2025-01-24T01:16:32.2879405Z 2025-01-24T01:16:32.2880504Z csrss.exe 608 2025-01-24T01:16:32.2880916Z 2025-01-24T01:16:32.2881226Z wininit.exe 648 2025-01-24T01:16:32.2881708Z 2025-01-24T01:16:32.2882102Z winlogon.exe winlogon.exe 680 2025-01-24T01:16:32.2882557Z 2025-01-24T01:16:32.2883336Z services.exe 752 2025-01-24T01:16:32.2883768Z 2025-01-24T01:16:32.2884491Z lsass.exe C:\Windows\system32\lsass.exe 772 2025-01-24T01:16:32.2884989Z 2025-01-24T01:16:32.2885618Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 892 2025-01-24T01:16:32.2886239Z 2025-01-24T01:16:32.2886702Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 916 2025-01-24T01:16:32.2887281Z 2025-01-24T01:16:32.2887661Z fontdrvhost.exe "fontdrvhost.exe" 940 2025-01-24T01:16:32.2888219Z 2025-01-24T01:16:32.2888814Z fontdrvhost.exe "fontdrvhost.exe" 948 2025-01-24T01:16:32.2889317Z 2025-01-24T01:16:32.2890229Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 132 2025-01-24T01:16:32.2890934Z 2025-01-24T01:16:32.2892110Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 456 2025-01-24T01:16:32.2892700Z 2025-01-24T01:16:32.2893213Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1044 2025-01-24T01:16:32.2893821Z 2025-01-24T01:16:32.2894443Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1156 2025-01-24T01:16:32.2895150Z 2025-01-24T01:16:32.2895462Z dwm.exe "dwm.exe" 1204 2025-01-24T01:16:32.2895868Z 2025-01-24T01:16:32.2896657Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1304 2025-01-24T01:16:32.2897364Z 2025-01-24T01:16:32.2897863Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1392 2025-01-24T01:16:32.2898503Z 2025-01-24T01:16:32.2899169Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1424 2025-01-24T01:16:32.2899854Z 2025-01-24T01:16:32.2900329Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1452 2025-01-24T01:16:32.2900942Z 2025-01-24T01:16:32.2901460Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1500 2025-01-24T01:16:32.2902084Z 2025-01-24T01:16:32.2904073Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\NVDisplay.Container.exe -s NVDisplay.ContainerLocalSystem -f C:\ProgramData\NVIDIA\NVDisplay.ContainerLocalSystem.log -l 3 -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1548 2025-01-24T01:16:32.2906043Z 2025-01-24T01:16:32.2906544Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1568 2025-01-24T01:16:32.2907155Z 2025-01-24T01:16:32.2907671Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1608 2025-01-24T01:16:32.2908291Z 2025-01-24T01:16:32.2908814Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1768 2025-01-24T01:16:32.2909510Z 2025-01-24T01:16:32.2910108Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1792 2025-01-24T01:16:32.2910821Z 2025-01-24T01:16:32.2911510Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1884 2025-01-24T01:16:32.2912276Z 2025-01-24T01:16:32.2912924Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 1968 2025-01-24T01:16:32.2913693Z 2025-01-24T01:16:32.2914177Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 2024 2025-01-24T01:16:32.2914768Z 2025-01-24T01:16:32.2915247Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 2032 2025-01-24T01:16:32.2915832Z 2025-01-24T01:16:32.2916352Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 2040 2025-01-24T01:16:32.2916996Z 2025-01-24T01:16:32.2917461Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 2092 2025-01-24T01:16:32.2918032Z 2025-01-24T01:16:32.2918592Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2120 2025-01-24T01:16:32.2919291Z 2025-01-24T01:16:32.2920347Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2216 2025-01-24T01:16:32.2921004Z 2025-01-24T01:16:32.2921521Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2244 2025-01-24T01:16:32.2922190Z 2025-01-24T01:16:32.2922816Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2300 2025-01-24T01:16:32.2923547Z 2025-01-24T01:16:32.2924045Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2324 2025-01-24T01:16:32.2924668Z 2025-01-24T01:16:32.2925255Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2364 2025-01-24T01:16:32.2925918Z 2025-01-24T01:16:32.2926428Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2508 2025-01-24T01:16:32.2927027Z 2025-01-24T01:16:32.2927597Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2536 2025-01-24T01:16:32.2928257Z 2025-01-24T01:16:32.2928762Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2624 2025-01-24T01:16:32.2929392Z 2025-01-24T01:16:32.2929868Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2860 2025-01-24T01:16:32.2930378Z 2025-01-24T01:16:32.2930862Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2988 2025-01-24T01:16:32.2931954Z 2025-01-24T01:16:32.2932557Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2996 2025-01-24T01:16:32.2933257Z 2025-01-24T01:16:32.2933779Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 3004 2025-01-24T01:16:32.2934401Z 2025-01-24T01:16:32.2934923Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 3012 2025-01-24T01:16:32.2935535Z 2025-01-24T01:16:32.2936124Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 3020 2025-01-24T01:16:32.2936804Z 2025-01-24T01:16:32.2937311Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 3028 2025-01-24T01:16:32.2937907Z 2025-01-24T01:16:32.2938426Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 3036 2025-01-24T01:16:32.2939078Z 2025-01-24T01:16:32.2939646Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 3052 2025-01-24T01:16:32.2940243Z 2025-01-24T01:16:32.2940947Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3220 2025-01-24T01:16:32.2941713Z 2025-01-24T01:16:32.2942129Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3244 2025-01-24T01:16:32.2942647Z 2025-01-24T01:16:32.2943149Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3256 2025-01-24T01:16:32.2943760Z 2025-01-24T01:16:32.2944505Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe 3272 2025-01-24T01:16:32.2945288Z 2025-01-24T01:16:32.2945772Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3332 2025-01-24T01:16:32.2946379Z 2025-01-24T01:16:32.2947011Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3736 2025-01-24T01:16:32.2947786Z 2025-01-24T01:16:32.2948297Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a71055 /state1:0x41c64e6d 4192 2025-01-24T01:16:32.2948987Z 2025-01-24T01:16:32.2950718Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 4780 2025-01-24T01:16:32.2952591Z 2025-01-24T01:16:32.2953334Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe -spawnprovider 4924 2025-01-24T01:16:32.2954172Z 2025-01-24T01:16:32.2954542Z vds.exe C:\Windows\System32\vds.exe 4536 2025-01-24T01:16:32.2955098Z 2025-01-24T01:16:32.2955779Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 2896 2025-01-24T01:16:32.2956588Z 2025-01-24T01:16:32.2957186Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 4204 2025-01-24T01:16:32.2957956Z 2025-01-24T01:16:32.2958792Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 3084 2025-01-24T01:16:32.2959766Z 2025-01-24T01:16:32.2961612Z 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 692 2025-01-24T01:16:32.2963476Z 2025-01-24T01:16:32.2963964Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2872 2025-01-24T01:16:32.2964485Z 2025-01-24T01:16:32.2964865Z msdtc.exe C:\Windows\System32\msdtc.exe 4288 2025-01-24T01:16:32.2965393Z 2025-01-24T01:16:32.2965978Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 620 2025-01-24T01:16:32.2966673Z 2025-01-24T01:16:32.2967194Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 1556 2025-01-24T01:16:32.2967869Z 2025-01-24T01:16:32.2968454Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 1740 2025-01-24T01:16:32.2969148Z 2025-01-24T01:16:32.2969814Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 4504 2025-01-24T01:16:32.2970600Z 2025-01-24T01:16:32.2971215Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 4564 2025-01-24T01:16:32.2971936Z 2025-01-24T01:16:32.2972578Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 4084 2025-01-24T01:16:32.2973353Z 2025-01-24T01:16:32.2973925Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2376 2025-01-24T01:16:32.3001758Z 2025-01-24T01:16:32.3002819Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 5004 2025-01-24T01:16:32.3003500Z 2025-01-24T01:16:32.3004134Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 1352 2025-01-24T01:16:32.3004856Z 2025-01-24T01:16:32.3005362Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 2168 2025-01-24T01:16:32.3005966Z 2025-01-24T01:16:32.3006541Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 3172 2025-01-24T01:16:32.3007237Z 2025-01-24T01:16:32.3007664Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4816 2025-01-24T01:16:32.3008182Z 2025-01-24T01:16:32.3008774Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 4352 2025-01-24T01:16:32.3009458Z 2025-01-24T01:16:32.3010050Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2736 2348 5948 2025-01-24T01:16:32.3010693Z 2025-01-24T01:16:32.3011179Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1372 2025-01-24T01:16:32.3011752Z 2025-01-24T01:16:32.3012233Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 5600 2025-01-24T01:16:32.3012820Z 2025-01-24T01:16:32.3013640Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\37ce8267-8974-49d6-8978-6016e4f6fdb0.ps1'" 3704 2025-01-24T01:16:32.3014567Z 2025-01-24T01:16:32.3015169Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 5196 2025-01-24T01:16:32.3015879Z 2025-01-24T01:16:32.3015887Z 2025-01-24T01:16:32.3015893Z 2025-01-24T01:16:32.3343083Z ##[group]Run nick-fields/retry@v3.0.0 2025-01-24T01:16:32.3343374Z with: 2025-01-24T01:16:32.3343567Z shell: bash 2025-01-24T01:16:32.3343749Z timeout_minutes: 5 2025-01-24T01:16:32.3344039Z max_attempts: 3 2025-01-24T01:16:32.3344248Z retry_wait_seconds: 90 2025-01-24T01:16:32.3345601Z 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-01-24T01:16:32.3346743Z polling_interval_seconds: 1 2025-01-24T01:16:32.3347008Z warning_on_retry: true 2025-01-24T01:16:32.3347247Z continue_on_error: false 2025-01-24T01:16:32.3347472Z env: 2025-01-24T01:16:32.3347650Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:32.3348033Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:32.3348564Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:32.3349055Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:32.3349462Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:32.3349796Z EXTRA_DELETE_DIR: /c/12940918145/build-results/ 2025-01-24T01:16:32.3350102Z ##[endgroup] 2025-01-24T01:16:32.5264451Z + '[' -n /c/12940918145/build-results/ ']' 2025-01-24T01:16:32.5265787Z + rm -rf /c/12940918145/build-results/ 2025-01-24T01:16:32.5871136Z + 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-vs2019-cuda12.1-py3-36096145016.json ./scripts ./setup.py ./test ./third_party ./tools ./torch ./torch.egg-info ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./version.txt 2025-01-24T01:16:57.6000625Z Command completed after 1 attempt(s). 2025-01-24T01:16:57.6188489Z ##[group]Run handle C:\actions-runner\_work\ 2025-01-24T01:16:57.6188852Z handle C:\actions-runner\_work\ 2025-01-24T01:16:57.6204610Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:16:57.6205079Z env: 2025-01-24T01:16:57.6205281Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:16:57.6205655Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:16:57.6206193Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:16:57.6206699Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:16:57.6207100Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:16:57.6207404Z ##[endgroup] 2025-01-24T01:16:58.0794614Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:16:58.0864526Z Finished 2025-01-24T01:16:58.1767296Z 2025-01-24T01:16:58.1767718Z Nthandle v5.0 - Handle viewer 2025-01-24T01:16:58.1768091Z Copyright (C) 1997-2022 Mark Russinovich 2025-01-24T01:16:58.1768414Z Sysinternals - www.sysinternals.com 2025-01-24T01:16:58.1768618Z 2025-01-24T01:16:58.2129458Z powershell.exe pid: 1232 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:16:58.2130118Z handle.exe pid: 6028 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:16:58.2130688Z handle.exe pid: 4796 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:16:58.2131289Z handle64.exe pid: 1300 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:16:58.2541390Z Post job cleanup. 2025-01-24T01:16:58.2658158Z Post job cleanup. 2025-01-24T01:16:58.5026052Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-01-24T01:16:58.5235213Z git version 2.47.0.windows.2 2025-01-24T01:16:58.5307981Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\f2e5129a-746e-4a4a-8cc0-efc45396b667\.gitconfig' 2025-01-24T01:16:58.5314139Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\f2e5129a-746e-4a4a-8cc0-efc45396b667' before making global git config changes 2025-01-24T01:16:58.5314986Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T01:16:58.5325441Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:16:58.5597233Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-01-24T01:16:58.5877671Z [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-01-24T01:16:59.0317578Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T01:16:59.0524652Z http.https://github.com/.extraheader 2025-01-24T01:16:59.0570481Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-01-24T01:16:59.0837880Z [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-01-24T01:16:59.4672264Z Evaluate and set job outputs 2025-01-24T01:16:59.4678371Z Cleaning up orphan processes